/*Datahost stylesheet*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333;
}
td, p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #333;}

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

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

/*Main template styles.*/

#banner {
	width: 100%;
	height: 120px;
	background: url(images/bkgnd_banner.jpg) top left repeat-x;
	position: relative;
}

#bannerright {
	position: absolute;
	width: 165px;
	height: 120px;
	top: 0px;
	right: 0px;
	z-index: 5;
}

#cartinfo {
	position: absolute;
	width: 440px;
	height: 15px;
	top: 30px;
	right: 15px;
	text-align: right;
	z-index: 10;
	color: #fff;
}

#cartinfo a:link, #cartinfo a:visited {
	color: #fff;
}

#cartinfo a:hover {
	color: #b9d0f0;
}

#bannernav {
	position: absolute;
	width: 440px;
	height: 23px;
	bottom: 32px;
	right: 15px;
	text-align: right;
	z-index: 10;
}

#bannernav ul {
	margin: 0;
	padding: 0px;
	height: 23px;
}

#bannernav li {
	list-style: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline;
	background: #b9d0f0 url(images/button_mainnavleft.gif) top left no-repeat;
	text-align: center;
	padding: 4px 8px 4px 11px;
	height: 23px;
	margin-left: 2px;
}

#bannernav li a:link, #bannernav li a:visited {
	color: #fff;
	text-decoration: none;
}

#bannernav li a:hover {
	color: #103a73;
	text-decoration: none;
}

#contentwrapper {
	width: 100%;
	background: #fff url(images/bkgnd_leftsidebar.jpg) top left repeat-y;
}

.leftsidebar {
	width: 177px;
}

.rightsidebar {
	width: 165px;
	background: #b9d0f0 url(images/bkgnd_rightsidebar.gif) top left no-repeat;
}

.sidebarhead {  font-size: 14px; line-height: 1.2em; color: #fff; font-weight: bold; margin-bottom: 4px; }

#footer {
	width: 100%;
	padding: 10px;
	background-color: #c4b892;
}

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

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

