/*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.3em; 
	color: #696969;
	background: #efefef url(images/bkgnd_body.jpg) top center no-repeat;
}

a {
	color: #3b469d; 
	text-decoration: underline;
}

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

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



/*Main template styles.*/

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

#banner {
	height: 119px;
	position: relative;
}

#logo {
	width: 136px;
	height: 108px;
	position: absolute;
	top: 0px;
	left: 26px;
}

#bannerlinks {
	width: 220px;
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
	font-size: 11px;
	text-align: right;
	line-height: 1.6em;
	font-weight: bold;
}

#bannerlinks a {
	color: #fff;
	text-decoration: none;
	background: url(images/arrow_white.png) right center no-repeat;
	padding-right: 15px;
}

#bannerlinks a:hover {
	color: #696969;
}

#innerwrapper {
	background: #fff;
	position: relative;
	padding: 0px 25px 10px 25px;
}

#mainnavwrapper {
	height: 70px;
}

#mainnav {
	width: 660px;
	padding-top: 8px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 3px;
}

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

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

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

#mainnav li.navlinkon a {  
	color: #11a14b;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#mainnav li.inpath a {  
	color: #11a14b;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#mainnavline {
	width: 90%;
	height: 2px;
	padding-top: 5px;
	background: url(images/navline.gif) top left no-repeat;
}

#mainnav2 {
	width: 75%;
	padding-top: 5px;
	padding-left: 10px;
}

#mainnav2 ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainnav2 li {
	list-style: none;
	display: inline;
	padding-right: 12px;
	font-size: 12px;
	line-height: 1.2em;
	color: #7f7f7f;
}

#mainnav2 li a:link, #mainnav2 li a:visited {
	color: #7f7f7f;
	text-decoration: none;
}

#mainnav2 li a:hover {
	color: #000;
	text-decoration: none;
}

#mainnav2 li.navlinkon a {  
	color: #000;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#mainnav2 li.inpath a {  
	color: #000;
	text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
}

#sociallinks {
	height: 35px;
	position: absolute;
	top: 5px;
	right: 20px;
	background: url(images/connectbracket.png) left center no-repeat;
	padding-left: 105px;
}


.navigation {
	width: 190px;
}

.navigation h2 {
	color: #11a14b;
	font-size: 13px;
	margin-bottom: 2px;
}

.navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
}

.navigation li {
	list-style: none;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 2px;
}

.navigation li a:link, .navigation li a:visited {
	display: block;
	color: #7f7f7f;
	text-decoration: none;
}

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

#cartinfo {
	background-color: #eee;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}/*for the cart items, amt*/


#content {
	
}

#footer {
	position: relative;
}

.footerlinks {
	color: #333333; 
	font-size: 12px;
}

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

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

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

.siteby {  
	padding-top: 8px;
	font-size: 11px; 
	line-height: 1.2em; 
}

.padding5 {
	padding: 5px;
}

.padding8 {
	padding: 8px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding-left: 15px;
}

.contactbkgnd {
	background: #3b469d url(images/bkgnd_contact.jpg) top left repeat-x;
}

.contactbkgnd2 {
	background: #efefef;
}

.graydivider {
	height: 15px;
	margin-top: 10px;
	background: url(images/graydividingline.jpg) top center no-repeat;
}


/*index template styles*/

table {
	border-collapse: collapse;
}

.table_2column td.left {
	width: 211px;
}

.table_2column td.right {
	width: 603px;
}

table.table_blog {
	width: 100%;
	border-top: 1px solid #b4b4b4;
}

.table_blog td.blogleft {
	width: 180px;
	background: #ceecba;
	padding: 10px;
	text-align: right;
}

.table_blog td.blogright {
	text-align: left;
	padding: 10px 10px 10px 0px;
}

.blogdate {
	margin-top: 5px;
	margin-bottom: 6px;
	font-size: 11px;
}

.blogcomment {
	background: #efefef;
	padding: 10px;
	margin-bottom: 2px;
}

table.table_reviews {
	width: 100%;
	border-top: 1px solid #b4b4b4;
}

.table_reviews td.reviewsleft {
	width: 180px;
	background: #ceecba;
	padding: 10px;
	text-align: right;
}

.table_reviews td.reviewsright {
	text-align: left;
	padding: 10px;
}

#twowideleft {
	width: 814px;
	position: relative;
}

#twomain {
	width: 619px;
	float: left;
}

#twosidebar {
	width: 180px;
	float: right;
}

.largeimg {
	width: 603px;
	background: #d9d9d9;
	text-align: center;
}



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

#leftcolumn {
	width: 178px;
	float: left;
	background: #fff;
}

.leftcolumnpad {
	padding-left: 5px;
	padding-right: 5px;
}

#middlecolumn {
	width: 405px;
	float: left;
	margin-left: 29px;
}

.blogbackground {
	background: #e6ebd5 url(images/visitourblog.jpg) top right no-repeat;
}

.lightgreen {
	background: #ceecba;
}

.midcolumnpad {
	padding: 10px;
}

#rightcolumn {
	width: 180px;
	float: left;
	margin-left: 20px;
	background: #efefef;
}

.orangebarheader {
	background: #11a14b;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	margin-bottom: 8px;
}/*this is the greenbarheader on IGG*/

.greenbarheader {
	background: #3b4699;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	margin-bottom: 8px;
}/*this is the purplebarheader on IGG*/
	
.imgcaption {
	background: #efefef;
	padding: 2px 5px;
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
	text-align: left;
}	

.imgcaption a {
	color: #696969;
}

.imgcaption a:hover {
	color: #505050;
}


#flash {
	position: relative;
	z-index: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #696969;
	background: #efefef url(images/bkgnd_slideshow.gif) top left no-repeat;
}

