body{
  	background:url(images/body.png) #2C3838 repeat-x;
  	font-family:Verdana,Arial,Helvetica,sans-serif;
  	font-size:12px;
  	text-align:center;
  	cursor:default;
  	margin:0px;
  	padding:0px;
}

#container{
  	background:url(images/container.png) repeat-y;
	width:780px;
	margin:auto;
	text-align:left;
}

#header{
  	background:url(images/header.png) no-repeat;
  	height:150px;
}

#header #contact{
	padding-top:50px;
	padding-right:25px;
	float:right;
	color:#DFDFDF;
	width:420px;
}

#header #contact p.address{
  	float:left;
  	width:200px;
  	text-align:right;
  	margin:0px;
  	padding:0px;
}

#header #contact p.hours{
  	float:right;
  	width:200px;
  	text-align:left;
  	margin:0px;
  	padding:0px;
}

#header #contact a{
	color:#DFDFDF;
	text-decoration:underline;
}

#header #contact a:hover{
	color:#E4E4E4;
	text-decoration:none;
}

#menu{
  	background:url(images/menu.png) no-repeat;
  	height:70px;
}

#subnavigation{
	clear:right;
	padding-top:13px;
  	color:#EEE;
	margin-left:10px;
	margin-right:10px;
}

#navigation {
	text-align: center;
	float: right;
	margin-top:5px;
	margin-right:15px;
}

#navigation ul {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	/*background: url(images/tab_bg.gif) repeat-x center top;*/
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #444;
	background: url(images/tab_left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:10px;
	text-decoration: none;
}

#navigation a:hover {
	color: #E07E00;
	text-decoration: none;
}

#navigation a span {
	background: url(images/tab_right.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}

#navigation a span {
	float: none;
}

#wrapper{
  	background:url(images/wrapper.gif) no-repeat top;
  	min-height:200px;
}

#content{
  	float:left;
  	width:480px;
	padding-left:15px;  	
}

#content h2{
  	color:#444;
  	font-size:18px;
  	text-transform:uppercase;
  	font-family:Arial;
}

#content h2 span{
  	font-size:14px;
  	padding-left:10px;
	color:#666;
}

#content p{
  	line-height:1.25;
  	color:#444;
}

#sidebar{
  	float:right;
	padding-right:14px;
  	width:259px;
}

#sidebar p{
  	margin:0px;
  	padding:5px;
}

#sidebar ul{
  	list-style:none;
  	margin:0px;
  	padding:0px;
  	margin:1px;
  	margin-top:0px;
}

#sidebar ul li a{
	display:block;
	padding:5px;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
  	color:#444;
}

#sidebar ul li a:hover{
	color:#E07E00;
  	text-decoration:none;
}

#sidebar ul li.odd a{
}

#sidebar ul li.even a{
  	background:#FAFAFA;
}

#sidebar ul li.even a:hover{
  	background:#F3F3F3;
}

#sidebar ul li.odd a:hover{
  	background:#F3F3F3;
}

#clear{
	clear:both;
}

#footer{
  	background:url(images/footer.png) no-repeat;
  	height:70px;
}

#footer .menu{
	margin:0px;
	padding:0px;
	padding-top:25px;
  	list-style:none;
  	text-align:center;
}

#footer .menu li{
  	display:inline;
  	padding:5px;
  	padding-left:20px;
  	padding-right:20px;
  	font-weight:bold;
  	font-size:10px;
}

#footer .menu li a{
  	color:#444;
  	text-decoration:none;
}

#footer .menu li a:hover{
  	color:#222;
}

#footer p.legal{
  	margin:0px;
  	padding:0px;
  	text-align:center;
  	color:#475F5F;
  	padding-top:15px;
  	font-size:10px;
}

#footer p.legal a{
  	color:#475F5F;
  	text-decoration:none;
}

#footer p.legal a:hover{
  	color:#677F7F;
  	text-decoration:none;
}

h1{
  	margin:0px;
	position:relative;
	top:20px;
	left:25px;
  	width:300px;
  	height:125px;
}

h1 span{
  	visibility:hidden;
}

h1 a, h1 a:hover{
  	width:300px;
  	height:125px;
  	display:block;
  	text-decoration:none;
}

