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

a:link {color: #cc3333; text-decoration: underline;}
a:visited {color: #cc3333; text-decoration: underline;}
a:active {color: #cc3333; text-decoration: underline;}
a:hover {color: #666666; text-decoration: underline;}

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

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

html, body, #withphoto, #withoutphoto { min-height: 100%; width: 100%; height: 100%; }

html>body, html>body #withoutphoto, html>body #withphoto { height: auto; }

#withphoto { position: absolute; top: 0; left:0; background-image: url(images/couple_home2.jpg); background-repeat: no-repeat; }

#withoutphoto { position: absolute; top: 0; left: 0; }

#masthead { margin: 0; border: 0; }

#navigation { width: 100%; margin-left: 210px; border:0; border-collapse: collapse; }
#navigation td { border-right: 1px solid #cc3333; border-bottom: 1px solid #cc3333; border-left: 1px solid #cc3333; padding: 1px 4px 3px 4px; font-size: 11px; font-weight: bold; line-height: 1.1em; }
#navigation td.noborder { border: 0px; padding: 0px; }
#navigation a:link, #navigation a:visited { color: #333333; text-decoration: none; }
#navigation a:hover { color: #cc3333; }

#sidebar { position: absolute; top: 200px; left: 28px; width: 180px; }

#content { margin: 20px 50px 0px 210px; }

#announcements { position: absolute; top:230px; left:0px; width:160px; border:1px solid #cc3333; }
#announcements td { padding:5px; }

/*#footer { margin-top: 20px; margin-left: 250px; background-color: #ffffff; }*/

#footer { clear: left; margin-top: 20px; padding-left: 210px; background-color: #ffffff; }

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

.navlinks1 {  font-size: 12px; color: #000099; text-decoration: none;}
.navlinks1 A    {text-decoration: underline;}
.navlinks1 A:visited { text-decoration: underline;}
.navlinks1 A:hover  {text-decoration: underline;}/*main sidebar links*/

.footername {  color: #cc3333; font-weight:bold; font-family: verdana, Arial,Geneva,sans-serif;font-size: 11px;text-decoration: none;}

.footertext {color: #333333; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px;}

.footerlinks {color: #333333; font-size: 10px;text-decoration: none;}
.footerlinks A {text-decoration: underline;}
.footerlinks A:visited {text-decoration: underline;}
.footerlinks A:hover {text-decoration: underline;}/*site links in the footer, like home, etc.*/

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

/*index template styles*/

.intro {  font-size: 13px; line-height: 1.5em; color: #666666;} /*intro paragraph*/

.announcementtitle {  font-size: 11px; font-weight:bold; color: #333333; text-decoration: none;}/*title above the featured items*/

.announcementhead { font-size: 11px; color: #cc3333; line-height: 1.2em; font-weight:bold;}/*item name*/

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

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


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

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

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

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

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

li {  font-size: 11px; line-height: 1.5em; list-style-image: url(images/bullet_pills.gif); list-style-position: outside; color: #000000}

li.webpages {  font-size: 12px; line-height: 1.5em; color: #333333;}

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

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

.cellheader {font-size: 14px; color: #cc3333; text-decoration: none; font-weight:bold;}
.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: 11px; line-height: 1.4em; color: #000000;}

.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: #000000; text-decoration: none;}
.highlight A    {color: #000000;text-decoration: underline;}
.highlight A:hover  {color: #cc3333;text-decoration: underline;}

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

.insertlist1 { font-size: 11px; line-height:1.2em; font-weight: bold; color: #333333; text-decoration: none;}
.insertlist1 A:visited    { color: #666666; text-decoration: none;}
.insertlist1 A    {color: #666666; text-decoration: none;}
.insertlist1 A:hover  {color: #cc3333; text-decoration: underline;} /*youarehere links*/

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

.gotocart {  font-size: 10px; line-height: 1.5em; color: #333333;}/*for viewcart links*/

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

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

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



/*Cart pages and shipping*/

th {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.2em; color: #000000}

.instructions {  font-size: 12px; line-height: 1.5em; color: #333333;}
.instructions A    {text-decoration: underline;}
.instructions A:hover  {text-decoration: underline;} /*instructions under the page title*/

.instructions2 {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #666666;}
.instructions2 A    {text-decoration: underline;}
.instructions2 A:hover  {text-decoration: underline;} /*instructions under the cart sections; ie, shipping*/

.cartproduct {font-size: 12px; color: #666666; text-decoration: none;}/*products in the cart*/

.cartsmall {  font-size: 10px; line-height: 1.5em; color: #333333;} /*main options line in cart*/


/*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; border-collapse: collapse; }

table.price_table th {
	background-color: #dddddd;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#dddddd,1px;
	font-weight: bold;
	font-size: 10;
}

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


table.pmt_table th {
	background-color: #dddddd;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#dddddd,1px;
	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: #333333;}

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

.errormessage {font-size: 14px; color: #009933; font-weight:normal; text-decoration: none;}

.fancybutton {background: #cc3333; font-size: 12px; font-weight: bold; color:#ffffff;}

.fancybutton2 {background: #cc3333; font-size: 10px; font-weight: bold; color:#FFFFFF;}
