/* CSS Document */
html {height: 100%;}

body {
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	width: 100%;
	margin: 0px auto; 
	top: 0px;
	left: 0px;
	height: 100%;
	position: relative;
	background-color: white;
	background-image: url(img/bg_top.gif);
	background-repeat: repeat-x;
	border: 0px solid red;
}

#container {
	width: 760px;
	margin: 0px auto; 
	position: relative;
	border: 0px solid red;
	}

a {color: #ff0000; text-decoration: none; font-weight: bolder; font-size: 12px;}
a:hover {color: #C2C2C2; text-decoration: none;}
a.top {color: #FFFFFF; text-decoration: none; line-height: 14px; font-weight: bolder; font-size: 11px;}
a.top:hover {color: #363636; text-decoration: none; }

blockquote.withquote {margin: auto 5%; background:url(img/quote.gif) no-repeat;background-position:top left;padding-left:20px;text-align:justify;} 
p.withunquote {background: url(img/unquote.gif) no-repeat;background-position:bottom right;padding-right:20px; font-size: 14px;text-align: center;font-weight: bold; color: #FF0000;}

#masthead {
	height: 370px;
	width: 760px;
	vertical-align: middle;
	font-size: 11px;
	}

#masthead_menu_top {
	height: 35px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#masthead img.logo {
	height: 60px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#menu {height: 25px; position: relative;  width: 760px; border: 0px solid red; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px;}
#menu img.divider {float: left; width: 30px; height: 25px;}

a#menu_about {float: left; width: 161px; height: 25px; background: url(img/menu_about.gif);}
a#menu_about:hover {background-position: 161px 0px;}
a#menu_about_onpage {float: left; width: 161px; height: 25px; background: url(img/menu_about.gif) 161px 0px;}
a#menu_about_onpage:hover {background-position: 0px;}

a#menu_biz {float: left; width: 181px; height: 25px; background: url(img/menu_biz.gif);}
a#menu_biz:hover {background-position: 181px 0px;}
a#menu_biz_onpage {float: left; width: 181px; height: 25px; background: url(img/menu_biz.gif) 181px 0px;}
a#menu_biz_onpage:hover {background-position: 0px;}

a#menu_pdts {float: left; width: 107px; height: 25px; background: url(img/menu_pdts.gif);}
a#menu_pdts:hover {background-position: 107px 0px;}
a#menu_pdts_onpage {float: left; width: 107px; height: 25px; background: url(img/menu_pdts.gif) 107px 0px;}
a#menu_pdts_onpage:hover {background-position: 0px;}

a#menu_contact {float: left; width: 91px; height: 25px; background: url(img/menu_contact.gif);}
a#menu_contact:hover {background-position: 91px 0px;}
a#menu_contact_onpage {float: left; width: 91px; height: 25px; background: url(img/menu_contact.gif) 91px 0px;}
a#menu_contact_onpage:hover {background-position: 0px;}

#banner {
	height: 250px; 
	position: relative;  
	width: 760px; 
	}

#content_container {
	width: 760px; 
	overflow: hidden; 
	border: 0px solid red;} /* position: relative; */

#main_content { 
	width: 470px; 
	padding-top: 5px; 
	padding-right: 15px; 
	padding-bottom: 0px; 
	padding-left: 15px; 
	float: left; /* position: absolute; */ 
	}
	
.productscategory {
	text-align: center;
	width: 135px;
	float: left;
	padding: 10px;
}
.signoff {
	text-align: center;
}


#sub_content { float: left; 	width: 245px; padding-top: 5px; padding-right: 15px; padding-bottom: 0px; padding-left: 0px;}
#sub_content .launch {float: left;}

#withborder {border: 1px dashed #cccccc; padding: 10px;}

img.hr {display: block; clear: both; margin: 5px 0px 5px 0px; text-align: left;}
img {border: 0px;}
.header {color: #626262;	line-height: 18px; font-size: 15px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;}

#footer {background-image: url(img/bg_footer.gif); background-repeat: repeat-x; width: 100%; position: relative; /* position: absolute; */ padding-top: 20px; font-size: 12px; /* bottom: 0%; */ height: 230px; margin-top: 20px;}
#footercontainer {text-align: center; width: 760px; 	margin: 0px auto; position: relative;}	
#footerleft{
	float: left;
	height: 150px;	
	width: 470px; 
	text-align: left; 
	padding-right: 15px; 
	padding-bottom: 0px; 
	padding-left: 15px; 
	border: 0px solid red;}
	
#footerleft .text{
	float: left;
	height: 120px;	
	width: 440px; 
	padding: 15px;
	background-color: white;
	border: 0px solid red;}
	
#footerleft .featured{
	padding-right: 5px; 
	}
	
#footerright{
	background-image: url(img/bg_footer_rightcontent.gif);
	background-repeat: no-repeat;
	float: left; 
	text-align: left; 	
	height: 110px;	
	width: 210px; 
	padding-right: 30px; 
	padding-bottom: 20px; 
	padding-left: 20px; 
	padding-top:20px;
}

.disclaimeref {color: #626262;	}


/*Forms defaults - change as needed*/
.label {width: 150px; display: inline; float: left; margin: 1px auto; color:#999;}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {	
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}	
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/	

.txtarea .tr, .txtarea .tr_xon {background:url(images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;	
	display:block;
}
.txtarea .br, .txtarea .br_xon {
background:url(images/txtarea_br.gif) repeat-x top right;}
.txtarea .br_xon {background:url(images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:6px;	
	background:url(images/txtarea_l.gif) repeat-y top left;
	float:left;
}
.txtarea .cntr_l_xon {
	width:6px;
	background:url(images/txtarea_l_xon.gif) repeat-y top left;
	float:left;
}

.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:6px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#666666;
	font-weight:bold;
	padding:2px;
	background:url(images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	margin:0;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}
