/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color: #000 !important;
}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#fe913c;text-decoration:none;}
a:visited	{color:#fe913c;text-decoration:none;}
a:hover		{color:#fe913c;text-decoration:none;}
a:focus		{color:#fe913c;text-decoration:none;}
a:active	{color:#fe913c;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	50em;
	position:   	relative;
	margin-top: 	0em;
	background-color : #000;
	border-top:2px solid #000;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 0 0 253px;
	padding:10px 15px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width : 720px;
	background-color:#FFF;
	min-height: 	50em;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:5px;
	width:240px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 38px 2px 15px;
	margin: 			10px 0 5px 0;
	background-color:   #8A2921;
	font-size:  		10px;
	color:  			#FFF;
	height:				30px;
	line-height:30px;
	background-image:url(../images/bottom_banner.gif);
	background-repeat:no-repeat;
	background-position: 100% 0;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}



/* *** HEADER *** */

h1 {
	font-size: 	0.7em;
	margin:		1px 4px 2px 30px;
	white-space:nowrap;
}
h1 a {color:#666 !important;}

#pageBanner {
	height : 110px;
	background-color : #525252;
	margin : 0;
	position : relative;
}
#pageBanner address {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	line-height:1.3em;
	display:block;
	position:absolute;
	top:35px;
	left:400px;
	width:550px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
}



/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-color:#8D261E;
	color:#000;
	font-size:12px;
	line-height:18px;
	height:18px;
	font-weight:400;
	padding:2px 5px 3px 0px;
	margin:0;
	text-align:left;
	border-top:2px solid #000;
}


/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn {
	font-size:  			1.0em;
}
#leftColumn p, #leftColumn form	{
	margin: 				0px;
}

#leftColumn h2
{
	font-family:"trebuchet ms",Arial, Helvetica, Times, sans-serif;
	margin:1em 0 0.3em 0;
	padding:0;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
}
#leftColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover	{
	color: #fff;	
}
#leftColumn address
{
	line-height:1.3em;
	font-size:0.95em;
	font-style:normal;
	color:#fff;
	margin:0;
	padding:0 8px;
}
#leftColumn address a
{
	color : #fe913c;
	text-decoration:underline;
}

#leftColumn .creditcards {
	text-align:left;
	margin-top:1em;
	width:180px;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}
#leftColumn #thawte {
	margin:0;
	border-width:0;
	float:right;
}



#leftColumn h2.orange
{
	border-bottom:1px solid #fff;
}
#leftColumn h2.darkblue
{
	background-color : #fe913c;
	color : #fff;
}


#leftColumn h2.box {
	font-weight:bold;
	background-color:#8D261E;
	color:#FFF;
	margin:10px 0 1px 0;
	padding:3px 2px 3px 8px;
	text-transform : uppercase;
	background-image : url(../images/side_corner.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
}
#leftColumn a.box {
	display:block;
	display : block;
	color : #000;
	background-color : #D7D4D1;
	margin:0 0 0 10px;
	padding : 3px 2px 3px 14px;
	text-decoration : none;
	background-image : url(../images/side_corner.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
	text-transform : uppercase;
	font-family:arial,helvetica,sans-serif;
}
#leftColumn a.box:hover
{
	color : #fff;
	background-color : #666;
	text-decoration : none;
}



/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#FFF;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#FFF;
}
#footerBlock #copyright
{
	margin: 				0; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#aaa;
	text-decoration:		none;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	border:1px solid	#525252;
	background-color:	#525252;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}