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

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.2em; 
	color: #000;
	background: #ffffcc url(images/bkgnd_body.jpg) top left repeat-x;
}

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

a:hover {
	color: #00533e; 
	text-decoration: underline;
}

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.2em; 
	color: #000;
}



/*Main template styles.*/

#outer{min-height:100%;margin-bottom:-92px;height:auto;
	background: url(images/bkgnd_wrapper.gif) top left repeat-y;}
* html #outer{height:100%;}


#wrapper {
	width: 100%;
	position: relative;
}

#banner {
	height: 159px;
	position: relative;
	background: url(images/bkgnd_mortar.jpg) top right no-repeat;
}

.mainnav {
	height: 29px;
	padding-left: 17px;
	padding-top: 8px;
	color: #ffffcc;
	font-size: 13px;
	font-weight: bold;
}

.mainnav a:link, .mainnav a:visited {
	color: #ffffcc;
	text-decoration: none;
}

.mainnav a:hover {
	color: #f3e08f;
	text-decoration: none;
}

#banneraddress {
	width: 350px;
	position: absolute;
	top: 10px;
	right: 135px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	line-height: 1.3em;
}


#navigation {
	width: 170px;
}

#navigation h2 {
	color: #c10435;
	font-size: 14px;
	font-weight: 400;
	padding-left: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}

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

#navigation li {
	list-style: none;
	color: #00533e;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 3px;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #00533e;
	text-decoration: none;
	padding: 0px 8px 0px 13px;
}

#navigation li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ffffcc;
}

#navigation ul ul {
	width: 170px;
	background-color: #f3e08f;
	border: 1px solid #00533e;
	margin: 0px;
	padding: 0px;
}

#navigation ul ul li {
	color: #00533e;
	font-size: 12px;
	margin-bottom: 0px;
}

	
#navigation ul ul li a:link; #navigation ul ul li a:visited {
	color: #00533e;
	padding: 5px 0px 5px 0px;
}

#navigation ul ul li a:hover {
	color: #000;
	background-color: #fff;
}


#footer {
width:100%;
clear:both;
height:92px;
background: #ebab00 url(images/bkgnd_footer.jpg) top left repeat-x;
text-align: left;
color: #000000;
}

#clearfooter{clear:both;height:92px;}


.footername {  
	padding: 11px 10px 0px 15px;
	color: #333; 
	font-weight:bold; 
	font-size: 13px;
}

.siteby {  
	padding: 6px 10px 0px 15px;
	font-size: 11px; 
	line-height: 1.2em; 
}

.siteby a:link, .siteby a:visited {
	color: #00533e;
	text-decoration: none;
}

.siteby a:hover {
	color: #000;
	text-decoration: none;
}

.greenbar {
	height: 35px;
	background-color: #00533e;
}

#pcablogo {
	width: 116px;
	height: 54px;
	position: absolute;
	top: 56px;
	right: 128px;
}

#searcharea {
	width: 235px;
	position: absolute;
	top: 120px;
	right: 135px;
	text-align: right;
}


/*index template styles*/


.intro {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
}



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

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-family: Georgia, serif;
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #00533e;
} /*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: 16px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #00533e;
}

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

h4 {  
	margin-bottom: 2px; 
	/*font-family: Georgia, serif;*/
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #00533e;
}

li {  
	font-size: 13px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

.supporting li {
	margin-bottom: 6px;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

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

.cellheader {
	font-size: 14px; 
	color: #00533e; 
	font-weight:bold;
}

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

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

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

.testimonialcellheader {
	font-size: 14px; 
	color: #00533e; 
	font-weight:bold;
}

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

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

.testimonialcelltext {  
	font-size: 12px; 
}

.testimonials {
	font-size: 15px;
	font-style: oblique;
	line-height: 1.5em;
	color: #141d70;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #ebab00;
	border-bottom: 1px solid #ebab00;
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #141d70; 
}

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

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

.highlightgreen {  
	font-size: 13px; 
	font-weight:bold; 
	color: #00533e; 
}
.highlightblue {  
	font-size: 13px; 
	font-weight:bold; 
	color: #141d70; 
}
.highlightred {  
	font-size: 13px; 
	font-weight:bold; 
	color: #c10435; 
}

.freeship {  font-size: 12px; font-weight:bold; color: #141d70;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #00533e;
	background-color: #f3e08f;
	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: #666;
	margin-right: 8px;
	padding right: 0px;
	text-align: left;
}

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



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

.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: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,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: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 11;
}

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

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

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


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


.fancybutton {background: #c10435; font-size: 13px; color:#ffffcc;}



.fancybutton2 {
	background-color: #c10435; 
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	color: #f3e08f;
	border-top: 1px solid #c10435;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #c10435;
	padding: 2px;
	padding-bottom: 4px;
}