/*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: 12px; 
	line-height: 1.2em; 
	color: #000;
	background: #ffe9a9 url(images/bkgnd_body.jpg) top left;
}

a {
	color: #e2001d; 
	text-decoration: underline;
}

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

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



/*Main template styles.*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#midwrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(images/bkgnd_midwrapper.jpg) top center repeat-y;
}

#banner {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	background: url(images/bkgnd_banner.jpg) top left no-repeat;
}

#logo {
	width: 168px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 27px;
}

#storestuff {
	width: 50%;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}

#mainnav {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	background: #000;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 20px;
	text-align: left;
}

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

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

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

#innerwrapper {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#sidebar {
	width: 175px;
	float: left;
	padding-top: 20px;
}


.navigation {
	width: 150px;
}

.navigation ul {
	margin: 0;
	margin-top: 12px;
	padding: 0;
	text-align: left;
}

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

.navigation li a {
	display: block;
	color: #000;
	text-decoration: none;
}

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

#cartinfo {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 12px;
}/*for the cart items, amt*/

#cartinfo a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.phone {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

#phone {
	width: 300px;
	height: 30px;
	text-align: right;
	position: absolute;
	top: 110px;
	right: 20px;
	font-size: 22px;
	font-weight: bold;
}

#slogan {
	width: 457px;
	height: 53px;
	position: absolute;
	top: 90px;
	right: 265px;
}


#content {
	width: 755px;
	float: right;
	padding-top: 20px;
}

#footer {
	width: 1000px;
	position: relative;
	background: url(images/bkgnd_footer.jpg) top center no-repeat;
	padding-top: 32px;
}

.footerlinks {
	color: #e2001d; 
	font-size: 12px;
	padding-top: 15px;
	padding-left: 195px;
}

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

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

.footertext {  
	color: #333333; 
	font-weight:bold; 
	font-size: 12px;
	padding-left: 25px;
}

.siteby {  
	padding-top: 8px;
	font-size: 11px; 
	line-height: 1.2em; 
	color: #000000;
	padding-left: 25px;
	padding-bottom: 10px;
}

.bannerlinks { 
	display: inline;
}
.bannerlinks a { 
	color: #000; 
	text-decoration: none;
}
.bannerlinks a:hover {
	color: #b00000;
}

.sidebarbox {
	width: 175px;
	background: url(images/sidebarbox_top.gif) top center no-repeat;
	margin-bottom: 15px;
}

.boxcontent {
	padding: 8px 5px 0px 10px;
}

.boxheader {
	font-size: 15px;
	font-weight: bold;
}


.sidebarbox p.bottom {
	height: 10px;
	background: url(images/sidebarbox_bottom.gif) top center no-repeat;
	margin-top: 0px;
}

.threeacross {
	width: 33%;
	text-align: center;
	padding: 0px 5px 15px 5px;
}



/*index template styles*/

#slideshow {
	width: 755px;
	height: 300px;
	text-align: center;
}

.dots {
	width: 755px;
	background: url(images/dots.gif) top center repeat-y;
}

