/*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: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #333333;
}

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

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

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


/*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.*/

#masthead {
	position: relative;
	width: 100%;
	background: url(images/logo.gif) top left no-repeat;
	height: 159px;
}

#homelink {
	position: absolute;
	top: 0px;
	left: 0px;
}

#cartinfo {
	position: absolute;
	right: 30px;
	top: 15px;
	width: 325px;
	text-align: center;
}

.shoptext {
	text-size: 11px;
	color: #333333;
}

.shoptext a:link, .shoptext a:visited {
	color: #333333;
	text-decoration: none;
}

.shoptext a:hover {
	color: #aa4d45;
}

.navigation {
	width: 100%;
	text-align: center;
	color: #95b15a;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.navigation a:link, .navigation a:visited {
	color: #95b15a;
	text-decoration: none;
}

.navigation a:hover {
	color: #aa4d45;
	text-decoration: none;
}

#contentwrapper {
	margin: 15px 20px 15px 20px;
	border: 1px solid #95b15a;
}

#contentwrapperhome {
	margin: 15px 20px 15px 20px;
	border: 1px solid #95b15a;
	background: url(images/bkgnd_woman.jpg) top left no-repeat;
}

#content {
	padding: 20px;
	position: relative;
}

#contenthome {
	padding: 20px;
	position: relative;
	background-color: none;
	background: url(images/bkgnd_man.jpg) top right no-repeat;
}

#footer {
	text-align: center;
	background: url(images/footergraphic.gif) bottom right no-repeat;
	height: 150px;
	margin: 5px 20px 15px 20px;
}


.footername {  color: #1e7d9b; font-family: Georgia, serif; font-weight:bold; font-size: 13px;}

.footertext {
	font-size: 12px;
	margin-bottom: 5px;
}

.footerlinks {
	color: #333333; 
	font-size: 12px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #1e7d9b;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #aa4d45;
	text-decoration: none;
}/*site links in the footer, like home, etc.*/

.siteby {  margin-top: 5px; font-size: 10px; line-height: 1.2em; color: #333333;}
.siteby a:link, .siteby a:visited  { text-decoration: none;}
.siteby A:hover  { text-decoration: none;}

.mailinglist {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #95b15a;
	font-weight: bold;
}

.mailinglist a { color: #95b15a; }
.mailinglist a:hover { color: #aa4d45; }



/*index template styles*/


.featuredtitle {  
	font-size: 13px; 
	font-weight:bold; 
	line-height: 1.2em; 
	color: #333333; 
}/*title above the category links*/

.featuredtitle a:link, .featuredtitle a:visited {
	color: #333333;
	text-decoration: none;
}

.featuredtitle a:hover {
	color: #95b15a;
	text-decoration: none;
}

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

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

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

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

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px;
	font-family: Georgia, serif; 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #1e7d9b;
}

h3 {  
	margin-bottom: 2px; 
	margin-top: 0px;
	font-family: Georgia, serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #1e7d9b;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 12px;
	font-family: Georgia, serif; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #1e7d9b;
}

li {  font-size: 11px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #333333;}

li.webpages {  font-size: 12px; line-height: 1.5em; color: #333333;}
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 {  font-size: 18px; font-weight: 400;} /*product name on detail pages*/

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

.cellheader {
	font-size: 14px; 
	color: #1e7d9b; 
}

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

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

.celltext {  font-size: 11px; line-height: 1.5em; color: #333333;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 14px; color: #1e7d9b; font-weight:bold;}
.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #1e7d9b; 
	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: #333333;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

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

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

.highlight a:hover  {
	color: #1e7d9b;
	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: #95b15a;
} /*multilist header*/

.insertlist1 { font-size: 11px; }
.insertlist1 A    {text-decoration: none;}
.insertlist1 A:hover  {text-decoration: none;} /*youarehere links*/

.nextprev {  font-size: 10px; line-height: 1.5em; }
.nextprev A    { text-decoration: underline;}
.nextprev A:visited { text-decoration: underline;}
.nextprev A:hover  { text-decoration: underline;}

.gotocart {  font-size: 10px; line-height: 1.5em; color: #333333;}
.gotocart A    { text-decoration: underline;}
.gotocart A:visited { text-decoration: underline;}
.gotocart A:hover  { text-decoration: underline;} /*for viewcart links*/

.cellclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.cellclickhere A    { text-decoration: underline;}
.cellclickhere A:visited { text-decoration: underline;}
.cellclickhere A:hover  { text-decoration: underline;}

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

.clickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.clickhere A    {text-decoration: underline;}
.clickhere A:visited { text-decoration: underline;}
.clickhere A:hover  {text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 150px;
	background: #a7c2dc;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	text-align: center;
}

.stepson {
	display: inline;
	width: 150px;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	background: #4f86ba;
	font-weight: bold;
	text-align: center;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 50%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #7ba4cb;
}

.tablecart th.bkgnd1 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

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

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

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

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #4f86ba;
	padding-top: 6px;
}

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

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #95b15a;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

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

.cartbutton {
	font-size: 10px;
	color: #ffffff;
	background: #95b15a;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

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

.continue {
	text-align: right;
}

.continuebutton {
	background: #95b15a;
	border: 1px solid #666666;
	padding: 3px; 
	font-size: 15px; 
	color:#ffffff;
	text-transform: lowercase;
}

#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;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}	


/*Miscellaneous*/

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;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}


table.pmt_table th {
	background-color: #7ba4cb;
	color: #ffffff;
	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; 
}

.errormessage a:link, .errormessage a:visited  {
	color: #ff0033;
	text-decoration: underline;
}

.errormessage a:hover  {
	color: #000099;
	text-decoration: underline;
}

.certificate { padding: 0; margin: 0; border: 1px solid #1e7d9b; background-color: #e4ebd6; }
.certificate td { padding: 5px; }/*for use with gift certificates*/


.fancybutton {
	background: #95b15a;
	border: 1px solid #666666;
	padding: 3px; 
	font-size: 12px; 
	color:#ffffff;
	text-transform: lowercase;
}

.fancybutton2 {
	background: #95b15a;
	border: 1px solid #666666;
	padding: 3px; 
	font-size: 11px; 
	color:#ffffff;
	text-transform: lowercase;
}
