/* ----------------------  Basic    ------------------------------  */
body {
		background: #000;
		font-family:"Trebuchet MS", Verdana,  Arial, sans-serif;
		color: #f1f1f1;
		margin: 0;
	}
#topCenter {
		background: url(../images/top.jpg) center top no-repeat;
		width: 100%;
		height: 455px;
	}
#topInner {
		margin: 0 auto;
		width: 918px;
		height: 455px;
		position: relative;
	}
#logo {
		margin: 40px 0 0 30px;
		float: left;
	}
#serviceNav {
		float: left;
		width: 200px;
		margin: 55px 0 0 340px;
		height: 30px;
	}
#menuContain {
		width: 918px;
		height: 70px;
		position: absolute;
		top: 385px;
		left: -2px;
	}
#contentFront {
		margin: 0 auto;
		width: 868px;
		padding: 10px 25px 0 25px;
	}
#content {
		margin: 0 auto;
		width: 918px;
		padding: 10px 20px 0 20px;
	}
#footer {
		background: url(../images/footerline.jpg) repeat-x;
		width: 918px;
		margin: 0 auto;
		clear: both;
		height: 30px;
	}
/* ----------------------  Tekster    ------------------------------  */
h1 {
		color: #6be004;
		font-size: 20px;
		text-transform:uppercase;
	}
h2 {
		color: #6be004;
		font-size: 17px;
		text-transform:uppercase;
	}
h3 {
		color: #6be004;
		font-size: 15px;
		text-transform:uppercase;
	}
p {
		font-size: 12px;
		color: #f1f1f1;
		line-height: 16px;
	}
p.testiHeader {
		font-size: 15px;
		color: #4191ac;
		line-height: 16px;
		float: left;
		padding: 3px 0 3px 10px;
	}
p a {
		color: #6be004;
		text-decoration: underline; 
	}
p a:hover {
		color: #f1f1f1;
		text-decoration: none;		
	}
#footer p {
		font-size: 12px;
		color: #060f44;
		line-height: 16px;
		padding: 10px 0 0 25px;
	}
/* ----------------------  Servicenavigation    ------------------------------  */
#serviceNav a {
		color: #4b91c6;
		font-size: 12px;
		margin: 0 10px;
		text-decoration: none;
	}
#serviceNav a:hover {
		color: #6be004;
	}

/* ----------------------  Other    ------------------------------  */
img {
		border: none;
	}
#fceFront {
		width: 868px;
		float: left;
}
#testies {
	float: left;
	width: 200px;
	background: url(../images/testibg.jpg) no-repeat;
	height: 240px;
}
#slider2 {
	border: 20px solid #1c272d;
	float: left;
	margin-left: 20px;
}
.clearBreak {
	width: 860px;
	float: left; 
}
.moveMe {
	margin-left: 103px;
}

/* ----------------------  Cycle slideshow    ------------------------------  */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


