*
{
margin: 0;
padding: 0;
}

img
{
border:0;
}


body
{
font-family: arial;
background-color: #C0EEE4;
}

a
{
color: #56751E;
text-decoration: none;
}

#header
{
background-color: #FFF;
width:100%;
}


#container
{
position: absolute;
width: 825px;
left: 0;
padding-bottom: 40px;
background-color: #FFF;
}

* html #container
{
position: absolute;
width: 835px;
left: 0;
padding-bottom: 40px;
background-color: #FFF;
}

#copyContainer
{
margin: 20px 20px 0 22px;
}

#copyContainer p
{
font-size:12px;
}

#pressbox
{
float: left;
width: 460px;
margin-bottom: 15px;
}
.picbox
{
float: left;
margin-right:5px;
margin-bottom: 5px;
width: 75px;
height: 75px;
display: inline;
}





#leftcolumn
{
float: left;
width: 545px;
padding-left: 20px;
}

#navcontainer
{
/*float: left;*/
width: 551px;
height: 75px;
/*margin-bottom: 15px;*/
background-color: #f4f4f4;
}



.locations
{
font-family:arial;
float: right;
margin-right: 0px;
width: 235px;
padding: 5px 0;
margin-top: 10px;
}

.toplocations h3
{
font-family:arial;
float: right;
margin-right: 0px;
width: 235px;
padding: 5px 0;
}


.rockit
{
float: right;
width: 235px;
margin-top: 5px;
border: 1px solid #cccccc;
}

* html .rockit
{
float: right;
width: 235px;
margin-top: 5px;
margin-right: 10px;
border: 1px solid #cccccc;
}


.spotlight
{
float: left;
display: inline;
margin-top: 10px;
margin-right: 36px;
width: 142px;
height: 247px;
}

#rightcolumn
{
float: right;
display: inline;
margin-right: 3px;
width:238px;
padding-right: 3px;
}

.picthing
{
float: left;
width: 240px;
margin-left: 3px;
}

#arrowbox
{
float: right;
margin-top: 10px;
margin-right: 15px;
width: 48px;
}

.greeny
{
float: left;
margin-top: 1px;
margin-bottom: 15px;
}

/*text*/

h1,h2,h3,h4,h5
{
font-family: arial;
font-weight: lighter;
}


h3
{
position: relative;
padding: 5px 0;
margin-bottom: 5px;
border-top: 2px solid #cccccc;
border-bottom: 1px solid #E6E6E6; 
}

.spotlight p
{
font-size: 10px;
float: left;
}

.yellow 
{
font-family:arial;
font-size:5px;
font-weight: bold;
background-color: #F2F2f2;
}

.rockit p
{
font-size: 10px;
/*float: left;*/
margin-top: 10px;
margin-left: 20px;
}

.rockit img
{
float: right;
}


.spotlight a
{
color: #77E009;
text-decoration: none;
}

.spothead
{
color:#56751E;
float: left;
margin-top: 3px;
font-size: 15px;
font-weight: bold;
}


.newsbox h3,.locations h3
{
font-family:arial;
color: #56751E;
}

.welcome 
{
font-family:arial;
color:#AFB378;
font-size:12px;
line-height:150%;
}

p
{
font-family: arial;
font-size: 12px;
line-height: 150%;
color: #666666;
margin-bottom: 15px;
}

.product
{
float: left;
width:500px;
}
/*.product p
{
float: left;
}*/

.product img
{
border: 1px solid #e0e0e0;
padding: 4px;
margin-right: 10px;
margin-bottom: 5px;
}


.line
{
/*top:15px;*/
color: #1A2615;
font-family:arial;
font-size: 18px;
border-bottom: 1px solid #cccccc;
margin-bottom: 10px;
}

.headline
{
font-family: arial;
font-weight: normal;
color:#333333;
}
/*links*/

#copyContainer ul
{
float:left;
}

#copyContainer ul li
{
font-family:arial;
line-height:150%;
font-size:12px;
list-style-type:none;
}


#navcontainer ul
{
float: left;
margin-left: 10px;
margin-top: 32px;
}

#navcontainer ul li
{
display: inline;
padding-left: 14px;
font-size: 16px;
color: #939C9A;
}

#navcontainer ul li a
{
color: #666666;
text-decoration: none;
}

#navcontainer ul li a:hover
{
color: #333;
}





/*form stuff*/

fieldset {
	width:420px;
	border: 1px solid #FFF;
}

legend 
{
	font-family: arial;
	color: #2D3746;
	font-weight: bold;
}



label
{
	display: block;
}

input
{
	width: 200px;
}

.feature input
{
	width: 150px;
}

input.radio, input.checkbox, input.submit
{
	width: auto;
}

input.radio
{
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus
{
	background: #ffc;
}

textarea
{
	width:300px;
	height: 100px;
}



