/* Reset Stuff */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

li {
	list-style: url('img/bullet.gif') outside;
	margin-left: 25px;
	padding-left: 5px;
}

strong, .bold {
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}
em {
	font-style: italic;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9AA0A7;
	background-color: #000000;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 23px;
	color: #9AA0A7;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 16px;
	color: #9AA0A7;
}

p, ul {
	padding: 0em 0em .84em 0em;
	margin: 0em 0em .84em 0em;
	line-height: 1.3em;
}
.red {
	color: #CC3C00;
}

.noMargin {
	margin: 0px;
}
a {
	color: #9AA0A7;
	text-decoration: underline;
}
a:hover {
	color: #9AA0A7;
}
input.required {
	border: 1px solid #FF0000;
}
#faderbox1 {
	height: 504px;
	overflow: none;
}





#wrapper {
	width: 900px;
	margin: 0px auto;
}
#topLogo {
	margin-top: 30px;
	float: left;
}
#topRight {
	width: 315px;
	margin-top: 60px;
	float: right;
}
#topNav {
	text-align: right;
	border-bottom: 1px solid #9AA0A7;
	padding-bottom: 2px;
}
#topNav a {
	font-weight: bold;
	text-decoration: none;
}
#topSpacer {
	height: 25px;
	clear: both;
}

#rightNav {
	width: 175px;
	float:left;
}



#rightNav ul, #rightNav ul li {
	list-style-type: none;
	margin: 0px;
}
#rightNav ul li {
	list-style-type: none;
	margin: 0px;
}
#rightNav ul a {
	padding: 3px 5px;
	font-weight: bold;
	color: #9AA0A7;
	display: block;
	background: url('img/graybullet.gif') no-repeat 156px 8px;
	text-decoration: none;
}
#rightNav ul a:hover {
	color: #000000;
	text-decoration: none;
	background: url('img/redbullet.gif') #9AA0A7 no-repeat 156px 8px;
}
#rightNav li.prod a {
	padding: 1px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #9AA0A7;
	display: block;
	background: url('img/graybullet.gif') no-repeat 156px 6px;
	text-decoration: none;
}
#rightNav li.prod a:hover {
	color: #000000;
	text-decoration: none;
	background: url('img/redbullet.gif') #9AA0A7 no-repeat 156px 6px;
}
#rightNav ul li.topMargin {
	padding-top: 20px;
}





#contentBody {
	width: 705px;
	float: right;
	padding-left: 12px;
}

#bottomSpacer {
	clear: both;
}
#bottomNav {
	color: #9AA0A7;
	clear: both;
	text-align: center;
	margin: 10px 0px;
	padding: 10px;
	border-top: 1px solid #9AA0A7;

}
#bottomNav span {
	padding: 0px 8px;
}
#bottomNav a {
	margin: 0px 7px;
	font-weight: bold;
}
.red {
	color: #B04244;
}
.whiteLine {
	width: 100%;
	height: 1px;
	background-color: #9AA0A7;
	margin: 10px 0px;
}

#mainBody {
	background-image: url('img/mainback.gif');
	background-repeat: repeat-y;
	clear: both;
}
#clearBoth {
	clear: both;
}
#DetailButtons td {
	width: 100px;
	height: 21px;
	font-size: 10px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	margin: 10px;
}
.detailButtonOff {
	background: url('img/btn_gray.gif') no-repeat;
	color: #9AA0A7;
}
.detailButtonOn {
	background: url('img/btn_red.gif') no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.tblPad2 td {
	padding: 2px;
}

.tblPad1 td {
	padding: 1px;
}

.showcart {
	background: url(/img/cart_icon.png) no-repeat 0 1px;
	padding-left: 20px;
}
.label_left {
	width: 70px;
	float: left;
}
