@charset "utf-8";
/* * { margin: 0; padding: 0; }*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/pestrite_sub_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #subheader {
	padding: 0px;  /* 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. */
	margin: 0px;
	height: 315px;
	background-image: url(../images/pestrite_sub_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 370px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent ul {
	margin-top: 10px;
} 
.twoColFixLtHdr #mainContent li {
	margin-left: 40px;
} 
.twoColFixLtHdr #mainContent a {
	color: #666666;
	text-decoration: underline;
	}
	
.twoColFixLtHdr #mainContent a:hover {
	color: #094FA3;
	text-decoration: none;
	}
.twoColFixLtHdr  #footer {
	margin: 0px;
	background-image: url(../images/pestrite_footer.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: top;
	padding-top: 0px;
	background-color: #094FA3;
} 
.twoColFixLtHdr  #footerbg {
	background-image: url(../images/pestrite_footer_swoosh.gif);
	background-repeat: no-repeat;
	height: 120px;
	background-position: right top;
	margin: 0px;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 0.75em;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
.twoColFixLtHdr #footer a:hover {
	color:#129eff;
	text-decoration: none;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden {
    left: -10000px; position: absolute;
}
.bluetxt{
color: #094fa3;
}
.redtxt{
color: #F00;
}

/* ABOUT TITLES */
#consumerbasedservicesolutions{
	background-image: url(../images/titles/consumerbasedservicesolutions.gif);
	height: 36px;
	width: 448px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#servicetechnology{
	background-image: url(../images/titles/servicetechnology.gif);
	height: 36px;
	width: 493px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#ourguarantee{
	background-image: url(../images/titles/ourguarantee.gif);
	height: 36px;
	width: 448px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

/* ALL PAGES */
#yeswedothat{
	background-image: url(../images/titles/yeswedothat.gif);
	height: 46px;
	width: 264px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#commercial-residential{
	background-image: url(../images/side/commercial_residential.jpg);
	height: 139px;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

#footerguaranteed{
	background-image: url(../images/titles/footerguaranteed.gif);
	height: 25px;
	width: 235px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
}
.green{
	color: #090;
}
.blue{
	color:#00F;
}

/* GALLERY */

.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 112px;
	}
.caption {
	text-align: center;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9px;
}
/* PAGE TITLES */
#commercial-title{
	background-image: url(../images/titles/eco-smart-comm-ind-services.gif);
	height: 36px;
	width: 559px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#residential-title{
	background-image: url(../images/titles/eco-smart-res-services.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#aquatics-services-title{
	background-image: url(../images/titles/aquatics-services.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#ants-title{
	background-image: url(../images/titles/ants.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#cockroaches-title{
	background-image: url(../images/titles/cockroaches.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#biting-insects-title{
	background-image: url(../images/titles/biting-insects.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#fabric-pests-title{
	background-image: url(../images/titles/fabric-pests.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#flies-title{
	background-image: url(../images/titles/flies.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pantry-pests-title{
	background-image: url(../images/titles/pantry-pests.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#seasonal-pests-title{
	background-image: url(../images/titles/seasonal-pests.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#stinging-insect-pests-title{
	background-image: url(../images/titles/stinging-insects.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#poisonous-spiders-title{
	background-image: url(../images/titles/spiders-poisonous.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nonpoisonous-spiders-title{
	background-image: url(../images/titles/spiders-non-poisonous.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wood-destroying-insects-title{
	background-image: url(../images/titles/wood-destroying-insects.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#birds-title{
	background-image: url(../images/titles/birds.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wildlife-title{
	background-image: url(../images/titles/wildlife-concerns.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rodents-title{
	background-image: url(../images/titles/rodents.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#buyingandselling-title{
	background-image: url(../images/titles/selling-buying-a-property.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#whydetectrite-title{
	background-image: url(../images/titles/why-detectrite.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#publichealth-title{
	background-image: url(../images/titles/public-health-clean-up.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#odor-title{
	background-image: url(../images/titles/odor-problems.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#twentyfour{
	background-image: url(../images/titles/emergency-services.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#join-team-title{
	background-image: url(../images/titles/join-the-pestrite-team.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#customer-access-title{
	background-image: url(../images/titles/customer-access.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#news-offers-title{
	background-image: url(../images/titles/news-offers.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pest-insects-rodent-services-title{
	background-image: url(../images/titles/pest-insects-rodent-services.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#team-pestrite-access-title{
	background-image: url(../images/titles/team-pestrite-access.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pestrite-team-title{
	background-image: url(../images/titles/pestrite-team.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#order-service-title{
	background-image: url(../images/titles/order-service.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pay-online-title{
	background-image: url(../images/titles/pay-online.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contact-us-title{
	background-image: url(../images/titles/contact-us.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wildlife-services-title{
	background-image: url(../images/titles/wildlife-services.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#eco-smart-green-service-title{
	background-image: url(../images/titles/eco-smart-green-service.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#green-service-commitment-title{
	background-image: url(../images/titles/green-service-commitment.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#not-found-title{
	background-image: url(../images/titles/404.gif);
	height: 36px;
	width: 390px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.gallery-div{
	font-size: 12px;
	text-align:left;
	display: none;
}
.gallery-div img{
	padding: 5px;
}.twoColFixLtHdr #container #mainContent ul li {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.4em;
}
.blue {
	color: #164EA3;
}

#contact-div {
	width: 500px;
}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:475px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input, #stylized select, #stylized textarea {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:0px 0 20px 10px;
}
/*#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}*/

.clear-float {
	clear: both;
}
.twoColFixLtHdr #container #sidebar1 #theMenu li ul li .redbold {color:#F00; font-weight:bold;}

#pestritespecials{
	background-image: url(../images/titles/specials.gif);
	height: 95px;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}