/* Main */

html, body {
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding: 0;
	background-color:#FFFFFF;
	color:#646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:url(../images/g_bg_body.gif) repeat-y center top;
	/* ie fix bg off center fix */ /*background:url(../images/g_bg_body_ie.gif) repeat-y center top;*/
}

#container_header {
	margin:0 auto;
	width: 968px;
	height:171px;
	text-align:center;
	position:relative;
	z-index:10;
	background:url(../images/g_bg_header.gif) repeat-x center top;
}


#header {
	margin:0 auto;
	width: 938px;
	height:171px;
	text-align:left;
	border-left:1px solid #464646;
	border-right:1px solid #464646;
	/*ie fix shift 2px right*/ /*margin-left:15px; */
}

#header_int {
	margin:0 auto;
	width: 938px;
	height:279px;
	text-align:left;
	border-left:1px solid #464646;
	border-right:1px solid #464646;
	/*ie fix shift 2px right*/ /*margin-left:15px; */
	
}

#row1 {
	height:59px;
	background:url(../images/g_header_r1.gif) no-repeat left top;
}

#row1 span {
	float:right;
	margin:25px 15px 0 0;
}

#row2 {
	height:112px;
	background:url(../images/g_header_r2.gif) no-repeat left top;
}

#row3 {
	height:117px;
	background:url(../images/g_header_r3.jpg) no-repeat left top;
	margin-top:161px;
}

#row3 {
	height:117px;
	background:url(../images/g_header_r3.jpg) no-repeat left top;
	margin-top:161px;
}

#row3 a {
	display:block;
	height:80px;
	width:500px;
}

#row4 {
	/*height:312px;*/
}

#row1 h1 {
	display:none;
}

#row3 h2 {
	display:none;
}

#row4 h3 {
	display:none;
}

#container {
	/*
	min-height: 100%;
	height: 100%;
	*/
	margin:0 auto;
	text-align:center;
	margin-top:-171px;
	background:url(../images/g_bg_container.gif) repeat-x center top;
	/* ie fix bring up */ /*margin-top:-483px;*/
}

#container_int {
	position: relative;
	min-height: 100%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	margin-top:-171px;
	background:url(../images/g_bg_container.gif) repeat-x center top;
}





#content_home {
	margin:0 auto;
	width: 938px;
	text-align:left;
	padding-top:171px;
	background:url(../images/g_header_r4.gif) no-repeat 0 171px;
	/* ie fix */ /*padding-top:171px;*/
	/* ie fix */ /*background:url(../images/g_header_r4.gif) no-repeat 1px 171px;*/
	
	
}

#content_int {
	margin:0 auto;
	width: 938px;
	text-align:left;
}



#footer {
	width:938px;
	text-align:left;
	position: relative;

	margin: -38px auto 0 auto;
	/* ie fix */ /*margin: -48px auto 0 auto;*/
}

#footer_home {
	width:938px;
	text-align:left;
	position: relative;

	margin: -38px auto 0 auto;
	/* ie fix */ /*margin: -48px auto 0 auto;*/
}

#h_news {
	clear:both;
	float:left;
	width:212px;
	margin-top:40px;
	height:525px;
	/* ie fix */ /*margin-top:120px;*/
}

#h_products {
	float:left;
	margin-left:60px;
	margin-top:-50px;
	padding-bottom:20px;
	/* ie fix */ /*margin-top:30px;*/
	/* ie fix */ /*padding-bottom:68px;*/
}

#h_markets {
	float:left;
	margin-left:20px;
	margin-top:-18px;
	/* ie fix */ /*margin-top:30px;*/
	padding-bottom:10px;
}

#featured_products {
	margin-top:15px;
	width:400px;
	padding:0 22px 0 22px;
	border-left:4px dotted #758785;
	border-right:4px dotted #758785;
}

/* interior specific divs and tables */

#content_int {
	margin:0 auto;
	width: 938px;
	text-align:left;
	padding:10px;
	/* ff fix */ /*margin-top:108px; */
	
}

#interior_body {
	padding-bottom:40px;
	margin-bottom:40px;
}


