/*----------- GENERAL SETTINGS -----------*/
body{
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	line-height:22px;
	text-align:justify;
	background-color:#fff;
}

h1, p, ul, li{
	margin:0;
	padding:0;
}
h1{
	margin:9px 0 0 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#006699;
}
p{margin:10px 0;}
a{
	color:#000;
	text-decoration:underline;
	outline:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
a img{border:0;}

#main{
	margin:10px auto;
	width:894px;
}

/*_________ header _________*/
#header{margin-bottom:5px;}
#headerCaption{
	float:right;
	font-size:12px;
	color:#1c7bb9;
}
#headerCaption a{
color:#1c7bb9;
text-decoration:none;
}
#headerCaption a:hover{
color:#1c7bb9;
text-decoration:underline;
}
#menu{
	float:left;
	font-weight:bold;
}
#menu ul{list-style:none;}
#menu li{
	float:left;
	margin-right:5px;
}
#menu a{
	color:#000;
	text-decoration:none;
}
#menu a:hover{
	color:#1c7bb9;
	text-decoration:none;
}

/*_________ center content _________*/
#topColor{
	background:#dbd8ae;
	height:87px;
}
#centerContent{
	border-top:14px solid #adc9d1;
}
#centerContent #content{
	padding-top:115px;
	margin:0 150px;
	font-weight:bold;
	color:#0b1b3c;
}
#centerContent #content ul{list-style:none;}
#centerContent #content ul{margin-left:20px;}
#content a{
color:#1c7bb9;
	text-decoration:underline;
	}
#content a:hover{
color:#1c7bb9;
	text-decoration:none;
	}
#horLine{
	margin:20px 40px 10px 40px;
	border-top:1px solid #1f7cb9;
}
#quote{
	margin:0 160px;
	color:#1c7bb9;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	line-height:20px;
	font-size:15px;
}
#author{
	margin:10px 60px 0 0;
	color:#1c7bb9;
	font-weight:bold;
	font-style:italic;
	text-align:right;
}
#systemBg{
	background:url(images/systems-center-bg.jpg) no-repeat;
	width:894px;
	height:660px;
}
#irrigationBg{
	background:url(images/irrigation-center-bg.jpg) no-repeat;
	width:894px;
	height:600px;
}
#plantsBg{
	background:url(images/plants-center-bg.jpg) no-repeat;
	width:894px;
	height:700px;
}
#maintainanceBg{
	background:url(images/maintainance-center-bg.jpg) no-repeat;
	width:894px;
	height:770px;
}
#contactBg{
	width:894px;
	height:492px;
	background-image: url(images/contact-center-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bottomImg{border-bottom:14px solid #7298a2;}
.highlight{
	color:#1c7bb9;
	text-decoration:underline;
}

/*_________ Footer _________*/
#footer{
	margin-top:10px;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#1c7bb9;
}

/*_________ common class _________*/
.clearBoth{clear:both;}
.alignCenter{text-align:center;}
