body, font, a, p, td, th, div, h1, h2, h3, input, textarea, select, legend, fieldset {
	font-family: arial;
	font-size: 11px;
	color: white;
}
input, select, textarea {
	color: black;
}
body {
	margin: 0;
	background: #2D2D2D url('images/bg2.gif') repeat-x;
}
form {
	margin: 0;
}
h1.brown {
	color: #E6B64B;
	font-size: 15px;
}
h1.bigbrown {
	color: #E6B64B;
	font-size: 17px;
}
h1.brown a {
	color: #E6B64B;
	font-size: 15px;
}
.brown {
	color: #E6B64B;
}
.req {
	color: red;
}

.msgs {
	color: red;
}
table#shell {
	width: 100%;
}
table#shell td#shell-left {
	vertical-align: top;
	text-align: right;
	padding: 0;
	background: url('images/bg_left.jpg') no-repeat top right;
}
table#shell td#shell-center {
	vertical-align: top;
	width: 769px;
	padding: 0;
}
table#shell td#shell-right {
	vertical-align: top;
	text-align: right;
	padding: 0;
	background: url('images/bg_right.jpg') no-repeat top left;
}
table#shell td#shell-footer {
	vertical-align: top;
	text-align: center;
	padding: 0;
	height: 62px;
	background: url('images/footer/bg.gif') repeat-x bottom;
}

table#header {
	width: 769px;
}
table#header td {
	padding: 0;
}

table#nav {
	width: 769px;
}
table#nav td {
	padding: 0;
}

table#main {
	width: 769px;
	margin-bottom: 16px;
}
table#main td#leftnav {
	vertical-align: top;
	padding: 0;
	width: 162px;
	background: url('images/leftnav/border.gif') repeat-y;
}
table#main td#content {
	vertical-align: top;
	padding: 0;
	color: #fff;
	border-bottom: 1px #383838 solid;
	background: #000 url('images/content_right.gif') repeat-y right;
}
table#pagetitle td {
	padding: 0;
}
table#lnav {
	width: 162px;
	background: url('images/leftnav/bg.gif') repeat-y;
}
table#lnav td {
	padding: 0;
}
table#lnav td#search {
	background: url('images/leftnav/search_bg.jpg') no-repeat;
	height: 32px;
	vertical-align: bottom;
	padding-left: 8px;
}

table#lnavlinks {
	width: 162px;
	background: url('images/leftnav/bg.jpg') no-repeat top;
}
table#lnavlinks tr.linkoff td {
	padding: 0;
	padding-left: 17px;
	padding-bottom: 17px;
	background: url('images/leftnav/arrow_hollow.gif') 5px 3px no-repeat;
	color: #959595;
	font-size: 11px;
}
table#lnavlinks tr.linkoff td a {
	color: #959595;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
table#lnavlinks tr.linkoff td a:hover {
	color: #fff;
}
table#lnavlinks tr.linkon td {
	padding: 0;
	padding-left: 17px;
	padding-bottom: 17px;
	background: url('images/leftnav/arrow_solid.gif') 5px 3px no-repeat;
	color: #fff;
	font-size: 11px;
}
table#lnavlinks tr.linkon td a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
table#lnavlinks tr.linkon td a:hover {
	color: #fff;
}

table#footer1 {
	width: 769px;
	height: 25px;
}
table#footer1 td {
	padding: 0;
}
table#footer2 {
	width: 769px;
	height: 37px;
}
table#footer2 td {
	padding: 0;
}
table.body {
	width: 558px;
	margin-bottom:25px;
}
table.indent {
	margin-left:15px;
}
table.box {
	border: 1px solid #404040;
	width: 558px;
}
table.box td {
	padding: 0px;
}
table.box td.header {
	font-size: 13px;
	border-bottom: 1px solid #404040;
	padding: 10px;
}
table.box td.body {
	padding: 10px;
}
table.box td.darkbody {
	padding: 10px;
	background-color: #2E2C2D;
}
table.pimg_bg {
    background: url('images/products/pimg_bg.jpg') bottom left no-repeat;
    width: 246px;
}
table.products {
	margin-bottom: 25px;
}
table.products td#pimg {
    text-align: center;
    width: 246px;
}
table.productimg td#img img {
    border: 1px solid white;
}
table.product {
	width: 100%;
}
table.product td.ptext {
	padding-top: 25px;
	padding-bottom: 10px;
}
table.imgs {
	width: 100%;
}
table.imgs td.lg_img {
	width: 430px;
}
table.imgs td.lg_img img {
	border: 1px solid white;
}
table.imgs td.sm_imgs img {
	border: 1px solid white;
	margin-bottom: 5px;
}
table.imgs td.sm_imgs a:focus {
	outline: none;
}
h1.brown a {
    text-decoration: none;
}
h1.brown a:hover {
    text-decoration: underline;
}
table#cart {
    border: 1px solid #404040;
    border-top: none;
}
table#cart th {
    background: url('images/cart/cart_bg.gif') top left repeat-x;
    height: 23px;
    text-align: left;
}
table#cart th.c {
	text-align: center;
}
table#cart th.r {
	text-align: right;
}
table#cart td {
	padding-top:5px;
}