/* CSS Document */

body {
margin: 20px;
padding: 0px;
background-color:#666666;
font: 16px arial, sans-serif; 
		
}


pre {text-indent: 30px}

#tabmenu {
border-bottom: 2px solid black;
margin: 12px 0px 0px 0px;
padding: 0px;
z-index: 1;	
padding-left: 10px ;
		
}

#tabmenu li {
display: inline;
overflow: hidden;
list-style-type: none; 


}

#tabmenu a {
color:#00ffff;

}



#tabmenu a, a.active {
background-color:#006666;
font: bold 1em "Trebuchet MS", Arial, sans-serif;
border: 1px solid black;
padding: 2px 35px 0px 35px;
margin: 0;
text-decoration: none; 

}

#tabmenu a.active {
background: #006666;
border-bottom: 2px solid #ff00ff; 
color:#ff00ff;
font-size:20px;


}

#tabmenu a:hover {
color:#ffffff;
background:gray; }



#tabmenu a.active:hover {
background:gray;
color:#ffffff; }

#content {
width:925px;
font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
text-align: justify;
background-color:#DCDCDC;
padding: 20px;
border: 2px solid black;
border-top: none;
z-index: 2;	

}


h1 {
float:left;
width:200px;
margin-top:35px;
font-size:20px;
margin-left:15px;
color:black;
text-align:left;

}

h2 {
float:left;
width:450px;
margin-top:15px;
margin-left:15px;
color:black;
font-size:20px;

}


h3 {
float:left;
width:250px;
margin-top:15px;
margin-left:15px;
margin-bottom:0px;	
color:black;
font-size:16px;
clear:left;



}

.leftColumn {
float:left;
width:500px;
border:thin solid black;
padding:10px;
padding-bottom:10px;
margin-left:10px;
}


.leftColumn p {
float:left;
margin-left:20px;
width:450px;
clear:left;


}


.imageContainer {
width:250px;
background:#999999;
float:right;
margin-top:25px;
margin-right:25px;
border:thin black solid;
}



#callToOrder {
width:320px;
height:25px;
float:left;
margin-left:90px;
margin-top:25px;
margin-bottom:0px;
font-weight:bold;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
}


#home_fromSodSoilMulch   {
float:left;
width:450px;
height:20px;
margin-bottom:15px;
margin-top:5px;
margin-left:5px;
}

#home_fromSodSoilMulch  a {
text-decoration:underline;
color:blue;
/*display:block;*/
}

#home_fromSodSoilMulch  a:hover {
text-decoration:none;
font-weight:bold;
background:tan;
color:blue;

}

#clickForTurfCalc {
float:right;
margin-right:20px;
width:365px;
font-size:12px;
line-height:1.5em;
margin-top:5px;
text-align:center;

}



#clickForTurfCalc a {
display:block;
font-family:Arial, Helvetica, sans-serif;
border:1px solid black;
padding:5px;
text-decoration:none;
background-color:white;
font-size:12px;
color:blue;
}

#clickForTurfCalc a:hover {
background-color:#CCCCCC;
}

#clickForTurfCalc a span {
text-decoration:underline;
}

#clickForTurfCalc a:visited {

}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
