/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #e1ded6 url(images/bgbody.gif) repeat-x top left;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: 2c2c2c;
}

A {
	text-decoration: none;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#clear {
	width: 100%;
	height: 1px;
	clear: both;
}

#clear img {
	width: 100%;
	height: 1px;
}

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

#header {
	width: 100%;
}

#logo {
	width: 250px;
	height: 68px;
	float: left;
	background: url(images/logo.gif) no-repeat;
}

#links {
	float: right;
	width: 700px;
	background: #151000;
	margin-top: 22px;
}

#links li {
	display: inline;
}

#links li A {
	color: #ffbd00;
	padding: 15px 28px;
	float: left;
	text-transform: uppercase;
}

#links li A:hover, #links li A.current {
	color: #fff;
}

#banner {
	background: #ffbd00;
	height: 318px;
	padding: 5px 5px 0 0;
	clear: both;
	margin-top: 10px;
	display: block;
}

#bannerleftcol {
	width: 301px;
	float: left;
}

#tagline {
	margin-top: 55px;
}

#readmore {
	width: 79px;
	height: 23px;
	margin-top: 20px;
	text-align: right;
	margin-left: 170px;
}

#callnow {
	padding: 12px 0;
	margin-top: 20px;
	/*background: url(images/bgcallnow.gif) no-repeat top right;*/
	margin-left: 3px;
/*	border: 1px solid #00FF00; */
}

.callnowtxt {
	padding-left: 2px;
	color: #b88800;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.number {
	float: right;
	color: #a80000;
	font-size: 26px;
	margin-right: 10px;
}

#bannerimg {
	float: right;
	border: 3px solid #fff;
}

#content {
	padding: 15px;
	background: url(images/bgpage.gif) repeat-y top left;
}

#services {
	width: 230px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}

.redtext {
	color: #a80000;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

#services li {
	background: url(images/leftlinksbullet.gif) no-repeat center left;
	padding: 6px 0;
	padding-left: 20px;
	border-bottom: 1px solid #e5e2da;
	color: #676767;
}

#pagecontent {
	width: 686px;
	float: right;
}

#liquidroundtl {
	width: 100%;
	background: url(images/liquidroundtl.gif) top left no-repeat;
	height: 6px;
}

#liquidroundtl span {
	background: url(images/liquidroundtr.gif) top right no-repeat;
	height: 6px;
	display: block;
}

#liquidroundcontent {
	border-left: 1px solid #d1cdc1;
	border-right: 1px solid #d1cdc1;
	padding: 14px;
	background: #f3f2ef;
}

#liquidroundbl {
	width: 100%;
	background: url(images/liquidroundbl.gif) top left no-repeat;
	height: 6px;
}

#liquidroundbl span {
	background: url(images/liquidroundbr.gif) top right no-repeat;
	height: 6px;
	display: block;
}

#footer {
	clear: both;
	border-top: 2px solid #ffbd00;
	background: #151000;
	color: #fff;
	font-size: 11px;
	float: left;
	width: 100%;
	padding: 10px 0;
	
}

#copyright {
	float: right;
	padding: 10px 10px 0 10px;
	width: 350px;
	text-align: right;
}

#footerlinks {
	float: left;
	width: 370px;
	padding: 10px 10px 0 10px;
}

#footerlinks A {
	color: #fff;
}