@charset "utf-8";
/* CSS Document */
body{
background:#000000;
margin:0;
padding:0;
}
#maincontainer{
width:900px;
height:auto;
margin:auto;
background:#edf5e1;
border:1px solid #FFFFFF;
}
#container{
width:900px;
height:auto;
border:1px solid #FFFFFF;
}
#productsheader{
width:900px;
height:170px;
}
#menucontainer{
width:900px;
height:54px;
background:#00652e;
}
#navcontainer{
width:900px;
height:54px;
padding-top:5px;
background:url(images/nav.jpg) no-repeat;
}
#centerpartforproduct{
width:900px;
height:auto;
background:#edf5e1;
}

#productleftcolumn{
width:207px;
height:auto;
background:#edf5e1;
}
#productcentercolumn{
	width:431px;
	height:auto;
	position:absolute;
	top:239px;
	left:272px;
	background:#edf5e1;
	text-align:justify;
	margin-right:25px;
	padding-left:5px;
	padding-right:25px;

}
#productcentercolumn p{
width:431px;
height:auto;
display:block;
color:#000000;
font-size:14px;
font-weight:100;
text-align:justify;
padding-left:20px;
}
h2{
font-size:16px;
color:#000000;
font-weight:bold;
}
#productright{
	width:170px;
	height:auto;
	background:#edf5e1;
	position:absolute;
	top:242px;
	right:92px;
}
#footer{
width:900px;
height:32px;
background:#000000;
}
#searchcontainer{
width:170px;
height:auto;
}

