@charset "utf-8";
body {
	font: 93% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 140%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #7cbb42;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/headerbg.jpg);
	height: 186px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-size: 55px;

}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/logorev.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7cbb42;
	height: 70px;
	background-image: url(images/footerrbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.oneColFixCtrHdr #contact {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image: url(images/phoneicon.gif);
	height: 72px;
	background-repeat: no-repeat;
	background-position: left;
	width: 530px;
}
.oneColFixCtrHdr #footer p {
	margin-left: 0px;
	text-align: center;
	position: inherit;
	float: middle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
	clear: both;
}


.whitetexth2 {
	font-size: 25px;
	color: #FFF;
	line-height: 19px;
}
.footerp {
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	padding-left: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #footer .footerp a {
	color: #FFF;
}
.whitecontent {
	line-height: normal;
	color: #FFF;
	font-weight: lighter;
	padding: 10px;
}
.contactdetailstext {
	padding-left: 0px;
	font-size: 16px;
	margin-left: 80px;
	padding-top: 0px;
	margin-top: 5px;
	color: #333;
}
.cdbg {
	background-image: url(images/phoneicon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.italhead {
	font-style: italic;
	color: #7BBB41;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
}
.url {
	color: #000;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent pc {
	text-align: center;
}
#center {
	text-align: center;
}
.list {
	background-image: url(images/tick.jpg);
	background-repeat: no-repeat;
	background-position: 30px top;
	text-align: left;
	text-indent: 0;
	font-style: italic;
	font-weight: normal;
	height: 22px;
	padding-left: 60px;
	left: 30px;
}
.bold {
	font-weight: bold;
	text-align: center;
}
.testimonial {
	font-style: italic;
	text-align: left;
}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #7BBB41;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
}
.right {
	text-align: left;
}

