/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(img/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#header{
	width:938px;
	margin:15px auto 0 auto;
	text-align:center;
	color:#FFF;
	font-size:13px;
}
#enquiries{
	float:left;
	width:300px;
	text-align:left;
	margin-top:-18px;
}
#telephone{
	float:right;
	width:250px;
	text-align:right;
	margin-right:20px;
	margin-top:-18px;
}
#content{
	width:653px;
	margin:30px auto 0 auto;
}
#title{
	width:100%;
	text-align:center;
	font-size:21px;
	padding-bottom:10px;
	color:#7e99aa;
}
#nav{
	color:#7e99aa;
	font-size:14px;
	text-align:center;
	margin-top:20px;
}
#products{
	color:#333;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
#nav a{
	color:#7e99aa;
}
#nav a.selected{
	color:#333;
}
#contentholder{
	width:100%;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}
#contentleft{
	width:100%;
}
#contentleft a{
	color:#7e99aa;
	text-decoration:none;
}
#contentleft a:hover{
	color:#494949;
}
#contentright{
	float:right;
	width:200px;
}
h1{
	font-size:21px;
	color:#7e99aa;
	margin:0 0 10px 0;
	font-weight:normal;
}
h2{
	font-size:16px;
	color:#333;
	margin:0 0 10px 0;
	font-weight:normal;
}
#footer{
	width:100%;
	border-top:2px solid #7e99aa;
	padding-top:10px;
	margin:30px auto;
	text-align:center;
	color:#7e99aa;
	font-size:13px;
}
#footerinner{
	width:920px;
	margin:auto;
}
#footerleft{
	float:left;
	text-align:left;
}
#footerright{
	float:right;
	text-align:right;
}
#projectsright{
	float:right;
	width:50%;
	text-align:left;
}
#testimonials{
	width:300px;
	float:right;
}