/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna (and support staff)
*     Auth Web: http://www.mediasation.com
*     modified: 21 November 2007 @ 09:50 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background-color: #4b1612;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
}
input, textarea {
    color:#000;
}
body, div, p, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}
	#invoice { border: 10px solid #FFF; }
	#invoice td { color:  #000; }

pre { font-size: 1.2em; }

a {
	color: #ecd1a2;
	text-decoration: underline;
	font-size: 0.95em;
}
	a:hover {
		text-decoration: none;
	}
	a img {
		border: 0;
	}
    
h1, h2, h3, h4, h5, h6, button, label,#topNavigation {
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EAE7B8;
	padding: 5px 0;
}
	h2, h3, h4, h5, h6 {
		margin-bottom: 0.5em;
	}
		h2 { font-size: 1.8em; }
		h3 { font-size: 1.6em; }
		h4 { font-size: 1.4em; }
		h5 { font-size: 1.2em; }
		h6 { font-size: 1.0em; font-weight: bold; }

button, label,#topNavigation {
	padding: 0;
}

hr {
	height: 2px;
	margin: 0;
	padding: 0;
	background: transparent url(/images/hr.gif) top left repeat-x;
	border: 0;
	background-color: #000;
}
	* html hr {
		border-top: 1px solid #000;
		border-bottom: 1px solid #98644e;
	}

div.outer {
	width: 930px;
	position: relative;
	margin: 0 auto;
}

/* @group searchNav */

#searchNav {
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#searchNav #banner a, 
#searchNav #banner a:visited
{
	position: absolute;
	display: block;
	background: url("/images/logo.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 200px;
	height: 60px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 15px;
	left: 35px;
}

/* @group search */

#searchNav #search {
	position: absolute;
	top: 25px;
	right: 105px;
}
	#searchNav #search input,
	#searchNav #search button {
		border: 1px solid #5F5F36;
	}
	#searchNav #search input {
		width: 196px;
		height: 15px;
		background-color: #FFF;
		color: #000;
		font-size: 1.2em;
		padding: 3px;
	}
	#searchNav #search button {
		width: 41px;
		height: 23px;
		background-color: #777744;
		color: #EAE7B8;
		font-size: 1.4em;
		vertical-align: top;
		margin-left: 3px;
	}
		* html #searchNav #search button {
			margin-top: 1px;
		}
	#searchNav #search label {
		font-size: 1.2em;
		color: #5E1C16;
	}
		* html #searchNav #search label {
			font-size: 11px;
		}

/* @end search */

#viewCart {
	position: absolute;
	top:  39px;
	right: 30px;
}
	#viewCart a {
		text-indent: -10000px;
		display: block;
		background: transparent url("images/btn-viewCart.jpg") top left no-repeat;
		width: 65px;
		height: 23px;
	}

/* @group topNavigation */
#searchNav #topNavigation {
	position: absolute;
	top: 92px;
	left: 15px;
}
/* @end topNavigation */
/* @end searchNav */

/* @group header */
#header,
#header div.outer {
	background: transparent url(/images/hdrBg-outer.jpg) top left repeat-x;
	height: 130px;
}

#header div.outer {
	background-image: url(/images/hdrBg-inner.png);
	height: 130px;
}
	* html #header div.outer {
		behavior: url("/globals/iepngfix_v1/iepngfix.php");
	}
/* @end header */


/* @group contentWrapper */

#contentWrapper,
#contentWrapper div.outer {
	background-color: #531813;
}

#contentWrapper div.outer {
	background: transparent url("/images/contentShadow.jpg") top left repeat-y;
}

#default #contentWrapper div.outer {
	background-image: url("/images/sub-contentShadow.jpg");
}
 
#contentWrapper div.innerContent {
	min-height: 300px;
	margin: 0 10px;
	padding: 10px 9px 0 14px;
}

#contentWrapper div.innerContent #photo {
	border-top: 0;
	border-bottom: 0;
	position: relative;
}
	#photo #photoBorder {
		width: 525px;
		height: 325px;
		position: absolute;
		background: transparent url("images/pictureBorder.gif") top left no-repeat;
		z-index: 2;
	}
	#photo #photoHolder {
		padding-left: 12px;
		padding-top: 12px;
	}

