/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #c9c9c9;
	background: #000 url(images/bkgnd_body.jpg) top center no-repeat;
}

a {
	color: #95875d; 
	text-decoration: underline;
}

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

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #c9c9c9;
}



/*Main template styles.*/

#wrapper {
	width: 864px;
	margin: 0 auto;
	position: relative;
}

#banner {
	height: 119px;
	position: relative;
}

#logo {
	width: 136px;
	height: 108px;
	position: absolute;
	top: 0px;
	left: 26px;
}

#bannerlinks {
	width: 220px;
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
	font-size: 11px;
	text-align: right;
	line-height: 1.5em;
}

#bannerlinks a {
	color: #fff;
	text-decoration: none;
	background: url(images/arrow_white.png) right center no-repeat;
	padding-right: 15px;
}

#bannerlinks a:hover {
	color: #000;
}

#innerwrapper {
	padding-left: 27px;
	background: #000;
	position: relative;
}

#mainnavwrapper {
	height: 80px;
}

#mainnav {
	width: 75%;
	padding-top: 8px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 8px;
}

#mainnav li {
	list-style: none;
	display: inline;
	padding-right: 8px;
	font-size: 12px;
	line-height: 1.2em;
	color: #c9c9c9;
}

#mainnav li a {
	color: #c9c9c9;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #95875d;
	text-decoration: none;
}

#mainnav li.navlinkon a {  
	color: #95875d;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#mainnav li.inpath a {  
	color: #95875d;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#mainnavline {
	width: 90%;
	height: 2px;
	background: url(images/navline.gif) top left no-repeat;
}

#mainnav2 {
	width: 90%;
	padding-top: 5px;
	padding-left: 10px;
}

#mainnav2 ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainnav2 li {
	list-style: none;
	display: inline;
	padding-right: 8px;
	font-size: 12px;
	line-height: 1.2em;
	color: #7f7f7f;
}

#mainnav2 li a {
	color: #7f7f7f;
	text-decoration: none;
}

#mainnav2 li a:hover {
	color: #95875d;
	text-decoration: none;
}

#mainnav2 li.navlinkon a {  
	color: #95875d;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#mainnav2 li.inpath a {  
	color: #95875d;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#content {
	width: 837px;
}

#footer {
	border-top: 1px solid #aea791;
	margin-top: 30px;
	margin-bottom: 15px;
}

.siteby, .captions {  
	padding-top: 8px;
	font-size: 11px; 
	line-height: 1.2em;
	color: #959494; 
}

.graybkgnd {
	background: #b1b1b1;
	color: #000;
	padding: 10px;
}

.graybkgnd h1 {
	color: #fff;
}

.graybkgnd h2 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 4px;
}

.graybkgnd a {
	color: #7b6315;
}

.graybkgnd a:hover {
	color: #000;
}

#twowideleft {
	width: 834px;
	position: relative;
}

#twomain {
	width: 619px;
	float: left;
}

#twosidebar {
	width: 180px;
	float: right;
	background: #222121;
}

.padding8 {
	padding: 8px;
}

.goldbarheader {
	background: #cab87f;
	color: #000;
	padding: 4px 5px;
	font-weight: bold;
	margin-bottom: 8px;
}

.imgcaption {
	padding: 3px 0px;
	margin-bottom: 10px;
	text-align: left;
}	

.graycellheader {
	font-weight: bold;
	margin-top: 6px;
}


/*index template styles*/


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #95875d;
} /*this is always used for the page title, except home page and product detail pages*/

h1.withnote {
	display: inline;
	margin-right: 15px;
}

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #95875d;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 4px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #95875d;
}

h4 {  
	margin-bottom: 4px; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #95875d;
}

table {
	border-collapse: collapse;
}

ul li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

ul.webpages {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
	/*list-style-type: none;*/
}

ol li {
	list-style-type: decimal;
}

.goldtext {
	color: #aea791;
	font-size: 12px;
	line-height: 1.4em;
}

.cellpadding {
	padding-bottom: 15px;
}/*this is the bottom padding between cells*/

.table_margintop {
	width: 100%;
	margin-top: 15px;
}/*this is on all the product_list and cat_list pages*/

.table_nomargin {
	width: 100%;
	margin-top: 0px;
}

table.table_testimonials {
	border-top: 1px solid #b4b4b4;
	width: 100%;
}

table.table_testimonials a {
	color: #7b6315;
	text-decoration: underline;
}

table.table_testimonials a:hover {
	color: #000;
}

.table_testimonials td.testimonialsleft {
	width: 180px;
	background: #fff;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
}

