/*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: 13px; 
	line-height: 1.4em; 
	color: #3c3330;
}

a:link, a:visited {
	color: #402921; 
	text-decoration: underline;
}

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

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.4em; 
	color: #3c3330;
}

/*Here are some very useful options you may want to add to your styles and the choices for each option:

font-style: normal, italic, oblique

font-weight: instead of just putting "bold", you can assign a value from 100 to 900 (in jumps of 100). 400 is the normal weight (useful when you want your headers to be not bold). Doesn't work on all fonts. 

font-variant: small-caps

text-transform: uppercase, lowercase, capitalize (makes an initial cap), none

text-indent: 10px (would indent the first line 10 px)

line-height: 1.5em (this adds space between lines of text. You can specify inems or percentages. I am going to add this to td style: if you don't want a style to use it, add a line-height of 1em)

list-style-type: disc, square, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none. (I'm adding this to list style)

list-style-position: inside, outside (with outside text won't wrap under bullet--woo hoo! I'm adding this to list style)

list-style-image: if you want to use an image for a style just put the link to the image

*/
/* Note: All styles will use body info unless specified differently in a particular style*/


/*Main template styles.*/

#wrapper {
	width: 767px;
	margin: 0 auto;
	margin-bottom:15px;
}

#masthead {
	position: relative;
}

#backtohome {
	position: absolute;
	top: 0px;
	left: 25px;
}

#navigation {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #98845f;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li {
	list-style: none;
	display: inline;
	padding: 0px 9px;
	color: #c6c2b5;
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

#navigation li a:link, #navigation li a:visited {
	color: #c6c2b5;
	text-decoration: none;
}

#navigation li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#contentwrapper {
	position: relative;
	border-top: 2px solid #98845f;
	border-bottom: 2px solid #98845f;
}

#content {
	position: relative;
	background-color: #98845f;
	border-top: 5px solid #402921;
	border-bottom: 5px solid #402921;
	padding: 20px 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footer {
	background-color: #675f57;
	text-align: center;
	color: #c6c2b5;
	font-size: 12px;
	padding: 5px 0px;
	border-top: 1px solid #98845f;
}

#footer a:link, #footer a:visited {
	color: #c6c2b5;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
	
.siteby {  
	font-size: 11px; 
	line-height: 1.5em; 
	color: #c6c2b5;
}

.siteby a:link, .siteby a:visited { 
	color: #c6c2b5;
	text-decoration: underline;
}

.siteby a:hover  { 
	color: #c6c2b5;
	text-decoration: underline;
}

.withborder {
	border: 1px solid #402921;
	padding: 5px;
}

.withbrownborder {
	border: 5px solid #402921;
}

/*index template styles*/

#homenav {
	width: 100%;
	margin-top: 0px;
}

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

#homenav li {
	list-style: none;
	padding-top: 3px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 1.2em;
}

#homenav li a:link, #homenav li a:visited {
	color: #402921;
	text-decoration: none;
}

#homenav li a:hover {
	color: #c5c0aa;
	text-decoration: none;
}

.intro {  font-size: 13px; font-weight: bold; font-style: oblique; line-height: 1.2em;}
 /*intro paragraph*/

.lighttitle {  margin-top: 10px; font-size: 13px; font-weight:bold; color: #c5c0aa; }/*title above the featured items*/

.button {
	padding: 5px;
	background: #402921 url(images/bg_button.jpg) left center repeat-x;
	color: #c5c0aa;
	border: 1px solid #322926;
	font-size: 11px;
	font-weight: bold;
} 

.button a {
	color: #c5c0aa;
	text-decoration: none;
}

.button a:hover { color: #fff; }

.announcements {
	border-top: 5px solid #402922;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	/*color: #322926;*/
}


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

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

h2 {  
	margin-top: 0px; 
	margin-bottom: 6px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #3c3330;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #3c3330;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 12px; f
	ont-weight: bold; 
	line-height: 1.2em; 
	color: #3c3330;
}

li {  font-size: 11px; list-style-type: square; list-style-position: outside; }

li.webpages {  font-size: 12px;  }


.cellheader {font-size: 14px; color: #3c3330; }
.cellheader A:visited    {text-decoration: none;}
.cellheader A    {text-decoration: none;}
.cellheader A:hover  {text-decoration: underline;}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 12px; line-height: 1.2em; }

.testimonialcellheader {font-size: 14px; font-weight:bold;}
.testimonialcellheader A:visited    {text-decoration: none;}
.testimonialcellheader A    {text-decoration: none;}
.testimonialcellheader A:hover  {text-decoration: underline;}/*item name on the testimonial product list page*/

.testimonialcelltext {  font-size: 12px; line-height: 1.5em; }
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight {  font-size: 12px; font-weight:bold; color: #402921; text-decoration: none;}
.highlight a:link, .highlight a:visited {color: #402921;text-decoration: underline;}
.highlight A:hover  {color: #3c3330;text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; }


.multiheader {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1em; color: #c5c0aa;} /*multilist header*/

.insertlist1 { 
	font-size: 11px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}

.insertlist1 a:hover  {
	color: #c5c0aa; 
	text-decoration: underline;
} /*youarehere links*/

.nextprev, .gotocart, .cellclickhere, .clickhere {  font-size: 10px; line-height: 1.5em;}


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


/*Cart pages and shipping*/



/*Miscellaneous*/

.celltable {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #c5c0aa;
	border: 1px solid #402921;
	text-align: left;
}

#video {
	border: 1px solid #402921;
}

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

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

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

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

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


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

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

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

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


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



.fancybutton { background: #c5c0aa; font-size: 11px; color:#402921; border: 1px solid #402921; }



.fancybutton2 {background: #c5c0aa; font-size: 10px; color:#402921; border: 1px solid #402921;}