@charset "utf-8";
/* CSS Document */

body {background: url(img/bg-repeat.png) repeat-x rgba(0,0,0,0.05); margin:0; padding: 0;}

.header {width: 870px; height: 250px; margin: 0 auto; background: url(img/header.png) no-repeat;}


.body-bg {width: 860px; margin: 20px  auto; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.6); border-radius: 5px; min-height: 500px;}

.body-content {padding: 30px 50px;}

h1 {
	color: #FD3E06;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	font-weight: bolder;
}
.body-bg .body-content h2 {
	color: #FD3E06;
}
.body-bg .body-content .img-left {
	float: left;
	width: 340px;
}
.body-bg .body-content .clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.body-bg .body-content .img-description-right ul li, ul li {
	background-image: url(img/check.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	padding-left: 40px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
}
.body-bg .body-content .add-to-cart {
	width: 604px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



.body-bg .body-content .img-description-right ul, ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



.body-bg .body-content .img-description-right {
	float: right;
	width: 400px;
}



p {margin-top: 20px; font-family: Verdana, Geneva, sans-serif; font-size: 16px;}
