html {
	height: 100%;
}
body {
	background: #dfdcee url('images/bg.jpg') top repeat-x;
	height: 100%;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #787681;
}
img {
	border: 0;
}
#wrapper {
	background: url('images/main-bg.jpg') repeat-y;
	width: 860px;
	min-height: 100%;
	margin: 0 auto 0;
}
#header {
	background: url('images/header.jpg') repeat-x;
	width: 850px;
	margin: 0 auto 0;
	height: 71px;
}
#header h1 {
	font-size: 24px;
        font-weight: bold;
	text-decoration: none;
}
#menu {
	padding: 0 15px 10px;
	text-transform: uppercase;
	color: #857289;
	text-align: right;
}

#menu a {
	text-decoration: none;
	color: #857289;
}

#logo {
	float: left;
}
#logo img {
	display: block;
}
#banner {
	float: right;
	padding: 6px 1px 0 0;
}
.clear {
	clear: both;
}
#purplebar {
	background: url('images/purple.jpg') repeat-x;
	width: 850px;
	margin: 0 auto 0;
	text-align: center;
	height: 42px;
}
#purplebar img {
	margin: 0 12px 0;
	display: block;
}
#purplebar ul {
	width: 670px;
	list-style-type: none;
	padding: 0;
	margin: 0 auto 0;
	text-align: center;
}
#purplebar li {
	float: left;
}
#reviewArea {
	background: #ee8aef url('images/pink.jpg') top repeat-x;
	width: 850px;
	margin: 0 auto 0;
	padding: 16px 0 6px;
}
#intro-top {
	background: url('images/intro-top.jpg') no-repeat;
	width: 838px;
	height: 9px;
	margin: 0 auto 0;
}
#intro {
	background: #fff url('images/intro-bg.jpg') top no-repeat;
	width: 820px;
	margin: 0 auto 0;
	padding: 1px 9px 1px;
}
#intro img {
	padding: 1px;
	border: 1px solid #f7f1e0;
	float: left;
	margin: 0 10px 0 0;
}
#intro h1 {
	margin: 0;
	padding: 0;
}
#intro h2 {
	font-size: 20px;
	color: #544a83;
	margin: 0;
	font-weight: 100;
}
#intro h3 {
	font-size: 16px;
	color: #544a83;
	margin: 5px;
	font-weight: bold;
}
#intro p {
	color: #857289;
	margin: 2px 0 12px;
}
	
#intro-bottom {
	background: url('images/intro-bottom.jpg') no-repeat;
	width: 838px;
	height: 7px;
	margin: 0 auto 0;
}
#review-top {
	background: url('images/review-top.jpg') no-repeat;
	width: 838px;
	height: 16px;
	margin: 6px auto 0;
}
#reviews {
	background: #fff url('images/review-bg.jpg') top no-repeat;
	width: 800px;
	margin: 0 auto 0;
	padding: 0 19px 12px;
}
.cta {
	margin: 3px 0 0;
}
#reviews h2 {
	font-size: 22px;
	font-weight: 100;
	color: #5b4f8d;
	margin: 0;
}
#reviews h3 {
	font-size: 16px;
	font-weight: bold;
}
#reviews a:link, #reviews a:visited {
	color: #5b4f8d;
	text-decoration: none;
}
#reviews a:hover {
	color: #473c77;
	text-decoration: underline;
}
#reviews p {
	color: #787681;
	margin: 10px 0 0;
}
#review-bottom {
	background: url('images/review-bottom.jpg') no-repeat;
	width: 838px;
	height: 7px;
	margin: 0 auto 0;
}
.box {
	width: 630px;
	float: left;
}
.rating {
	width: 154px;
	font-weight: bold;
	color: #8c8a95;
	float: right;
}
.ss {
	padding: 1px;
	border: 1px solid #ab93ab;
}
.star {
	margin: 0 1px -2px;
}
hr {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #eeecf7;
}
#footer {
	background: url('images/footer.jpg') repeat-x;
	width: 850px;
	height: 26px;
	margin: 0 auto 0;
	color: #fff;
	text-align: center;
	padding: 4px 0 0;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#prods {
	width: 850px;
	margin: 0 auto 0;
	padding: 5px 0;
	text-align: center;
	color: #dfdfdf;
}
#prods a:link, #prods a:visited {
	color: #7665ce;
	text-decoration: none;
	font-weight: bold;
}
#prods a:hover {
	color: #8c7cdd;
}
#prods span {
	margin: 0 3px 0;
}
#disclaimer {
	margin: 20px;
}