#contentWrapper div.innerContent p {
	margin: 0;
	padding: 5px 0;
}

#contentWrapper div.innerContent {
	font-size: 1.3em;
}

#contentWrapper div.innerContent td {
	vertical-align: top;
}

#contentWrapper div.innerContent td img {
	border: 1px solid #000;
	margin: 5px 0;
}

#home #contentWrapper div.innerContent #content {
	padding: 0 10px;
}

/* @group leftCol */

#contentWrapper div.innerContent #leftCol {
	float: left;
	width: 525px;
}
	#contentWrapper div.innerContent #leftCol table.first tr,
	#contentWrapper div.innerContent #leftCol table.second tr table {
		background: transparent url(/images/home-contentTdBg.jpg) top right no-repeat;	
	}
/* @end leftCol */

/* @group rightCol */

#home #contentWrapper div.innerContent #rightCol {
	float: left;
	margin-left: 5px;
	width: 357px;
}
	/** html #home #contentWrapper div.innerContent #rightCol {
		width: 352px;
	}*/
	#home #contentWrapper div.innerContent #rightCol div.outermargin {
		display: block;
		background: transparent url(/images/home-rightCol.jpg) top left repeat-y;
		width: 337px;
		height: auto;
		padding: 10px 10px;
	}
		/* html #home #contentWrapper div.innerContent #rightCol div.outermargin {
			margin-bottom: -5px;
		}*/
#home #contentWrapper div.innerContent #rightCol #columnTop {
	background: transparent url(/images/home-rightColTop.gif) top left no-repeat;
	/*padding: 10px 10px 3px 10px; */
	height: 5px;
	font-size: 1px;
}
#home #contentWrapper div.innerContent #rightCol span.margincontent {
   display: block;
   padding-bottom: 10px;
}
#home #contentWrapper div.innerContent #rightCol #columnBottom {
	display: block;
	background: transparent url(/images/home-rightColBottom.gif) top left no-repeat;
	font-size: 1px;
}
#home #contentWrapper div.innerContent #rightCol hr {
	margin: 0 10px;
}
#home #contentWrapper div.innerContent #rightCol table {
	margin-bottom: 5px;
}
#home #contentWrapper div.innerContent #rightCol hr {
	background: transparent url(/images/hr.gif) bottom left repeat-x;
}
#home #contentWrapper div.innerContent #rightCol img,
#store #contentWrapper div.innerContent td.productThumb img,
#store #contentWrapper div.innerContent td.productImage img {
   border: 5px solid #E7D0A8;
}
	#store #contentWrapper div.innerContent td.productThumb img,
	#store #contentWrapper div.innerContent td.productImage img { border-width: 2px; }
/*,
#store #contentWrapper div.innerContent  td.productImage img,
#store #product_thumbnail img*/
/* @end rightCol */
/* @end contentWrapper */


/* @group store */
#store #header,
#store #header div.outer {
	height: 119px;
}
#store td.DialogBox tt { font-size: 1.2em; }
#store td.DialogBox li { margin-left: 20px; }
/*#store td.DialogBorder {
	border: 1px solid #efd0a2;
}*/
	#store td.DialogBorder td.VertMenuTitle {
		/*background-image: none;*/
		background-color: #3d110e;
	}
	#store td.DialogBorder td.VertMenuTitle {
		text-align: center;
	}
#store hr {
	background-image: none;
	background-color: #38100d;
}
#store td.VertMenuTitle {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#5F5F36;
	font-size: 1.3em;
	padding: 5px 0;
	text-align: left;
	background: transparent url("/images/tab-bg.jpg") top left repeat-x;
}
	* html #store td.VertMenuTitle { 
		font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
		font-size: 13px;
	}

#store #contentWrapper div.innerContent {
	padding: 0;
	border: 2px solid #38100d;
	margin-left: 9px;
}

