/*Datahost stylesheet for hero templates*/

/*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: 10px;
	padding: 0px;
	border: none;
	bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #e6e6e6;
	/*background-image: url(images/background.gif);*/
}

td{
	margin: 10px;
	padding: 0px;
	border: none;
	bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

img
{
	border: none;
}

a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #000000; 
	text-decoration: underline;
}

a:visited {
	color: #000000; 
	text-decoration: underline;
}

a:active {
	color: #333399; 
	outline: none;
}

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

/*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 inems 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 1em)

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

.topper
{
	background: url(images/orange_top.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 18px;
	background-position: left top;
}

.bottom {
	margin: 0px;
	width: 100%;
	height: 19px;
	background-image: url(images/orange_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}

#bodyContainer {
	margin: auto;
	width: 780px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/orange_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#content {
	padding-left: 5px;
	border: 0px solid #666666;
	width: 565px;
}

#footer {
	padding-top: 25px;
}

#mainbody {
	padding-top: 10px;
}


#navigation {
	padding-top: 0px;
}

.subNav
{
	margin: 0px;
	padding: 0px;
	width: 120px;
	background-color: #F58030;
}
.subNav li
{
	margin: 0px;
	height: 20px;
	padding: 0px;
	list-style-type: none;
	width: 120px;
	text-align: center;
}
.subnav li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 3px 0 0 0;
}
.subNav li a:hover
{
	text-decoration: none;
	background-color: #b9d4e7;
	width: 118px;
	display: block;
	height: 20px;
}
.sideNav_top
{
	background: url(images/sideNav_top.gif) top left no-repeat;
	width: 149px;
	height: 18px;

}
.sideNav_mid
{
	background: url(images/sideNav_mid.gif) top left repeat-y;
	width: 149px;
	color: #FFFFFF;

}
.sideNav_mid ul
{
	border: 0px;
	padding: 0px;
	margin: 0;
	width: 149px;

}
.sideNav_mid li
{
	
	width: 138px;
	height: 26px;
	margin: 0 0 0 4px;

}
.sideNav_mid li a.sideNav
{
	background: url(images/sideNav_initial.gif) top left no-repeat;
	width: 138px;
	height: 26px;
	padding: 5px 0 0 3px;
	margin: 0px;
	display: block;
}
.sideNav_mid li a:hover.sideNav
{
	background: url(images/sideNav_over.gif) top left no-repeat;
	width: 138px;
	height: 26px;
	padding: 5px 0 0 3px;
	margin: 0px;
}
.sideNav_bottom
{
	background: url(images/sideNav_bottom.gif) top left no-repeat;
	width: 149px;
	height: 18px;

}

#MenuBar2 {
	margin: 0;	
}

#loginLayer
{
	width: 200px;
	height: 141px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
}

#loginLayer 
{
	margin: 0px;
	margin-left: auto;
	padding: 0px;
	height: 141px;
	width: 190px;
	text-align: center;
	background-image: url(images/left-nav-form.gif);
}

#logoSlogan
{
	text-align:right;
	font-size: 12px;
}

.footer a {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: 100;
color: #1111ff;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}

.seo            { color: #666666; font-size: 11px; font-family: verdana }
.seo A:link     { color: #666666; text-decoration: none; }
.seo A:visited  { color: #666666; text-decoration: none; }
.seo A:hover    { color: #666666; text-decoration: none; }
			
.sbtestimonialheads {  
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
}

.sbtestimonialtext {  
	font-size: 11px; 
	line-height: 1.5em; 
	color: #333333;
}

.searchwords {  
	font-size: 10px; 
	color: #333333;
}

.sidebarheads {  
	font-size: 15px; 
	font-weight: bold; 
	color: #2853a1;
} /*Product Category name*/

.search {  
	font-size: 12px; 
	color: #000099; 
} /*next to the search box*/

.navlinks1 {  
	font-size: 12px; 
	color: #000099; 
}

.navlinks1 a:link, .navlinks a:visited  {
	color: #000099;
	text-decoration: underline;
}

.navlinks1 a:hover  {
	color: #F58030;
	text-decoration: underline;
}/*main sidebar links*/

.navlinks2 {  
	color: #000099; 
	font-size: 12px;
}

.navlinks2 a:link, .navlinks2 a:visited {  
	color: #000099;
	text-decoration: underline;
}

.navlinks2 a:hover  {  
	color: #cc0000;
	text-decoration: underline;
}/*links under the masthead if used*/

.sidebarclickhere {  
	font-size: 10px; 
	color: #333333;
}

.footername {  
	color: #F58030; 
	font-weight:bold; 
	font-size: 11px;
}

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

.footerlinks {
	color: #000000; 
	font-size: 10px;
	text-align: center;
}
/*site links in the footer, like home, etc.*/

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

/*index template styles*/

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

