*{margin:0px;padding:0px;}
body
{
 	background-image: url(../images/websitebackground.png);
    background-repeat:repeat-x;
    background-color:#E1F7D4;
    margin:0px;
    font-family:verdana;
    font-size:11px;
}
h1
{
	font-size:16px;
	color:#59B224;
	margin-bottom:12px;
}  
/*main menu items*/
	
ul
{
	 list-style-type: none;
}
ul.menu
{
	list-style:none;
}
ul.menu li
{
	display:inline;
}
ul.menu a
{
	color:white;
	font-size:15px;
	text-decoration:none;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
/*product items*/
.productblock
{
	background-color:white;
	cursor: pointer;
	border:solid 1px silver;
	padding:5px;
	margin:5px;
	float:left;
	width:200px;
	min-height:215px;
}
.productblock img
{
	width:200px;
}
.productblock h1
{
	color:#59B224;
	font-weight:bold;
	font-size:12px;
}
.productblock a
{
	color:black;
	text-decoration:none;
	font-size:9px;
}
.productblock table
{
	width:100%;
}
.productfeaturename
{
	color:gray;
}
.productfeaturevalue
{
	color:black;
	text-align:right;
}
.price
{
	float:right;
	color:#59B224;
	font-weight:bold;
	font-size:18px;
}
.pricestrike
{
	text-decoration: line-through;
	float:right;
	color:red;
	font-weight:bold;
	font-size:14px;
}
.productdetailblock
{
	background-color:white;
	border:solid 1px silver;
	padding:5px;
	margin:5px;
	width:650px;
	min-height:215px;
}

.productdetailimagebox img
{
	width:400px;
}

.productdetailimageslide 
{
	width:400px;
	overflow:auto;
}
.productdetailimage img
{
	width:400px;
}
.productdetailthumb img
{
	cursor:pointer;
	width:100px;
}
.productdetailfeaturename
{
	color:gray;
}
.productdetailfeaturevalue
{
	padding-left:10px;
	color:black;
	text-align:right;
}
#containeritem
{
   position:relative;
   margin:0 auto;
   width:940px;
}



#imageitem
{
      position:relative;
      clear:both;
      z-index:0;
      width:940px;
      height:160px;
      background-image:url(../images/banner.png);
      background-repeat:no-repeat;
      background-position:top center;
      margin-bottom:13px;
}
   
        
 #menuitems
 {
 	background-image:url(../images/menubackground.png);
   	background-repeat:no-repeat;
	width:940px;
	height:50px;
	z-index:9;
	position:relative; 
	padding-top:22px;  
	padding-left:10px;  
}
#contentitem
{
	float:left;
	position:relative;	
	padding-left:20px;
	width:680px;
 	min-height:400px;
}
#contentitemrechts
{
	float:left;
	position:relative;	
	width:220px;
 	min-height:400px;
}
#footeritem
{
	clear:both;
	position:relative;
    height:25px;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    font-size:9px;    
    color:black;
    border-top:1px solid #59B224;
}
#footeritem a
{
	color:black;
	text-decoration:none;
}
