/*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 { 
	background-image: url(images/bkgnd_main.gif);
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #333333;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

a:link {color: #990000; text-decoration: underline;}
a:visited {color: #990000; text-decoration: underline;}
a:active {color: #990000; text-decoration: underline;}
a:hover {color: #073165; text-decoration: underline;}

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

/*Here are some very useful options you may want to add to your styles and the choices for each option:

font-style: normal, italic, oblique

font-weight: instead of just putting "bold", you can assign a value from 100 to 900 (in jumps of 100). 400 is the normal weight (useful when you want your headers to be not bold). Doesn't work on all fonts. 

font-variant: small-caps

text-transform: uppercase, lowercase, capitalize (makes an initial cap), none

text-indent: 10px (would indent the first line 10 px)

line-height: 1.5em (this adds space between lines of text. You can specify in ems or percentages. I am going to add this to td style: if you don't want a style to use it, add a line-height of 1 em)

list-style-type: disc, square, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none. (I'm adding this to list style)

list-style-position: inside, outside (with outside text won't wrap under bullet--woo hoo! I'm adding this to list style)

list-style-image: if you want to use an image for a style just put the link to the image

*/
/* Note: All styles will use body info unless specified differently in a particular style*/


/*Main template styles.*/

#outercontainer {
	border: 4px solid #dbab44;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#midcontainer {
	border: 2px solid #ffffff;
}

#innercontainer {
	position: relative;
	border: 3px solid #073165;
	background-color: #ffffff;
}

#header {
	position: relative;
	background-image: url(images/bkgnd_header.jpg);
	background-repeat: repeat-x;
}

#headerhome {
	background-image: url(images/bkgnd_headerhome.jpg);
	background-repeat: repeat-x;
}

#mainnav {
	position: absolute;
	top: 128px;
	left: 310px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
}

#mainnav li {
	display: inline;
	background: url(images/bullet_smlblue.gif) no-repeat left center;
	padding-left: 18px;
	padding-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

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

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

#sidebar {
	/*width: 160px;
	margin-left:5px;*/
}

#sidebar ul {
	list-style-image: url(images/bullet_smlblue.gif);
	list-style-position: outside;
	margin-left: 30px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 0px;
}

#sidebar li {
	font-size: 14px;
	line-height: 1.2em;
	color: #13428c;
	margin-bottom: 5px;
}

#sidebar li a:link, #sidebar li a:visited {
	color: #13428c;
	text-decoration: none;
}

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

#sidebar ul ul {
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 10px;
}

#sidebar ul ul li {
	font-size: 11px;
	list-style: none;
	padding-top: 3px;
}

#sidebar ul ul li a:link, #sidebar ul ul li a:visited {
	text-decoration: none;
	font-weight: bold;
}

.testing {
	width:125px;
	height:90px;
	overflow:auto;
	font-size: 10px;
}

.State a:link, .State a:visited {
	display:block;
	text-align: left;
	background-color:#EBEFF4;
	border-bottom:solid 1px #fff;
	padding:0px 0px 0px 10px;
	width:95px;
	/*height:13px;*/
	color:#000;
	text-decoration:none;
	font-weight: normal;
	font-size: 10px;
}

.State a:hover {
	display:block;
	background-color:#dbab44;
}

#content {
	/*width: 580px;*/
	padding: 20px 10px 20px 10px;
}

#content h1 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #13428c;
}

.insert {
	width:250px;
	margin-left:20px;
	margin-right:10px;
	border:1px solid #dbab44;
	padding:10px;
	font-size:11px;
	color: #13428c;
}

.insert h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #13428c;
}

#footer {
	padding: 2px 10px 2px 10px;
	background-color: #13428c;
}

#footer p {
	line-height: 1.1em;
}

#footer .footertext {
	color: #ffffff; 
	font-size: 11px;
	text-decoration: none;
}

#footer .footertext A, .footertext A:visited {
	text-decoration: none;
	color: #ffffff;
}

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

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

#footer .siteby A, .siteby A:visited {
	text-decoration: underline;
	color: #ffffff;
}

#footer .siteby A:hover {
	text-decoration: underline;
	color: #93a7cb;
}

#extras {
	display: block;
	background-color: #edd5a1;
	padding: 10px;
	border-bottom: 1px solid #073165;
}

hr {
	border-top: 1px solid #dbab44;
	background-color: #ffffff;
	color: #ffffff;
}

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


/*index template styles*/

.welcome {  margin-bottom: 8px; font-size: 24px; font-weight: bold; line-height: 1.1em; color: #ff0033} /*this is the home page title*/

.intro {  font-size: 13px; line-height: 1.5em; color: #000000;}
.intro A    {text-decoration: underline;}
.intro A:hover  {text-decoration: underline;} /*intro paragraph*/


/*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: #13428c;} /*this is always used for the page title, except home page and product detail pages*/

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

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

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

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.5em; color: #333333;}
li.webpages A    { text-decoration: underline;}
li.webpages A:visited { text-decoration: underline;}
li.webpages A:hover  { text-decoration: underline;}

.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: 13px; color: #990000; text-decoration: none; font-weight:bold;}
.cellheader A:visited    {text-decoration: none;}
.cellheader A    {text-decoration: none;}
.cellheader A:hover  {text-decoration: underline;}/*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: #13428c; text-decoration: none;}
.highlight A    {color: #13428c;text-decoration: underline;}
.highlight A:hover  {color: #990000;text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #13428c; text-decoration: none;}
.freeship A    {color: #13428c;text-decoration: underline;}
.freeship A:hover  {color: #990000;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*/

.multiheader2 {
	display: block;
	background-color: #13428c;
	font-size: 15px;
	color: #ffffff;
	padding: 3px 10px;
	margin-bottom: 6px;
}

.insertlist1 { font-size: 11px; color: #339900; text-decoration: none;}
.insertlist1 A, .insertlist A:visited   {text-decoration: none;}
.insertlist1 A:hover  {text-decoration: underline;} /*youarehere links*/

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

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

.cellclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.cellclickhere A    { text-decoration: underline;}
.cellclickhere A:visited { text-decoration: underline;}
.cellclickhere A:hover  { 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    { text-decoration: underline;}
.clickhere A:visited { text-decoration: underline;}
.clickhere A:hover  { text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

.tablecart {
	width:100%;
	border: 0;
	padding: 0;
}

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

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

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

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

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

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #edd5a1;
	font-size: 11px;
}

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

.tablecart td.cartinstructions {  
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

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

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

.instructions {  
	font-size: 12px;
}
 /*instructions under the page title*/


/*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; }

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: #edd5a1;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#edd5a1,1px;
	font-weight: bold;
	font-size: 10;
}

table.pmt_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}

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



.fancybutton2 {background: #990000; font-size: 10px; font-weight: bold; color:#FFFFFF;}