/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
	background: #ebe9e1 url(images/bg-top.png) repeat-x top;
}

body {
	margin: 0; padding: 0;
	font: 13px/19px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/header.jpg) no-repeat top center;
	color: #858377;
}

a, a:link, a:visited {
	color: #9d376f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top {
	height: 148px;
	border-bottom: 12px solid #a42566;
}

#top h1 {
	margin: 0 auto; padding: 0;
	width: 950px;
}

#top h1 a {
	display: block;
	height: 148px; width: 470px;
}

#top h1 a strong {
	display: none;
}

#nav {
	height: 44px;
	border-top: 2px solid #ff2faa;
	border-bottom: 1px solid #dddbd1;
	background: #ffffff;
}

#nav ul {
	list-style: none;
	margin: 0 auto; padding: 0;
	height: 44px; line-height: 44px;
	width: 952px;
}

#nav li {
	float: left;
}

#nav a {
	color: #858377;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #dddbd1;
	display: block;
	padding: 0 30px;
}

#nav a:hover {
	color: #FF2FAA
}

#content {
	margin: 0 auto; padding: 23px 0;
	width: 952px; overflow: hidden;
}

#left {
	float: left;
	width: 260px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #dddbd1;
}

#left div {
	margin: 0;
	padding: 15px 10px;
	overflow: hidden;
	border-top: 1px solid #e0e0dd;
}

#left h2 {
	margin: 10px 0 5px 0; padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #858377;
}

#left h3 {
	color: #9d376f;
	font-size: 14px;
	margin: 0 0 10px 0; padding: 0;
}

#left .thumb {
	border: 1px solid #858377;
	float: right;
	margin: 0 0 10px 10px;
}

#main {
	float: right;
	width: 630px;
}

#main .box {
	padding: 20px; margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #dddbd1;
}

#main .boxred {
	padding-left: 15px; padding-right: 15px; margin-bottom: 10px; margin-top: 20px;
	background: #eb9e9e;
	border: 1px solid #b50000;
	color: #000000;
	text-align: justify;
}

#main h1 {
	color: #9d376f;
	font-weight: normal;
	font-size: 30px;
	margin: 5px 0; padding: 0;
}

#main .product {
	float: right;
	margin-left: 10px;
}

#stats {
	overflow: hidden;
	padding: 20px;
}

#stats .screenshot {
	float: left;
	margin-right: 40px;
}

#stats ul {
	margin: 10px 0; padding: 0;
	list-style: none;
}

#stats ul li {
	overflow: hidden;
	height: 30px; line-height: 30px;
}

#stats ul li strong {
	display: block;
	width: 100px;
	text-align: right;
	float: left; margin-right: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #9d376f;
}

#stats .star5 {
	width: 152px; height: 30px;
	background: url(images/5star.jpg); float: left;
}

#stats .star4 {
	width: 152px; height: 30px;
	background: url(images/4star.jpg); float: left;
}

#stats .star3 {
	width: 152px; height: 30px;
	background: url(images/3star.jpg); float: left;
}

#stats .star2 {
	width: 152px; height: 30px;
	background: url(images/2star.jpg); float: left;
}

#stats .star1 {
	width: 152px; height: 30px;
	background: url(images/1star.jpg); float: left;
}

#stats .star0 {
	width: 152px; height: 30px;
	background: url(images/0star.jpg); float: left;
}

a.buy {
	display: block;
	text-align: center;
	font-size: 24px; line-height: 35px;
}

#footer {
	background: #858377;
	clear: both;
	color: #ffffff; line-height: 17px;
}

#footer div {
	padding: 20px;
	margin: 0 auto; width: 952px; height: 53px;
	background: url(images/logo2.jpg) no-repeat top right;
}

#footer p {
	margin: 0; padding: 0;
	text-align: center;
}

#footer a {
	color: #ffffff;
}