.intro {  
	font-size: 13px; 
	color: #000000;
}
 /*intro paragraph*/

.homepagecell {
	border: 2px solid #F58030;
	text-align: center;
	width: 131px;
	height: 145px;
} 

.relatedcell {
	border: 2px solid #F58030;
	text-align: center;
	width: 185px;
	height: 145px;
}

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

.featuredhead {
	font-size: 14px; 
	color: #F58030; 
	font-weight:bold;
}

.featuredhead a:link, .featuredhead a:visited { 
	color: #F58030; 
	text-decoration: none;
}

.featuredhead a:hover  { 
	color: #000099; 
	text-decoration: underline;
}/*featured product name*/

.featuredtext {  
	font-size: 10px; 
}

.featuredclickhere {  
	font-size: 10px; 
}

.announcementhead {
	font-size: 14px; 
	color: #F58030; 
	font-weight: bold;
}
/*item name*/

.announcementtext {  
	font-size: 10px; 
}

.announcementclickhere {  
	font-size: 10px; 
}

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

h1
{
	color: #1979bd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 1px 1px 0px 1px;
}
h2
{
	color: #1979bd;
	margin: 1px 1px 5px 1px;
}
h3
{
	color: #1979bd;
	margin: 1px 1px 5px 1px;
}
h4
{
	color: #1979bd;
	margin: 1px 1px 5px 1px;
}

li.webpages {  
	font-size: 12px; 
}

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

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

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

.productcell {
	border: 2px solid #F58030;
	height: 350px;
}

.papercell {
	border: 2px solid #F58030;
}

.equipmentcell {
	border: 2px solid #F58030;
	height: 365px;
}

  .categorycell {
	border: 2px solid #F58030;
	text-align: center;
	width: 155px;
	height: 171px;
}

.catimage {
	padding-top:10px;
	max-height: 125px;
}

.cellheader {
	background-color:#F58030; 
	text-align: center;
	font-size: 14px; 
	color: #FFFFFF; 
	font-weight: bold;
} 

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

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

.celltext {  
	font-size: 11px; 
	color: #000000;
}

.testimonialcellheader {
	font-size: 14px; 
	color: #F58030; 
	font-weight: bold;
}

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

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

.testimonialcelltext {  
	font-size: 12px; 
	color: #000000;
}

.highlight {  
	font-size: 12px; 
	font-weight:bold; 
	color: #1878bd; 
}

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

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

.freeship {  
	font-size: 12px; 
	font-weight:bold; 
	color: #339900; 
}

.itemadded {
	color: #F58030;
	font-size: 16px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 15px;
	margin-left: 1px;
	font-weight: bold;
}

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

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

.insertlist1 { 
	font-size: 11px; 
	color: #1878bd; 
}
 /*youarehere links*/

.nextprev, .gotocart, .cellclickhere, .clickhere {  
	font-size: 10px; 
}/*clickhere is used for back to top links*/


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


/*Cart pages and shipping*/

th {  
	font-size: 12px; 
	line-height: 1.2em; 
	color: #000000;
}

.tablecart {
	width: 100%;
}

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

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

.tablecart td.products {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ff954e;
padding-top: 6px;
padding-bottom: 5px;
}

.instructions {  
	font-size: 12px; 
	color: #333399;
}

.steps {
	padding: 5px 5px 5px 5px;
	color: #333333;
	font-size: 14px;
}

.stepson {
	padding: 5px 5px 5px 5px;
	color: #336699;
	font-size: 14px;
}

.continuebutton {
	background: #f58030; 
	font-size: 12px; 
	font-weight: bold; 
	color:#ffffff;
}

.cartbutton {
	background: #f58030; 
	font-size: 12px; 
	font-weight: bold; 
	color:#ffffff;
}

.rightbuttons {
	float: right;
}

 /*instructions under the page title*/

.instructions2 {  
	font-size: 11px; 
	font-weight: bold; 
	color: #333399;
}
 /*instructions under the cart sections; ie, shipping*/

.cartproduct {
	font-size: 12px; 
	color: #3300cc; 
}
 /*products in the cart*/

.cartsmall {  
	font-size: 10px; 
} 
/*main options line in cart*/



/*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;
	font-weight: bold;
	font-size: 10;
}

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


table.pmt_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10;
}

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

.attribute select {
background-color: #ffffff;
font-size: 10px;
color: #1979bd 
}
.errormessage {
	font-size: 14px; 
	color: #F58030; 
}

.errormessage a:link, .errormessage a:visited  {
	color: #F58030;
	text-decoration: underline;
}

.errormessage a:hover  {
	color: #000099;
	text-decoration: underline;
}


.fancybutton {
	background: #f58030; 
	font-size: 12px; 
	font-weight: bold; 
	color:#ffffff;
}

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

.quantitybox {
	margin-bottom:5px;
	margin-left: 26px; 
	vertical-align:middle;
}
