html, body{
	margin:0px; 
	padding:0px;
	background:#740804;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height:100%;
}

img{
	border:none;
}

h1{
	font-size:22px;
	color:#940000;
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:100;
}

h2{
	font-size:22px;
	color:#940000;
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:100;
}

a{
	color:#940000;
}

#outer{
	min-height:100%;
	margin-top:-30px;/*footer height - this drags the outer 40px up through the top of the monitor */
	background:#FFF url(../images/insidebg.gif) repeat-y left;
}

#inner {
	width:100%;
	overflow:hidden;
	/* you could use float:left instead of overflow:hidden if you wanted content to overflow*/
	/* background:#ffffcc; If floated instead of overflow:hidden then repeat #outer background color here */
}


#container{
	width:100%;
	margin:0px auto;
	text-align:left;
	border-top:30px solid #fff;

}

#top{
	border-top:8px solid #A80303;
	height:126px;
	background:url(../images/topbg.jpg) no-repeat 241px 0px;
}

#topa{
	border-top:8px solid #A80303;
	height:126px;
}

#logo{
	float:left;
}

#sale{
	float:left;
	font-size:24px;
	color:#9C0604;
	text-align:center;
	margin:20px 0px 0px 110px;
}

#sale img{
	margin-top:10px;
}

#navigation{
	height:39px;
	background:url(../images/navbg.jpg) repeat-x;
}

#navigationa{
	height:3px;
	background:#AF130E;
}

#nav, #nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li{
	float:left;
}

#nav a{
	display:block;
	float:left;
	line-height:39px;
	color:#FFF;
	text-decoration:none;
	background:url(../images/navdivide.gif) no-repeat top right;
	padding:0px 15px 0px 15px;
	font-weight:bold;
}

#nav a:hover{
	background-color:#9C1212;
	color:#FDE303;
}



#left{
	float:left;
	width:220px;
	padding:10px 0px 0px 0px;
	line-height:22px;
	border-right:1px solid #dfdfd4;
}

#left h2{
	padding-left:20px;
}

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

#left a{
	display:block;
	padding:3px 0px 3px 20px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	border-top:1px solid #ddddc9;
}

#left a:hover{
	background-color:#e9e9db;
}

#content{
	margin-left:222px;
	background:url(../images/contentbg.jpg) repeat-x;
	padding:10px 20px 10px 20px;
	line-height:22px;
}

#contenta{
	padding:20px 20px 10px 20px;
	line-height:22px;
}

#contenta table th{
	background:#A80303;
	color:#FFF;
}

#contenta table td{
	border-bottom:1px solid #F0F0F0;
}

#productrange{
	margin-top:20px;
}

#productrange a{
	display:block;
	float:left;
	width:209px;
	height:127px;
	margin:0px 10px 10px 10px;
}

.clear{
	clear:both;
	overflow:hidden;
	height:1px;
	margin-top:-1px;
}

#footer{
	color:#FFF;
	text-align:center;
	height:30px;
	line-height:30px;
	font-weight:bold;
	background-color:#A80303;
	font-size:11px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
	color:#FFF;
}


.nametb{
	padding:3px 3px 3px 0px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.desctb{

	font-family:Georgia, Helvetica, sans-serif;
	font-size:12px;
}

#contactleft{
	float:left;
	width:400px;
}

#contactright{
	float:left;
	width:300px;
}

.productimage{
	float:left;
	width:150px;
}

.productdesc{
	float:left;
	width:200px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
}


#searchresults, #searchresults ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#searchresults li{
	width:162px;
	padding:10px 10px 10px 10px;
	margin:5px;
	text-align:center;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

#searchresults li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}

.searchimage{
	padding:5px;
}

.searchimagelink{
	border:1px solid #edeaea;
	display:block;
}

.searchimagelink:hover{
	border:1px solid #ccc;
}

.breadcrumb{
	border-top:1px #ebebdf solid;
	border-bottom:1px #ebebdf solid;
	padding:5px;
}

#productimage{
	float:left;
	width:350px;
}

#zoom{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background:url(../images/zoom.gif) no-repeat left center;
	padding:0px 0px 0px 25px;
	font-size:12px;
}

#full a{
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background:url(../images/fullscreen.gif) no-repeat left center;
	padding:0px 0px 0px 25px;
	font-size:12px;
}


#return a{
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	background:url(../images/return.gif) no-repeat left center;
	padding:0px 0px 0px 25px;
	font-size:12px;
}


#productdesc{
	margin-left:360px;
	border:1px solid #edeaea;
	padding:10px;
	background-color:#FFF;

}

#additionalimages{
	margin:10px 0px 0px 360px;
	border:1px solid #edeaea;
	padding:10px;
	background-color:#FFF;
}

#additionalimages h2{
	font-size:18px;
}

#additional, #additional ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#additional li{
	width:162px;
	padding:2px;
	margin:0px;
	text-align:center;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

#additional li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Helvetica, sans-serif;
}

.additionallink{
	border:1px solid #edeaea;
	display:block;
}

.additionallink:hover{
	border:1px solid #ccc;
}

.red{
	color:red;
	font-weight:bold;
}