
* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Arial, Verdana, Helvetica, Sans Serif;
	color: #3f3f3f;
	text-align: left;
	background: url(images/bg.gif) repeat-x top;
}

a {
	color: #124889;
	text-decoration: underline;
}
a:hover {
	color: #3f3f3f;
	text-decoration: underline;
}

img {
	display: block;
	border: none;
}

#header {
	width: 950px;
	height: 185px;
	margin: 0 auto;
}


/*________ MAIN NAV ________*/

#mainNavContainer {
	width: 950px;
	margin: 0 auto;
}

#mainNav {
	font: bold 14px Arial, Verdana, Sans Serif;
	color: #fff;
	text-align: left;
	padding: 11px 0;
	height: 18px;
	float: left;
	width: 825px;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	color: #fff;
	text-decoration: none;
	margin-right: 50px;
	text-shadow: 1px 1px 1px #0b2b52;
}
#mainNav li a:hover {
	color: #7ec9ef;
}

.phone {
	font: bold 16px Arial, Verdana, Sans Serif;
	color: #fff;
	background: url(images/icon-phone.gif) no-repeat left;
	float: right;
	padding: 10px 0 10px 25px;
	height: 20px;
}


/*________ HOME FEATURE ________*/

#homeFeatureContainer {
	background: url(images/bg-feature.gif) repeat-x left;
	width: 100%;
	height: 250px;
	clear: both;
}
#homeFeature {
	background: url(images/bg-feature2.gif) no-repeat;
	width: 950px;
	height: 250px;
	margin: 0 auto;
}
#homeFeature img {
	float: left;
	margin-right: 25px;
}
#homeFeature ul {
	list-style: none;
	padding-top: 5px;
}
#homeFeature ul li {
	padding: 10px;
}
#homeFeature ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	background: url(images/icon-tick.gif) no-repeat left;
	padding: 15px 0 15px 40px;
}


/*________ CONTENT ________*/

#pagesFeatureContainer {
	background: url(images/bg-feature.gif) repeat-x left;
	width: 100%;
	height: 25px;
	clear: both;
}

#contentContainer {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/bg-content.jpg) no-repeat bottom right;
}

#content {
	width: 580px;
	overflow: hidden;
	padding: 20px 0;
}
#content h2 {
	font-size: 18px;
	color: #124889;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: 13px;
	background: url(images/bg-heading-star.gif) no-repeat left;
}
#content h3 {
	font-size: 16px;
	color: #272727;
	padding-bottom: 10px;
}
#content h4 {
	font-size: 13px;
	color: #272727;
	padding: 5px 0 10px 0;
}
#content p {
	line-height: 1.5;
	padding-bottom: 15px;
}
#content ul {
	padding: 0 0 10px 35px;
	line-height: 20px;
}


/*__________TESTIMONIALS__________*/

.testimonial {
	background: url(images/bg-testimonial.gif) no-repeat top left;
}

.testimonial p {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #5a5a5a;
	padding: 0 20px;
}
.company {
	margin-bottom: 30px;
}


/*__________CONTACT US__________*/

#contactDetails {
overflow: hidden;
width: 270px;
}

#contactDetails #guarantee {
padding: 0 25px 15px 0;
}

#contactDetails #guarantee p {
padding: 0 0 10px 0;;
}

#contactDetails dl dt {
float: left;
clear: left;
width: 60px;
margin: 0 0 5px 0;
font-weight: bold;
}

#contactDetails dl dd {
display: block;
overflow: hidden;
width: 200px;
margin: 0 0 5px 0;
}

#emailUs {
float: right;
width: 290px;
}

#contactForm {
font-size: 90%;
padding-bottom: 20px;
}

#contactForm fieldset {
border: 0;
}

#contactForm legend {
display: none;
}

#contactForm fieldset label {
float: left;
clear: left;
width: 60px;
text-align: right;
margin: 0 5px 10px 0;
padding-top: 4px;
}

#contactForm fieldset input,
#contactForm fieldset textarea {
display: block;
width: 176px;
padding: 3px 0 3px 4px;
margin: 0 0 10px 0;
border: 1px solid #ebebeb;
}

#contactForm fieldset textarea {
width: 216px;
height: 170px;
overflow: auto;
font: 100% Arial, Helvetica, Sans-Serrif;
}

#contactForm input {
margin: 0 0 0 65px;
}

#emailUs #errorText {
color: #ff0000;
font-size: 90%;
}

#emailUs #errorText p {
padding-bottom: 5px;
}

#emailUs #successText p {
color: #0f9c00;
text-align: center;
padding-bottom: 10px;
font-size: 90%;
}

/*__________FOOTER__________*/

#footerContainer {
	text-align: center;
	width: 100%;
	background-color: #ebebeb;
	height: 100px;
	border-top: 1px solid #FFF;

}
#footer {
	font-size: 11px;
	color: #909090;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}

#footerNav {
	font: 11px Arial, Verdana, Sans Serif;
	color: #575757;
	text-align: left;
	float: left;
}
#footerNav li {
	display: inline;
}
#footerNav li a {
	color: #575757;
	text-decoration: none;
	margin-right: 50px;
}
#footerNav li a:hover {
	color: #124889;
}

#footer p {
	text-align: right;
}
#footer p a {
	color: #909090;
	text-decoration: none;
}
#footer p a:hover {
	color: #124889;
}


/*__________ MISC __________*/

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

