/* CSS Document */

* {
	font-size:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	text-align: left;
}

body{
	background:#151515;
	text-align:center;
}

object {vertical-align:top; outline:none;}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none; margin:0; padding:0;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.8125em;
		line-height:1.384em;
		color:#424141;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#0000FF;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration:underline;}
p {padding:10px 0 5px 0;}

/* ============================= main layout ====================== */

li {
	background:url(images/marker.gif) no-repeat 0 14px;
	padding-left:12px;
	line-height:2em;
	margin: 0px;
}
li a {color:#b00000;}

.imgindent {margin:0 20px 0 0; float:left;}

h1{
margin:0;
padding:0;
font-size:18px;
}
h2 {
margin:0 0 0 6px;
padding:0;
font-size:16px;
}
h3 {
	font-size:3.84em;
	line-height:1.2em;
	color:#000000;
	margin-bottom:10px;
	letter-spacing:-2px;
	padding-top:7px;
}
/* ============================= header ====================== */
#header {background:#ffffff; height: 250px;}
.inner {background:url(images/header-bg.gif) left top repeat-x; height: 192px;}

.flash {
	background: url(images/header.jpg) no-repeat;
	height: 192px;
	margin: auto;
	width: 990px;
}

#top-nav{
	background: #FFF;
	float: right;
	clear: both;
	margin-right: 150px;
	width: 510px;	
}

#top-nav li{
	background: none;
	display: inline;
	height: 44px;
	width: 130px;	
}

