/* CSS Document */

.row {
	clear: both;
	position: relative;
}
.row:after {
	content: "&nbsp;";
  visibility: hidden;
  height: 0;
	clear: both;
	display: block;
}

.col {
	float: left;
	vertical-align: top;
}



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url('./images/background.jpg');
	background-repeat:repeat-x;
	background-color:#205025;
	color:#668171;
}

a {
	text-decoration:underline;
	color:#007675;
}
a:hover{
	color: #A8352A;
}

h1 {
	color:#BA221B;
	font-size:22px;
	background-image:url('./images/h1.jpg');
	margin:10px 0 20px 0;
	padding: 0 0 8px 0;
	background-position:bottom right;
	background-repeat:no-repeat;
}

h2 {
  font-size:17px;
}

h3 {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	color:#015725;
	color:#008437;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #BEE3CD;
}

h4 {
	font-size:13px;
	color:#777;
	margin:0 0 3px 0;
}

ul {
	margin-top:3px;
	list-style-image:url('./images/bullet2.gif');
}
	
  

.navmenu {
	background:#b8de91 url('./images/navbg2.jpg')	0 -40px no-repeat;
	width:136px;
  overflow:hidden;
	padding:10px 10px 0 10px;
	margin: -20px 0 0 -1px; 
	border:1px solid #fff; 
	border-bottom-width:0;
	border-left-color: #64BC89;
}
.nav-content {
  color:#021;
	padding:5px 10px;
  background-color:#cae4a2;
  opacity:0.6;
  filter:alpha(opacity=60);
}

.bannerbox {
	z-index:1; 
	margin:0 auto; 
	width:750px;
	border:1px solid #02923E; 
	border-width: 1px 1px 0 1px;
	width:750px;
	height:164px; 
	background-image:url('./images/lawn-care.jpg'); 
	background-position:top; 
	background-repeat:no-repeat;
}

.mainbox {
	z-index:9; 
	margin:0px auto 0 auto; 
	width:750px;
	border-left:1px solid #62B650;
	border-right:1px solid #B8DE94;
	background-color:#fff;
}

.contentbox {
  width:550px;
  float:right;
	padding:10px 20px; 
	background-color:#fff;
}

.bottombox {
	background-color:#fff; 
	margin:0 0 1px 0; 
	clear:both; 
	padding:10px 0 1px 0; 
	background-image:url('./images/bottom.jpg'); 
	height:33px; 
	background-position:bottom right; 
	background-repeat:no-repeat;
}

.footerbox {
	text-align:center; 
	color:#03FF6D; 
	clear:both; 
	margin:0 auto; 
	width:726px;
	border:1px solid #fff; 
	background-color:#02923E; 
	border-width: 1px 1px 0 1px; 
	padding:12px;
}
.footerbox a {
	color:#fff;
	text-decoration:none;
	margin-right:3px;
	padding-right:6px;
	border-right:1px solid #03FF6D;
	display:inline-block;	
}
.footerbox a.last {
	border:none;
}
.footerbox a:hover {
	text-decoration:underline;
	color: #EBF635
}

.subfooterbox {
	text-align:center; 
	color: #B8DE94; 
	font-size:0.85em; 
	clear:both; 
	margin:0 auto; 
	width:740px;
	border:1px solid #fff; 
	background-color:#015725; 
	border-width: 0 1px 1px 1px; 
	padding:5px;
}

.mikrotronbox {
	margin:25px auto;
	text-align:center; 
	font-size:0.8em; 
	color:#fff;
}
.mikrotronbox a {
	color: #fff;
	font-weight:bold;
  text-decoration:none;
}
.mikrotronbox a:hover {
	text-decoration:underline;
}


div.quotebox {
 	background-image:url('./images/quotebg.jpg'); 
	background-position:top; 
	background-repeat:repeat-x;
	padding:10px;
	margin-top:15px;
  margin-bottom:15px;
	text-align:center;
	font-size:1.3em;
	font-style:italic;
	color:#fff;
	background-color:#AED888;
	border:1px solid #64BC89;
	
}
 
.imgtreatment {
 	border:1px solid #176538;
}

.right { 
	margin: 0 0 10px 10px !important;
	float:right;
}
.left {
	margin:0 10px 10px 0;
	float: left;
}

.smaller {
	font-size:0.9em;
}

.bigger {
	font-size:1.15em;
}

.pricetag {
	margin:0;
	padding:2px 5px 2px 0;
	text-align:right;
	background-color:#F1FFE8;
	border-bottom:1px solid #BEE4CD;
}



/* --- FORM STYLING CLASSES --- */

label {
  float:left;
  display:block;
  width:60px;
  padding:2px 10px 0 0;
  font-size:12px;
  font-weight:bold;
}

input.styled, textarea.styled {
  float:left;
  background:url('./images/formfield.jpg') top left no-repeat;
  padding:4px 2px 2px 4px;
  border:none;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  width:163px;
}
select.styled {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
}
button.styled {
	padding:2px 25px;
	color:#ffffff;
	font-weight:bold;
  text-transform:uppercase;  
	font-size:15px;
	margin:0;
	border:none;
  background:#8f8f8f url('./images/button.gif') bottom repeat-x;
  border-top:1px solid #ccc;
  border-left:1px solid #bbb;
  border-bottom:1px solid #333;
  border-right:1px solid #555;
  outline:none;
	cursor:pointer;  
}

.decoy { display:none; }

label.error {
  float:right;
  text-align:right;
  font-weight:normal;
  width:auto;
  color:#c33;
  font-size:11px;
  padding:0;
}
.pusherror label.error {
	float:right;
  display:block;
  margin-right:-100px;
}

form .row {
 	margin:0 0 10px 0;
  padding-left:0;
}

form .buttonrow {
  text-align:right;
}