/*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: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #333;
	background-color: #666;
}

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

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

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



/*Main template styles.*/

#wrapper {
	width: 779px;
	margin: 0 auto;
	position: relative;
	background: #fff url(images/bkgnd_midwrapper.jpg) top left repeat-y;
	margin-top: 20px;
	border: 2px solid #000;
}

#banner {
	position: relative;
	width: 100%;
	height: 113px;
	background: url(images/banner.jpg) top left no-repeat;
}

#backtohome {
	position: absolute;
	width: 152px;
	height: 86px;
	top: 15px;
	left: 2px;
	z-index: 10px;
}

#tagline {
	position: absolute;
	width: 550px;
	height: 13px;
	top: 92px;
	right: 10px;
	text-align: right;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	z-index: 5px;
}
	
	

#mainnav {
	height: 27px;
	background: url(images/bkgnd_mainnav.jpg) top left repeat-x;
	color: #bdc3c6;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
}

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

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

#searcharea {
	width: 220px;
	height: 20px;
	position: absolute;
	top: 3px;
	right: 8px;
	text-align: right;
}

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

#navwrapper {
	width: 160px;
	float: left;
}


#navigation {
	width: 150px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 25px;
	border-top: 1px solid #00ff00;
}

#navigation li {
	list-style: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 0px 8px 6px;
	border-bottom: 1px solid #00ff00;
}

#navigation li a:hover {
	color: #993300;
	text-decoration: none;
}


#contentwrapper {
	width: 607px;
	float: right;
}

#content {
	padding-top: 20px;
	padding-right: 10px;
}

#footer {
	width: 100%;
	height: 131px;
	position: relative;
	background: url(images/bkgnd_footer.jpg) top left no-repeat;
}

#footerlinks {
	height: 65px;
	width: 437px;
	position: absolute;
	top: 50px;
	left: 175px;
	color: #bdc3c6; 
	font-size: 11px;
}

#footerlinks a:link, #footerlinks a:visited {
	color: #666;
	text-decoration: none;
}

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

#footerbottom {
	width: 780px;
	margin: 0 auto;
}

.storetext {  
	text-align: right;
	color: #bdc3c6; 
	font-weight:bold; 
	font-size: 11px;
	padding-top: 4px;
	padding-right: 20px;
}

.siteby {  
	padding-top: 5px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #bdc3c6;
	padding-right: 20px;
	text-align: right;
}

.siteby a:link, .siteby a:visited {
	color: #bdc3c6;
}

.siteby a:hover {
	color: #fff;
}


/*index template styles*/


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

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

.intro a:hover {
	text-decoration: none;
}

.announcement {
	padding-top: 15px;
}

.announcement h3 {
	margin-top: 0px;
	color: #993300;
	font-size: 18px;
	margin-bottom: 1px;
}

.brushstroke {
	background: url(images/bkgnd_title.gif) top center no-repeat;
	padding-top: 10px;
} 


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

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #000;
} /*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: 400; 
	line-height: 1.1em; 
	color: #000;
}

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

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

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

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

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

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

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

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

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

.testimonialcellheader {
	font-size: 13px; 
	color: #006594; 
	font-weight:bold;
}

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

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

.testimonialcelltext {  
	font-size: 12px; 
}

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

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

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

.flag {
	color: #993300;
	font-weight: bold;
}

.price {
	background: #fff url(images/pricebox_150.gif) top center no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	width: 155px;
	text-align: center;
	padding-top: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.price2 {
	color: #993300;
	font-weight: bold;
}

.freeship {  font-weight:bold; color: #993300;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	height: 27px;
	background: url(images/bkgnd_mainnav.jpg) top left repeat-x;
	color: #333;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
} /*multilist header*/

.insertlist1 { 
	font-size: 11px; 
}

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

.nextprev {  font-size: 11px;  }

.gotocart {  font-size: 11px;  }
 /*for viewcart links*/

.cellclickhere {  font-size: 11px; }


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

.clickhere {  font-size: 11px; }
 /*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 {
	height: 27px;
	background: url(images/bkgnd_mainnav.jpg) top left repeat-x;
}

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

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

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

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

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

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

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

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

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

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

.instructions {  
	font-size: 12px;
}

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

.continue {
	text-align: center;
}

.continuebutton {
	background: #00ff00;
	border: 1px solid #00ff00;
	padding: 3px; 
	font-size: 15px; 
	color:#000;
	text-transform: lowercase;
	margin-bottom: 20px;
}

#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 #bdc3c6;
line-height:1.2em;
z-index:100;
border-right: 2px solid #bdc3c6;
border-bottom: 2px solid #bdc3c6;
visibility: hidden;
text-decoration: none;
}

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

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

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

table.pmt_table th {
	background-color: #e8eaeb;
	border-bottom: 1px solid #bdc3c6;
	color: #000000;
	font-weight: bold;
	font-size: 12;
	
}

table.pmt_table td {
	background-color: #fff;
	padding: 3px;
}

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


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

.message {
	color: #006594;
}

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

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