@charset "utf-8";

/* Fonts Embed*/

@font-face {
    font-family: "Lucida Grande";
    src: url('../LucidaGrande.ttf');
}



/*Main CSS*/
body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}
html, body {
	height : 100%;
	}
body{

	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #999;
	font-weight : normal;
	font-size:12px;
	background: #3e2a06 url("../images/bg8.jpg")repeat-x fixed center top;
	text-align:justify;
}

.clear{
	height: 0px;
	clear:both;
}

a {
	color: #93C92E;
	}

a, a:visited {
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.page-wrap {
	position: relative;
	width: 959px;
	margin: 0 auto;
	}
	
.butterfly {
	width: 102px;
	height: 100px;
	float: left;
	background: url("../images/butterfly.png") no-repeat;
	margin: 50px 10px 0 0px;
	}	
	
.logo {
	display: block;
	width: 170px;
	height: 185px;
	float: left;
	background: url("../images/magic-irrigation-logo.png") no-repeat;
	margin: 50px 0 0 30px;
	position: absolute;
	left: -64px;
	top: -27px;
	z-index: 999;
	}
.top-content {
	height: 150px;
	}
	
.container {
	position: relative;
	overflow: hidden;
	}

.container-mid{
	background: url("../images/container-mid.png") repeat-y;
	}

.container-top{
	background: url("../images/container-top.png") no-repeat;
	width: 959px;
	height:107px;
}

.container-btm{
	background: url("../images/container-btm.png") no-repeat;
	width: 959px;
	height:84px;
}

h1{
	font-size:18px;
	font-weight:normal;
	text-align: left;
	margin: 5px 10px 15px 10px;
	text-transform: uppercase;
	color: #93C92E;
}

h2{
	font-weight:normal;
	font-size:18px;
	color:#999;
	text-transform: uppercase;
	margin: 10px;
	text-align: center;
}
blockquote {
	font-size: 18px;
	}
p {
	margin: 0 10px;
	}
U {
	color: #6c0;
	text-transform: uppercase;
	}

ul{
	margin:0 130px;
	padding-top: 15px;
}

li{
	list-style:none;
	display:block;
	float:left;	
}

#navigation li a{
	height: 25px;
	text-indent:-9999px;
	background: url("../images/navigation-sprite.png") no-repeat;
	display:block;
	margin-right:30px;
}

#navigation li a.home {
	width: 70px;
	background-position: 0px 5px;
	}

#navigation li a.about {
	width: 73px;
	background-position: -90px 5px;
	}
	
#navigation li a.services {
	width: 87px;
	background-position: -180px 5px;
	}
	
#navigation li a.contact {
	width: 82px;
	background-position: -293px 5px;
	}

#navigation li a.home:hover {
	width: 70px;
	background-position: 0px -25px;
	}

#navigation li a.about:hover {
	width: 73px;
	background-position: -90px -25px;
	}
	
#navigation li a.services:hover {
	width: 87px;
	background-position: -180px -25px;
	}
	
#navigation li a.contact:hover {
	width: 82px;
	background-position: -293px -25px;
	}

#navigation li a.home.active {
	width: 70px;
	background-position: 0px -58px;
	}

#navigation li a.about.active {
	width: 73px;
	background-position: -90px -58px;
	}
	
#navigation li a.services.active {
	width: 87px;
	background-position: -180px -58px;
	}
	
#navigation li a.contact.active {
	width: 82px;
	background-position: -293px -58px;
	}

#pageContent{
	width: 899px;
	padding: 20px 30px;
}

#loading{
	visibility:hidden;
}

.demo{
	color:white;
}

#pageContent {

	}

.content-left {
	width: 430px;
	margin: 10px;
	float: left;
	}

.content-right {
	width: 410px;
	margin: 10px;
	float: right;
	}
	
.top-clear {
	height: 70px;
	clear: both;
	}

.top {
	width: 220px;
	float: right;
	margin: 60px 0px 0 0;
	}

.top li {
	width: 97px;
	height: 34px;
	background: url("../images/buttons-sprite.png") no-repeat 0 0;
	list-style: none;
	text-indent: -9999px;
	margin-right: 5px;
	cursor: pointer;
	}

.top li a{
	width: 97px;
	height: 34px;
	}

li.clients {
	background-position: 0 -37px;
	}
	
li.clients:hover {
	background-position: 0 0;
	}
	
li.awards {
	background-position: -97px -37px;
	}
	
li.awards:hover {
	background-position: -97px 0;
	}
	
.ladybug {
	position: absolute;
	width:59px;
	height:29px;
	margin: 130px 0 0px 850px;
	z-index: 100;
	}

.num{
	width: 300px;
	float: right;
	padding-right: 20px;
	font-size: 24px;
	font-color: #ffffff;
	text-align: right;
	}
