/*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;
	border: 0;
	background-color: #1f8b8e;
	font-family: TrebuchetMS, arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #8c752f;
}

a:link {color: #781f23; text-decoration: underline;}
a:visited {color: #781f23; text-decoration: underline;}
a:active {color: #781f23; text-decoration: underline;}
a:hover {color: #1f8b8e; text-decoration: underline;}

td, p {
	font-family: TrebuchetMS, arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #8c752f;
}

/*Main template styles.*/

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

#masthead {
	position: relative;
}

#mastheadform {
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: #8cc6c8;
	border: 2px solid #add6dc;
	padding: 2px;
	color: #781f23;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
}

#mastheadnav {
	position: absolute;
	top: 45px;
	right: 0px;
	color: #b8a467;
	font-size: 12px;
}

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

#mastheadnav a:hover {
	color: #b8a467;
	text-decoration: none;
}

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

#contentwrapper {
	background-color: #ffffff;
	position: relative;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#content {
	background: #ffffff url(images/bkgnd_content2.jpg) bottom right no-repeat;
	padding: 0px 15px 45px 15px;
}

.navwrapperhome {
	text-align: center;
	background: #ffffff url(images/bkgnd_nav2.jpg) bottom center no-repeat;
	padding-bottom: 40px;
	position: relative;
}

#clickheregraphic {
	position: relative;
	bottom: 10px;
	text-align: center;
}

#footer {
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
}

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

#footer a:hover {
	color: #b8a467;
	text-decoration: none;
}

.siteby {  
	text-transform: none;
}

.siteby a:link, .siteby a:visited, .siteby a:hover {
	text-decoration: underline;
}



/*index template styles*/

.announcements {
	width: 500px;
	background: url(images/scroll.gif) top center no-repeat;
	/*padding: 25px 8px 8px 8px;*/
	margin-bottom: 5px;
}

.intro {  
	font-size: 13px; 
	line-height: 1.3em;
}
 /*intro paragraph*/

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

.cellpadding15 {
	padding-bottom: 15px;
}

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

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

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

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

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

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

.sku {font-size: 11px; color: #333333; font-weight:bold;}

.cellheader {font-size: 13px; color: #781f23; 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: 12px; line-height: 1.5em; color: #8c752f;}


.testimonialcellheader {font-size: 13px; color: #781f23; font-weight:bold;}
.}/*item name on the testimonial product list page*/

.testimonialcelltext {  font-size: 13px; line-height: 1.5em; color: #781f23;}


.highlight {  font-size: 13px; font-weight:bold; color: #1f8b8e;}
.highlight A    {color: #1f8b8e;text-decoration: underline;}
.highlight A:visited    {color: #1f8b8e;text-decoration: underline;}
.highlight A:hover  {color: #781f23;text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #1f8b8e;}


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

.insertlist1 { 
	font-size: 12px; 
	color: #8c752f; 
}

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

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

.nextprev {  font-size: 11px; line-height: 1.5em; color: #8c752f;}

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

.cellclickhere {  font-size: 11px; line-height: 1.5em; color: #8c752f;}


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

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



/*Cart pages and shipping*/

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

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

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

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

.tablecart th.bkgnd2 {
	font-size: 12px;
	color: #8c752f;
	padding-top: 5px;
}

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

.tablecart td.products {
	color: #8c752f;
	border-top: 1px solid #add6dc;
}

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

.tablecart td.cartinstructions {  
	font-size: 12px; 
	font-weight: bold; 
	color: #1f8b8e;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

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

.cartbutton {
	font-size: 11px;
	color: #ffffff;
	background: #781f23;
	display: inline;
}

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



/*Miscellaneous*/

hr {
	border-top: 1px solid #add6dc;
	color: #ffffff;
	background-color: #ffffff;
}

.withborder {
	padding:5px;
	border: 2px solid #b8a467;
}

.productcell {
	width: 350px;
	padding:5px;
	margin-right: 5px;
	border-top: 1px solid #add6dc;
}

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: #add6dc;
	color: #333333;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#add6dc,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: #add6cd;
	color: #1f8b8e;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#add6cd,1px;
	font-weight: bold;
	font-size: 11;
}

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: 13px; color: #ff0033; font-weight:normal; text-decoration: none;}


.fancybutton {background: #781f23; font-size: 12px; color:#ffffff;}



.fancybutton2 {background: #781f23; font-size: 11px; color:#FFFFFF;}