/*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, verdana, helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 1.3em;
	background-color:#012D50; 
	color: #000000;
}

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

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

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



/*Main template styles.*/

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

#masthead {
	width: 780px;
	position: relative;
}

#mainnav {
	width: 500px;
	position: absolute;
	top: 3px;
	right: 0px;
	
}

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

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

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

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

#navigation {
	width: 780px;
	height: 20px;
	background-color: #803231;
	position: relative;
}

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

#navigation li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	color: #ffffff;
	text-transform:uppercase;
}

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

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

#hmgraphic {
	position: relative;
	width: 780px;
	height: 303px;
}

#applyimg {
 position: absolute;
 top:270px;
 right: 0px;
 z-index: 200;
}

#contentwrapper {
	width: 780px;
	position: relative;
	background-color:#FFFFFF;
}

#content {
 width: 750px;
 padding: 15px 15px 15px 15px;
}

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

.footerlinks {
	color: #ffffff; 
	font-size: 12px;
	position: relative;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #ffffff;
	text-decoration: underline;
}

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

.footername {  
	color: #ffffff; 
	font-weight:bold; 
	font-size: 12px;
}

.siteby {  
	width: 780px;
	margin: 0px auto;
	padding-top: 8px;
	font-size: 11px; 
	line-height: 1.2em; 
	color: #FFFFFF;
}


/*index template styles*/


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

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

.intro a:hover {
	color: #9b0075;
	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: #012D50;
} /*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: #012D50;
}

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

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

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

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

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

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

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

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

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

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

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

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

.testimonialcelltext {  
	font-size: 12px; 
}

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

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

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

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



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

/*hr {
	border-bottom: 1px dotted #000000;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

.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: #803231; font-size: 13px; color:#ffffff;}
.fancybutton2 {background: #803231; font-size: 12px; color:#FFFFFF;}