.navhead {  font-size: 13px; line-height: 1.2em; color: #c4b892; font-weight: bold; }

#navigation { width: 130px; }
#navigation ul { margin: 0; padding: 0; text-align: left; font-weight:bold; }
#navigation li { font-size:11px; list-style: none; padding-bottom: 6px; line-height: 1.2em; }
#navigation li a:link, #navigation li a:visited { color: #cbdcf4; text-decoration: none; }
#navigation li a:hover { color: #c4b892; text-decoration: none; }

.navlinks1 {  font-size: 11px; font-weight: bold; line-height: 1.2em; color: #000000;}
.navlinks1 A    { color: #176b96; text-decoration: none;}
.navlinks1 A:visited { color: #176b96; text-decoration: none;}
.navlinks1 A:hover  { color: #000000; text-decoration: none;}

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

.footertext { color: #000000; line-height: 1.5em; font-size: 11px;}
.footertext A { text-decoration: underline;}
.footertext A:visited { text-decoration: underline;}
.footertext A:hover { text-decoration: underline;}

.footerlinks { color: #333333; font-size: 11px;text-decoration: none;}
.footerlinks A { color: #0c366f; text-decoration: none;}
.footerlinks A:visited {color: #0c366f; text-decoration: none;}
.footerlinks A:hover {color: #006e47; text-decoration: underline;}/*site links in the footer, like home, etc.*/

.siteby {  font-size: 10px; line-height: 1.5em; color: #333333;}
.siteby A    { color: #0c366f;text-decoration: none;}
.siteby A:visited { color: #0c366f;text-decoration: none;}
.siteby A:hover  { color: #006e47; text-decoration: underline;}



/*index template styles*/

.box { 
	width: 48%;
	margin-right: 5px;
}

.boxtopper {
	height: 85px;
	text-align: center;
}

.boxheader {
	background-color: #103a73;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 5px;
}

.boxcontent {
	padding: 5px;
	border: 1px solid #103a73;
	height: 200px;
	overflow: auto;
}

ul.box {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}

ul.box li {
	display: block;
	list-style: square outside;
	font-size: 12px;
	font-weight: bold;
	color: #103a73;
	padding-left: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b9d0f0;
}

.wxworks {
	width: 150px;
	margin-left: 10px;
}
	
.wxworks ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-top: 15px;
}

.wxworks li {
	font-size: 12px;
	color: #103a73;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 7px;
	line-height: 1.2em;
}

.intro { font-size: 14px; line-height: 1.5em; }

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

.featuredhead {font-size: 12px; color: #ff0033; text-decoration: none; font-weight:bold;}
.featuredhead A    { text-decoration: none;}
.featuredhead A:visited    { text-decoration: none;}
.featuredhead A:hover  { text-decoration: underline;}/*featured product name*/

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

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

.announcementhead {font-size: 13px; line-height:1.2em; color: #006e47; text-decoration: none; font-weight:bold;}/*item name*/

.announcementtext {  font-size: 11px; line-height: 1.3em; color: #333333;}
.announcementtext A    { text-decoration: underline;}
.announcementtext A:visited { text-decoration: underline;}
.announcementtext A:hover  { text-decoration: underline;}

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



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

h1 {  margin-top: 0px; margin-bottom: 6px; font-size: 18px; line-height: 1.1em; color: #006e47;} /*this is always used for the page title, except home page and product detail pages*/

h2 {  margin-top: 5px; margin-bottom: 5px; font-size: 14px; line-height: 1.1 em; color: #0c366f;}

h3 {  margin-bottom: 2px; margin-top: 0px; font-size: 13px; line-height: 1.5 em; color: #0c366f;}

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

li {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; 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: 5px; margin-top: 0px; font-size: 12px; font-weight: bold; line-height: 1.1 em; color: #0c366f;} /*category name on detail pages*/

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

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

.cellheader {font-size: 12px; color: #0c366f; text-decoration: none; font-weight:bold;}
.cellheader A:visited    {color: #0c366f; text-decoration: none;}
.cellheader A    {color: #0c366f; text-decoration: none;}
.cellheader A:hover  {color: #006e47; text-decoration: underline;}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 11px; line-height: 1.3em; color: #000000;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 13px; color: #000000; 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: #006e47; text-decoration: none;}
.highlight A    {text-decoration: underline;}
.highlight A:hover  {text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #006e47; text-decoration: none;}


.multiheader {  margin-bottom: 6px; margin-top: 10px; font-size: 14px; font-weight: bold; line-height: 1.1 em; color: #006e47;} /*multilist header*/

.insertlist1 { font-size: 10px; color: #333333; text-decoration: none;}
.insertlist1 A    {text-decoration: underline;}
.insertlist1 A:hover  {text-decoration: underline;} /*youarehere links*/

.nextprev {  font-size: 12px; 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*/

th {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.2em; color: #000000}

.instructions {  font-size: 12px; line-height: 1.5em; color: #000000;}
.instructions A    {text-decoration: underline;}
.instructions A:hover  {text-decoration: underline;} /*instructions under the page title*/

.instructions2 {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #333333;}
.instructions2 A    {text-decoration: underline;}
.instructions2 A:hover  {text-decoration: underline;} /*instructions under the cart sections; ie, shipping*/

.cartproduct {font-size: 12px; color: #0c366f; text-decoration: none;}
.cartproduct A    {text-decoration: underline;}
.cartproduct A:hover  {text-decoration: underline;} /*products in the cart*/

.cartsmall {  font-size: 10px; line-height: 1.5em; color: #333333;} 
.cartsmall A    { text-decoration: underline;}
.cartsmall A:visited { text-decoration: underline;}
.cartsmall A:hover  { text-decoration: underline;}/*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: #cbdcf4;
	color: #000000;
	font-weight: bold;
	padding: 3px 5px;
	font-size: 11px;
}

table.price_table td {
	background-color: #ffffff;
	padding: 3px 8px;
}


table.pmt_table th {
	background-color: #cbdcf4;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#cbdcf4,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: #c4b892; font-size: 12px; font-weight: bold; color:#0c366f; }



.fancybutton2 { background: #c4b892; font-size: 9px; font-weight: bold; color:#0c366f; }