@charset "utf-8";
/* CSS Document */

#main-content {
	/*width: 610px; float: left;*/
	background: url(../images/product/contentBG-product.jpg) repeat-y;
	padding: 0px;
	width:570px;
}
#footerBorder
{
	width:550px;
}

#footer
{
	background: url(../images/product/contentBG-product.jpg) repeat-y;
	width:570px;
	/*min-height:133px;*/
}

#featuredProductBG
{
	background: url(../images/product/contentBG-product.jpg) repeat-y;
}

#featuredProduct p
{
	padding-left:20px;
	padding-top: 20px;
}

#featuredProduct ul
{
	padding-left:45px;
 	list-style-type: disc;
}

#sidebar
{
	
	width: 190px;
	padding:0px;
	margin:0px;
	float:right;
}

#sidebar ul {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
}
	#sidebar ul li {
		float: left;
		padding:0px;
		margin:0px;
		width: 190px;
	}
	
#infoBox {
border:1px dashed #6A86AE;

float:left;
height:125px;
margin:10px;
padding:10px;

text-align:center;
width:175px;
}

#bottomInfo {
border:10px solid #6A86AE;
height:680px;
margin-left:25px;
padding:25px 25px 25px 33px;
width:440px;
}

#infoBox2 {
border:1px dashed #6A86AE;

float:left;
height:149px;
margin:10px;
padding:10px;

text-align:center;
width:175px;
}

#bottomInfo2 {
border:10px solid #6A86AE;
height:730px;
margin-left:25px;
padding:25px 25px 25px 33px;
width:440px;
}


