/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table {
	border-collapse: collapse;
	border-spacing: 0;
} caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* Structure and Basics */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #000;
	background-color: #fff;
}
.wrap {
	width: 760px;
	margin: 0 auto;
}
.doc {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top;
	width: 760px;
	min-height: 837px;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
.strong2 {
	font-weight: bold;
	font-size: 115%;
}
.page_content p {
	color: #000;
	font-size: 77%;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}
.page_content p strong {
	color: #1b7486;
}
.home_button { /* Make Logo a link back to home */
	position: absolute;
	z-index: 99;
	width: 300px;
	height: 100px;
	cursor: pointer;
}
.home_btn {
	position: absolute;
	z-index: 50;
	width: 760px;
	margin-top: 9px;
}
.home_btn_content a:link, .home_btn_content a:visited { /* Home Button */
	color: #ba955c;
	font-size: 12px;
	text-decoration: none;
	float: right;
}
.home_btn a:hover {
	text-decoration: underline;
}
/* Page Backgrounds */
#home {
	background-image: url(../images/back/home3.jpg);
}
#technology {
	background-image: url(../images/back/technology.jpg);
}
#about {
	background-image: url(../images/back/about.jpg);
}
#calculator {
	background-image: url(../images/back/calculator.jpg);
}
#about_careers {
	background-image: url(../images/back/careers.jpg);
}
#news {
	background-image: url(../images/back/news.jpg);
}
#products {
	background-image: url(../images/back/products.jpg);
}
#products_noprod {
	background-image: url(../images/back/prod_array_noprod.jpg);
	background-repeat: no-repeat;
}
#prod_array {
	background-image: url(../images/back/prod_array.jpg);
}
#prod_array_noprod {
	background-image: url(../images/back/prod_array_noprod.jpg);
}
#prod_image {
	position: absolute;
	height: 350px;
	width: 275px;
	margin-top: 375px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product_chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09C;
	background-color: #FFF;
	border: 2px solid #666;
	margin-top: 24px;
}
.product_chart_cells {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666;
}
.product_chart2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border: 2px solid #666;
	margin-top: 35px;
}

#back_n_buy {
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: 30px;
}
#product_tables {
	display: block;
	text-align: center;
	margin-top: 24px;
}

#sourceguide_tables {
	display: block;
	margin-top: 120px;
	text-align: center;
}

#leadcapture {
	background-image: url(../images/back/leadcapture.jpg);
}
#prod_array_3012 {
	background-image: url(../images/back/prod_array_3012.jpg);
}
#prod_array_3040 {
	background-image: url(../images/back/prod_array_3040.jpg);
}
#prod_array_4140 {
	background-image: url(../images/back/prod_array_4140.jpg);
}
#prod_array_4112 {
	background-image: url(../images/back/prod_array_4112.jpg);
}
#prod_array_5640 {
	background-image: url(../images/back/prod_array_5640.jpg);
}
#prod_array_5612 {
	background-image: url(../images/back/prod_array_5612.jpg);
}
#contact {
	background-image: url(../images/back/contact.jpg);
}
/**/
.page_locationName { /* About Pages */
	font-size: 100%;
	color: #75b0ba;
	letter-spacing: 3px;
	position: absolute;
	z-index: 6;
	margin-top: 630px;
	margin-left: 40px;
	font-weight: bold;
}
.news_page_locationName {
	font-size: 100%;
	color: #75b0ba;
	letter-spacing: 3px;
	position: absolute;
	z-index: 6;
	margin-top: 420px;
	margin-left: 110px;
	font-weight: bold;
}
/**/

