body {
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#container{
	width:840px;
	margin:0 auto;
	
}

#header{
	width:840px;
	height:330px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#flash {
	padding-top:82px;
	padding-left:9px;
}

#body{
	width:833px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:9px;
	float:left;
	/*border: 1px solid #CCCCCC;*/
}	

#body_left{
	clear:both;
	width:280px;
	float:left;
	margin-top:0px;
}

#body_left_big{
	clear:both;
	width:500px;
	float:left;
	margin-top:0px;
	min-height: 660px;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3d2d72;
	padding:15px 0 0 15px;
	margin:0px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#808080;
	padding:15px 0 0 15px;
	text-align:right;
	margin:0px;
}

p.normaltext, p, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7e7e7e;
	padding:5px 0 0 15px;
}
li { line-height: 11px;
}


#body_right{
	width:539px;
	float:right;
	height:495px;
}

#body_right_small{
	width:296px;
	float:right;
	/*background:url(../images/newsbg.jpg) 0 0 no-repeat;*/
	height:495px;
}


#News_container{
	width:245px;
	height:495px;
	float:left;
	background:url(../images/news-container.jpg) 0 0 no-repeat;
}

h2.news{
	color:0f0f0f;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	padding:35px 50px 0 25px;
	margin:0 0 10px 0;
}

.newsheader{
	font-family:Arial, Helvetica, sans-serif;
	color:#3d2d72;
	font-size:13px;
	font-weight:bold;
	display:inline;
	text-decoration:none;
}

.newstext{
	font-family:Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	font-size:11px;
	display:inline;
}

.news_article{
	height:80px;
	padding:5px 15px 0 15px;
	margin-left:10px;
	border-bottom:1px dashed #CCCCCC;
}
.news_main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7e7e7e;
	padding:5px 0 0 15px;
}

#Services_container{
	width:286px;
	height:595px;
	float:left;
	padding-right:5px;
}

h2.services{
	color:#87862b;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	padding:9px 0 39px 85px;
	margin:0;
}
#irrigation {
	width:296px;
	background:url(../images/irrigation-bg.jpg) 0 0 no-repeat;
	height: 165px;
}
#water-engineering {
	width:296px;
	background:url(../images/watereng-bg.jpg) 0 0 no-repeat;
	height: 165px;
}
#services {
	width:296px;
	background:url(../images/services-bg.jpg) 0 0 no-repeat;
	height: 165px;
}
#maintenance {
	width:296px;
	background:url(../images/maintenance-bg.jpg) 0 0 no-repeat;
	height: 165px;
}
.service_link{
	text-align:left;
	float:left;
	padding:20px 0px 10px 130px;
	vertical-align:top;
	color:#999999;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.service_sub_link a{
	text-align:left;
	float:left;
	padding:4px 2px 0 130px;
	vertical-align:top;
	color:#000066;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}



#single_service_container{
	width:296px;
	height:495px;
	float:left;	
}


#footer {
background-color:#414141;
float:left;
height:35px;
margin:0 10px;
width:825px;
}

#footer p{
	padding: 0 0 0 5px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* menu style */ 

#menu{
	width:325px;
	height:30px;
	margin-top:25px;
	float:right;
	text-align:right;
	background-image:url(../images/skinny_droplets.jpg);

}

#menu ul{
	display:inline;
	list-style:none;
	text-decoration:none;
	height:50px;
}

#menu ul li{
	display:inline;
	list-style:none;
	background-repeat:no-repeat;
	float:right;
	width:60px;
	margin:0 1px;
	text-align:center;
}

#menu ul li.selected{
	display:inline;
	list-style:none;
	background-repeat:no-repeat;
	float:right;
	width:60px;
	margin:0 1px;
	text-align:center;
}

#menu ul li.long{
	display:inline;
	list-style:none;
	background-repeat:no-repeat;
	float:right;
	margin:0 1px;
	width:66px;
	text-align:center;
}

#menu ul li.longselected{
	display:inline;
	list-style:none;
	background-repeat:no-repeat;
	float:right;
	margin:0 1px;
	width:66px;
	text-align:center;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#111;
}

.news_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;

}

