/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #888;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 0px 0px 8px 0px;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
    margin-left: 3em;
    margin-bottom: 1em;
}

/* Miscellaneous conveniences: */

.green {
	color: #76c500;
}

.checkbox {
	width: auto;
}

img {
	border: 0px none;
}

fieldset {
	border: none;
}
form input, textarea, select {
	font-size: 100%;
	color: #000;
}

form input, textarea {
	width: 160px;
	float: left;
}

.iansClearer {
	clear: both;
	overflow: hidden;
	height: 0px;
}

a {
	text-decoration: none;
}

/* headings */

.h1, h1 {
	font-size: 24pt;
	font-weight: normal;
	color: #76c500;
}

.h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #76c500;
}

/* custom styles */

p {
	text-align: justify;
}

.btnSubmit {
	background: url(/custom/images/btn-submit.gif) no-repeat center;
	width: 78px;
	height: 34px;
	border: 0;
}

.generalForm p {
	height: 25px;
}

.generalForm label {
	float: left;
	width: 122px;
}

.generalForm .text {
	float: left;
	width: 192px;
	border: 1px solid #9ea0a6;
	padding-top: 2px;
	height: 16px;
}

.generalForm .textArea {
	float: left;
	width: 192px;
	border: 1px solid #9ea0a6;
	height: 80px;
}

#formSubmitButton {
	margin-left: 240px;
	cursor: pointer;
}

#mainContainer {
	width: 874px;
	margin: 0px auto;
}

#banner {
	background: url(/custom/images/background.jpg) no-repeat 0px 51px;
	height: 331px;
}

#logo {
	margin: 16px 0 0 -13px;
	position: absolute;
}

#phone {
	float: right;
	margin: 15px 0 0 0;
}

#bannerIntro {
	padding: 185px 0 0 360px;
	color: #fff;
	font-size: 11pt;
	width: 160px;
	float: left;
	height: 60px;
}

#bannerIntro a {
	color: #fff;
}

#bannerButton {
	float: left;
	width: 38px;
	height: 38px;
	margin: 185px 0 0 9px;
}

.bannerImage {
	position: absolute;
	margin: 59px 0 0 1px;
}

#nav {
	clear: left;
	padding-top: 27px;
}

#nav a {
	margin: 0 14px;
	color: #000;
	font-size: 10pt;
}

#nav a:hover {
	color: #75c500;
}

/* center */

#center {
	clear: both;
	padding-top: 3px;
}

/* left */

#lhs {
	float: left;
	width: 180px;
}

#menuHeader {
	color: #76c500;
	font-size: 14pt;
	padding: 8px 0 0 11px;
	width: 169px;
	height: 27px;
	border-bottom: 1px solid #c6f01d;
}

#menuContainer {
	margin-bottom: 20px;
}

#menuContainer a {
	display: block;
	width: 160px;
	color: #76c500;
	padding: 7px 9px 7px 11px;
	 font-size: 10pt;
}

#menuContainer a:hover {
	background-color: #c6f01d;
}

#emergencyContactContainer {
	background: url(/custom/images/contact-bg.gif) no-repeat;
	height: 213px;
	width: 170px;
	padding: 5px;
	margin: 0 0 243px 0;
}

#emergencyContact {
	background-color: #c6f01d;
	width: 150px;
	height: 200px;
	padding: 13px 10px 0 10px;
	color: #76c500;
}

#emergencyContactHeader {
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: -1px;
}

#emergencyContactIntro {
	padding: 9px 0;
	font-size: 8pt;
}

#emergencyContact label {
	color: #76c500;
	font-size: 10pt;
	font-weight: bold;
}

.emergencyContactText {
	width: 148px;
	border: 0;
	margin-top: 3px;
}

.emergencyContactItem {
	margin-top: 5px;
	height: 35px;
}

#emergencyContactSubmit {
	float: right;
	width: 78px;
	height: 34px;
	margin: 10px 0 0 0;
	padding: 0;
}

#keenToBeGreenContainer {
	margin-top: 233px;
	position: absolute;
	width: 202px;
	height: 223px;
}

#corgi {
	height: 85px;
	width: 178px;
	margin-bottom: 10px;
}

#gasSafe {
	height: 130px;
	width: 154px;
	margin-left: 24px;
}

/* right */

#rhs {
	float: left;
	width: 675px;
	margin-left: 19px;
}

#homeIntroContainer {
	zoom: 1;
}

#homeImageContainer {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
	border: 0;
}

#homeIntro {
	width: 350px;
	float: left;
	line-height: 20px;
}

#homeWhyChooseUs {
	float: right;
	margin-top: 10px;
}

.homeAreas {
	float: left;
	margin-top: 20px;
}

.homeArea {
	float: left;
	width: 328px;
}

.homeAreaRight {
	margin-left: 19px;
}

.homeAreaHeader {
	background: url(/custom/images/home-header.gif) no-repeat;
	width: 318px;
	height: 31px;
	font-size: 16pt;
	padding: 6px 0 0 10px;
	color: #76c500;
}

.homeAreaHeaderSmallerFont {
	font-size: 14pt !important;
}

.homeAreaImageEdit {
	float: left;
	width: 110px;
	height: 30px;
}

.homeAreaContentEdit {
	float: left;
	width: 198px;
	height: 30px;
}

.homeAreaContent {
	width: 328px;
	padding-top: 18px;
	font-size: 8pt;
}

.homeAreaContentImage {
	clear: left;
	float: left;
	margin-right: 20px;
}

.homeAreaContent a {
	color: #76c500;
	text-decoration: underline;
}

