@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	margin:0;
	padding:0;
	background:url(../gfx/bg_gradient.jpg) repeat-x top #5D7709;
}

/* #container
---------------------------------------- */
#container {
	width:991px;
	margin:0 auto;
	padding:0 11px;
	background: url(../gfx/bgcontainer.jpg) repeat-y;
	position:relative;
}
.gfxLeft {
	position:absolute;
	top:0;
	left:-104px;
	width:115px;
	height:780px;
	background: url(../gfx/bgfloral_left.jpg) no-repeat top;
	z-index:100;
}
.gfxRight {
	position:absolute;
	top:0;
	right:-104px;
	width:115px;
	height:780px;
	background: url(../gfx/bgfloral_right.jpg) no-repeat top;
	z-index:100;
}
/* #header
---------------------------------------- */
#header {
	width:991px;
}
/* #header .top_pic
---------------------------------------- */
#header .top_pic {
	width:991px;
	height:80px;
	overflow:hidden;
}
#header .top_pic img {
	border:none;
}
#header .top_pic p {
	padding:0;
	margin:0;
}
/* #header .slides
---------------------------------------- */
#header .slides {
	width:971px;
	height:200px;
	border:10px solid #FFF;
	border-bottom:none;
	background:#999;
	overflow:hidden;
}

/* #header .breadcrumbs
---------------------------------------- */
#header .breadcrumbs {
	width:641px;
	height:20px;
	line-height:20px;
	padding:10px 0px 10px 50px;
	color:#666;
	float:left;
	overflow:hidden;
}
/* #header .information
---------------------------------------- */
#header .information {
	width:280px;
	height:20px;
	line-height:20px;
	padding:10px 0px 10px 20px;
	color:#666;
	float:left;
	overflow:hidden;
	font-weight:bold;
}
#header .information a,
#header .information a:link,
#header .information a:visited,
#header .information a:hover,
#header .information a:active {
	text-decoration:none;
}

/* #left
---------------------------------------- */
#left {
	width:220px;
	padding-left:10px;
	xpadding-right:15px;
	float:left;
}

.leftMenuTop {
	width:200px;
	height:19px;
	padding:10px 0 0 17px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:1px;
	font-size:1.1em;
	background:url(../gfx/button_menu_top.jpg) no-repeat;
}
.leftMenuBottom {
	width:217px;
	height:41px;
	background:url(../gfx/button_menu_btm.jpg) no-repeat;
}
/* #left #leftMenu
---------------------------------------- */
#left .leftMenu {
	width:220px;
}

/* Left menu defined in menu.css */

#left .leftArticle {
	width:220px;
	padding-top:10px;
}
#left .rollover {
	width:220px;
}
#left .browsers {
	width:200px;
	padding:10px;
}
/* Credits
---------------------------------------- */
#left .credits {
	width:220px;
	height:15px;
	line-height:15px;
	font-size:0.91em;
	text-align:center;
	overflow:hidden;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:531px;
	padding:0 15px;
	xmin-height:700px;
	xheight:auto !important;
	xheight:700px;
	float:left;
	overflow:hidden;
}

/* #right
---------------------------------------- */
#right {
	width:190px;
	margin-right:10px;
	display:inline;
	float:left;
	overflow:hidden;
}

/* #footer
---------------------------------------- */
#footer {
	width:971px;
	height:30px;
	padding:10px;
	clear:left;
	overflow:hidden;
}
#footer p {
	padding:0;
	margin:0;
}
/* #footer .copyright
---------------------------------------- */
#footer .copyright {
	color:#333;
}
#footer .copyright a,
#footer .copyright a:link,
#footer .copyright a:visited,
#footer .copyright a:hover,
#footer .copyright a:active {
	color:#333;
}

/* Article Image
---------------------------------------- */
.article_image_wrap {
	float:right;
	padding:0 5px 0 10px;
}
.article_image {
	background:#EEE;
	width:164px;
}
.article_image img {
	border:2px solid #EEE;
	width:160px;
}
.article_image_txt {
	background:#EEE;
	width:250px;
	min-height:24px;
	height:auto !important;
	height:24px;
	padding:0px 10px 3px 10px;
	overflow:hidden;
}