html, body {
	height:100%;
	padding:0;
	margin:0;
	text-align:center;
	font-family:Verdana, Tahoma, arial, sans;
	font-size:14px;
}
body {
	background:#7b1517 url(/images/layout/bg.png);
}
#body-overlay {
	background:url(/images/layout/bg-gradient.png) repeat-x bottom;
	min-height:100%;
}
#wrapper-top {
	margin-top:12px;
	height:8px;
	background:url(/images/layout/wrapper-top.png) no-repeat bottom center;
}
#wrapper-bottom {
	height:8px;
	margin-bottom:12px;
	background:url(/images/layout/wrapper-bottom.png) no-repeat top center;
}
#wrapper {
	width:764px;
	text-align:left;
	margin:0px auto;
	background:url(/images/layout/wrapper-bg.png) repeat-y center;
	padding:0 16px
}
#banner {
	height:100px;
	background:#000000;
	position:relative;
}
#banner img {
	border:none;
	position:absolute;
	bottom:0;
	left:0;
}
#nav {
	background:url(/images/layout/nav.png) repeat-x top;
	height:34px;
	text-align:right;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	display:inline;
	padding:0 10px;
	line-height:32px;
}
#nav li a {
	color:#ffffff;
	text-decoration:none;
}
#nav li a:hover {
	color:#c52929;
}
#content {
	padding:15px;
}
#footer {
	clear:both;
	background:black;
	height:25px;
	text-align:right;
}
#footer ul {
	
}
#footer li {
	display:inline;
	padding:0 10px;
	line-height:24px;
}
#footer li a {
	color:#ffffff;
	text-decoration:none;
}
#footer li a:hover {
	color:#c52929;
}
/* elements */
img {
	border:none;
}
/* product page */
#product-details {
	
}
#product-details #specs {
	font-size:1.32em;
}
#product-image {
	float:left;
	width:370px;
}
#product-image #views {
	width:370px;
}
#product-image #views ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#product-image #views li {
	display:block;
	float:left;
}
#product-image #views li a {
	display:block;
	width:108px;
	height:63px;
	line-height:63px;
	color:white;
	text-decoration:none;
	margin-bottom:15px;
	text-align:center;
}
.button {
	background:url(/images/layout/button.png);
	font-size:1.12em;
	color:white;
	cursor:pointer;
	cursor:hand;
}
.button-highlight {
	background:url(/images/layout/button-highlight.png);
	font-size:1.12em;
	cursor:pointer;
	cursor:hand;
}
#addToCartButton {
	background:url(/images/layout/addtocartbutton.png);
	border:none;
	width:165px;
	height:64px;
	display:block;
	margin-left:-9px;
	font-weight:bold;
}
/* general styles */
a {
	color:#DD0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-left:10px;
}
h1 {
	margin:0 0 1em 0;
	font-size:1.8em;
	color:#000000;
	border-bottom:1px dotted #990000;
	font-weight:normal;
	letter-spacing:0.3em;
}
h2 {
	margin:1em 0;
	font-size:1.3em;
	font-weight:normal;
	color:#000000;
	border-bottom:1px dotted #990000;
	clear:both;
}
h5 {
	 margin-top: 0px;
	 padding-top: 0px;
}	 
ul {
	list-style-image:url(/images/layout/bullet.png);
}
imginfo {
	float:none;
	clear:both;
	margin-top:1em;
}
imginfo img {
	float:left;
	margin-right:1em;
}
.floatright { float: right; }