.home,
.gallery,
.contact{
	float: left;
	background: url(images/btn-off.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #2f2f2f;
	width: 130px;
	text-align: center;
	padding: 10px 0 0 0;
	height: 44px;	
}

.home:hover,
.gallery:hover,
.contact:hover{
float: left;
	background: url(images/btn-on.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 130px;
	text-align: center;
	padding: 10px 0 0 0;
	height: 44px;	
	text-decoration: none;	
}

.down{
float: left;
	background: url(images/btn-on.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 130px;
	text-align: center;
	padding: 10px 0 0 0;
	height: 44px;	
	text-decoration: none;	
}


/* ============================= content ====================== */
.indent {
	padding:0 0 52px 10px;
}
#content {
	background:#fff;
}

.padding {
	padding-bottom:20px;
}
.padding1 {padding-bottom:55px;}

.col-pad {padding-right:44px;}
.col-pad1 {
	padding-right:2px;
}

.col-pad11{
	padding-left: 20px;	
}

.border {
	background:url(images/border-bg.gif) left bottom repeat-x;
	padding-bottom:18px;
	margin-bottom:15px;
}
#content em {
	color:#666;
	font-size:0.92em;
}
#content strong {color:#000;}
.title {
	color:#cb0101 !important;
	padding-bottom: 5px;
}

.phone {display:inline-block; width:93px;}
.adress {
	float:left;
	line-height:1.53em;
	text-align: center;
}

.pad {padding-top:33px;}
.pad1 {padding-top:15px;}

.block {width:315px; float:left;}

.link {color:#cb0101; display:inline-block; margin-top:10px;}

.row {
	background:url(images/row-bg.gif) left top repeat-x #003399;
	position:relative;
	background-color: #00478C;
}
.row .indent {padding:0px 0 28px 10px;}
.row .indent1 {padding:0px 0 0px 10px;}

.twitter {position:absolute; margin:-30px 0 0 940px;}

.row .col-pad {padding-right:30px;}

.row h4 {
	font-size:0.84em;
	line-height:1.2em;
	color:#FFFFFF;
	background:url(images/row-h-bg.gif) left bottom repeat-x;
	padding:12px 0 7px 10px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:normal;
}

.row {
	color:#CCCCCC;
}
.row a {
	color:#FFFFFF;
	text-decoration:none;
}
.row a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
.row li {background:url(images/row-marker.gif) left 8px no-repeat; padding-left:12px; line-height:1.53em;}
.row li a {text-decoration:none;}
.row .phone {display:inline-block; width:93px;}
/* ============================= footer ====================== */
#footer {background:url(images/footer-bg.gif) left top repeat-x; text-transform:uppercase; color:#9c9d9d; font-size:0.84em;}
#footer a {color:#9c9d9d; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer .main {text-align:center;}
#footer .indent {padding:8px 0 0 10px;}
.alignright {text-align:right;}
/* ============================= forms ============================= */


#ContactForm label {height:50px; display:block;}
#ContactForm .link {margin:27px 8px 0 20px;}

.input {width:225px; border:1px solid #bababa; background:#f5f5f5; padding:3px 0 3px 5px; font-size:1em; line-height:1.15em;}
textarea {
	width:225px;
	height:150px;
	border:1px solid #bababa;
	background:#f5f5f5;
	overflow:auto;
	font-size:1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.input {width:225px; border:1px solid #bababa; background:#f5f5f5; padding:3px 0 3px 5px; font-size:1em; line-height:1.15em;}
textarea2 {
	width:400px;
	height:226px;
	border:1px solid #bababa;
	background:#f5f5f5;
	overflow:auto;
	font-size:1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.divisions{
	width:1000px;
	float:left;
}
.stylea {
	color: #cb0101;
}
.sb-cont-box{
	width:300px;
	height:305px;
	float:left;
}
.manager-box{
	float:left;
	background-image:url(images/managers/manager1/jpg);
	background-position:top;
	padding: 5px;
	border: 1px solid #ccc;
}
.but-quote{
float:left;
width:300px;
height:200px;
background-image:url(images/button-quote.jpeg);
background-position:top;
}
.but-quote:hover{
float:left;
width:300px;
height:200px;
background-image:url(images/button-quote.jpeg);
background-position:bottom;
}

.but-tree{
float:left;
width:300px;
height:200px;
background-image:url(images/button-tree.jpg);
background-position:top;
}
.but-tree:hover{
float:left;
width:300px;
height:200px;
background-image:url(images/button-tree.jpg);
background-position:bottom;
}

.but-pest{
float:left;
width:300px;
height:200px;
background-image:url(images/button-pest.jpg);
background-position:top;
}
.but-pest:hover{
float:left;
width:300px;
height:200px;
background-image:url(images/button-pest.jpg);
background-position:bottom;
}

.but-irrigation{
float:left;
width:300px;
height:200px;
background-image:url(images/button-irrigation.jpg);
background-position:top;
}
.but-irrigation:hover{
float:left;
width:300px;
height:200px;
background-image:url(images/button-irrigation.jpg);
background-position:bottom;
}
/*quote*/
.qmain{
width:520px;
float:left;
padding:10px;
}
.qinner{
	width:900px;
	float:left;
	padding:20px 20px 30px 30px;
	border:solid 1px #CCCCCC;
	background-color:#F2F2F2;
}
.qwrap{
width:470px;
float:left;
}
.qlabel{
float:left;
width:100px;
height:20px;
margin-top:15px;
}
.qlabel-com{
float:left;
width:100px;
height:20px;
}
.qfield{
	float:left;
	width:370px;
	margin-top:12px;
}
.qmain input[type=text] {
width: 300px;
border:solid 1px #ccc;
padding:5px;
font-size:12px;
} 
.qmain select {
width: 310px;
border:solid 1px #ccc;
padding:5px;
font-size:12px;
}
.qmain textarea {
width: 300px;
border:solid 1px #ccc;
padding:5px;
font-size:12px;
height:140px;
background-color:#FFFFFF;
} 
.subbut{
	color: #000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:15px 0 0 0;
	width: 310px;
	height: 63px;
	background-color:#C2CDCD;
	border:solid 1px #999;
	-moz-border-radius:5px;
	float:left;
	background-image:url(images/rfqsubbut.jpg);
	background-position:top;
} 
.subbut:hover{
	background-image:url(images/rfqsubbut.jpg);
	background-position:bottom;
} 
.mgr-wrap{
float:left;
width:200px;
margin:0 0 15px 0;
}
.info-box{
	float:left;
	margin:5px 0 0 0;
	width:100%;
	height: 55px;
}
.info-box p{
text-align:center;
margin:0;
padding:0;
}

