* { margin:0px; padding:0px; }
img {border:0}

body {
	color:#787878;
	background:#fff;
	font-size:0.83em;
	letter-spacing: 1px;
	font-family:Arial;
}
.site {
	margin:0 auto;
	width:980px; 
	overflow:hidden;
}

a { color:#787878; text-decoration:none; }
a:hover{ color:#842ea9; }

h1 {
	font-size: 3.00em;
	margin-bottom:10px;
}
h3 {
	font-size: 1.00em;
	margin-bottom:10px;
}

.header {
	height: 73px;
	background: #000;
}
.header .left {
	float: left;
}
.header .right {
	float: right;
}

.main {
	width: 560px;
	float: left;
	padding-left:1em;
	padding-top:6em;
}
.main p {
	margin-bottom: 2em;
	text-align: justify;
}
.side {
	width: 340px;
	float: right;
	padding-top:2em;
}

.side .nav {
	background-image: url(images/nav-bg.png); 
	background-repeat: no-repeat;
	padding: 32px 2em 2em 2em;
	font-size: 1.83em;
	line-height: 38px;
}
.side .nav a {
	display: block;
}
.side .nav a.home {
	font-weight: bold;
	color: black;
	display: block;
}
.side .nav a.home:hover{ color:#842ea9; }
.side .upsells {
	clear: both;
	color: #000;
	width: 300px;
}

.product {
	clear:both;
	margin-top: 2em;
	float: left;
	clear: both;
}


.cost {
	color: red;
	float: left;
	clear: both;
}

.reviews {
	margin-top: 4em;
}
.reviews h3 {
	margin-top: 1em;
	margin-bottom: 0px;
}

.sidebars {
	padding: 3em 0 2em 1em;
}

.footer_img {
	padding: 4em 0 0 1em;
	float: left;
}