#store #contentWrapper div.innerContent td img {
	border: 0;
	margin: 0;
}

#store td.mainCol {
	width: 680px;
}
	* html #store td.mainCol {
		width: 679px;
	}
#store td.mainCol hr {
	visibility: hidden;
	margin-bottom: 5px;
}
#store td.infoCol {
	width: 200px;
	background-color:#531813;
	border-left: 2px solid #38100d;
}
	* html #store td.infoCol,
	* html #store td.infoCol td.VertMenuBorder table {
		width: 220px;
	}
		* html #store td.infoCol td.VertMenuBox table {
			width: 190px;
		}
	/* #store td.mainCol div.breadcrumbs */
	#store td.infoCol td.VertMenuTitle {
		 background-image: none;
		 background-color: #38100d;
		 color: #6d3530;
	}
	* html #store td.infoCol td.VertMenuTitle,
	* html #store td.mainCol div.breadcrumbs,
	* html #store td.infoCol td.VertMenuBorder {
		width: 100%;
		border-collapse: collapse;
	}
	* html #store td.infoCol td.VertMenuTitle {
		width: 209px;
	}
	* html #store td.infoCol table.authTable {
		width: 180px;
	}
	* html #store td.infoCol td.VertMenuBox {
		width: 200px;
	}
	#store td.mainCol div.breadcrumbs {
		height: 15px;
		margin: 1px;
		padding: 5px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	#store td.infoCol td.VertMenuTitle img {
		width: 1px;
		display: none;
		margin: 0;
	}
	#store td.infoCol td.VertMenuTitle a { 
		color: #7f3e38; 
	}
	#store td.mainCol div.breadcrumbs a,
	#store td.mainCol .ProductPrice,
	#store td.mainCol .ProductTitle {
		color: #efd0a1;
	}
#store table.subcategories {
	background-color: #c0a681;
}
	#store table.subcategories a { color: #38100d;  }

#store input,
#store textarea,
#store select {
	color: #FFF;
	border: 1px solid #38100d;
	background-color: #3d110e;
	margin-bottom: 3px;
	font-size: 12px;
}

#store td.mainCol font {
	font-size: 1.0em;
}

#store td.mainCol .ProductTitle {
	font-size: 1.2em;
	font-weight: bold;
}

#store td.mainCol .ProductPrice {
	font-weight: bold;
}

#store td.VertMenuBox a {
	font-size: 1.0em;
	color: #a5534d;
}

#store span.AlteredPrice, #save_percent {
	font-size: 14px;
	font-weight: bold;
	color: #A5534D
}

#store div.saveMoneyLabel {
	border: 1px solid #FFF;
	padding: 10px 20px;
	line-height: normal;
	background-color: #38100d;
}

#store #contentWrapper div.innerContent td.paginationBox {
	 text-align: center; 
	 background-color: #38100d; 
	 vertical-align: middle;
	 border: 1px solid #A5534D;
	 padding: 5px 3px;
}
#store #contentWrapper div.innerContent td.active {
	background-color: transparent;
	color: #FFF;
	border-color: #671e18;
}
/* @end store */


/* @group footer */

#footer,
#footer div.outer {
	background: transparent url("/images/footer-outer.gif") top left repeat-x;
	text-transform: uppercase;
	height: 121px;
}

#footer div.outer {
	background: transparent url("/images/footer-inner.jpg") top left no-repeat;	
}

#footer div.innerContent #copyright {
	padding: 15px 20px 0 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	color: #743d39;
	line-height: 1.5em;
}

#footer div.innerContent #siteBy {
	position: absolute;
	top: 17px;
	right: 20px;
}

#footer div.innerContent #siteBy a {
	color: #743d39;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	text-decoration: none;	
}

#footer div.innerContent #siteBy a:hover {
	text-decoration: underline;
}
/* @end footer */



/** Global Class Styles
-------------------------- **/
.hidden {
	display: none;
}

/* Styles for Netscape */

.clear
{
  clear:both;
  margin: 0;
  padding: 0;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
	* html .clear {
		display: none;
	}