/*
* Menu
*/
.menu {
	position: absolute;
	z-index: 5;
	margin-top: 100px;
	margin-left: 65px;
}
.menu {
	color: #ba955c;
	font-size: 93%;
	font-weight: bold;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #ba955c;
	font-size: 100%;
	font-weight: bold;
}
.menu a:hover {
	color: #fff;
}
.menu_about {
	width: 158px;
	float: left;
	padding-top: 140px;
}
.menu_products {
	width: 168px;
	float: left;
	padding-top: 70px;
}
.menu_news {
	width: 180px;
	float: left;
	padding-top: 21px;
}
.menu_contactus {
	width: 150px; 
	float: left;
}
/* Sub Menu */
.menu_sub {
	position: absolute;
	z-index: 7;	
	font-weight: bold;
}
.menu_sub ul {
	margin-top: -2px;
}
.menu_sub ul li {
	margin-bottom: 5px;
}
.menu_sub a:link, .menu_sub a:visited {
	font-size: 60%;
	color: #ffffff;
	letter-spacing: 1.5px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
.menu_sub a:hover {
	color: #000;
}
#sub_menu_about {
	margin-top: 255px;
	margin-left: 58px;
}
#sub_menu_about_uns {
	margin-top: 255px;
	margin-left: 58px;
	background-image: url(../images/menu_back/back.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 10px;
}
#sub_menu_news {
	margin-top: 145px;
	margin-left: 395px;
}
#sub_menu_news_uns {
	margin-top: 133px;
	margin-left: 385px;
	background-image: url(../images/menu_back/back.png);
	background-repeat: no-repeat;
	width: 173px;
	padding: 10px 0 0 10px;
}
#sub_menu_products {
	margin-top: 193px;
	margin-left: 227px;
}
#sub_menu_products_uns {
	margin-top: 182px;
	margin-left: 220px;
	background-image: url(../images/menu_back/back.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 10px;
}
#sub_menu_contact {
	margin-top: 125px;
	margin-left: 574px;
}
#sub_menu_contact_uns {
	margin-top: 113px;
	margin-left: 557px;
	background-image: url(../images/menu_back/back.png);
	background-repeat: no-repeat;
	width: 173px;
	padding: 10px 0 0 10px;
}
.menu_sub_selected a:link, .menu_sub_selected a:visited {
	color: #000;
}

/* 
* Page Specifics 
*/
/* Home */
.home_content {
	padding-top: 840px;
	margin-left: 40px;
	width: 360px;
	float: left;
	margin-bottom: 20px;
}
.home_latestnews {
	width: 310px;
	float:left;
	margin-left: 8px;
	padding-top: 400px;
}
/**** NEW LATEST NEWS SECTION *******/
.LatestNews {
	width: 310px;
	float: left;
	margin-left: 8px;
	padding-top: 620px;
}
.LatestNews_Head {
	background: url(../images/back/ln_top.png) no-repeat;
	font-size: 10px;
	color: #1b7486;
	font-weight: 600;
	height: 17px;
	padding: 8px 0px 0px 20px;
}
.LatestNews_Footer {
	background: url(../images/back/ln_bot.png) no-repeat;
}
.LatestNews ul {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 310px;
	background-color: #cdcdcd;
}
.LatestNews ul li {
	width: 260px;
	margin-left: 18px;
	line-height: 12px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 5px 5px 5px 10px;
	
}
.LatestNews ul li.first {
	border-top:none;
}
.LatestNews ul li:hover {
	list-style-image: url(../images/blog_bullet.jpg);
	list-style-position: outside;
}
.LatestNews ul li a:link, .LatestNews ul li a:visited {
	text-decoration: none;
	color: #000;
}
.LatestNews ul li a:hover {
	color: #1b7486;	
}
.LatestNews ul li a strong {
	font-size: 11px;
}
/**** END LATEST NEWS  **************/
.home_grid_top {
	border-bottom: 1px solid #e5e5e5;
}
.home_ln_ul_bot {
	width: 280px;
	margin-left: 14px;
	height: 12px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background-color: #a8b0bb;
}
.home_grid_bottom {
	border-bottom: 1px solid #e5e5e5;
}
.home_latestnews ul {
	margin-left: 14px;
	height: 208px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-right: 14px;
	background-color: #D5D5D5;
}
.home_latestnews_lnbreak {
	height: 1px;
	background-color: #e5e5e5;
}

