/*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 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #593929;
	background: url(images/drkbrowntile.jpg) top left;
	margin: 0;
	padding: 0;
}

a:link {color: #8b9745; text-decoration: underline;}
a:visited {color: #8b9745; text-decoration: underline;}
a:active {color: #8b9745; text-decoration: underline;}
a:hover {color: #3c1603; text-decoration: underline;}

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

/*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 in ems 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 1 em)

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: 780px;
	margin: 20px auto;
	padding: 0px;
	background: url(images/bkgnd_wrapper.gif) repeat-y top left;
	position: relative;
	border: 1px solid #593929;
}

#masthead {
	position: relative;
}

#title {  
	font-family: serif; 
	font-size: 24px; 
	font-weight: 400; 
	color: #7ea592;
	position: absolute;
	top: 45px;
	right: 15px;
	text-align: right;
}

#content {
	float: right;
	width: 529px;
	position: relative;
}

.paddingright {
	padding-right: 10px;
}

#sidebar {
	float: left;
	width: 241px;
	background-color: #a4b053;
	position: relative;
	min-height: 474px;
	padding-top: 20px;
}

.sidebarblurb {
	padding-right: 5px;
	padding-left: 10px;
	font-size: 12px;
	text-align: right;
	font-family: serif;
	line-height: 1.3em;
	letter-spacing: .1em;
}

.sidebarblurb p {
	padding-right: 5px;
	padding-left: 10px;
	font-size: 12px;
	text-align: right;
	font-family: serif;
	line-height: 1.3em;
	letter-spacing: .1em;
}

.sidebarblurb a:link, .sidebarblurb a:visited {
	color: #593929;
	text-decoration: underline;
}

.sidebarblurb a:hover {
	color: #000000;
	text-decoration: underline;
}

#sidebarnav {
	width: 236px;
	margin-bottom: 25px;
}

#sidebarnav ul {
	text-align: right;
	margin: 0;
	padding: 0;
}

#sidebarnav li {
	list-style: none;
	font-family: serif;
	line-height: 1.3em;
	letter-spacing: .1em;
	font-size: 12px;
	color: #593929;
	padding-bottom: 3px;
}

#sidebarnav li a:link, #sidebarnav li a:visited {
	color: #593929;
	text-decoration: none;
}

#sidebarnav li a:hover {
	color: #000000;
	text-decoration: none;
}

#loginform {
	margin-top: 0px;
	margin-bottom: 10px;
	/*font-size: 12px;
	text-align: right;
	font-family: serif;
	line-height: 1.3em;
	letter-spacing: .1em;*/
}

.capitalize {
	text-transform: uppercase;
}

#footer {
	position: relative;
	clear: both;
	background-color: #f7f4d3;
	padding-right: 15px;
	text-align: right;
}

.clear {
	clear: both;
}

.footertext {
	color: #666666; 
	font-size: 11px;
}

.footertext a:link, .footertext a:visited {
	color: #666666;
	text-decoration: underline;
}

.footertext a:hover {
	color: #3c1603;
	text-decoration: underline;
}

.siteby {  
	font-size: 10px; 
	color: #666666;
}

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

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



/*index template styles*/

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

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

h2 {  
	margin-bottom: 6px; 
	margin-top: 0px; 
	font-family: serif; 
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #7ea592;
}

h3 {  
	margin-bottom: 2px; 
	margin-top: 0px; font-family: serif; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #7ea592;
}

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

li {  font-family:  arial, helvetica, sans-serif; font-size: 11px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #000000}

li.webpages {  font-size: 12px;}
li.webpages A    { text-decoration: underline;}
li.webpages A:visited { text-decoration: underline;}
li.webpages A:hover  { text-decoration: underline;}

.detailcategory {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #ff0033;} /*category name on detail pages*/

.detailproduct {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #ff0033;} /*product name on detail pages*/

.sku {font-size: 11px; color: #000000; text-decoration: none; font-weight:bold;}

.productcell {
	padding-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px solid #bed2c8;
}

.cellheader {
	font-size: 15px; 
	color: #593929; 
	font-family: serif;
	font-weight: bold;
}

.cellheader a:link, .cellheader a:visited {
	text-decoration: none;
	color: #7ea592;
}

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

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

.testimonialcellheader {font-size: 14px; color: #ff0033; text-decoration: none; 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; color: #000000;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight {  
	font-size: 12px; 
	font-weight:bold; 
	color: #8b9745;
}

.highlight a:link, .highlight a:visited {
	color: #8b9745;
	text-decoration: underline;
}

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

.multiheader {  
	margin-bottom: 8px; 
	margin-top: 0px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #a4b05e;
	border-bottom: 1px solid #bed2c8;
} /*multilist header*/

.insertlist1 { 
	display: block;
	background-color: #9ebcad;
	padding: 3px 10px 3px 10px;
	font-size: 11px; 
	color: #ffffff;
}

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

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

.nextprev {  
	font-size: 10px; 
	line-height: 1.5em;
	text-align: center;
}


.gotocart {  
	font-size: 10px;
} /*for viewcart links*/

.cellclickhere {  
	font-size: 10px;
}


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

.clickhere {  font-size: 10px;}
 /*back to top links*/



/*Cart pages and shipping*/

.tablecart {
	width: 519px;
	border: 0;
	padding: 0;
}

.tablecart tr.bkgnd1 {
	background: #bed2c8;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #593929;
	padding: 1px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-size: 13px;
	color: #7ea592;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 12px;
}

.tablecart td.products {
	color: #652221;
	border-top: 1px solid #bed2c8;
}

.tablecart td.options {
	font-size: 11px;
}

.tablecart td.cartinstructions {  
	font-size: 12px; 
	font-weight: bold; 
	color: #593929;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1.2em;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #990000;
	font-weight: bold;
}

.cartbutton {
	background: #9ebcad; 
	font-size: 9px; 
	font-weight: 400; 
	color:#593929;
	text-transform: uppercase;
	margin-top: 6px;
	font-family: serif;
	display: inline;
}

.instructions {  
	font-size: 13px;
}
 /*instructions under the page title*/

/*Miscellaneous*/

.boxwithheader {
	width: 95%;
	border: 1px solid #bed2c8;
	background-color: #f7f4d3;
}

hr {
	border: 1px solid #bed2c8;
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
}

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: #ffffff;
	color: #593929;
	border: outset,#ffffff,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #f7f4d3;
	border-style: outset #D1D1CD 1px;
}


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

table.pmt_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}

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

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


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


.fancybutton {
	background: #9ebcad; 
	font-size: 10px; 
	font-weight: 400; 
	color:#593929;
	text-transform: uppercase;
	margin-top: 6px;
	font-family: serif;
}



.fancybutton2 {
	background: #9ebcad; 
	font-size: 9px; 
	font-weight: 400; 
	color:#593929;
	text-transform: uppercase;
	margin-top: 6px;
	font-family: serif;
}