/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2011, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: center;
	line-height: 1.0;
	font: 62.5% arial, helvetica, sans-serif;
	background: #FFF url(images/background.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #000;
}

.clearboth {
	clear: both;	
}

.bold {
	font-weight: bold;	
}

form {
	margin: 0;
	padding: 0;	
}

#header {
	height: 527px;
	background: url(images/header.jpg) no-repeat top center;
}

#innerheader {
	width: 950px;
	height: 160px;
	margin: auto;	
}

#logo {
	float: left;
	width: 372px;
	height: 46px;
	background: url(images/logo.png) no-repeat left top;
	position: relative;
	margin: 62px 0 0 0;
}

#logo h2 {
	display: none;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 372px;
	height: 46px;
}

#twitter {
	float: left;
	width: 126px;
	height: 38px;
	margin: 55px 0 0 86px;
}

#login {
	width: 308px;
	float: right;
	text-align: left;
}

#login h3 {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin: 39px 0 0 0;
	padding: 0;
}

.loginfield {
	width: 179px;
	background: #378aa1;
	color: #8ee5fb;
	padding: 3px 5px 3px 5px;
	border: 0;
	font-style: italic;
}

.loginbtn {
	margin: 0 0 0 11px;
}

#loginform {
	margin: 21px 0 0 16px;
}

#menu {
	width: 950px;
	margin: auto;
	padding: 0;	
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
 
#menu ul li {
	float:left;
}
 
#menu ul li a {
	text-indent:-9000px;
	margin-right:1px;
}

#menu ul li.home a {
	background:url(images/menu/home.gif);
	width:75px;
	height:25px;
	display:block;
}

#menu ul li.home a:hover {
	background-position:bottom;
}

#menu ul li.services a {
	background:url(images/menu/services.gif);
	width:124px;
	height:25px;
	display:block;
}

#menu ul li.services a:hover {
	background-position:bottom;
}

#menu ul li.analysis a {
	background:url(images/menu/analyses.gif);
	width:116px;
	height:25px;
	display:block;
}

#menu ul li.analysis a:hover {
	background-position:bottom;
}

#menu ul li.references a {
	background:url(images/menu/references.gif);
	width:144px;
	height:25px;
	display:block;
}

#menu ul li.references a:hover {
	background-position:bottom;
}

#menu ul li.faq a {
	background:url(images/menu/faq.gif);
	width:89px;
	height:25px;
	display:block;
}

#menu ul li.faq a:hover {
	background-position:bottom;
}

#menu ul li.tips a {
	background:url(images/menu/tips.gif);
	width:87px;
	height:25px;
	display:block;
}

#menu ul li.tips a:hover {
	background-position:bottom;
}

#subheader {
	width: 950px;
	margin: auto;
	padding: 0;
}

#optimize {
	float: left;
	width: 610px;
	margin: 0 0 0 30px;
}

#optimize form {
	margin: 290px 0 0 0;	
}

#news {
	float: right;
	width: 292px;
	margin: 44px 0 0 0;
	color: #00a8d0;
	text-align: left;
}

#news h3 {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin: 25px 0 0 0;
}

#news a {
	color: #00a8d0;
	text-decoration: none;	
	font-size: 12px;
}

#news a:hover {
	color: #FFF;	
}

#news ul {
	margin: 15px 0 0 17px;
	padding: 0;
}

#news li {
	padding: 7px 0 7px 0;
	margin: 0;
}

.white {
	background: #FFF;
	height: 28px;
}

.websitefield {
	border: 0;
	background: #FFF;
	padding: 3px;
	color: #004064;
	font-size: 14px;
	width: 389px;
	font-weight: bold;
}

.textfield {
	border: 0;
	background: #FFF;
	padding: 3px;
	color: #004064;
	border: 1px solid #00537d;	
}

.submitbutton {
	background: #00537d;
	color: #FFF;
	border: 1px solid #000;
	padding: 3px;
	width: 120px;	
}

#newsmenu {
	height: 215px;
}

#wrapper {
	width: 950px;
	margin: auto;
	padding: 0;
	text-align: left;
	color: #00537d;
	font-size: 13px;
}

.contents {
	width: 575px;
	line-height: 1.4;
	float: left;
	margin: 0 0 80px 0;
}

.contents h1 {
	font-size: 27px;
	margin: 45px 0 10px 0;
	padding: 0;
}

.pager {
	padding: 5px 0 15px 0;	
}

.pager a {
	text-decoration: none;	
}

#newsoverview h3 {
	font-size: 19px;
	margin: 0;
	padding: 0;
}

#newsoverview a {
	text-decoration: none;
	font-weight: bold;
}

#newsoverview td {
	padding: 10px;	
}

.contents h3 {
	font-size: 24px;
	margin: 20px 0 20px 0;	
}

.contents a {
	color: #00537d;
}

.rightmenu {
	width: 305px;
	float: right;
	margin: 23px 0 0 0;
}

.rightmenu a {
	color: #00537d;
	text-decoration: none;	
}

.newsdetailsimage {
	float: left;
	margin: 0 15px 10px 0;
}