/* About */
.about_body {
	padding: 250px 0 0 290px;
	width: 450px;	
}
.careers_body {
	padding: 250px 0 0 350px;
	width: 390px;
}
.about_body_child {
	padding: 0px 0 0 290px;
	width: 450px;
}
.careers_body_child {
	padding: 0px 0 0 350px;
	width: 390px;
}
.about_body_header {
	font-size: 123.1%;
}
.about_products_plm {
	margin-left: 7px;
}
.about_investors_plm {
	margin-left: 80px;
}
.about_board_plm {
	margin-left: 35px;
}
.about_careers_plm {
	margin-left: 35px;
}
.about_partner_plm {
	margin-left: 95px;
}
.about_content ul {
	padding-left: 320px;
	width: 420px;
}
.about_content ul li {
	color: #000;
	font-size: 77%;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}
.product_content ul {
	padding-left: 320px;
	width: 420px;
}
.product_content ul li {
	color: #000;
	font-size: 77%;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
}
.page_content a:link, p a:visited {
	color: #1b7486;
	text-decoration: underline;
}
.page_content a:hover {
	color: #000;
}

.careers_body_child li a:link, .careers_body_child li a:visited {
	color: #1b7486;
	font-size: 77%;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}
/* Board of Directors */
.bod_body {
	padding: 250px 0 0 290px;
	width: 450px;	
}
.bod_body p {
	line-height: 17px;
}
.bod_title_first {
	border-top: #1b7486 1px solid;
}
.bod_title {
	padding: 5px 0px 5px 30px;
	border-bottom: #1b7486 1px solid;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
}
.bod_prod_title {
	color: #1b7486;
}
.bod_title strong {
	font-size: 12px;
}
.bod_wrap_p {
	padding: 15px 0px 5px 30px;
}
.bod_wrap_bottom {
	border-bottom: #1b7486 1px solid;
}
/* News */
.news_body {
	padding: 300px 0 0 390px;
	width: 380px;	
}
/* Products */
.products_plm {
	margin-left: 70px;
}
.products_body {
	padding: 325px 0 0 290px;
	width: 450px;	
}
.products_sh_wrap {
	width:450px;
	padding-left:290px;
}

.wrap_productstable {
	padding-left: 290px;
	margin-top: 0px;
	z-index: 1;
}
.wrap_productstab_main {
	padding-left: 0px;
}
.leftnav {
	text-decoration: none;
	color: #1b7486;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
/* Contact */
.contact_plm {
	margin-left: 73px;
}
.contact_body {
	padding: 300px 0 0 290px;
}
/*
*	FOOTER
*/
.footer {
	width: 693px;
	height: 37px;
	margin: 0 auto;	
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	
}


.footer span a:link, .footer span a:visited {
	text-decoration: none;
	color: #000;
	font-size: 77%;
}
.footer span a:hover {
	text-decoration: underline;
}
.footer_top_spacer {
	height: 7px;
}
.textregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	line-height: 16px;
}

/*** Right Side nav****/
.page_rightnav {
	position: absolute;
	z-index: 99;
	margin-left: 600px;
	margin-top: 295px;
	left: 211px;
	top: 18px;
}
.page_rightnav_helieon {
	position: absolute;
	z-index: 99;
	margin-left: 580px;
	margin-top: 270px;
}
li.buy_online_title  {
	background: url(../images/buyOnline/buyonline_uns.gif) no-repeat;
	height: 27px;
	width: 120px;
	cursor: pointer;
}
li.buy_online_title:hover {
	background: url(../images/buyOnline/buyonline_ov.gif) no-repeat;
	height: 27px;
	width: 120px;
	cursor: pointer;
}
ul#buy_online {
	padding-top: 30px;
}
ul#buy_online li {
	background-color: #93c7d3;
	padding:5px 0px 5px 0px;
	border-top: 1px solid #fff;
	visibility: hidden;
}
ul#buy_online li a {
	color: #1b7486;
	text-decoration: none;
	font-size: 12px;
	padding-left: 13px;
}
ul#buy_online li a:hover {
	text-decoration: underline;
}
li.buy_online_title:hover ul#buy_online li {
	visibility: visible;
}

.textsmallgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #336666;
	line-height: 16px;
}
