/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454444;
}

form {
	margin: 0px;
	padding: 0px;
}

#page {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: #cdcdcd;
}

#logo {
	width: 385px;
}

#links {
	width: 100%;
	height: 52px;
	float: left;
	background: url(images/bg-bt-normal.gif) repeat-x top left;
}

#links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 980px;
}

#links li {
	float: left;
/*	display: block;*/
}

#links li A {
	float: left;
	display: block;
	padding: 20px 4px;
	text-align: center;
	width: 130px; 
	color: #545454;
	text-decoration: none;
}

#links li A.contactus {
	padding: 20px 5px 20px 5px;
}

#links li A:hover {
	background: url(images/bg-bt-mouseover.gif) repeat-x top left;
	color: #fff;
}

#banner {
	width: 918px;
	background: url(images/banner.jpg) no-repeat top left;
	height: 261px;
	clear: both;
	padding: 0 31px;
}

#banner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 90px;
	float: left;
}

#banner li {
	background: url(images/bannerpoint.gif) no-repeat center left;
	width: 384px;
	height: 36px;
	margin-bottom: 3px;
}

#banner li .text {
	margin-left: 90px;
	padding: 11px 0;
	float: left;
	color: #fcfcfc;
	font-weight: bold;
}

#banner li .text A {
	text-decoration: none;
	color: #ffffff;
}

#content {
	background: #ffffff url(images/bgcontent.gif) repeat-x top left;
	clear: both;
	width: 950px;
	float: left;
	padding: 8px 15px;
	line-height: 18px;
}

#boxcontainer {
	clear: both;
	float: left;
	margin-bottom: 8px;
}

#box {
	width: 312px;
	height: 164px;
	float: left;
	background: url(images/box.gif) no-repeat top left;
}

#box h1 {
	margin: 0px;
	padding: 0px;
	width: 282px;
	padding: 8px 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}

.boxspacing {
	margin: 0 7px;
}

.boxcontent {
	width: 282px;
	padding: 8px 15px;
	color: #d8d8d8;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

.boxcontent img {
	float: left;
	margin-right: 5px;
}

.boxcontent .text {
	
}

.boxcontent ul {
	list-style-image: url(images/bullet-arrow.gif);
	margin: 0px;
	padding: 0px;
}

.pagecontent {
	float: left;
	width: 100%;
}

h1 {
	color: #174072;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #174072;
}


#testimonials {
	width: 70%;
	margin-top: 20px;
	float: left;
}

#testimonials .heading {
	width: 670px;
	padding-top: 5px;
	padding-left: 50px;
	background: url(images/ico-testimonials.gif) no-repeat center left;
}

.orangetext {
	color: #cf3603;
	font-size: 14px;
	font-weight: bold;
}

#quoteform {
	width: 258px;
	float: right;
	margin-left: 8px;
	color: #a0a0a0;
	font-size: 12px;
	background: #202020;
/*	border: 1px solid #00FF00; */
}

.liquidroundtop {
	width: 100%;
	background: url(images/rounded-tl.gif) no-repeat left top;
	height: 6px;
	float: left;
}

.liquidroundtop span {
	width: 100%;
	display: block;
	position: relative;
	background: url(images/rounded-tr.gif) no-repeat right top;
	height: 6px;
}

.liquidroundcontent {
	width: 238px;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0 10px;
	float: left;
}

.liquidroundbottom {
	width: 100%;
	background: url(images/rounded-bl.gif) no-repeat left top;
	height: 6px;
	float: left;
}

.liquidroundbottom span {
	width: 100%;
	display: block;
	position: relative;
	background: url(images/rounded-br.gif) no-repeat right top;
	height: 6px;
}

.elementtitle {
	width: 100%;
	margin-bottom: 2px;
	margin-top: 8px;
}

.formelement {
	width: 219px;
	margin-bottom: 5px;
}

.elementproperty {
	width: 219px;
	border: 1px solid #4a4a4a;
	background: #373737;
}

.textboxproperty {
	width: 219px;
	height: 60px;
	border: 1px solid #4a4a4a;
	background: #373737;
}

#footer {
	height: 41px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	background: url(images/bgfooter.gif) repeat-x top left;
	clear: both;
	float: left;
	line-height: 18px;
}
