/*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: century gothic, sans-serif, arial, verdana, helvetica; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #000000;
	background-color:#BBC8C0;
}

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

a:hover {
	color: #764C43; 
	text-decoration: underline;
}

td, p {
	font-family: century gothic, sans-serif, arial, verdana, helvetica; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #000000;
}

/*Main template styles.*/

#masthead{
background:url(images/kb_banner.jpg); 
background-repeat: no-repeat; 
background-position: top right;
width: 800px;
height: 80px;
usemap:(kb_map);
}

#mainbody{
background:url(images/kb_motbkg.jpg); 
background-repeat: repeat;
width: 825px;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	margin-left:20px;
	padding-bottom: 30px;
}

#mainnav {
	width: 415px;
}

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

#mainnav li {
	list-style: none;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: arial,verdana,san-serif;
	text-transform:uppercase;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #000000;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #476751;
	text-decoration: underline;
}

.bannertitles {
font-family: arial,verdana,san-serif;
color: #FFFFFF;
text-transform:uppercase;
font-size:10px;
font-weight: bold;
}

.bannertitles a:link, .bannertitles a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.bannertitles a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#navbkg {
	background:url(images/kb_sidebar.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#D1CEA3;
	width:173px;
	border-left: 3px solid #C0B791;
}

#navigation {
	width: 158px;
}

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

#navigation li {
	list-style: none;
	color: #000000;
	font-size: 12px;
	line-height: .9em;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 5px;
}

#navigation li a:hover {
	color: #476751;
	text-decoration: underline;
}

.navheaders{
color: #476751;
text-transform:uppercase;
font-size:13px;
text-align:left;
line-height:.9em;
font-weight:bold;
}

.navheaders a:link, .navheaders a:visited {
	color: #476751;
	text-decoration: none;
}

.navheaders a:hover {
	color: #476751;
	
	text-decoration: none;
	}

#contentwrapper {
	width: 601px;
	background-color: #FFF3C0;
	border-right: 3px solid #C0B791;
	position: relative;
	
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	width:580px;
}

#footer {
	width: 825px;
	height: 139px;
	position: relative;
}

.footerlinks {
	color: #476751; 
	font-size: 11px;
	position: relative;
	font-family: verdana, arial, san-serif;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #476751;
	text-decoration: underline;
}

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

.footername {  
	color: #476751; 
	font-weight:bold; 
	font-size: 14px;
}

.siteby {  
	width: 825px;
	margin: 0px auto;
	padding-top: 8px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #637E6C;
	font-family: verdana, arial, sans-serif;
}

.copyright {  
	width: 825px;
	margin: 0px auto;
	padding-top: 8px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #000000;
}


/*index template styles*/


.intro {
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
}

.intro a:link, .intro a:visited {
	color: #308109;
	text-decoration: none;
	font-weight: bold;
}

.intro a:hover {
	color: #9b0075;
	text-decoration: none;
}

#homepicborder {
	width: 479px;
	height:315px;
	padding: 11px;
	margin: 10px auto;
	position: relative;
	background: #ffffff url(images/homebrdr.gif) no-repeat top left;
}

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

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

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #884400;
}

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

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



li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	color: #000000;
	margin-left: 0;
}

ul.webpages {margin-left:0px;list-style-position: outside;padding-left:15px;}

li.webpages {  
	font-size: 12px; 
	line-height: 1.6em;
	margin-left: 0px;
	list-style-position: outside;
}

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

.cellheader {
	font-size: 13px; 
	color: #000000; 
	font-weight:bold;
}

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

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

.celltext {  font-size: 13px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 15px; 
	color: #9b0075; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #9b0075;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #6cbd45;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 15px; 
	font-weight:bold; 
	color: #308109; 
}

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

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

.highlight2 {  
	font-size: 13px; 
	font-weight:bold; 
	color: #0033CC; 
}

.highlight3 {  
	font-size: 12px; 
	font-weight:bold; 
	color: #308109; 
}

.freeship {  font-size: 12px; font-weight:bold; color: #9b0075;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #FFFFFF;
	background-color: #665446;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

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

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

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


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

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



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 100px;
	color: #D1CEA3;
	margin-right: 8px;
	padding right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #333;
	margin-right: 8px;
	padding-left: 15px;
	background: #FFF3C0 url(images/kb_cartarrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}



#cart {
	width: 100%;
}

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

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

.rightbuttons {
	width: 60%;
	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: #665446;
}

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

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

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

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

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

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

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

.optionsbkgrnd{
background-color: #D1CEA3;
}

.cartbutton {
	font-size: 10px;
	color: #512800;
	background: #D9BC6D;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

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

.continue {
	text-align: right;
}

.continuebutton {
	background: #D9BC6D;
	border: 1px solid #512800;
	padding: 3px; 
	font-size: 15px; 
	color:#512800;
	text-transform: lowercase;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #FCFAEE;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #476751;
line-height:1.2em;
z-index:100;
border-right: 2px solid #476751;
border-bottom: 2px solid #476751;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #476751;
	background-color: #476751;
	display: inline;
	padding: 3px;
}

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

.hintclick {
	font-size: 12px;
	color: #476751;
}

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


/*Order History*/

.carthistory {
color:#FCFAEE;
}


/*Miscellaneous*/

input, textarea, select {
	font-size: 11px;
	color: #333333;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

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

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

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }


/*hr {
	border-bottom: 1px dotted #000000;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

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

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


table.pmt_table th {
	background-color: #665446;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11;
	width:150px;
}

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

.acctlogin {
font-family: arial,verdana,san-serif;
color: #FFFFFF;
text-transform:lowercase;
font-size:10px;
font-weight: bold;
}

.acctlogin a:link, .acctlogin a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.acctlogin a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

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

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

.gotocart {font-size: 10px; line-height: 1.2em; font-weight: bold;}

.pricegrid {font-size: 11px; line-height: 1.2em; font-family: arial,verdana,san-serif;}

.pricegrid2 {font-size: 10px; line-height: 1.2em; font-family: arial,verdana,san-serif;}

.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #476751; font-size: 13px; color:#ffffff;}

.fancybutton2 {background: #476751; font-size: 12px; color:#FFFFFF;}