p{ line-height:24px;}

body {
  text-align: center;
  }
 
#wrapper{ 
height:210px;
}
  
#container {
  margin: 0 auto;
  width: 981px;
  text-align: left;
  }



#main-banner{
	width:981px;
	height:309px;
}



#main-container{
	float:left;
}



#sidebar {
	float:left;
	width:252px;
	min-height:668px;
	height:100%;
	background:url(../images/sidebar-bg.jpg) repeat-y;
	padding:0 0 40px 0;
}

#main-content{
	float:left;
	width:689px;
	padding:0px 20px 0 20px;
}


ul#Product-list {
	list-style-type: none;
	line-height:28px;
	margin: 0;
	font-weight:800;
	padding:0 0 0 20px;
	width:232px; /* width of menu */
}


ul#Product-list  li{
border-top:thin #333333 dotted;
}


ul#Product-list  li a {
color:#333333;
	display:block;
	text-decoration:none;
}

ul#Product-list  li a:hover {
color:#0099cc;
} 

#footer{
height:50px;
color:#000000;
text-align:center;

}

#product-image{
text-align:center;
}

#product-desciption{

}