.table_testimonials td.testimonialsright {
	text-align: left;
	padding: 10px;
	background: #e5dcbf;
	color: #000;
	border-bottom: 1px solid #c9c9c9;
}



.cellheader, .testimonialcellheader {
	font-size: 14px; 
	color: #95875d; 
	font-weight:bold;
	margin-bottom: 4px;
}

.cellheader a, .testimonialcellheader a {
	color: #95875d;
	text-decoration: none;
}

.cellheader a:hover, .testimonialcellheader a:hover  {
	color: #aea791;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext, .testimonialcelltext {  font-size: 13px; line-height: 1.3em;}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #308109; 
}

.highlight a {
	color: #308109;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #9b0075;
	text-decoration: underline;
}

.flag {
	display: inline;
	padding-right: 5px;
	color: #308109;
	font-weight: bold;
}

.freeship { 
	display: inline; 
	font-weight: bold; 
	color: #9b0075;
	padding-right: 5px;
}


.multiheader {  
	margin-top: 10px; 
	margin-bottom: 6px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #959494;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #959494;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a {
	text-decoration: none;
}
 /*youarehere links*/

.gotocart, .cellclickhere {  font-size: 12px;  }

.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }

.nextprev {
	font-size: 12px;
	padding-top: 6px;
	text-align: right;
}

 /*back to top links*/
 
a.backto {
	text-decoration: none;
}
 
.jumptobox {
	background-color: #bc56a2;
	padding: 5px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}

.tellafriend {
	background-color: #ffcc00;
	color: #000;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tellafriend a {
	color: #000;
	text-decoration: none;
}

.tellafriend:hover {
	/*background-color: #ffcc00;*/
}





/*Cart pages and shipping*/


.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.cartbutton, .fancybutton, .fancybutton2 {
	color: #696969;
	font-weight: 400;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #d9d9d9;
	background-color: #d9d9d9;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	padding:0 .25em;
	width: auto;
	overflow:visible;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 1px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #696969;
	font-weight: bold;
	border-top: 1px solid #ffcc00;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ffcc00;
	background-color: #ffcc00;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 175px;
	font-weight: bold;
	padding: 6px;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #333;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
	background: #d9d9d9 url(images-mm/arrow_back_black.gif) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #ffcc00 url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding: 4px;
	padding-right: 30px;
	text-align: right;
	background: #ffcc00 url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for add to cart*/

.cartbutton_forwardsml {
	font-size: 11px;
	padding: 2px;
	padding-right: 25px;
	text-align: right;
	background: #d9d9d9 url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for any normal size button you want the arrow on*/

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.1em;
}

.continue {
	text-align: right;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #cad8ac;
line-height:1.2em;
z-index:100;
border-right: 2px solid #cad8ac;
border-bottom: 2px solid #cad8ac;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #4f86ba;
	background-color: #95b15a;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #4f86ba;
}


/*Miscellaneous*/

input {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

form {margin-top: 0px; margin-bottom: 0px; }

.formlabeltop {
	font-weight: bold;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.formborder {
	border: 1px solid #e3e3e3;
}

.fancyform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 8px;
}

.fancyform input, .fancyform textarea, .fancyform select, .fancyform option {
	border: 1px solid #666;
}

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.fancyform p.submit {
	padding-left: 188px;
}

.accountform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 5px;
}

.accountform input, .accountform textarea, .accountform select, .accountform option {
	border: 1px solid #666;
}

.accountform p label {
	width: 130px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

.accountform p.rightcolumn {
	padding-left: 138px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.accountform p.submit {
	padding-left: 138px;
}

.shadedbox {
	background-color: #ddd;
	padding: 5px;
}
input.noborder {
	border: 1px solid #fff;
}

/*table {margin-top: 0px; margin-bottom: 0px; }*/

.certificate { 
	width: 500px;
	margin: 10px auto;
	padding: 10px; 
	border: 1px solid #9b0075; 
	background-color: #fff; 
}

.certificate td { padding: 5px; }


hr {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7f7f7f;
	background-color: #7f7f7f;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #ffffff;
}

/*Style for payment section pop-up windows. If website has a dark background color for <body> set the background color in this style to the same color. Leave commented out if you wish the pop-up window to have a white background by default*/
.popup_table {
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	/*background-color:#000000*/
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}

.message {
	font-size: 11px;
	color: #990000;
	text-align: center;
}


.errormessage {
	font-size: 14px; 
	color: #990000; 
	font-weight: normal; 
}

.errormessage a {
	color: #990000;
}
