/*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: 13px; 
	line-height: 1.3em; 
	color: #000000;
	background-color: #607596;
}

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

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

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #2e395e;
}



/*Main template styles.*/

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

#banner {
	width: 780px;
	height: 140px;
	position: relative;
}

#backtohome {
	width: 268px;
	height: 40px;
	position: absolute;
	top: 59px;
	left: 170px;
}

.navigation {
	background-color: #fbf6df;
	color: #2e395e;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-top: 2px solid #9f0029;
	border-bottom: 2px solid #9f0029;
}


.navigation a:link, .navigation a:visited {
	color: #2e395e;
	text-decoration: none;
}

.navigation a:hover {
	color: #9f0029;
	text-decoration: none;
}


#contentwrapper {
	background-color: #fff;
}

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

.siteby {  
	width: 780px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px; 
	line-height: 1.2em; 
	color: #fff;
}

.siteby a:link, .siteby a:visited {
	color: #fff;
}

.siteby a:hover {
	color: #2e395e;
}

#phone {
	width: 500px;
	position: absolute;
	top: 108px;
	right: 20px;
	text-align: right;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

/*pre {
	width: 600px;
}*/


/*index template styles*/

.bigbullets ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

.bigbullets h2 {
	display: inline;
	font-size: 16px; 
	color: #b2401e; 
	font-weight:bold;
}
	

.bigbullets li {
	list-style-type: none;
	padding-top: 7px;
	padding-left: 40px;
	background: url(images/bullet_gear.gif) top left no-repeat;
	padding-bottom: 30px;
	font-size: 13px;
	line-height: 1.4em;
}
	


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

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #b2401e;
} /*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: bold; 
	line-height: 1.1em; 
	color: #b2401e;
}

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

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

ul li {  
	font-size: 13px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
	margin-left: -25px;
}

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: 16px; 
	color: #b2401e; 
	font-weight:bold;
}

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

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

.celltext {  font-size: 13px; 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: 14px; 
	font-weight:bold; 
	color: #b2401e; 
}

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

.highlight a:hover  {
	color: #2e395e;
	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*/



.clear {
	clear: both;
}


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

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }



.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: #9f0029; font-size: 13px; color:#ffffff;}



.fancybutton2 {background: #9f0029; font-size: 12px; color:#FFFFFF;}