.intro {
	text-align: center;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_announcements {
	margin-top: 10px;
	margin-bottom: 0px;
}

.table_announcements td {
	width: 100%;
	padding: 0px 0px 15px 0px;
} 

.table_specials {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
} 

.table_specials td {
	width: 33%;
	text-align: center;
	padding: 0px 5px 15px 5px;
}


.specialsheader, .announcementheader {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.specialsheader a, .announcementheader a {
	color: #000;
	text-decoration: none;
}

.specialsheader a:hover, .announcementheader a:hover  {
	color: #b00000;
	text-decoration: underline;
}

.specialstext, .announcementtext {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.specialsclickhere, .announcementclickhere {
	font-size: 12px;
	font-weight: bold;
}

.specialsclickhere a, .announcementclickhere a {
	text-decoration: none;
}


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

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

h1.catalogtopper {  
	margin-top: 10px;
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em;
	background: #ffd65c; 
	color: #171411;
	padding: 2px 0px;
	text-align: center;
}

h2 {  
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #e2001d;
}

h3 {  
	margin-top: 10px; 
	margin-bottom: 4px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #e2001d;
}

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

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

ul.webpages {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
	/*list-style-type: none;*/
}

ol li {
	list-style-type: decimal;
}

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

.cellpadding {
	padding-bottom: 15px;
}/*this is the bottom padding between cells*/

.table_margintop {
	width: 100%;
	margin-top: 15px;
}/*this is on all the product_list and cat_list pages*/

.table_nomargin {
	width: 100%;
	margin-top: 0px;
}

.cellheader, .testimonialcellheader {
	font-size: 14px; 
	color: #000; 
	font-weight:bold;
	margin-bottom: 4px;
}

.cellheader a, .testimonialcellheader a {
	color: #000;
	text-decoration: none;
}

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

.celltext, .testimonialcelltext {  font-size: 12px; line-height: 1.2em;}

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

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

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

.flag {
	display: inline;
	padding-right: 5px;
	color: #e2001d;
	font-weight: bold;
}

.freeship { 
	display: inline; 
	font-weight: bold; 
	color: #e2001d;
	padding-right: 5px;
}


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

.insertlist1 { 
	font-size: 12px;
	padding-bottom: 10px; 
}

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

.nextprev, .gotocart, .cellclickhere {  font-size: 12px;  }

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

.clickhere {  font-size: 11px; line-height: 1.2em; }
 /*back to top links*/
 
.jumptobox {
	background-color: #ffe9a9;
	padding: 5px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}

.tellafriend {
	background-color: #ffd65c;
	color: #000;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

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

.tellafriend:hover {
	/*background-color: #ffcc00;*/
}



/*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-mm/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: 48%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
}

.tablecart tr.bkgnd1 {
	background: #ffd65c;
}

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

table.pmt_table {
	border: 1px solid #ddd;
}

table.pmt_table th {
	background-color: #ffd65c;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

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

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

.tablecart th.bkgnd2 {
	font-weight: 400;
	padding-top: 5px;
}

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

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

.tablecart tr.bkgnd3 {
	background: #eee;
}/*this is for the background behind the options rows*/

.tablecart tr.bkgnd4 {
	background: #ddd;
}/*this is for the background behind the options subtotal*/

.tablecart td.options {
	font-size: 12px;
}/*this is for the simple options*/

.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: #e2001d;
	font-weight: bold;
}

.cartbutton, .fancybutton, .fancybutton2 {
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #e2001d;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #e2001d;
	background-color: #e2001d;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	padding:0 .25em;
	width: auto;
	overflow:visible;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 2px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #e2001d;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #e2001d;
	background-color: #e2001d;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 175px;
	font-weight: bold;
	padding: 6px;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #fff;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
	background: #e2001d url(images-mm/arrow_back_white.gif) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #e2001d url(images-mm/arrow_forward_black.gif) center right no-repeat;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding: 4px;
	padding-right: 30px;
	text-align: right;
	background: #e2001d url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for add to cart*/

.cartbutton_forwardsml {
	font-size: 11px;
	padding: 2px;
	padding-right: 25px;
	text-align: right;
	background: #e2001d url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for any normal size button you want the arrow on*/

.instructions {  
	font-size: 13px;
}

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

.continue {
	text-align: right;
}

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

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

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

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


/*Miscellaneous*/

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

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

.formlabeltop {
	font-weight: bold;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.formborder {
	border: 1px solid #666;
}

.fancyform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 8px;
}

/*.fancyform input, .fancyform textarea, .fancyform select {
	border: 1px solid #666;
}*/

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.fancyform p.submit {
	padding-left: 188px;
}

.accountform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 5px;
}

.accountform input, .accountform textarea, .accountform select, .accountform option {
	border: 1px solid #666;
}

.accountform p label {
	width: 130px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

.accountform p.rightcolumn {
	padding-left: 138px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.accountform p.submit {
	padding-left: 138px;
}

.shadedbox {
	background-color: #ddd;
	padding: 5px;
}
input.noborder {
	border: 1px solid #fff;
}

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

.certificate { 
	width: 500px;
	margin: 10px auto;
	padding: 10px; 
	border: 1px solid #ffd65c; 
	background-color: #fff; 
}

.certificate td { padding: 5px; }


hr {
	border: 0;
	color: #ffd65c;
	background-color: #ffd65c;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.price_table th {
	background-color: #ffd65c;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

table.price_table td {
	background-color: #ffffff;
	border: 1px solid #ffe9a9;
}

/*Style for payment section pop-up windows. If website has a dark background color for <body> set the background color in this style to the same color. Leave commented out if you wish the pop-up window to have a white background by default*/
.popup_table {
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	/*background-color:#000000*/
}

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

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

.message {
	font-size: 11px;
	color: #b00000;
	text-align: center;
}


.errormessage {
	font-size: 14px; 
	color: #009933; 
	font-weight: normal; 
}

.errormessage a {
	color: #009933;
}

