/*
For:


Av:
Fredrik Sørlie
Sørlie Communications
www.s-com.no
*/

/* General */

* {
	margin						: 0;
	padding						: 0;
}

body {
	width						: 100%;
	font-family					: Arial, Helvetica, Sans-Serif;
	font-size					: 11px;
	color						: #CCCCCC;
	text-align					: center;
	background					: #474C51;
}

hr {
	height						: 1px;
	font-size					: 0;
	line-height					: 0;
	color						: #666666;
	background-color			: #666666;
	display						: block;
	clear						: both;
	border						: 0;
	margin						: 10px 0 10px 0;
}

input {
	border						: 1px solid #CCCCCC;
	background					: #FFFFFF;
}

textarea {
	border						: 1px solid #CCCCCC;
	background					: #FFFFFF;
}

a {
	color						: #66CCFF;
	text-decoration				: none;
}

a:visited {
	color						: #66CCFF;
	text-decoration				: none;
}

a:hover {
	color						: #FFFFFF;
	text-decoration				: none;
}

ul {
	list-style					: none;
}

p {
	display						: block;
	clear						: both;
	margin-bottom				: 20px;
}

h1 {
	width						: 760px;
	height						: 100px;
	margin						: 0 0 1px 0;
}

h2 {
	height						: 18px;
	background					: url("../img/bg_h2.gif") repeat-x;
	font-size					: 11px;
	font-weight					: bold;
	color						: #FFFFFF;
	text-transform				: uppercase;
	text-align					: left;
	border						: 1px solid white;
	margin-bottom				: 1px;
	padding						: 2px 10px 0 10px;
	clear						: both;
}

h3 {
	font-size					: 18px;
	font-weight					: bold;
	margin-bottom				: 5px;
}

h4 {
	font-size					: 14px;
	font-weight					: bold;
}

img {
	border						: 0;
	vertical-align				: bottom;
}

p img {
	float						: left;
	padding						: 3px 10px 5px 0;
	display						: block;
}

/* Site Layout */

div#wrap {
	width						: 760px;
	background					: #000000;
	border-width				: 0 1px 0 1px;
	border-color				: #82888D;
	boder-style					: solid;
	margin						: 0 auto 0 auto;
	padding						: 0 1px 0 1px;
}

ul#menu {
	width						: 738px;
	height						: 14px;
	font-weight					: bold;
	background					: url("../img/bg_menu.gif") repeat-x;
	text-align					: center;
	text-transform				: uppercase;
	border						: 1px solid #CCCCCC;
	margin						: 0 0 1px 0;
	padding						: 2px 10px 2px 10px;
}

	ul#menu li {
		display						: inline;
		margin						: 0 20px 0 20px;
	}
	
		ul#menu li a, ul#menu li a:visited {
			color						: #333333;
			text-decoration				: none;
		}
		
		ul#menu li a:hover {
			color						: #FFFFFF;
			text-decoration				: none;
		}
		
div#cover {
	width						: 468px;
	height						: 260px;
	background					: #1C1F21;
	float						: left;
	padding						: 10px;
}

div#drivers {
	width						: 262px;
	height						: 260px;
	background					: #1C1F21;
	float						: left;
	padding						: 10px 10px 10px 0;
}

div#drivers ul {
	width						: 222px;
	height						: 197px;
	background					: #2B3236;
	text-align					: left;
	float						: left;
	padding						: 20px;
}

div#drivers ul li {
	
}

div.bar {
	width						: 758px;
	height						: 18px;
	background					: url("../img/bg_bar.gif") repeat;
	border						: 1px solid #ADB1B1;
	clear						: both;
	margin						: 1px 0 1px 0;
}

div#content {
	width						: 760px;
	background					: #2B3236;
	float						: left;
	clear						: both;
}

div#left {
	width						: 468px;
	float						: left;
	margin						: 10px;
}

div#right {
	width						: 262px;
	float						: left;
	margin						: 10px 0 10px 0;
}

div#full {
	width						: 740px;
	display						: inline;
	float						: left;
	margin						: 10px;
}

div.contentbox {
	background					: #3C4449;
	display						: table;
	text-align					: left;
	margin						: 0 0 10px 0;
	padding						: 20px;
}

p.more {
	color						: #999999;
	margin						: 0;
}