body {
	background: #000;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -450px;
}

#top {
	width: 900px;
	height: 250px;
	background: url('images/logo.jpg');
}

#sitenav {
 	font-family: Courier New;
 	font-size: 14px;
 	font-weight: bold;
	position: relative;
	top: 15px;
	left: 260px;
}

#sitenav a{
 	margin-left:15px;
	color: #fff;
	text-decoration: none;
}

#sitenav a:hover{
	color: #fcff01;
}

#nav {
	width: 900px;
	height: 40px;
	line-height: 38px;
	background: url('images/navbg.jpg');
}

#nav a{
	margin-left: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#nav a:hover{
	color: #eeff11;
}

#subnav {
	margin-bottom: 10px;
	margin-top: 10px;
}

#subnav a{
	margin-left: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#subnav a:hover{
	color: #eeff11;
}

#content {
	width: 865px;
	margin-left: 25px;
}

#breadcrumb h3{
	color: #fff;
	font-size: 18px;
	margin: 3px;
}

.preview {
	width: 215px;
	height: 200px;
	float: left;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.preview img{
	border: 0px;
}

.preview h3{
	margin: 0px;
	margin-top: 3px;
}

.preview a{
	color: #fff;
	text-decoration:none;
}

.preview a:hover{
	color: #eeff11;
}

.frontpreview {
	width:300px;
	text-align:center;
	float:left;
	color: #fff;
	margin-top: 10px;
	margin-left: 15px;
}

.frontpreview img{
	border: 0px;
}

.frontpreview h3{
	margin: 0px;
	margin-top: 3px;
	color: #eeff11;
}

.frontpreview a{
	color: #fff;
	text-decoration:none;
}

.frontpreview a:hover{
	color: #eeff11;
}


#footer {
	width: 900px;
	margin-top:20px;
	margin-bottom: 20px;
	text-align:center;
}

#footer a{
	margin-left: 25px;
	color: #fff;
	text-decoration:none;
}

#footer a:hover{
	color: #eeff11;
}

#product_image{
	width: 300px;
	margin-left: 5px;
	margin-top: 15px;
	float: left;
}

#crumb{
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	color: #fff;
}

#crumb a{
	color: #fff;
	text-decoration: none;
}

#crumb a:hover{
	color: #eeff11;
}