p.subtitle{
	display:none;
}

h3{
	margin:0px;
  	background:url(images/h3.png) no-repeat;
  	padding:8px;
  	padding-top:3px;
  	font-size:12px;
  	color:#FFF;
  	text-align:center;
}

h3 span{
	padding-left:10px;
	padding-right:10px;
}

#product_name{
	margin-bottom:0px;
	padding-bottom:0px;
}

#product_number{
  	margin:0px;
  	padding:0px;
}

#product_number span{
  	text-transform:uppercase;
  	font-size:10px;
  	font-style:italic;
}

#product_info{
  	float:right;
  	text-align:right;
}

#product_info span{
  	color:#444;
  	font-size:18px;
  	text-transform:uppercase;
  	font-family:Arial;
  	font-weight:bold;
}

div.product_pictures {
	float:left;
	height:110px;
	margin:0px;
	padding:5px;
	text-align:center;	
}

div.product_pictures img{
	height:100px;
 	padding:1px;
  	border:1px solid #EEE;
}

img.product_pictures{
  	padding:1px;
  	border:1px solid #EEE;
}

hr{
	clear:both;
  	border:1px solid #FFF;
	border-top:1px solid #DDD;
}

input.button{
  	font-size:11px;
  	padding:2px;
  	font-family:Arial;
  	padding-left:5px;
  	padding-right:5px;
}

#product_buttons{
  	text-align:right;
}

.product_box{
	width:150px;
	height:175px;
	text-align:center;
	background:url(images/product_box.gif) no-repeat center center;
	padding:5px;
	float:left;
}

.product_box img{
  	margin-top:10px;
  	padding:1px;
  	border:1px solid #EEE;
	height:100px;
}

.product_box p.product_name{
  	font-weight:bold;
  	height:30px;
  	padding:0px;
  	margin:0px;
  	margin-top:5px;
}

.product_box p.buttons{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
}

.product_box p.buttons a{
  	color:#EEE;
  	text-decoration:none;
}

.product_box p.buttons a:hover{
  	color:#FFF;
}

div.odd .sale_box, div.odd .new_release_box
{
	background:#FAFAFA;
}

.sale_box, .new_release_box{
	margin-top:5px;
	margin-left:1px;
	margin-right:1px;
	padding-top:5px;
	padding-bottom:3px;
	text-align:center;
}

.sale_box img, .new_release_box img{
  	padding:1px;
  	border:1px solid #EEE;
  	width:125px;
  	background:#FFF;
}

a{
  	color:#E07E00;
  	text-decoration:none;
  	font-weight:bold;
}

a:hover{
  	color:#222;
  	text-decoration:underline;
}

ul.cart{
  	font-size:11px;
}

ul.cart li span{
  	float:right;
  	margin-left:20px;
}

ul.cart li{
	clear:right;
}

ul.cart li.odd a{
  	font-weight:normal !important;
}

ul.cart li.even a{
  	font-weight:normal !important;
}

#cartTotal{
  	font-size:11px;
	text-align:center;
	font-weight:bold;
}

#cart{
  	font-size:11px;
}

#cart th{
  	background:#B4B4B4;
  	text-align:center;
  	color:#FAFAFA;
  	padding:8px;
}

#cart td{
	padding:5px;
}

#cart tr.odd td{
  	background:#FDFDFD;
}

#cart tr.even td{
  	background:#F3F3F3;
}

#cart td a{
  	font-weight:normal;
  	color:#000;
}

#cart td img{
  	cursor:pointer;
}

input.qty{
	width:25px;
	text-align:right;
	font-size:11px;
}

.special p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 175px; /*width of left column containing the label elements*/
border-top: 1px solid #EEE;
height: 1%;
}

.special label{
font-weight: bold;
float: left;
margin-left: -175px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
font-size:11px;
}

.special label small{
  	font-weight:normal;
  	letter-spacing:-.75px;
}

.special input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/

}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#content h3{
	font-weight:bold;
	color:#444;
	text-transform:uppercase;
	font-size:14px;
	background:none;
	text-align:left;
	margin:0px;
	padding:0px;
  	font-family:Arial;
}

#options{
	float:right;
	padding-top:15px;
}