/*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 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #666666;
	background-color: #a9b7a8;
	margin: 0;
	border: 0;
	padding: 0;
}

a:link {color: #8b2324; text-decoration: underline;}
a:visited {color: #8b2324; text-decoration: underline;}
a:active {color: #8b2324; text-decoration: underline;}
a:hover {color: #546f90; text-decoration: underline;}

td, p {
	font-size: 12px; 
	line-height: 1.5em; 
	color: #666666;
}


/*Main template styles.*/

#wrapper {
	width: 770px;
	margin: 10px auto;
}

#topper {
	position: relative;
	background: url(images/topper.gif) no-repeat top left;
}

#contentwrapperhome {
	position: relative;
	margin: 0px;
	background: url(images/bkgnd_middle2.gif) top center repeat-y;
}

#contentwrappercontact {
	position: relative;
	margin: 0px;
	background: url(images/bkgnd_middle_inside.gif) top center repeat-y;
}


#contentwrapperinside {
	position: relative;
	margin: 0px;
	background: url(images/bkgnd_middle.gif) top center repeat-y;
	/*background: url(images/bkgnd_middle_inside.gif) top center repeat-y;*/
}

#masthead {
	width: 732px;
	margin: 0px auto;
}

#navigation {
	width: 732px;
	height: 45px;
	margin: 0px auto;
	background: #8d2546 url(images/bkgnd_nav.jpg) bottom center no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 30px;
	padding-top: 5px;
}


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

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

.topnav {  
	font-size: 11px; 
	color: #ffffff;
	position: absolute;
	top: 27px;
	right: 10px;
	text-align: right;
	text-transform: uppercase;
	font-family: serif;
}

.topnav a:link, .topnav a:visited {
	color: #eeede5; 
	text-decoration: none;
}

.topnav a:hover  {
	color: #666666; 
	text-decoration: none;
}

#content {
	width: 700px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}

#blobhome {
	position: absolute;
	top: 390px;
	right: 20px;
	z-index: 0;
	background: url(images/bkgnd_content.jpg) no-repeat;
}

#blobinside {
	position: absolute;
	top: 205px;
	right: 20px;
	z-index: 0;
	background: url(images/bkgnd_content.jpg) no-repeat;
}

#bottomlinkswrapper {
	width: 732px;
	margin: 0px auto;
	background-color: #dedac6;
	margin-top: 15px;
	z-index: 2;
	position: relative;
}

.bottomlinks {
	padding: 11px;
	text-align: center;
	color: #666666; 
	font-size: 11px;
	line-height: 1.3em;
}

.bottomlinks a:link, .bottomlinks a:visited {
	color: #666666;
	text-decoration: none;
}

.bottomlinks a:hover {
	color: #8b2324;
	text-decoration: none;
}

#contentbkgnd {
	position: absolute;
	top: 35px;
	right: -10px;
	background: url(images/bkgnd_content.jpg) no-repeat;
}

#footer {
	position: relative;
	text-align: center
}


.footertext {
	color: #eeede5; 
	font-size: 11px;
}

.siteby {  
	font-size: 10px; 
	color: #eeede5;
}

.siteby a:link, .siteby a:visited {
	color: #eeede5; 
	text-decoration: underline;
}

.siteby a:hover  {
	color: #666666; 
	text-decoration: underline;
}



/*index template styles*/


