/* overall settings */
body {
	font-family: arial;
}

a, a:link, a:active, a:visited {
	color: #419CAE;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #666;
}

/* top nav */
#topnav li, #topnav li a, #topnav li a:link, #topnav li a:active, #topnav li a:visited {
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}
#topnav li a:hover {
	color: #efefef
}

/* main nav */
#nav ul li, #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #efefef
}

/* left nav */
#left_nav ul li a.main {
	font-weight: bold;
}
#left_nav ul li a.sub1:link, #left_nav ul li a.sub1:active, #left_nav ul li a.sub1:visited, #left_nav ul li a.sub1:hover {
	margin-left: 10px;
}
#left_nav ul li a.sub2:link, #left_nav ul li a.sub2:active, #left_nav ul li a.sub2:visited, #left_nav ul li a.sub2:hover {
	margin-left: 20px;
}
#left_nav ul li a.sub3:link, #left_nav ul li a.sub3:active, #left_nav ul li a.sub3:visited, #left_nav ul li a.sub3:hover {
	margin-left: 30px;
}
#left_nav ul li, #left_nav ul li a:link, #left_nav ul li a:active, #left_nav ul li a:visited {
	color: #2A608F;
	font-size: 9pt;
	text-decoration: none;
	padding: 0px 2px 0px 6px;
}
#left_nav ul li a:hover {
	color: #fff;
	background: url(img/bullet.gif) no-repeat #2A608F 1px 4px;
}

/* content */
#content h1 {
	color: #419cae;
	font-size: 15pt;
	margin: 0px 8px 4px 8px; 
	padding: 0px;
	text-transform: uppercase;
}
#content h2 {
	color: #bd2f2d;
	font-size: 9pt;
	margin: 0px 8px 4px 8px; 
	padding: 0px;
}
.cbox {
	background-color: #fff;
}
.formhead div h3 {
	color: #FFF;
	font-size: 9pt;
	line-height: 38px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.cboxcontent {
	font-size: 9pt;
	color: #3e78a2;
	font-weight: normal;
	line-height: 12pt;
	float: none;
	clear: both;
	text-align: left;
}

.cboxcontent .half_width {
	text-align:left;
}

#home_right .cboxcontent {
	line-height: 11pt;
}
.cboxcontent .mark  {
	color: #61ae53;
	font-weight: bold;
}

.cboxcontent a.lime, cboxcontent a.lime:link, cboxcontent a.lime:active, cboxcontent a.lime:visited {
	color: #62AA56;
	font-weight: bold;
	text-decoration: none;
}

.cbox_home {
	width: 50%;
	height: 320px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.cbox_home .border {
	border-left: 1px solid #AABFDC;
	height: 100%;
}
.cbox_home .cboxholder .cboxcontent {
	font-weight: normal;
	color: #3c456e;
}
.cbox_title {
	padding-left: 20px;
	color: #3E78A2;
	font-weight: bold;
	line-height: 35px;
	float: left;
	font-size: 9pt;
}

/**
* product box
*/
.prodbox {
	width: 266px;
	float: left;
	margin-left: 2px;
}
.prodbox_r {
	width: 266px;
	float: right;
	margin-right: 20px;
}
* html .prodbox_r {
	float:left;
	margin-left: 16px;
}
.prodbox_header {
	width: 100%;
	height: 29px;
	background: url(img/wtd/box_header.gif) no-repeat;
}
.prodbox_header div {
	color: #fff;
	margin: 0px 15px;
	font-size: 8pt;
	line-height: 9pt;
}
.prodbox_header .singleline {
	padding-top: 10px;
}
.prodbox_header .doubleline {
	padding-top: 3px;
}
.prodbox_body {
	width: 100%;
 	background: url(img/wtd/box_bg.gif) repeat-y bottom #fff;
	float:left;
	overflow: hidden;
}
.prodbox_body div {
	padding: 16px 4px 0px 4px;
	float:left;
}
.prodbox_body div img {
	float: left;
	margin: -8px 0px 0px 0px;
}
.prodbox_body p {
 	background-color: #fff;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 4px 0px 0px;
	white-space: nowrap;
}
.prodbox_bottom {
	width: 100%;
	height: 9px;
 	background: url(img/wtd/box_bottom.gif) no-repeat top #E7F2F7;
	float:left;
	overflow: hidden;
}
a.wtd_link, a.wtd_link:link, a.wtd_link:active, a.wtd_link:visited, a.wtd_link:hover {
	background:url(img/wtd/btn.gif) center no-repeat;
	width: 78px;
	height: 16px;
	line-height: 16px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: left;
}


/* csg box */
.csg_box {
	background: url(img/csg/holder.gif) no-repeat #fff;
	width: 525px;
	height: 142px;
}
.csg_box div {
	padding: 23px 28px;
}
.csg_box div img {
	float: left;
	margin-right: 20px;
}
.csg_box div h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12pt;
}
.csg_box div span {
	font-weight: normal;
	color: #666;
	float:left;
	width:300px;
	display:block;
}
.csg_box div a, .csg_box div a:link, .csg_box div a:active, .csg_box div a:visited, .csg_box div a:hover  {
	margin:0;
	padding:0;	
	background:url(img/csg/btn.gif) center no-repeat;
	width: 92px;
	height: 19px;
	line-height: 19px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: right;
	position:relative;
	top:-10px;
}


