/*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: geneva, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #000000;
	/*background-color: #ccc;*/
	background: #B2BAD7 url(images/bkgndtest2.jpg) top left repeat-x;
}

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

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

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



/*Main template styles.*/

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

#masthead {
	text-align: center;
	background-color: #000000;
}

#mainnav {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

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

#mainnav li {
	list-style: none;
	display: inline;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	color: #ecca4b;
}

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

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

.sidebar {
	width: 133px;
	background-color: #000;
}


#navigation {
	width: 125px;
	margin-top: 10px;
}

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

#navigation li {
	list-style: none;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 4px;
}

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

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


#contentwrapper {
	width: 100%;
	position: relative;
	background-color: #fff;
}

#content {
	padding: 29px 15px 15px 15px;
}

#footer {
	width: 100%;
	position: relative;
	background-color: #000;
}

.footertext {
	color: #fff;
	font-size: 10px;
	padding: 2px 10px 5px 133px;
}	

.footertext a:link, .footertext a:visited {
	color: #ecca4b;
	text-decoration: none;
}

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


.siteby {  
	padding-top: 8px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #fff;
}


/*index template styles*/

#contentwrapperhome {
	width: 100%;
	position: relative;
	background: #fff url(images/middle_bg.jpg) top left repeat-x;
}

#contenthome {
	padding: 0;
	padding-left: 20px;
}

.intro {
	padding-top: 29px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 1.4em;
	color: #ffffff;
}

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

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

#announcements {
	margin-top: 30px;
	padding: 8px;
    width: 220px;
	height: 132px;
    background: url(images/announce_photo.jpg) top left no-repeat;
/*	background: #E5EAEF url(images/bkgnd_announcements.jpg) top left repeat-x; */
}

.announcementhead {
	color: #0d3f72;
	font-size: 12px;
	font-weight: bold;
}

.announcementtext {
	margin-top: 5px;
	color: #792436;
	font-size: 11px;
	font-weight: bold;
}

.announcementclickhere {
	margin-top: 5px;
	font-size: 11px;
}

.announcementclickhere a:link, .announcementclickhere a:visited {
	color: #0d3f72;
}

.announcementclickhere a:hover {
	color: #496f95;
}


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

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

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

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

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

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

.webpages ul {
	margin: 0;
	padding: 0;
}

.webpages li {  
	font-size: 12px;
	list-style: none;
	background: url(images/bullet.gif) top left no-repeat;
	padding-left: 32px;
	padding-top: 1px;
	margin-bottom: 6px; 
}

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

.cellheader {
	font-size: 14px; 
	color: #0d3f72; 
	font-weight:400;
	line-height: 1.5em;
}

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

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

.celltext {  font-size: 12px; 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: 12px; 
	font-weight:bold; 
	color: red; 
}

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

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

.message {
	color: red;
	padding-top: 5px;
	text-align: center;
}

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


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #6cbd45;
	background-color: #ffffff;
	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: 150px;
	background: #d8dceb;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	text-align: center;
}

.stepson {
	display: inline;
	width: 150px;
	color: #0d3f72;
	margin-right: 14px;
	padding: 3px 5px;
	background: #b2bad7;
	font-weight: bold;
	text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

.instructions {  
	font-size: 12px;
}

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

.continue {
	text-align: right;
}

.continuebutton {
	background: #b2bad7;
	border: 1px solid #869fb8;
	padding: 3px; 
	font-size: 15px; 
	color:#0d3f72;
	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 #d8dceb;
line-height:1.2em;
z-index:100;
border-right: 2px solid #d8dceb;
border-bottom: 2px solid #d8dceb;
visibility: hidden;
text-decoration: none;
}

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

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

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

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #0d3f72;
	padding-bottom: 10px;
	border-bottom: 1px solid #869fb8;
}

.shippingnotes td {
	border-bottom: 1px solid #869fb8;
}	



/*Miscellaneous*/

select {
	font-size: 11px;
}

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 11px;}

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: #b2bad7;
	color: #0d3f72;
	font-weight: bold;
	font-size: 11;
}

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

.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: #0d3f72;
	border: 1px solid #869fb8; 
	font-size: 11px; 
	color:#fff;
}

.fancybutton2 {
	background: #0d3f72;
	border: 1px solid #869fb8; 
	font-size: 9px; 
	color:#fff;
}