.featuredtitle {  font-size: 15px; font-weight:bold; color: #2853a1; text-decoration: none;}/*title above the featured items*/

.featuredhead {font-size: 14px; color: #ff0033; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #ff0033; text-decoration: none;}
.featuredhead A:visited    { color: #ff0033; text-decoration: none;}
.featuredhead A:hover  { color: #000099; text-decoration: underline;}/*featured product name*/

.featuredtext {  font-size: 10px; line-height: 1.5em; color: #333333;}
.featuredtext A    {color: #333399; text-decoration: underline;}
.featuredtext A:visited {color: #333399; text-decoration: underline;}
.featuredtext A:hover  {color: #ff0033; text-decoration: underline;}

.featuredclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.featuredclickhere A    {color: #333399; text-decoration: underline;}
.featuredclickhere A:visited {color: #333399; text-decoration: underline;}
.featuredclickhere A:hover  {color: #ff0033; text-decoration: underline;}

.announcementhead {font-size: 14px; color: #ff0033; text-decoration: none; font-weight:bold;}
.announcementhead A:visited    {text-decoration: none;}
.announcementhead A    {text-decoration: none;}
.announcementhead A:hover  {text-decoration: underline;}/*item name*/

.announcementtext {  font-size: 10px; line-height: 1.5em; color: #333333;}
.announcementtext A    {color: #333399; text-decoration: underline;}
.announcementtext A:visited {color: #333399; text-decoration: underline;}
.announcementtext A:hover  {color: #ff0033; text-decoration: underline;}

.announcementclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.announcementclickhere A    {color: #333399; text-decoration: underline;}
.announcementclickhere A:visited {color: #333399; text-decoration: underline;}
.announcementclickhere A:hover  {color: #ff0033; text-decoration: underline;}



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

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-family: serif;
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #666666;
	padding-bottom: 18px;
	border-bottom: 2px dotted #ecbc3c;
} /*this is always used for the page title*/

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

h3 {  margin-top: 0px; 
	margin-bottom: 8px; 
	font-family: serif;
	font-size: 14px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #666666;
}

h4 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-family: serif;
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #666666;
}

li {  font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #000000}

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

.detailcategory {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #ff0033} /*category name on detail pages*/

.detailproduct {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1 em; color: #ff0033} /*product name on detail pages*/

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

.cellheader {
	font-size: 16px;
	font-family: serif; 
	color: #546f90; 
}

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

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

.celltext {  font-size: 11px; line-height: 1.5em; color: #000000;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 14px; color: #ff0033; text-decoration: none; font-weight:bold;}
.testimonialcellheader A:visited    {text-decoration: none;}
.testimonialcellheader A    {text-decoration: none;}
.testimonialcellheader A:hover  {text-decoration: underline;}/*item name on the testimonial product list page*/

.testimonialcelltext {  font-size: 12px; line-height: 1.5em; color: #000000;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight {  font-size: 12px; font-weight:bold; color: #546f90;}
.highlight a:link, .highlight a:visited    {color: #546f90; text-decoration: underline;}
.highlight A:hover  {color: #8b2324; text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #546f90; text-decoration: none;}
.freeship A    {color: #333399;text-decoration: underline;}
.freeship A:hover  {color: #ff0033;text-decoration: underline;}


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

.insertlist1 { font-size: 11px;}
 /*youarehere links*/

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


.gotocart {  font-size: 10px; line-height: 1.5em; color: #333333;}
.gotocart A    {color: #333399; text-decoration: underline;}
.gotocart A:visited {color: #333399; text-decoration: underline;}
.gotocart A:hover  {color: #ff0033; text-decoration: underline;} /*for viewcart links*/

.cellclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.cellclickhere A    {color: #333399; text-decoration: underline;}
.cellclickhere A:visited {color: #333399; text-decoration: underline;}
.cellclickhere A:hover  {color: #ff0033; text-decoration: underline;}

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

.clickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.clickhere A    {color: #333399; text-decoration: underline;}
.clickhere A:visited {color: #333399; text-decoration: underline;}
.clickhere A:hover  {color: #ff0033; text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 150px;
	background: #a7c2dc;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	text-align: center;
}

.stepson {
	display: inline;
	width: 150px;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	background: #4f86ba;
	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: #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: #333333;
	background: #ecbc3c;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

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

.continue {
	text-align: right;
}

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

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

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

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

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

/*hr {
	color: #a9b7a8;
	background-color: #a9b7a8;
	line-height: 1px;
}*/

.homebox {
	width: 164px;
	padding: 2px;
	border: 1px solid #8b2324;
	margin-right: 10px;
	background-color: #eeede5;
}

.boxtext {
	padding: 5px;
}

.boxlink {
	font-family: serif;
	font-size: 13px;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	background: url(images/bullet_go.gif) left center no-repeat;
}

.boxlink a:link, .boxlink a:visited {
	color: #546f90;
	text-decoration: none;
}

.boxlink a:hover {
	color: #8b2324;
	text-decoration: none;
}

.sidebar {
	width: 250px;
	border: 1px solid #dedac6;
	background-color: #eeede5;
	color: #333333;
	font-size: 11px;
	padding: 5px;
}

select { 
	font-size: 11px;
}

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: #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: #7ba4cb;
	color: #ffffff;
	font-weight: bold;
	font-size: 11;
}

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

.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: 14px; color: #ff0033; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


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



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