@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #0A0A0A;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/navbg.jpg) repeat-x #303030;
	text-align: center;
}
html>body #outer {height:auto}
#outer2 {
	background: #0A0A0A;

}
#main {
	width: 753px;
	margin:  0px auto 0 auto;
	text-align: left;
	font-size: 12px;
	color: #888;
	line-height: 16px;

}
	
/*************LAYOUT******************/

#top-nav {
	border-bottom: 3px solid #9BC032;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	background: #0A0A0A;

}
#top-nav a {
	color: #EA0087;
	font-size: 11px;
}
#bottom-contact {
	border-top: 1px solid #444;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	background: #0A0A0A;
}
#bottom-contact a {
	color: #EA0087;
	font-size: 11px;
}
#leftcol {
	width: 225px;
	float: left;
}
#logo {
	background-image: url(../images/logo.gif);
	width: 225px;
	height: 198px;
	
}
#rightcol {
	width: 528px;
	float: right;
}
#content {
	margin: 20px 30px 20px 30px;
}
/*********CALLOUTS*****************/
#maintenance-callout {
	width: 106px;
	height: 117px;
	background-image: url(../images/maintenance-callout.gif);
	float: left;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
	}
	#maintenance-callout a {
	width: 106px;
	height: 117px;
	display: block;
	}
#design-callout  {
	width:151px;
	height: 117px;
	background-image: url(../images/design-callout.gif);
	float: left;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
}
	#design-callout a {
width:151px;
	height: 117px;
	display: block;
	}

#irrigation-callout {
	width:138px;
	height: 117px;
	background-image: url(../images/irrigation-callout.gif);
	float: left;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
}

	#irrigation-callout a {
	width:138px;
	height: 117px;
	display: block;
	}

#snow-callout {
	width:128px;
	height: 117px;
	background-image: url(../images/snow-callout.gif);
	float: left;
	border-bottom: 2px solid #fff;
}
	#snow-callout a {
	width: 106px;
	height: 117px;
	display: block;
	}
#bottom-callouts {
	clear: both;

}
#bottom-callouts .module {
	border-top: 10px solid #1a1a1a;
	float: left;
	width: 200px;
	display: block;
	margin: 0 0px 0 16px;
	padding: 10px 10px 10px 25px;
	background: url(../images/callout-bullet.gif) top left no-repeat;
}

#home-content {
	float: left;
	width: 270px;
	margin: 0 0 0 10px;

}
#header {
	border: 6px solid #2D2D2D;
	width: 513px;
	margin: 10px 0 0 0px;
	
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {

	margin: 0 auto;
	text-align: right;
	font: Georgia, "Times New Roman", Times, serif;
	color: #848371;
	font-size: 9px;
	padding-top: 4px;
	background: url(../images/footerbg.jpg) top repeat-x;
	padding-bottom: 4px;
	clear: both;
	height: 65px;
	text-align: center;
	border-top: 4px solid #9BC032;
	
}
.footer a:link, .footer a:visited {

	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#7D7258;
	font-size: 9px;

}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

}


/**********************/

.inputbox {

	border: 1px solid #3C3A2D;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4D3E;
	
	background: url(../images/inputbg.gif) top repeat-x #C4C4AA;
}

.module p {
	margin: 0;
	padding: 0;
}

.left-logos {
	width:inherit;
}
.left-logos a{
	border:none;
	text-decoration: none;
}
.left-logos a img{
	border:none;
	text-decoration: none;
}
