/* CSS Document */
*{
  margin:0;
  padding:0;
  }
body{
 background-image:url(../images/bg.jpg);
 background-position:top center; 
 background-color:#993300; 
 background-repeat:no-repeat;
 text-align:center;
 color:#000000;
 font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:16px;
 }
 a{
 color:#336633;
 text-decoration:none;
 }
 a:hover{
 color:#000000;
 }
 
.main{
 display:table;
 width:800px;
 margin:0 auto;
 background-color:#D7E53F;
 border-left:4px solid #fff;
 border-right:4px solid #fff;
 background-image:url(../images/mainbg.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 text-align:left;
 }
.top{
 display:table-row;
 text-align:left;
 width:100%;
 float:none;}
.middle{
 display:table-row;
 width:100%;
 text-align:left;

}
.leftcol{
 display:table-cell;
 width:240px;
 float:left;

}

.rightcol{
  display:table-cell;
  float:left;
  width:560px;
  text-align:left;
  }
  
.bottom{
  text-align:center;
  font-size:10px;
  padding:15px;
  clear:both;
}
#nav{
 margin:50px 0 200px 0;
 text-align:right;
  }  
  
#nav ul{
list-style:none;
}
#nav ul li{
   height:14px;
   margin:15px 0;
   border-bottom:1px dotted #336633;
   padding-bottom:6px;
  }
#nav a{
   padding:0 10px 0 0;
   }
#nav a:hover, #nav a#active {
   background-image:url(../images/arror.jpg);
   background-position:top right;
   background-repeat:no-repeat;}
  
.textframe{
   background-color:#bfec52;
   border:1px solid #EEF7D2;
   padding:15px 15px 15px 25px;
   margin:20px 20px 10px 20px;
         }
.textframe p{
   font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:16px;
   text-align:left;
   margin:5px 0px;      
      }

.frame td, .lightframe{
   border:1px  dotted #EEF7D2;
   padding:5px 5px 5px 10px;
   background-color:#C5ED63;
   color:#336633;}	  
td.bgcolor{
    background-color:#C4E080;}
img.float{
    float:left;
	margin:0px 25px 10px 0;
	border:2px solid #fff;}
img.float_lcol{
   	border:2px solid #fff;}
img.floatli{
    float:left;
	margin:0px 30px 10px 0;
	border:2px solid #fff;
    }
img.border{
	border:2px solid #fff;
	margin:10px;
	position:relative;
	}

.fristcharacter{
    color:#336633;
    font-size:54px;
	line-height:54px;
	display:block;
	float:left;
	padding:0 5px 0 0;}
h2 {
   text-align:left;
   font-size:18px;
   font-weight:bold;
   line-height:20px;
   margin:10px 0;
   color:#336633;
   text-transform:uppercase;}
h3{
    text-align:left;
   font-size:14px;
   font-weight:bold;
   line-height:18px;
   margin:7px 0;
   color:#336633;   }
h4{
    text-align:left;
   font-size:14px;
   font-weight:bold;
   line-height:18px;
   margin:7px 0;
   color:#333333;
    }
p{
   text-align:left;}
ul{
    padding-left:20px;
	list-style:disc;
}
ul li ul{
    list-style:square;
	color:#336633;
   font-style:italic;
   line-height:14px;
	}
ol{
	color:#336633;
	line-height:14px;
	padding-left: 30px;
}

ol li{
	padding: 5px;

}
.note{
   font-size::10px;
   color:#336633;
   padding:15px 10px 0 10px;
}

p.backtop{
   text-align:right;
   font-size:small;
}

td.galpix{
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

table.phototable{
	margin: auto;
	padding: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

table.tbl_lighting{
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.tbl_irrigation{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.lightpix{
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-left:20px;
}