.emailimage {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}

.contactintro {
	width: 264px;
	margin-top: 40px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}



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

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

h1.withnote {
	display: inline;
	margin-right: 10px;
}

h1.newsletter {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-top: 10px;
	margin-bottom: 2px;
}


h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #3b469d;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 4px; 
	font-size: 13px; 
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 1.2em; 
	color: #505050;
}

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

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

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, .blogcellheader {
	font-size: 15px; 
	color: #11a14b; 
	font-weight: bold;
	margin-bottom: 4px;
}

.cellheader a, .testimonialcellheader a, .blogcellheader a {
	color: #11a14b;
	text-decoration: none;
}

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

.greencellheader, .announcementheader {
	color: #3b469d;
	font-weight: bold;
}

.greencellheader a, .announcementheader a {
	color: #3b469d;
	text-decoration: none;
}

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

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

.sbtestimonials {
	margin-bottom: 8px;
}

.sbtestimonials td {
	padding: 0px;
}

.sbtestimonials p {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 2px;
}

.testimonials3 {
	width: 180px;
	margin-right: 13px;
	float: left;
}

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

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

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

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

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


.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 {
	text-decoration: none;
}
 /*youarehere links*/

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

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

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

.tellafriend {
	background-color: #ffcc00;
	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*/


.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.faq {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
	text-align: left;
}

.faq th.bkgnd1 {
	font-size: 13px;
	font-weight: 400;
	padding: 4px 4px 4px 10px;
	background: #11a14b;
	color: #fff;
}

.faq th.bkgnd2 {
	font-size: 13px;
	font-weight: 400;
	padding: 4px 4px 4px 10px;
	background: #3b469d;
	color: #fff;
}

.faq th.bkgnd3 {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	background: #3b469d;
	color: #fff;
}

.faq td, .faq p {
	font-size: 12px;
	padding: 8px;
	padding-left: 10px;
}

.faq td.bkgnd1 {
	background: #efefef;
}

.faq td.bkgnd2 {
	background: #ceecba;
}

.faq td.bkgnd3 {
	background: #fff;
}

.faq h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	line-height: 1.3em;
}

.table_4column {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
	text-align: left;
}

.table_4column th.bkgnd1 {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px;
	background: #11a14b;
	color: #fff;
}

.table_4column th.bkgnd2 {
	font-size: 13px;
	font-weight: 400;
	padding: 2px 8px;
	background: #83a532;
	color: #fff;
	text-transform: uppercase;
}

.table_4column td {
	font-size: 12px;
	padding: 8px;
}

.table_4column p {
	font-size: 12px;
}

.table_4column td.bkgnd1 {
	background: #efefef;
}

.table_4column td.bkgnd2 {
	background: #ceecba;
}

.table_4column td.bkgnd3 {
	background: #fff;
}

.striped {
	background: url(images/bkgnd_striped.gif) top left repeat-x;
}

.cartbutton, .fancybutton, .fancybutton2 {
	color: #696969;
	font-weight: 400;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #d9d9d9;
	background-color: #d9d9d9;
	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: 1px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #696969;
	font-weight: bold;
	border-top: 1px solid #ffcc00;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ffcc00;
	background-color: #ffcc00;/*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: #333;
	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: #d9d9d9 url(images-mm/arrow_back_black.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: #ffcc00 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: #ffcc00 url(images-mm/arrow_forward_black.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: #d9d9d9 url(images-mm/arrow_forward_black.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: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #cad8ac;
line-height:1.2em;
z-index:100;
border-right: 2px solid #cad8ac;
border-bottom: 2px solid #cad8ac;
visibility: hidden;
text-decoration: none;
}

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

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

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


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

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

.fancyform input, .fancyform textarea, .fancyform select, .fancyform option {
	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 #9b0075; 
	background-color: #fff; 
}

.certificate td { padding: 5px; }


hr {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #7f7f7f;
	background-color: #7f7f7f;
	height: 1px;
	width: 100%;
	text-align: left;
}

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

table.price_table td {
	background-color: #ffffff;
}

/*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: #990000;
	text-align: center;
}


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

.errormessage a {
	color: #990000;
}

.pseudobutton {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	padding-top:4px;
}

.pseudobutton a {
	color: #fff;
	text-decoration: none;
}

.newshadow {
	/*first param is horizontal offset, 2nd is vertical offset, third is blur, 4th is spread*/
	background: #fff;
	box-shadow: 4px 4px 4px 2px #bababa;
	-webkit-box-shadow: 4px 4px 4px 2px #bababa;
	-moz-box-shadow: 4px 4px 4px 2px #bababa;
	/*this is for IE, it displays as solid*/
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#bababa, offX=4, offY=4, positive=true);
}


/* Accordion
----------------------------------*/
/*.demoHeaders { margin-top: 2em; }
			#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
			#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
			ul#icons {margin: 0; padding: 0;}
			ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
			ul#icons span.ui-icon {float: left; margin: 0 4px;}*/


#accordion ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#accordion li {
	list-style: none;
	color: #696969;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 2px;
}

#accordion li a {
	display: block;
	text-decoration: none;
}


#accordion li a.level1 {
	font-size: 13px;
	font-weight: bold;
	color: #3b469d;
	text-decoration: none;
	margin-bottom: 5px;
}


#accordion li a.level1:hover {
	color: #da9a18;
	text-decoration: none;
}

#accordion li a.level1:focus {
	color: #da9a18;
	text-decoration: none;
}

#accordion li a.level2 {
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
}


#accordion li a.level2:hover {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

#accordion li a.level2:focus {
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

#accordion ul ul {
	margin-bottom: 8px;
}


