body{
	margin: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

#Topleft
{
    float:left;
    background-repeat:no-repeat;
    background-image:url(images/background.png);
    width: 702px;
    top: 0;
    height: 166px;
    position: absolute;
    
}

a {
   text-decoration: none;
   color: #1D5015;
}
	
#logo {
	position: absolute;
	top: 0px;
	left: -1px;
	z-index:3;
}

#ImgTopright{
	position: absolute;
	top: 0px;
	left: 700px;
}

#menutop
{
    padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
    width:300px;
	position: relative;
	margin-top: 0px;
	left: 325px;
}

#menutop a {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
}


#menutop a:hover {
	color: #095408;
	background: #000000 url(images/nav.jpg) repeat-x;
}

#Content 
{
    font-family:Arial;
	margin-left:0px;
	margin-bottom: 15px; 
	z-index:4; 
	left:130px; 
	position:absolute; 
	top: 140px; 
	width:670px;
}

#side 
{
    float:left;
	position: absolute;
	z-index: 0;
	width: 111px;
	height: 100%;
	min-height: 100%;
	background: #095408;	
}

#sidebottom
{
    float:left;
	position:relative;
	z-index: 0;
	width: 111px;
	height: 100%;
	min-height: 100%;
	background: #095408;	
}

#sideold
{
    top: 166px;
    width: 450px;
    }


#productblocks {
	position: absolute;
	top: 75px;
	left: 300px;
	
}


.boldtext{
	font-weight : bold;
	color : #003300;
}

select {
	font-size: 12px;
}

.extrapadding 
{
    padding-right: 60px;
}
