/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}




/* start of page styles */
body{
	background: #000 url('../images/background.jpg') no-repeat top left;
	color: #FFF;
}

p {
	margin-bottom: 15px;
}

.content{
	width: 822px;
	margin-left: 91px;
	border-left: solid 1px #000;
	font-family: Arial;

}

a:visited, a:link, a:active{
	text-decoration: none;
	color: #DC4C13;
}

a:hover{
	text-decoration: underline;
	color: #DC4C13;
}

input{
	border: solid 1px #CCC;
}

.boldText{
	color: #DC4C13;
}

.textLeft{
	text-align: left;
}

.textRight{
	text-align: right;
}

.padR5{
	padding-right: 5px;
}


/*   MAIN NAV STYLES */
.mainNav{
	width: 820px;
	height: 33px;
	background-image: url('../images/nav-bg.jpg');
	vertical-align: middle;
	line-height: 33px;
	font-size: 13px;
	font-family: Arial;
	color: #FFF;
}

.mainNav .navItem{
	padding: 0px 29px 0px 29px;
	float: left;
}

.mainNav .navItem a:visited, .mainNav .navItem a:link, .mainNav .navItem a:active{
	text-decoration: none;
	color: #FFF;
}

.mainNav .navItem a:hover{
	text-decoration: underline;
	color: #FFF;
}

.mainNav .selected, .mainNav .selected a:link, .mainNav .selected a:visited, .mainNav .selected a:active{
	color: #DC4C13;
}

.mainNav .spacer{
	background-image: url('../images/main-nav-spacer.jpg');
	float: left;
	width: 2px;
}



/* PRIMARY CONTENT STYLES */

.priContent{
	width: 710px;
	background: #191919 url('../images/primary-back.gif') no-repeat;
	margin-top: 1px;
	padding: 35px 55px 35px 55px;
	font-size: 14;
	color: #999;
}

.priContent h1{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
}

.priContent h2{
	font-size: 26px;
	color: #BA3C0E;
}

.priContent h3{
	font-size: 18px;
	color: #BA3C0E;
}

.priContent .blurb{
	padding-left:18px;
	width:330px;
}

.priContent .checkoutTable{
	width: 600px;
	text-align: right;
	border: solid 1px #999;
}

.priContent .checkoutTable th{
	font-weight: bold;
	border-bottom: double #999;
}

.priContent .checkoutTable .product{
	line-height:150%;
}

.priContent .checkoutTable input{
	width:166px;
}




/* SECONDARY CONTENT STYLES */

.secContent{
	width: 820px;
	margin-top: 1px;
	background: #EAEBEE;
}

.secContent .header{
	width: 820px;
	height: 49px;
	background-image: url('../images/secContentHeaderBG.jpg');
	font-size: 16px;
	font-weight: bold;
}

.secContent .header .title{
	width: 255px;
	float: left;
	padding-left: 17px;
	line-height: 70px;
}

.secContent .header .spacer{
	float: left;
	width: 1px;
	height: 49px;
	background-image: url('../images/secContentSpacer.jpg');
}

.secContent .holder{
	width: 820px;
}

.secContent .holder .bin{
	width: 255px;
	float: left;
	font-size: 12px;
	padding-left: 17px;
	padding-bottom: 20px;
	*padding-top: 10px;
	background: #EAEBEE;
	color: #000;
}

.secContent .holder .bin p{
	line-height: 150%;
}

.secContent .holder .titleBar{
	width: 95%;
}


.secContent .holder .titleBar .title{
	color: #DC4C13;
	float: left;
}

.secContent .holder .titleBar .date{
	color: #666;
	float: right;
}


/* footer link */

.footer{
	width: 820px;
	min-height: 93px;
	background: #000 url('../images/footer.jpg') no-repeat;
	font-size: 10px;
	color: #666;
}

.footer .bin{
	width: 255px;
	float: left;
	padding-left: 17px;
	padding-top: 12px;
	text-align: right;
}

.footer .spacer{
	float: left;
	width: 1px;
	height: 49px;
}

/* product page styles */

#gallery a img,
#productShot a img {
	padding-bottom: 10px;
	width: 128px;
	height: 128px;
}