﻿/*
pallet
#76a0b4;  // misty baby blue 
#0094cc;  // neon blue
#62803a; // army lime green
#5e8ea6; // army green
#98b375; //soft
#e8eedf; //faint green
#cc0000; //fire-engine red

#444; // default text
#333; // text
#444; //plain heading
*/
body
{
	color: #544d47;
	font-family: Segoe UI, Verdana, Helvetica, Arial;
	margin: 0px;
	padding: 0px;
	background-color: #fff; /*background-color: #999; same as #footer*/
	font-size: 100%;
}

table, col, h1, h2, h3, h4, input, p, textarea, ul, div, textarea, select
{
	color: #544d47;
	font-family: Segoe UI, Verdana, Helvetica, Arial;
	font-size: .94em;
}
table
{
	margin-left: 20px;
}
img
{
	border: 0;
}


div#srch
{
	background: url(v3/srch_box_bg.png) transparent no-repeat left 0px;
	position: absolute;
	top: -33px;
	left: 684px;
	width: 179px;
	vertical-align: text-top;
}

input.srch
{
	/*border-color: #999; 	border-style: outset; 	background-color: #eee;*/
	background: none transparent scroll repeat 0% 0%;
	border: 0 none;
	color: #999;
	width: 124px;
	padding: 3px;
	padding-top: 5px;
	position: absolute;
	left: 11px;
}

input.btt-srch
{
	width: 33px !important;
	cursor: pointer;
	pointer: hand;
	background: url(v3/srch_btt.png) #fff no-repeat left 0px;
	border-width: 0;
	height: 23px;
	margin-left: 150px;
}

h1
{
	color: #82786f;
	font-size: 1.1em;
}

#content h3
{
}

h4
{
	color: #82786f;
	font-size: 1.1em;
}


hr
{
	border: none 0px #fff;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
}

a, a:hover, a:visited, a:link
{
	color: #0094cc;
	text-decoration: none;
}

a:hover
{
	color: #62803a;
	text-decoration: underline;
}



a.faq-rdd, a.faq-rdd:hover, a.faq-rdd:visited, a.faq-rdd:link
{
	color: #62803a;
	font-weight: bold;
}

select
{
	width: 165px;
}
input
{
	width: 160px;
}

.btt
{
	width: auto !important;
}

input[type=checkbox], input[type=radio], input[type=button], input[type=submit]
{
	width: auto;
}

#foot a
{
	margin-right: 10px;
}

#foot a, #foot a:visited, #foot a:link
{
	color: #76a0b4;
}
#subs a, #subs a:visited, #subs a:link
{
	text-decoration: underline;
}
#foot a:hover, #subs a:hover
{
	color: #62803a;
}
#submenu
{
	background-image: url(v3/leftnav_title_bg.gif);
	background-repeat: no-repeat;
	width: 185px;
	min-height: 221px;
	border-top: none 1px #fff;
	float: left;
	margin: 28px 0px 0px 10px;
	_margin: 8px 0px 0px 15px;
	position: relative;
	clear: left;
}


#submenu h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #82786F;
	font-size: 1.2em; /*     font-weight:bolder; url(/images/submenu_bar.jpg) none;*/
	min-height: 15px;
	margin:14px 0px 5px 14px;
	font-weight: normal;
}