.img_float_right {
	float: right;
	border: 1px solid #82A8C3;
	background-color: #3E78A2;
	padding: 1px;
	margin: 0px 0px 10px 10px;
}
.img_float_left {
	float: left;
	border: 1px solid #82A8C3;
	background-color: #3E78A2;
	padding: 1px;
	margin: 0px 10px 10px 0px;
}

.img_centered {
	border: 1px solid #82A8C3;
	background-color: #3E78A2;
	padding: 1px;
	margin: 0px 10px 10px 0px;
}

.centered {
	text-align:center;
}

.img_no_float {
	border: 1px solid #82A8C3;
	background-color: #3E78A2;
	padding: 1px;
}
.img_home {
	float: left;
	background: url(img/home_img_holder.gif) no-repeat;
	width: 234px;
	height: 134px;
	margin: 0px 8px 10px 0px;
}
* html .img_home {
	margin-right: 0px;
}
.img_home img {
	padding: 11px 13px;
}

.half_width {
	width: 48%;
	margin-right: 1%;
	float: left;
}

a.learn_more, a.learn_more:link, a.learn_more:active, a.learn_more:visited, a.learn_more:hover {
	background: url(img/learn_more.gif) no-repeat;
	width: 94px;
	height: 19px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	line-height: 19px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	float: right;
	margin: 10px;
}
a.learn_more:hover {
	color: #f1f1f1;
	overflow: hidden;
}

/* 11 questions */
ol.italic {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 90%
}
* html ol.italic {
	margin-left: 0px;
	padding-left: 30px;
}
ol.italic li {
	margin-top: 10px;
}
ol.italic li span {
	font-style: italic;
	font-weight: normal;
}

/* small */
.small {
	font-weight: normal;
	font-size: 7pt;
}

/* buttons for product details */
a.get_brochure, a.get_brochure:link, a.get_brochure:active, a.get_brochure:visited, a.get_brochure:hover {
	background: url(img/wtd/request_brochure.gif) no-repeat #fff;
	width: 151px;
	height: 129px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 16pt;
	padding-left: 10px;
	float: left;
}
a.watch_flash_movie_dr, a.watch_flash_movie_dr:link, a.watch_flash_movie_dr:active, a.watch_flash_movie_dr:visited, a.watch_flash_movie_dr:hover {
	background: url(img/wtd/watch-flash-ani-dr.gif) no-repeat #fff;
	width: 151px;
	height: 129px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 16pt;
	padding-left: 10px;
	margin-left: 161px;
}
a.watch_flash_movie_sr, a.watch_flash_movie_sr:link, a.watch_flash_movie_sr:active, a.watch_flash_movie_sr:visited, a.watch_flash_movie_sr:hover {
	background: url(img/wtd/watch-flash-ani-sr.gif) no-repeat #fff;
	width: 151px;
	height: 129px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 16pt;
	padding-left: 10px;
	margin-left: 161px;
}
a.watch_flash_movie_osmosis, a.watch_flash_movie_osmosis:link, a.watch_flash_movie_osmosis:active, a.watch_flash_movie_osmosis:visited, a.watch_flash_movie_osmosis:hover {
	background: url(img/wtd/watch-flash-ani-osmosis.gif) no-repeat #fff;
	width: 151px;
	height: 129px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 16pt;
	padding-left: 10px;
	margin-left: 161px;
}
a.watch_flash_movie_gentech, a.watch_flash_movie_gentech:link, a.watch_flash_movie_gentech:active, a.watch_flash_movie_gentech:visited, a.watch_flash_movie_gentech:hover {
	background: url(img/wtd/watch-flash-ani-gentech.gif) no-repeat #fff;
	width: 151px;
	height: 129px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 16pt;
	padding-left: 10px;
	/*margin-left: 161px;*/
	float:left;
}

/* form elements */
form {
	margin: 0px;
}
fieldset {
	border: none;
}
input, textarea {
	width: 98%;
	background-color: #fefefe;
	border: 1px solid #829CB5;
}
textarea {
	height: 200px;
}
input:hover, textarea:hover {
	background-color: #ffffcc;
}

input.sbmt {
	background-color: #61AE53;
	width: auto;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
input.chkbox {
	width:auto;
	background-color: transparent;
	border: none;
}
input.next {
	background: url(img/next.gif) no-repeat #fff;
	height: 19px;
	width: 92px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: none;
	line-height: 16px;
	overflow: hidden;
	font-size: 8pt;
}
input.short {
	width: 40px
}


/* footer */
#footer ul li a.main {
	font-weight: bold;
}
#footer ul li, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	color: #2A608F;
	font-size: 8pt;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #666
}
#footer div {
	color: #898989;
	font-size: 8pt;
}


/* stuff */
.clear {
	clear: both;
}