#container {
	width:960px;
	border: 1px solid #483D3B;
	background: #000000;
	margin: 0px auto;
}
#menu {
	padding: 3px 0px 3px 3px;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 0px 20px;
	/*background: #000000 url(images/menu_bg_dark.jpg) repeat-x 40px bottom; */
}
#holder {
	background: #000000 url(images/Grad.jpg) repeat-x top left;
}
#menu li {
	display:inline;
}
#menu li a {
	display:inline;
	color:#000000;
	list-style-type:none;
	padding: 3px 10px;
	margin: 0px 10px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-transform: uppercase;
	text-decoration:none;
	background: #856C63;
	font: bold 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#menu .selected a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #4A3F3D;
	border-left: 2px solid #333;
	background: #4e403a;
}
#menu .selected a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	background: #4E403A;
}
#menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #A8938A;
}
#leftcol {
	width: 310px;
	float:left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 10px;
}
#content {
	margin-left: 335px;
	padding: 10px 5px 5px 20px;
	border-left: 1px solid #4E403A;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 580px;
}


#footer {
	padding-right: 20px;
	padding-top: 5px;
	height: 60px;
	clear:left;
	color: #FFFFFF;
	background-color: #4e403a;
	text-align: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;

}
h2 {
	color: #dabdb3;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
}

dt {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 120px;
	margin-right: 10px;
}
dd {
	margin-bottom: 5px;
	border-bottom: 1px dotted #666;
	width: 180px;
}

#main_image h5 {
	font: 22px bold "Arial", Helvetica, sans-serif;
	margin:5px 8px;
	padding: 0px;
}

body {
	margin: 0px;
	font-size: 12px;
	background: #293443;
}

#bg {
	background: #293443 url(images/bodybg.png) repeat-y center top;
	margin: 0px;
	padding: 22px 0px 0px 0px;
}

#bgtop {
	background: #723822;
	height: 45px;
}
.viewall {
	color: #E18700;
	font-size: 16px;
}
.viewall a:hover {
	color: #A83B1A;
}

.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline;
	text-transform: lowercase;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	letter-spacing: -1px;
	font: bold 18px/40px Arial, Helvetica, sans-serif;
	display: inline;
	background:#CCCCCC;
	color:#999999;
	padding: 3px;
}
#content .nav li a {
	color: #000000;
	text-decoration: none;
	background: #F8F2F2;
	padding: 3px;
}
#content .nav li a:hover {
	background: #E18700;
}

.categories {
	margin: 10px 0px 10px 20px;
	padding: 0px;

}
.categories li {
    color: #fff;
    font: bold 16px Arial;
}

h3.cat_header {
	padding: 3px;
	background: #DABDB3;
	color: #000000;
	display:inline;
}

.categories li a {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
}
.categories li a:hover {
	background: #E18700;
}

.selectedCat {
	background: #E18700;
}

.viewall a {
	color: #634A41;
}
p {
	font-size: 12px;
	line-height: 20px;
}
#header {
	background: #000000;
	margin: 0px;
}
.tape {
	background: url(images/tape.png) no-repeat;
	height: 84px;
	width: 175px;
	z-index: 100;
	position: absolute;
	left: 25%;
}

.caption {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}

.tape, #bg { behavior: url(iepngfix.htc) } 

#main_image { width: 400px; float: left; }
#main_image img { margin-bottom:10px;}

.related {
	float:right;
	margin-top: 16px;
	padding: 10px 3px 3px 3px;
	width:150px;
	text-align:center;
	background: #6F6461;
}
.related h3 {
	background: #fff;
	padding: 2px;
	display:inline;
	text-align:center;
	color: #000000;
}
.related img {
	background: #E18700;
	padding: 3px;
	margin-top: 10px;
}

.related a img {
	border-color:#000000;
	background:none;
}

#content img {
	border: 1px solid #eee;
	margin-top: 10px;
}
#content p {
	width: 400px;
}

.commentForm input, .commentForm textarea {
	display:block;
	background:#333333;
	border: 1px solid #eee;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	padding: 2px;
}

.commentForm label {
	font-weight: bold;
}

.invalid {
	background:red;
	padding: 3px;
}
.valid {
	background:green;
	padding: 3px;
}
.anyClass {
	height: 200px;
}
#main_image h3 {
	border-bottom:1px solid #eee;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#main_image h4 {
	margin: 0px;
	padding: 0px;
	color:#CCCCCC;
	font-size: 14px;
}
.searchResult {
	width: 160px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align:center;
}
#main_image .searchResult h3 {
	height: 50px;
	border: none;
	background:#333333;
	padding: 3px;
	border: 1px solid #666666;
}
#content a {
	color: #CCCC00;
}
#content a:hover {
	color: #993300;
}
#note {
	font-size:10px;
	line-height: normal;
}

	
	/*	Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* 	The hotspots have a minimum width of 100 pixels 
	and if there is room the will grow and occupy 15% 
	of the scrollable area (30% combined). Adjust it 
	to your own taste. */
	min-width: 75px;
	width: 300px;
	height: 100%;
	/*	There is a big background image and it's used 
		to solve some problems I experienced
		with Internet Explorer 6. */
	background-image: url(images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*	When positioning the mouse over one of the hot spots, 
		the cursor should change. I've noticed that this varies 
		from browser to browser though. */
	cursor: url(images/cursors/cursor_arrow_left.cur), w-resize;
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: 300px;
	height: 100%;
}

#makeMeScrollable div.scrollableArea a img
{
	width:110px; height:150px; display:block; float:left; margin:5px;
	border: none;
	
}

.error, .success {
	padding: 5px;
	border: 1px solid #fff;
	color: #FFFFFF;
	margin: 10px 0px;
}
.error h3, .success h3 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
}
.error {
	background:#990000;
}
.success {
	background:#006633;
}

#leftcol p a {
	color:#E18700;
}


.basket th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}

.basket td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td.nobg {
	border: none;
	background: none;
}