#submenu #items
{
	background-image:url(v3/leftnav_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	float: left;
	width: 185px;
	padding-bottom:6px;
}


#submenu #items ul
{
	background-image: url(v3/leftnav_glow.png);
	background-repeat: repeat-y;
	margin:0px;
	margin-top:0px;
	list-style-position:outside;
}


#submenu #items ul li
{
	font-family: Arial, Helvetica, Sans-Serif;
	margin-left:-35px;
	list-style: none none outside;
	font-size: 1.4em;
}
#submenu #items ul li ul li
{
	margin-left:-40px;
}


#submenu #items ul li ul
{
	display: none;
	background-image:none;
}


#submenu #items ul li ul li
{
	font-size: 1em;
	padding: 0px;
}

#submenu #items ul li a
{
	font-size: .95em;
}
#submenu #items ul li ul li a
{
	font-size: .9em;
}


#submenu #items ul li ul li a, #submenu #items ul li a
{
	text-decoration: none;
	display: block;
	width: 165px;
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #ccc;
	margin-left: 0px;
	padding-left:10px;
}


#submenu #items ul li ul li a
{
	padding:5px 0px;
	padding-left:25px;
	width: 150px;
	background-color:#f5f5f5;
	border-bottom: none;
	color:#6a615a;
	}

#submenu #items ul li a:hover
{
	color: #7ab800;}
#submenu #items ul li a
{
	color: #82786F;
}



div#all
{
	z-index: 3;
}

div.shade-r
{
	width: 100%;
	background-image: url(../images/grad-r.png);
	background-repeat: repeat-y;
	background-position: right;
	z-index: 2;
}
div.shade-l
{
	margin-left: auto;
	margin-right: auto;
	width: 902px;
	background-image: url(../images/grad-l.png);
	background-repeat: repeat-y;
	z-index: 1;
}

ul#structure li
{
	list-style: none none inside;
}

div#spacer
{
	clear: both;
}

#content
{
	float: left;
	width: 60%;
	margin-left: 10px;
	font-size: 1.4em;
	margin-top: 20px;
	position: relative;
	top: 0px;
	left: 9px;
	margin-bottom: -200px;
}

#content hr
{
	margin-bottom: 8px;
}

#content p, #content div.cont-frm-btt
{
	margin-left: 20px;
}

#content img
{
	float: left;
	margin: 10px;
	clear: both;
}

#content img.large
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content h3
{
	color: #62803a;
	font-size: 1.5em;
	text-align: right;
	margin-bottom: 0px;
	margin-right: 40px;
}

#content h2, #content h1
{
	color: #82786f;
	margin-top: 15px;
	margin-bottom: 0px;
}

#content h1
{
	font-size: 1.3em;
	margin-left: 5px;
}

#content h2
{
	font-size: 1.1em;
	margin-left: 10px;
}

#content h4
{
	color: #82786f;
	font-size: 1.2em;
}

#landing
{
	background-color: #fff; /*border-bottom: 1px solid #fff;*/
	width: 884px;
	margin: 0px;
	padding: 0px;
	border-left: none;
	border-right: none; /*     border-top:solid 1px #000;*/
}

#main
{
	margin: 0px 9px;
}

#subs
{
	width: auto;
	height: 189px;
	text-align: center;
	margin-top: 15px;
	position: absolute;
}

#subs div
{
	width: 231px;
	height: 90%;
	margin: 0px 12px 0px 16px;
	padding: 15px;
	float: left;
	border: solid 1px #ccc;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	background-image: url(../images/sub_box_bg.jpg);
	background-position: 0px 76px;
	background-repeat: repeat-x;
	text-align: left;
	font-size: 1.1em;
}


#subs p
{
	color: #666;
}

#subs div p, #subs div h1
{
	margin: 0px;
	margin-bottom: 5px;
}

#header div.hd-itm
{
	position: absolute;
	top: -53px;
	left: -2px;
	height: 71px;
}

#topmenu-alt
{
	font-size: .9em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding-left: 160px;
	padding-top: 30px;
}


#topmenu-alt div
{
	font-size: 1em;
}


#topmenu-alt div.top-hl div
{
	background-image: url(v3/tab_sel_lh.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#topmenu-alt div.top-hl
{
	background-image: url(v3/tab_sel_rh.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}


#topmenu-alt div.main-tab div div
{
	padding-top: 5px;
}


#topmenu-alt div.top-hl div div
{
	background-image: url(v3/tab_sel.png);
	background-repeat: repeat-x;
}


#topmenu-alt div.main-tab
{
	float: left;
	margin-left: 12px;
	height: 20px;
}

#topmenu-alt a, #topmenu-alt a:hover, #topmenu-alt a:visited, #topmenu-alt a:link
{
	color: #82786F;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
}
#topmenu-alt a:hover
{
	color: #7ab800;
}

div#head
{
	/*background-color: #000; 	background-image: url(../images/header_back_.png); 	background-repeat: repeat-x; 	border-top: solid 1px #000; 	border-bottom: solid 1px #999;*/
	height: 75px;
	width: 100%;
}

div#header
{
	color: #999;
	width: 760px;
	padding-right: 100px;
	margin-top: 58px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
}

div#foot
{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

div#foot div
{
	color: #999;
	font-size: .7em;
	text-align: center;
}

div#foot #copy
{
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	font-size: .6em;
	margin-top: 40px;
	margin-bottom: 290px;
}


div#hd-shade
{
	/*background-image: url(../images/grad-t.png); 	background-repeat: repeat-x;*/
	margin-bottom: -20px;
	height: 20px;
	width: 100%;
	position: relative;
	z-index: 10;
	float: left;
	border-top: solid 1px #e5e5e5;
}


#content h1.sub, #content h2.sub
{
	margin-bottom: -9px;
}


#content h2.sub, #content h4.sub
{
	font-size: .95em;
}


.faq
{
	margin-bottom: 5px;
}
div.faq div img
{
	float: none !important;
}

.faq div
{
	margin: 5px;
	margin-bottom: 25px;
}


table.frm
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none 0px #fff;
}

.frm td, .frm th
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
.frm td span
{
	font-size: .8em;
}
.frm th
{
	padding: 7px 0px;
	padding-top: 20px;
}

.frm .pmpt
{
	width: 30%;
	text-align: right;
	padding-right: 5px;
}
.frm .fld
{
	width: 220px;
}
.frm .tail
{
}

.frm input.btt
{
	padding: 3px 15px;
	font-size: 1.1em;
	color: #ccc;
	background-color: #000;
	border: ridge 2px #666;
	border-bottom: ridge 2px #ccc;
	border-right: ridge 2px #ccc;
}

.frm input
{
	padding: 2px;
}

div#login input
{
	margin: 5px;
	padding: 2px;
}
div#login input, .frm input.mndt
{
	background-color: #fafafa;
	border: solid 1px #ccc;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}

/*rounded corners for buttons 2*/
a.rounded
{
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
a.rounded div
{
	border: 0 none;
	cursor: pointer;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

a.rounded div
{
	background: transparent url( btn_right.png ) no-repeat scroll right top;
	clear: left;
}

a.rounded div span
{
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

a.rounded div span
{
	background: transparent url( btn_left.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

a.rounded div:hover
{
	background-position: 100% -30px;
}

a.rounded div:hover span
{
	background-position: 0% -30px;
}

a.rounded div::-moz-focus-inner
{
	border: none;
}
/*end rounded corners for buttons 2*/

#content table.product-spec td
{
	padding: 5px;
	border: none 0px #fff;
	text-align: right !important;
	vertical-align: top;
	font-weight: bolder;
}

#content table.product-spec td.main
{
	font-weight: normal;
	text-align: left !important;
	width: 340px;
}

#content table.product-spec tr.odd td
{
	background-color: #a2b982;
}

#content table.product-spec
{
	border: solid 1px #fff;
	font-size: 1em;
	background-color: #e8eedf;
	width: 100%;
}

div.img-group
{
	float: left;
	margin: 10px;
}

div.img-group img
{
	margin: 0px !important;
	clear: none;
}

/*captcha*/
td#captcha span table
{
	background-color: #fff !important;
}

td#captcha table input
{
	font-size: 1.5em;
	color: #ccc;
}

/* extensions */
div#content p span.emph
{
	font-weight: bold;
	color: #62803a;
}

#topmenu-alt .top-hl a, #topmenu-alt .top-hl a:hover, #topmenu-alt .top-hl a:visited, #topmenu-alt .top-hl a:link
{
	color: #C7C2BA !important;
	cursor: default !important;
}

.icon-go, .icon-down, .icon-firm
{
	color: #fff;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 15px;
	cursor: pointer;
	pointer: hand;
	cursor: hand;
}

.icon-down
{
	background-image: url(down.ico.png);
}

.icon-firm
{
	background-image: url(firm.ico.png);
}

.icon-go
{
	background-image: url(go.ico.png);
}

#submenu ul li ul li a.act-lnk
{
	color: #76a0b4 !important;
	border-bottom-color: #76a0b4 !important;
}

.logolnk
{
	float: left;
	clear: right;
	margin: 10px;
	width: 120px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

.logolnk img, .logolnk a img
{
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px !important;
	display: block;
}

/*#support 
{ margin-top:-30px;}*/
#support
{
	padding-top: 10px;
	font-size: 1.02em;
}
#support hr
{
	margin: 0px !important;
}



#support p
{
	margin-top: 0px !important;
}

#support div
{
	margin-left: 13px;
}

#support h2
{
	margin-top: 40px;
	margin-left: 0px;
}


#content table.product-spec td.main
{
	font-size: .94em;
}

.product-spec td p, .product-spec td ul, .product-spec td div
{
	font-size: 1em;
}

h2.plain
{
	color: #444 !important;
	margin: 25px 0px 5px 20px !important;
}

#content table.lrg
{
	width: 125% !important;
}

#content table.frm tr td div.chk-grp
{
	float: left;
	font-size: 1em;
	text-align: left;
	width: 120px;
	margin-right: 25px;
	padding: 5px;
	margin-bottom: 25px;
}
#content table.lrg tr td div.chk-grp-lrg
{
	width: 180px;
}

div.chk-grp a, div.chk-grp a:visited, div.chk-grp a:hover, div.chk-grp a:link
{
	font-size: 1em;
	color: #000 !important;
	text-decoration: none;
}


div.chk-grp input
{
	margin-right: 5px;
	margin-left: 10px;
}


div.chk-grp input, div.chk-grp label
{
	vertical-align: middle;
	cursor: pointer;
	pointer: hand;
}


div.chk-grp img
{
	float: none !important;
	margin: 0px auto 3px auto !important;
	display: block;
}

h3 span
{
	color: #444;
	font-size: .94em;
}

#content div.divider
{
}

#content div.divider p
{
	width: 40%;
	margin-right: 20px;
	float: left;
	font-size: 1em;
}


#wtb-icon-lft, #wtb-icon
{
	background-position: top;
	background-repeat: no-repeat;
	width: 60px;
	padding-bottom: 53px;
	display: inline;
	cursor: pointer;
	pointer: hand;
}
#wtb-icon
{
	background-image: url(../images/products/prod_wtb_icon.jpg);
	float: right;
	clear: left;
}
#wtb-icon-lft
{
	background-image: url(../images/products/prod_wtb_icon_lft.jpg);
	float: left;
	clear: right;
}


.right, .right a
{
	text-align: left;
	vertical-align: bottom;
}

#content span.press
{
	background-color: #eee;
	display: block;
	padding: 10px 15px 10px;
	border: 1px outset #999;
}
#content span.press p
{
	font-size: 1em;
}
#content span.press p, #content span.press h2
{
	color: #000;
}
.nospace
{
	padding: 0px !important;
}
.nospace a img
{
	margin: 0px !important;
}

#content div.video div
{
	float: left;
	margin-right: 25px;
}

#content div.video h2 a, #content div.video h2 a:hover, #content div.video h2 a:visited, #content div.video h2 a:link
{
	cursor: help;
	pointer: help;
	text-decoration: none;
}

#content div.video h2
{
	margin: 0px !important;
}

#content div.video
{
	margin-top: 40px;
	width: 600px;
	float: left;
	clear: left;
}

#content img.header
{
	float: none;
	margin-bottom: -10px;
}
.wt-space
{
	margin-top: 45px;
}
div.stress
{
	padding: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}
.stress
{
	color: #cc0000;
	font-weight: bold;
}


/* jq product tabs*/

.container , ul.tabs, .tab_container{width: 650px; margin-left:-10px;}
ul.tabs 
{
	padding:15px 0px 10px 25px;
	width: 625px;
	margin:0;margin-left:-10px;
	float: left;
	list-style: none;
	height: 32px;
	 background-color:#f0efed;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	margin-bottom: -1px;
	background: #f0efed;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #6a615a;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f0efed;
	color:#7ab800;
}	
ul.tabs li.active{
	background: #fff;
	color:#7ab800;
}
ul.tabs li.active a:hover, ul.tabs li.active a  {
	background: #fff;
	color:#7ab800;
	background-image: url(v3/tab_sel.png);
	background-repeat: repeat-x;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
*/
.tab_content img {
}