.homeItemLink {
	padding-top: 8px;
	display: block;
}


.homeAreaText {
	float: left;
	width: 198px;
}

.homeAreaSubText {
	float: right;
	font-size: 8pt;
	padding: 5px 10px 0 0;
}

.homeAreaSeparator {
	border-right: 1px solid #d1f34a;
}

#homeAreaContentLogos {
	padding-left: 2px;
}

#homeAreaContentLogosText {
	margin-top: 15px;
}

.homeAreaFindOutMore {
	float: right;
}

.contactSeparator {
	margin: 0 9px;
	background-color: #d1f34a;
	height: 388px;
	width: 1px;
	float: left;
}

.registerStar {
	color: #76c500;
}

.tableContent {
	font-size: 10pt;
	text-align: left;
}

.tableContent td, .tableContent th {
	vertical-align: top;
}

.tableContent th {
	font-weight: bold;
	color: #76c500;
}

/* clients */

.clientBackground {
	float: left;
	margin-top: 18px;
	background: url(/custom/images/client-bg.jpg) no-repeat center;
	width: 222px;
	height: 114px;
}

.clientLogo {
	width: 222px;
	height: 114px;
	background-position: center;
	background-repeat: no-repeat;
}

.clientRightMargin {
	margin-right: 4px;
}

/* services */

#servicesNavContainer {
	margin: 20px 0;
	height: 54px;
	width: 673px;
	border-bottom: 2px solid #c6f01d;
}

.servicesSplitter {
	float: left;
	overflow: hidden;
	width: 1px;
	height: 54px;
}

.servicesNavItem {
	float: left;
	background: url(/custom/images/service-bg.gif) no-repeat;
	display: block;
	float: left;
	width: 167px;
	height: 54px;
	text-align: center;
	color: #76c500;
	font-size: 11pt;
	font-weight: bold;
}

.servicesNavItem td {
	width: 157px;
	height: 54px;
	padding: 0 5px;
}

.servicesNavItemHover {
	background: #c6f01d;
	cursor: pointer;
}

.serviceImage {
	float: left;
	margin-right: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 170px;
	height: 300px;
}

.serviceContent {
	float: left;
	width: 483px;
}

/* tesitmonial */

.testimonialContainer {
	float: left;
	width: 328px;
	margin-top: 20px;
}

#testimonialContainerLeft {
	float: left;
	width: 328px;
}

#testimonialContainerRight {
	float: left;
	width: 328px;
	margin-left: 19px;
}

.testimonialTop {
	width: 286px;
	padding: 20px;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.testimonialBottom {
	overflow: hidden;
	width: 328px;
	height: 5px;
	background: url(/custom/images/testimonial-footer.gif) no-repeat;
}

.testimonialIntro {
	margin-bottom: 20px;
	font-size: 11pt;
	text-align: center;
}

.testimonialBy {
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	color: #888;
}

/* product */
#productLeft {
	float: left;
	margin-right: 20px;
	width: 290px;
}

#productImage {
	width: 290px;
	height: 290px;
	background-position: top;
	background-repeat: no-repeat;
}

#productPdf {
	position: absolute;
	margin: -46px 0 0 250px;
	cursor: pointer;
}

.productHtmlHeader {
	width: 225px;
	float: left;
	background: url(/custom/images/html-bg.gif) repeat-x;
	height: 33px;
	padding-top: 19px;
}

.productHtmlHeader:hover {
	background: #0f0;
}

#productThumbsInfo {
	padding: 14px 0;
}

#productThumbs {
	width: 292px;
}

#productThumbs img {
	border: 1px solid #e8e8e8;
	width: 50px;
	height: 50px;
	margin: 0 5px 7px 0;
	overflow: hidden;
	cursor: pointer;
}

#productRight {
	float: left;
	width: 355px;
}

#productDescription {
	
}

/* html areas */

#htmlNavContainer {
	clear: left;
	margin: 20px 0 0 0;
	height: 50px;
	width: 673px;
	border-bottom: 2px solid #74c200;
}

.htmlSplitter {
	float: left;
	overflow: hidden;
	with: 1px;
	height: 50px;
}

.htmlNavItem {
	float: left;
	background: url(/custom/images/html-bg.gif) no-repeat;
	display: block;
	float: left;
	width: 223px;
	height: 50px;
	text-align: left;
	color: #74c200;
	font-size: 10pt;
	font-weight: bold;
}

.htmlNavItem td {
	width: 195px;
	height: 50px;
	padding: 0 15px;
}

.htmlNavItemHover {
	background: #74c200;
	color: #fff;
	cursor: pointer;
}

.htmlContainer {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 20px;
	width: 631px;
}

/* footer */

#footerContainer {
	margin-top: 12px;
	width: 874px;
	height: 200px;
	background: url(/custom/images/footer.gif) no-repeat top;
}

#footer {
	text-align: right;
	height: 90px;
}

#footerNav {
	padding-top: 19px;
}

#footerNav a {
	margin: 0 14px;
	color: #000;
	font-size: 10pt;
}

#footerNav a:hover {
	color: #75c500;
}

#footerLogo {
	float: right;
	padding-right: 15px;
}

#footerPhone {
	clear: right;
	float: right;
	padding: 11px 15px 0 0;
}

#footerCopyright {
	color: #000;
	padding-top: 80px;
}

/** overlib stuff **/

#overDiv td {
	background-color: #fff;
	padding: 5px;
}

.select-free {
	border: 1px solid #000;
	position: absolute;
	z-index:102;
	overflow:hidden;
	text-align: left;
	width: auto;
}

.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
	filter:mask();/*must have*/
}
/** end overlib stuff **/