@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	margin:0;
	padding:0;
	background: url(../gfx/bg.jpg) no-repeat #000 top center;
	color:#ddd;
}

/* #container
---------------------------------------- */
#container {
	width:992px;
	padding:0 10px;
	margin:0 auto;
}

/* #header
---------------------------------------- */
#header {
	width:992px;
	height:70px;
	overflow:hidden;
}
/* #header .logo
---------------------------------------- */
#header .logo {
	width:400px;
	padding:15px 0 0 3px;
	float:left;
	overflow:hidden;
}
#header .logo h1,
#header .logo a{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:4px;
	padding-left:8px;
	font-size:1.6em;
}
#header .topMenu {
	width:410px;
	padding:17px 0 0 0;
	float:left;
	overflow:hidden;
	text-align:right;
}
#header .topMenu a,
#header .topMenu a:link,
#header .topMenu a:visited {
	text-decoration:none;
}
#header .topMenu a:hover,
#header .topMenu a:active {
	text-decoration:none;
	color:#CCC;
}



#header .search {
	width:177px;
	padding:15px 0 0 0;
	float:left;
	overflow:hidden;
	text-align:right;
}

/* #left
---------------------------------------- */
#left {
	width:200px;
	padding:0 20px;
	float:left;
	overflow:hidden;
}
/* #left .left_menu
---------------------------------------- */
#left .left_menu {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
}
#left .left_menu span {
	display: block;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}
#left .left_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#left .left_menu ul li {
	text-transform:uppercase;
	letter-spacing: .15em;
	font-stretch: narrower;
	font-size:1.73em;
	margin:5px 0;
	padding:4px 0;
}

#left .left_menu ul li a,
#left .left_menu ul li a:link,
#left .left_menu ul li a:visited {
	color:#F0A497;
	text-decoration:none;
	padding:2px;
}
#left .left_menu ul li a:hover,
#left .left_menu ul li a:active {
	background:#F0A497;
	color:#FFFFFF;
}

#left .left_menu ul li.selected a,
#left .left_menu ul li.selected a:link,
#left .left_menu ul li.selected a:visited,
#left .left_menu ul li.selected a:hover,
#left .left_menu ul li.selected a:active {
	background:#F0A497;
	color:#FFFFFF;
}
/* Level 2 */
#left .left_menu ul ul {
	list-style:none;
	margin:0;
	padding:3px 0 0 15px;
}
#left .left_menu li li {
	text-transform:uppercase;
	letter-spacing: .15em;
	font-stretch: narrower;
	font-size:13px;
	margin:5px 0;
	padding:2px 0;
}

#left .left_menu li.selected li a,
#left .left_menu li.selected li a:link,
#left .left_menu li.selected li a:visited {
	color:#F0A497;
	background:none;
	text-decoration:none;
}
#left .left_menu li.selected li a:hover,
#left .left_menu li.selected li a:active {
	background:#F0A497;
	color:#FFF;
}

#left .left_menu li.selected li.selected a,
#left .left_menu li.selected li.selected a:link,
#left .left_menu li.selected li.selected a:visited,
#left .left_menu li.selected li.selected a:hover,
#left .left_menu li.selected li.selected a:active {
	background:#FFF;
	color:#000;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:752px;
	height:600px;
	overflow-y:auto;
	overflow-x:hidden;
	float:left;
	font-size:1.3em;
	position:relative;
}

/* #footer
---------------------------------------- */
#footer {
	width:992px;
	height:29px;
	padding:0;
	clear:left;
	overflow:hidden;
	border-top:1px solid #ccc;
}
/* #footer .footer_menu
---------------------------------------- */
#footer .footer_menu {
	width:992px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .footer_menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#footer .footer_menu ul li {
	font-size:1.0em;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	letter-spacing:0em;
	text-transform:uppercase;
	line-height:29px;
}
#footer .footer_menu ul li a,
#footer .footer_menu ul li a:link,
#footer .footer_menu ul li a:visited {
	color:#F0A497;
	text-decoration:none;
}
#footer .footer_menu ul li a:hover,
#footer .footer_menu ul li a:active {
	color:#F0A497;
	text-decoration:underline;
}

/* Credits
---------------------------------------- */
#credits {
	width:1012px;
	height:30px;
	font-size:0.91em;
	color: #ccc;
	text-align:right;
	margin:0 auto;
	padding:4px 0 0 0;
}
#credits a,
#credits a:link,
#credits a:visited {
	color:#F0A497;
	text-decoration:none;
}
#credits a:hover,
#credits a:active {
	color:#ccc;
	text-decoration: none;
}

/* Article Image
---------------------------------------- */
.article_image_wrap {
	float:right;
	padding:0 5px 0 10px;
}
.article_image {
	background:#EEE;
	width:304px;
}
.article_image img {
	border:2px solid #EEE;
	width:300px;
}
.article_image_txt {
	background:#EEE;
	width:284px;
	min-height:24px;
	height:auto !important;
	height:24px;
	padding:0px 10px 3px 10px;
	overflow:hidden;
	color:#333;
}