body {
	margin:0 20px 20px 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
}



#banner{
background-image:url(gfx/logic_logo.gif);
width:242px;
height:130px;
margin-left:auto;
margin-right:auto;
}

h1{display:none}
h2{color:#fff; font-size:18px;font-weight:bold;margin:0 0 20px 0;padding:0 }
h3{color:#fff; font-size:14px;font-weight:bold;margin:0;padding:0}
#nav {margin:10px 0 0 0}

#mainpic_home{margin:0;width:740px;height:200px;border:2px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/homepage.jpg)}

#mainpic_civil{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/civilcontract.jpg)}

#mainpic_contact{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/contactus.jpg)}

#mainpic_harvest{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/harvestplanning.jpg)}

#mainpic_how{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/howwedoit.jpg)}

#mainpic_project{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/projectmanagement.jpg)}

#mainpic_road{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/roading.jpg)}

#mainpic_clients{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/okitu04.jpg)}

#mainpic_what{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/okitu04.jpg)}

#mainpic_who{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/whoweare.jpg)}

#mainpic_woodlot{width:740px;height:200px;border:1px solid black;margin-left:auto;margin-right:auto;background-image:url(gfx/woodlot.jpg)}


#content{
width:721px;
padding:0 0 20px 20px;
margin:20px auto 0 auto;
text-align:left;
font-size:12px;
border-left:1px solid white;
/*border-bottom:1px solid white;*/
line-height:180%;
}

a:visited{color:#666666;text-decoration:underline}
a:link{color:#666666;text-decoration:underline}
a:hover{color:#666666;text-decoration:none}



#footer {
width:742px;
height:46px;
padding:0;
margin:0 auto 0 ;
text-align:left;
font-size:12px;
background-image:url(gfx/footer.gif);
}



#footerb {
width:300px;
padding:0 0 0 434px;
margin:0 auto 0 auto;
text-align:right;
}

#footer ul { 
width:300px;
margin: 0;
padding: 3px;
font-weight: normal;
color:#000;
text-align: center;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}


#footer ul li {  display: inline;margin:0 20px 0 20px}

.logo {
padding:0;
margin:0;
margin-left:20px;
margin-bottom:20px;
float:right;
}

div#content div.short-line {line-height:120%}
span.testimonial-title{font-style:italic;float:left;color:#666666}








/* THE NAVIGATION   solardreamstudios.com  */


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0 auto;
  border: 0 none;
  padding: 0;
  width: 740px; /*For KHTML*/
  list-style: none;
  height: 30px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0 20px 0 20px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 10px 0 0 0;
  width: 240px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}



/* Root Menu */
ul#navmenu a {
  
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #000;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a.hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #FFF;
}



.co_name {
	font-weight: bold;
}














/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#000;
    font-size:10px;
    font:bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:1px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:2px; height:1px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#000;
	color:#fff;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