/* home specific divs and tables */



/* 1st nav drop down */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	margin-left:212px;
}

#nav li ul li a {
	display: block;
	color: #646464;
	text-decoration:none;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #464646;
	/* opera fix width needed */  width: 10em;
}

#nav li ul li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	padding:4px;
	background-color:#8ca3b1;
	border:1px solid #464646;
	/* opera fix width needed */ width: 10em;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* screen reader fix using left instead of display to hide menus because display: none */ 

}

#nav li ul li { /* second-level lists */
	float:none;
}


#nav li:hover ul, #nav li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}


/* 2nd nav drop down */

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}

#nav2 {
	margin-top:153px;
	margin-left:34px;
	/* ie fix */ /*margin-left:17px;*/
}

#nav2 li ul li a {
	display: block;
	color: #646464;
	text-decoration:none;
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #464646;
	border-left:1px solid #b4babe;
	/* opera fix width needed */  width: 10em;
}

#nav2 li ul li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	padding:4px;
	background-color:#8ca3b1;
	border:1px solid #464646;
	border-left:1px solid #b4babe;
	/* opera fix width needed */ width: 10em;
}

#nav2 li { /* all list items */
	float:none;
	margin-bottom:5px;
	/* ie fix *//* margin-bottom:-10px;*/
	/* opera fix width needed */ /* width: 100px; */
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* screen reader fix using left instead of display to hide menus because display: none */ 
	/* opera fix width needed */ /* width: 100px; */
	margin-left:178px;
	margin-top:-27px;
	
}

#nav2 li ul li { /* second-level lists */
	float:none;
	margin-bottom:0px;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* home market pictures */
.i_market {
	width:166px;
	text-align:center;
	margin-top:12px;
}

.i_market span {
	position:relative;
	z-index:3;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
}

.i_market_mask {
	position:relative;
	z-index:2;
	margin-top:-15px;
	width:166px;
	height:113px;
}

.i_market_mask_t {
	position:relative;
	z-index:2;
	margin-top:-15px;
	width:166px;
	height:18px;
}

.i_market_masked {
	position:relative;
	margin-top:-18px;
	width:165px;
}

.i_market_mask_b {
	position:relative;
	z-index:2;
	margin-top:-15px;
	width:166px;
	height:15px;
}



/* text element styles */

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#h_news ul {
	margin-left:52px;
	list-style:disc;
	line-height:24px;
}

ul.f_prod_desc {
	list-style-image:url(../images/g_bullet_o.gif);
	margin-left:20px;
}

ul.b_prodinfo {
	list-style-image:url(../images/g_bullet_o.gif);
	margin-left:20px;
	/*line-height:20px;*/
}

ul.b_prodinfo li{
	padding-bottom:5px;
}

/* li icons */

.zip {
	margin:0px;
	padding:0px;
	background:url(../images/g_bullet_zip.gif) no-repeat 0 4px;
	padding-left:30px;
}

.pdf {
	margin:0px;
	padding:0px;
	background:url(../images/g_bullet_pdf.gif) no-repeat 0 4px;
	padding-left:30px;
}

.doc {
	margin:0px;
	padding:0px;
	background:url(../images/g_bullet_doc.gif) no-repeat 0 4px;
	padding-left:30px;
}

.xls {
	margin:0px;
	padding:0px;
	background:url(../images/g_bullet_xls.gif) no-repeat 0 4px;
	padding-left:30px;
}

.file {
	margin:0px;
	padding:0px;
	background:url(../images/g_bullet_file.gif) no-repeat 0 4px;
	padding-left:30px;
}

.blank {
	margin:0px;
	padding:0px;
	padding-left:30px;
}

a:link, a:visited, a:active, a:hover  {
	text-decoration: underline; 
	color: #8ca3b1;
	font-weight:bold;
}

a.reverse:link, a.reverse:visited, a.reverse:active, a.reverse:hover  {
	text-decoration: underline; 
	color: #FFFFFF;
	font-weight:bold;
}

a.light:link, a.light:visited, a.light:active, a.light:hover  {
	text-decoration: none; 
	color: #646464;
	font-weight:normal;
}