.num-small{
	font-size: 16px;
	}
/*inner content styles*/

.pic-left-small {
	width: 162px;
	height: 108px;
	float: left;
	margin: 10px 10px 10px 30px;
	border-style: none;
	}
	
.pic-right-small {
	width: 162px;
	height: 108px;
	float: right;
	margin: 10px 30px 10px 10px;
	border-style: none;
	}
	
.pic-right-small img, .pic-left-small img {
	border-style: none;
	underline: none;
	text-decoration:none;
	outline:none;
	color: none;
	}
	
.pic-right-small img:hover, .pic-left-small img:hover {
	background-color: #93C92E;
	}
	
.customer, .green {
	color: #93C92E;
	}
	
.container-mid-top {
	width: 860px;
	margin: 0 auto;
	padding: 15px;
	height: 80px;
	}	

.thumb {
	float: left;
	width: 118px;
	height: 79px;
	margin: 50px 10px 0 10px;
	}
	
.angieslist {

	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	text-align: center;
	}	
/*contact styles*/

.contact-btn, .questions-btn, .more-btn {
	width: 145px;
	height: 56px;
	font-size: 14px;
	text-align: left;
	float: right;
	margin-top: 30px;
	}

.contact-btn p, .questions-btn p, .more-btn p {
	float: left;
	margin: 15px 0 0 0;
	}

.contact-btn a {
	color: #CCC;
	}

.envelope {
	height: 56px;
	width: 66px;
	background: url("../images/buttons-sprite.png") no-repeat -24px -170px ;
	float: right;
	cursor: pointer;
	margin: 0px;
	}
	
.envelope:hover {
	background: url("../images/buttons-sprite.png") no-repeat -24px -100px ;
	}
	
.questions {
	height: 56px;
	width: 66px;
	background: url("../images/buttons-sprite.png") no-repeat -112px -170px ;
	float: right;
	cursor: pointer;
	}
	
.questions:hover {
	background: url("../images/buttons-sprite.png") no-repeat -112px -100px ;
	}
	
.more {
	display: block;
	width: 95px;
	height: 33px;
	background: url("../images/more-btn.png") no-repeat bottom;
	cursor: pointer;
	}
.more:hover {
	background: url("../images/more-btn.png") no-repeat top;
	}

/*footer styles*/

.footer {
	min-height: 250px;
	}

.footer-content {
	width: 830px;
	margin: 20px auto;
	}

.footer ul {
width : 100%;
float : left;
margin : 40px 0 0 0;
}

.footer ul li {
text-align : left;
text-indent : 25px;
display : block;
float : left;
width : 220px;
margin : 0 30px 0 0;
padding-top : 0;
padding-right : 10px;
padding-bottom : 0;
padding-left : 0;
}

.footer ul li span {
	text-align : center;
	text-transform : uppercase;
	font-weight : bold;
	color : #3E3100;
	padding : 2px 0;
	display : block;
	font-size : 11px;
	margin : 0;
	background-color: #BDDB5F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	filter:alpha(opacity=80);   
	-moz-opacity:0.8;
	opacity: 0.8;
}

.footer ul li span a {
color : #fff;
}

.footer ul li span a:hover {
color : #ccc;
}

.footer ul li ul {
float : left;
margin : 2px 0;
width : 100%;
}

.footer ul li ul li {
	padding : 1px 0;
	margin : 1px;
	display : block;
	width : 100%;
	color : #fff;
	clear : both;
	font-size : 13px;
	background: url("../images/container-btm.png") no-repeat center center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.footer ul li ul li a {
	color : #9DB738;
	display : inline;
	margin: 2px;
}

.footer ul li ul li a:hover {
	color : #9ECD41;
	display : inline;
}

ul li a {
display : block;
}

.copy {
	padding: 60px 0 0 30px;
	width: 350px;
	float: left;
}
.copy p {
	color: #999;
	}
.partner-logos-hunter {
	background: url("../images/partner-logos.png") no-repeat -140px 30px;
	padding: 30px 10px 0 30px;
	width: 100px;
	height: 40px;
	float: right;
	}
.partner-logos-hunter:hover {
	background: url("../images/partner-logos-hover.png") no-repeat -140px 30px;
	}
	
.partner-logos-vista {
	background: url("../images/partner-logos.png") no-repeat left 30px;
	padding: 30px 10px 0 30px;
	margin-right: 30px;
	width: 100px;
	height: 40px;
	float: right;
	}
.partner-logos-vista:hover {
	background: url("../images/partner-logos-hover.png") no-repeat left 30px;
	}
	
.footer .copy a:hover {
	color: #BDDB5F;
}

#ssanslnk{
	float: right;
	}
	
.alist{
	float: left;
	margin: 10px 0 0 25px;
	}