a.button1:link, a.button1:visited, a.button1:active, a.button1:hover {
	display:block;
	height:25px;
	width:175px;
	background:url(../images/b_button1.gif) no-repeat top left;
	padding-top:10px;
	padding-left:20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
}

a.button2:link, a.button2:visited, a.button2:active, a.button2:hover {
	display:block;
	height:54px;
	width:175px;
	background:url(../images/b_button2.gif) no-repeat top left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	/*text-transform:uppercase;*/
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-stretch:extra-condensed;
}

h2{
	margin: 0px;
	padding: 0px;
	/*text-transform:uppercase;*/
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-stretch:extra-condensed;
}

h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	/*text-transform:uppercase;*/
	font-size: 12px;
	font-weight: bold;
	Arial, Helvetica, sans-serif;
}

.news {
	display:block;
	height:10px;
	width:28px;
	margin-left:52px;
	background:url(../images/h3_news.gif) no-repeat;
}

.news span {display:none;}

.solutions {
	height:15px;
	width:244px;
	margin:0 0 0 24px;
	background:url(../images/h1_solutions.gif) no-repeat;
}

.solutions span {display:none;}

.fproducts {
	display:block;
	height:12px;
	width:134px;
	margin:0 0 12px 135px;
	background:url(../images/h2_fproducts.gif) no-repeat;
}

.fproducts span {display:none;}
	
	
.markets {
	display:block;
	height:24px;
	width:57px;
	background:url(../images/h2_markets.gif) no-repeat;
}

.related_docs {
	display:block;
	height:10px;
	width:103px;
	background:url(../images/h6_related_docs.gif) no-repeat;

}

.markets span, .related_docs span, .fproducts span  {display:none;}

.lightgrey {
	color:#646464;
}

hr {
	color:#c4c4c4;
	background-color:#c4c4c4;
	height:1px;
}


/* positioning and size styles */

.floatleft {
	float:left;
	margin-left:10px;
}

.floatright {
	float:right;
}

.clearboth {
	clear:both;
}

.nomargin {
	margin:0px;
	padding:0px;
}

.centertext {
	text-align:center;
}

#footer span {
	padding-right:5px;
}

.marginleft20 {
	margin-left:20px;
}

.marginleft30 {
	margin-left:30px;
}

.padleft20 {
	padding-left:20px;
}
														.padleft0 {
															padding-left:0;
															padding-right:14px;
														}
														#pdf_lists_parent h2{
																cursor:pointer;
														}
														ul.padleft20 {
															display:none;
														}
														.cs121_img{
															margin-bottom:20px;
														}
														#table h2{
															background:url(../images/dn.gif) left 4px no-repeat;
															width:190px;
															padding-left:20px;
														}
														img.thumbnail{
															margin-left:10px;
														}
.padright20 {
	padding-right:20px;
}
.padright2 {
	padding-right:2px;
}


.side300 {
	padding-left:25px;
	padding-right:25px;
	border-right:4px dotted #758785;
}

.side250 {
	padding-left:25px;
	padding-right:25px;
}
.prodinfo_divder1{
	width:100%;
	margin:0;
	left:0;
}
#homeflash {
	float:right;
	padding-right:2px;
	/* ie fix */ padding-right:1px;
	
}

.tanbar {
	border-top:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:2px;
	margin-bottom:5px;
	clear:both;
}

.tanbar div {
	height:11px;
	background-color:#D0CBB1;
	/* ie fix */ /*margin-left:1px;*/
}

.homeicon {
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}

.iso {
/*
	position:relative;
	margin:-100px 0 60px -840px;
*/
	position:absolute;
	top:-71px;
	left:13px;
}

a.blog-link {position:absolute; right:20px; top:64px; height:31px; width:132px; display:block; overflow:hidden; z-index:9999999999 !important; background:url(../images/blog_btn.jpg) 0 0 no-repeat;}
a.blog-link:hover {background-position: 0 -31px;}

.added-side {border-top:solid 1px #666; border-bottom:solid 1px #666; margin-top:25px; padding:0 0 20px 35px;}

