@charset "UTF-8";

/* HTML Reset Begin */

html, body, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a { 
	outline: none;
}

.EktronAjaxLoading {
	display: none;
}

#aspnetForm {
	margin: 0;
	padding: 0;
}

/* HTML Reset End */

/* Site Structure Elements Begin */

/* Sitemap Begin -- */

#lp_sitemap {
	width: 100%;
	padding: 20px;
}

#lp_sitemap ul {
	margin: 10px;
}

#lp_sitemap ul li {
	margin: 10px;
}

#lp_sitemap ul li ul {
	margin: 10px 0 10px 10px;
}

#lp_sitemap ul li ul li {
	margin: 10px 0 10px 10px;
}

#lp_sitemap ul li ul li ul {
	margin: 10px 0 10px 10px;
}

#lp_sitemap ul li ul li ul li {
	margin: 10px 0 10px 10px;
}

#lp_sitemap ul li ul li ul li ul {
	margin: 10px 0 10px 10px;
}

#lp_sitemap ul li ul li ul li ul li {
	margin: 10px 0 10px 10px;
}



/* Sitemap End -- */

html {
	font-size: 100%;
	
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #515151;
}

#mast {
	width: 100%;
	margin: 0 auto 0 auto;
	overflow: visible;
}

	.home_mast_height {
		height: 440px;
		background: url(../../images/structure/global/mast_bg.jpg) repeat-x left top;
	}
	
	.alt_mast_height {
		height: 200px;
		text-align: center;
		background: url(../../images/structure/global/mast_bg.jpg) repeat-x left top;
	}
	
		
	
	#mast_gallery {
		width: 100%;
		color: #fff;
	}
	
		
			
/* Slider Section ------------------------------------------------------------- */

#slider {
    width: 960px;
	height: 440px;
	margin: 0 auto 0 auto;
	position: relative;
}

.scroll {
    width: 960px;
	height: 440px;
    overflow: auto;
    overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer {
    width: 960px;
	height: 440px;
}

div.panel {
    width: 960px;
	height: 440px;
}

#content_block {
	width: 960px;
	height: 440px;
}
	
		#content_block h1 {
			width: 570px;
			padding-top: 160px;
			_padding-top: 145px;
			*padding-top: 145px;
		}
	
		#content_block p {
			width: 500px;
			font-size: 1.1em;
			line-height: 1.6em;
		}
	
	a.take_a_look {
		width: 113px;
		height: 13px;
		display: block;
		position: relative;
		float: left;
		background: url(../../images/mast/take_a_look.png) no-repeat left top;
		text-indent: -9999px;
	}
	
#slider ul {
	width: 170px;
	height: 18px;
	display: block;
	position: relative;
	margin: -100px 0 0 140px;
	_margin: -92px 0 0 140px;
	*margin: -92px 0 0 140px;
}

#slider ul li {
	list-style: none;
	display: inline;
}

#slider ul li a {
	width: 18px;
	height: 18px;
	padding-right: 3px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}

	#slider ul li a.block_1 {
		background: url(../../images/mast/1.png) no-repeat left top;
	}
		#slider ul li a.block_1:hover {
			background: url(../../images/mast/1_over.png) no-repeat left top;
		}
	#slider ul li a.block_2 {
		background: url(../../images/mast/2.png) no-repeat left top;
	}
		#slider ul li a.block_2:hover {
			background: url(../../images/mast/2_over.png) no-repeat left top;
		}
	#slider ul li a.block_3 {
		background: url(../../images/mast/3.png) no-repeat left top;
	}
		#slider ul li a.block_3:hover {
			background: url(../../images/mast/3_over.png) no-repeat left top;
		}
	#slider ul li a.block_4 {
		background: url(../../images/mast/4.png) no-repeat left top;
	}
		#slider ul li a.block_4:hover {
			background: url(../../images/mast/4_over.png) no-repeat left top;
		}
	#slider ul li a.block_5 {
		background: url(../../images/mast/5.png) no-repeat left top;
	}
		#slider ul li a.block_5:hover {
			background: url(../../images/mast/5_over.png) no-repeat left top;
		}
	#slider ul li a.block_6 {
		background: url(../../images/mast/6.png) no-repeat left top;
		padding-right: 18px;
	}
		#slider ul li a.block_6:hover {
			background: url(../../images/mast/6_over.png) no-repeat left top;
		}
		
	#slider ul li a.stop {
		background: url(../../images/mast/pause.png) no-repeat left top;
	}
		#slider ul li a.stop:hover {
			background: url(../../images/mast/pause_over.png) no-repeat left top;
		}


.hide {
    display: none;
}

/* Slider Section ------------------------------------------------------------- */

/* Lower Content Area Begin --------------------- */

#container {
	width: 960px;
	position: relative;
	margin: 0 auto 0 auto;
	background: #fff;
}
	
	a.lp_logo {
	width: 132px;
	height: 115px;
	float: left;
	background: url(../../images/structure/global/lp_logo.jpg) no-repeat left top;
	text-indent: -9999px;
	position: relative;
	margin-top: -440px;
	}
	
		a.lp_logo.alt {
			margin-top: -200px;
		}
	
	#sb_bg {
		width: 240px;
		height: 115px;
		float: right;
		background: url(../../images/structure/global/search_bar_bg.png) no-repeat left top;
		position: relative;
		margin-top: -440px;
	}
	
		#sb_bg.alt {
			margin-top: -200px;
		}
	
	#search_box {
		width: 240px;
		height: 115px;
		float: right;
		display: inline-block;
		position: relative;
		margin-top: -440px;
		_margin: -440px 0 0 600px;
		*margin: -440px 0 0 600px;
	}
	
		#search_box.alt {
			margin-top: -200px;
		}
	
	#sb_text_links {
		width: 230px;
		height: 10px;
		text-align: right;
		padding: 10px 10px 0 0;
		float: right;
		color: #fff;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		position: relative;
	}
	
		#sb_text_links a {
			color: #fff;
			text-decoration: none;
			font-size: .85em;
		}
	
		#search_box fieldset {display:block;width:240px;}
		
		#search_box input.query {
			width: 160px;
			height: 21px;
			float: left;
			padding: 0;
			margin: 58px 0 0 20px;
			_margin: 48px 0 0 20px;

			
			border: 0;
			background: none;
		}
		
		html>/**/body #search_box input.query { margin: 58px 0 0 20px; }
		
		#search_box input.button {
			float: right;
			margin: 54px 14px 0 0;
			_margin: 44px 14px 0 0;
		}

h1.page_specific_header {
	display: none;
}

#nav_bar {
	width: 960px;
	height: 25px;
	margin: -25px auto 0 auto;
	float: left;
	position: relative;
	overflow: visible;
}
	.nav_bg {
		background: url(../../images/structure/nav/nav_products_bg.png) no-repeat left top;
		width: 960px;
		height: 25px;
	}
	
	.nav_bg_1 {
		background: url(../../images/structure/nav/nav_products1_bg.png) no-repeat left top;
		width: 960px;
		height: 25px;
	}
	
	.nav_bg_2 {
		background: url(../../images/structure/nav/nav_products2_bg.png) no-repeat left top;
		width: 960px;
		height: 25px;
	}
	
	.nav_bg_3 {
		background: url(../../images/structure/nav/nav_products3_bg.png) no-repeat left top;
		width: 960px;
		height: 25px;
	}
	
	.nav_bg_4 {
		background: url(../../images/structure/nav/nav_products4_bg.png) no-repeat left top;
		width: 960px;
		height: 25px;
	}
	
	.nav_bg_5 {
		background: url(../../images/structure/nav/nav_products5_bg.png) no-repeat left top;
		width: 960px;
		height: 25px;
	}

	#nav_bar a {
		width: 142px;
		height: 25px;
		text-indent: -9999px;
		float: left;
	}
	
	a.nav_lp_products {
		background: url(../../images/structure/nav/nav_products1_text_inactive.jpg) no-repeat center center;
	}
	
		a.nav_lp_products:hover {
			background: url(../../images/structure/nav/nav_products1_text_inactive_over.jpg) no-repeat center center;
		}
		
		a.nav_lp_products_active {
			background: url(../../images/structure/nav/nav_products1_text_active.jpg) no-repeat center center;
		}
	
	a.nav_resources {
		background: url(../../images/structure/nav/nav_products2_text_inactive.jpg) no-repeat center center;
	}
	
		a.nav_resources:hover {
			background: url(../../images/structure/nav/nav_products2_text_inactive_over.jpg) no-repeat center center;
		}
		
		a.nav_resources_active {
			background: url(../../images/structure/nav/nav_products2_text_active.jpg) no-repeat center center;
		}
	
	a.nav_sustainability {
                                background: url(../../images/structure/nav/nav_products3_text_inactive.jpg) no-repeat center center;
                }
               
                                a.nav_sustainability:hover {
                                                background: url(../../images/structure/nav/nav_products3_text_inactive_over.jpg) no-repeat center center;
                                }
                               
                                a.nav_sustainability_active {
                                                background: url(../../images/structure/nav/nav_products3_text_active.jpg) no-repeat center center;
                                }
	
	a.nav_about_us {
		background: url(../../images/structure/nav/nav_products4_text_inactive.jpg) no-repeat center center;
	}
	
		a.nav_about_us:hover {
			background: url(../../images/structure/nav/nav_products4_text_inactive_over.jpg) no-repeat center center;
		}
		
		a.nav_about_us_active {
			background: url(../../images/structure/nav/nav_products4_text_active.jpg) no-repeat center center;
		}
	
	a.nav_product_locator {
		background: url(../../images/structure/nav/nav_products5_text_inactive.jpg) no-repeat center center;
	}
	
		a.nav_product_locator:hover {
			background: url(../../images/structure/nav/nav_products5_text_inactive_over.jpg) no-repeat center center;
		}
		
		a.nav_product_locator_active {
			background: url(../../images/structure/nav/nav_products5_text_active.jpg) no-repeat center center;
		}
		

ul.bracket_links li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #0f506e;
	font-weight: bold;
	margin: 8px 0 8px 0;
	list-style-image: none;
	background: url(../../images/structure/global/link_bracket_left.gif) no-repeat left 1px;
}

ul.bracket_links li a {
	background: url(../../images/structure/global/link_bracket_right.gif) no-repeat right 3px;
	padding: 5px 10px 5px 10px;
	font-size: .9em;
}	
	
#left_column ul.bracket_links li a.greylink {
	color: #cccccc;
}



.individual_bracket_links a {
	padding: 5px 10px 5px 10px;
	background: url(../../images/structure/global/link_bracket_right.gif) no-repeat right 4px;
}
	
#left_column {
	width: 670px;
	margin: 20px 0 80px 0;
	padding: 0 20px 0 30px;
	float: left;
	background: url(../../images/structure/global/left_column_bg.jpg) repeat-x left bottom;
}

#promo_link {
	position: relative;
	width: 600px;
	float: right;
	margin: -15px 0 0 0;
	*margin: -25px 0 0 0;
	text-align: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	color: #666;
}

#promo_link a.promo_links {
	color: #666;
}

#products {
	width: 100%;
	margin-bottom: 40px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#products_column_1 {
	width: 190px;
	float: left;
	margin-left: 50px;
}

#products_column_2 {
	width: 190px;
	float: left;
}

#products_column_3 {
	width: 190px;
	float: left;
}

.block {
	width: 190px;
}

.block_top {
	width: 190px;
	background: url(../../images/structure/products_page/base_bg.png) no-repeat left top;
}

.div_bottom {
	width: 190px;
	height: 22px;
	background: url(../../images/structure/products_page/base_bg_btm.png) no-repeat left top;
}

a.section_block_link {
	width: 150px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 70px;
	padding-bottom: 0;
}

a.section_block_link_2 {
	width: 150px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

.floors_products {
	width: 150px;
	padding: 0 20px 0 20px;
	background: url(../../images/structure/products_page/floors_bg.jpg) no-repeat 6px 6px;
}

.softwares_products {
	width: 150px;
	padding: 0 20px 0 20px;
	background: url(../../images/structure/products_page/software_bg.jpg) no-repeat 6px 6px;
}

.walls_products {
	width: 150px;
	padding: 0 20px 0 20px;
	background: url(../../images/structure/products_page/walls_bg.jpg) no-repeat 6px 6px;
}

.roofs_products {
	width: 150px;
	padding: 0 20px 0 20px;
	background: url(../../images/structure/products_page/roof_bg.jpg) no-repeat 6px 6px;
}

.specialty_products {
	width: 150px;
	padding: 0 20px 0 20px;
	background: url(../../images/structure/products_page/specialty_bg.jpg) no-repeat 6px 6px;
}

#products a {
	display: block;
	padding-bottom: 5px;
}

#smartside_links {
	width: 100%px;
	height: 150px;
	margin-top: 20px;
}

#smartside_links a {
	margin-right: 22px;
}


#lit_login {
	width: 100%;
	height: 253px;
	background: url(../../images/structure/lit_login/login_bg.jpg) no-repeat left top;
	margin-bottom: 40px;
	z-index: 0;
}

#lit_login a.login {
	width: 62px;
	height: 23px;
	float: right;
	margin: 26px 132px 0 0;
	_margin: 26px 68px 0 0;
	*margin: 26px 125px 0 0;
	text-indent: -9999px;
}

#lit_login .select_lit {
	float: right;
	clear: right;
	margin: 45px 134px 0 0;
	_margin: 42px 134px 0 0;
	z-index: 0;
}

#lit_login .select_lit_2 {
	float: right;
	clear: right;
	margin: 18px 134px 0 0;
	_margin: 16px 134px 0 0;
	z-index: 0;
}

#lit_login .go_btn {
	float: right;
	clear: right;
	width: 37px;
	height: 28px;
	margin: 57px 112px 0 0;
	border: none;
	text-indent: -9999px;
	background: none;
	cursor: pointer;
}

#lit_login a.create_lit_account {
	float: left;
	width: 167px;
	height: 15px;
	margin: 60px 0 0 180px;
	_margin: 60px 0 0 170px;
	text-indent: -9999px;
}



.go_btn:hover {
	background: url(../../images/structure/lit_login/go_over.jpg) no-repeat left top;
}

.btn {
	cursor: pointer;
}

ul#menu  {
  list-style-type:none;
}

ul#menu ul {
	list-style-type:none;
  padding: 3px 0 3px 0;
}

ul#menu li {
	padding: 5px 0 5px 0;
}

.exec_readmore {
	color: #146e96;
}


.intro_block {
	width: 160px;
	float: left;
	margin-right: 80px;
	padding: 20px 0 20px 0;
}

	.end_intro_block {
		margin-right: 0;
	}

	.intro_block h3 {
		font-size: 1.5em;
		color: #0f506e;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 0;
	}
                
    .intro_block p {
		margin-top: 0;
	}
	
	#left_column .intro_block a.text_link {
		color: #635d58;
	}
	
	.intro_block ul.bracket_links {
		margin-left: 0;
	}
	
	.intro_block ul.bracket_links li {
		text-transform: uppercase;
	}
    
	#left_column a {
		color: #146e96;
	}

	#left_column_sub_nav {
		width: 670px;
		text-align: right;
		color: #a3a3a3;
	}
	
		#left_column_sub_nav a {
			margin: 0 3px 0 3px;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: .8em;
			color: #0f506e;
			font-weight: bold;
		}
		
			#left_column_sub_nav a.sub_nav_alt {
				color: #bababa;
			}
			
			a.sub_nav_alt {
				color: #bababa;
			}
	
		#main_sub_nav {
			text-transform: uppercase;
			padding: 5px 3px 5px 3px;
		}
		
		#alt_sub_nav {
			text-transform: none;
			padding: 5px 3px 5px 3px;
			margin-bottom: 20px;
			background: url(../../images/structure/global/sub_alt_nav_bg.jpg) no-repeat right top;
		}
		

	
		#single_column_intro ul {
			margin: 10px 0 10px 15px;
			list-style-image: url(../../images/structure/global/bullet.jpg);
		}
		

		
	/* Left Column Sub Column Styles */
	
	

		
			#left_sub_column_1 .how_is_it_green_sidebar_block a {
				font-weight: bold;
				color: #4c761d;
			}
	
			

#press_news {
	width: 100%;
	color: #a3a3a3;
}	

#press_news a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	color: #0f506e;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 8px;
}

#press_news a.alt_news {
	color: #bababa;
}	




.publish_date {
	display: block;
	float: left;
	width: 80px;
	_width: 90px;
	*width: 90px;
	position: relative;
	text-align: right;
	margin-left: -15px;
	_margin-left: -7px;
	margin-right: 10px;
	clear: left;
}

.news_entry {
	display: block;
	float: left;
	width: 560px;
}

li.press_news_sub a {
	margin: 0 3px 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	color: #0f506e;
	font-weight: bold;
	text-transform: uppercase;
}


ul.news_list {
	list-style-type: none;
	padding-bottom: 10px;
	clear: both;
}

ul.news_list li {
	line-height: 2em;
}
			
			
	
	
		#left_sub_column_2 ul {
			margin: 10px 0 10px 15px;
			list-style-image: url(../../images/structure/global/bullet.jpg);
		}
	
	
	/* End Left Column Sub Column Styles */
	
	
/* Product Locator ----- */

#product_locator {
	width: 100%;
	height: 412px;
	padding-top: 18px;
	background: url(../../images/structure/global/product_locator_bg.jpg) no-repeat left top;
}

#product_locator .hidden {
	display: none;
}

#product_locator .inputfield {
	float: right;
	clear: right;
	background: none;
	border: none;
	width: 201px;
	margin: 35px 118px 0 0;
	_margin: 30px 118px 0 0;
}

#product_locator .dropdwn {
	float: right;
	clear: right;
	width: 206px;
	margin: 35px 118px 0 0;
}

#product_locator input.searchbtn {
	float: right;
	clear: right;
	width: 37px;
	height: 35px;
	margin: 40px 104px 0 0;
	border: none;
	text-indent: -9999px;
	background: none;
	cursor: pointer;
	background: url(../../images/structure/lit_login/go.jpg) no-repeat left top;
}

#product_locator_specific_retailer {
	width: 100%;
	height: 412px;
	padding-top: 18px;
	background: url(../../images/structure/global/product_locator_specific_retailer_bg.jpg) no-repeat left top;
}

#product_locator_specific_retailer .hidden {
	display: none;
}

#product_locator_specific_retailer .inputfield {
	float: right;
	clear: right;
	background: none;
	border: none;
	width: 201px;
	margin: 35px 118px 0 0;
	_margin: 30px 118px 0 0;
}

#product_locator_specific_retailer .dropdwn {
	float: right;
	clear: right;
	width: 206px;
	margin: 35px 118px 0 0;
}

#product_locator_specific_retailer input.searchbtn {
	background: none;
	border: none;
	clear: right;
	color: #0F506E;
	cursor: pointer;
	float: right;
	font-weight:bolder;
	margin: 40px 110px 0 0;
}

/* Product Locator End ------ */

/* Investor Relations Begin ---- */

#inv_relat_col_1 {
	width: 465px;
	float: left;
	margin: 20px 0 20px 0;
}

#inv_relat_col_2 {
	float: right;
	width: 196px;
	margin-bottom: 20px;
}

	#inv_relat_nav {
		width: 196px;
		background: url(../../images/structure/investor_relations/nav_bg.png) no-repeat left top;
		padding: 55px 0 0 0;
	}

	#inv_relat_col_2 ul {
		list-style-type: none;
		margin-left: 25px;
	}
	
	#inv_relat_col_2 ul li {
		line-height: 1.8em;
	}

#inv_relat_ftr {
	width: 196px;
	height: 31px;
	background: url(../../images/structure/investor_relations/nav_bg_footer.png) no-repeat left top;
}

/* Investor Relations End ---- */

/* Video Page Style ------------ */

.video_page_bg {
	background: url(../../images/structure/video/video_page_bg.png) no-repeat left top;
	height: 380px;
	margin-bottom: 20px;
}

#left_video_column {
	width: 325px;
	margin-right: 50px;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 40px;
}

	#video_code_snippet {
		width: 325px;
		margin: 20px 0 20px 0;
	}

	.video_header {
		font-size: 1.1em;
		color: #e97625;
		font-weight: bold;
	}

#right_video_column {
	width: 290px;
	height: 215px;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 40px;
	padding-top: 15px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	_position: relative;
	*position: relative;
}

#right_video_column_content {
	width: 285px;
}


.video_thumb_block {
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	font-size: .9em;
	color: #1d4070;
	width: 295px;
	line-height: 1em;
}

.video_thumb_block p {
	font-weight: bold;
	width: 250px;
	_width: 150px;
	*width: 150px;
}

.video_thumb_block .video_views {
	color: #6a6a6a;
	font-weight: normal;
}

.video_thumb_block img {
	float: left;
	margin-right: 10px;
}

/* Video Page Style End ------------- */



#right_column {
	width: 238px;
	float: right;
	margin: 0 0 80px 0;
	padding: 0;
	background:url(../../images/structure/global/right_column_top_content_bg.jpg) no-repeat left top;
}

	#page_specific_sidebar_content {
		width: 213px;
		padding: 30px 0 20px 25px;
	}
	
		#page_specific_sidebar_content h3 {
			padding: 4px 0 5px 25px;
			background: url(../../images/structure/global/lit_header_button.jpg) no-repeat left top;
			color: #0f506e;
			font-size: 1em;
		}
		
		#page_specific_sidebar_content p {
			width: 175px;
		}
		
		#page_specific_sidebar_content a {
			text-transform: uppercase;
			color: #0f506e;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: .8em;
			font-weight: bold;
		}
	
	#page_specific_sidebar_sub_content a {
		display: block;
		text-indent: -9999px;
	}
	
	a.product_lit {
		width: 238px;
		height: 86px;
		background: url(../../images/structure/global/product_lit_button.jpg) no-repeat left top;
	}
	
		a.product_lit:hover {
			background: url(../../images/structure/global/product_lit_button_over.jpg) no-repeat left top;
		}
	
	a.grn_building {
		width: 238px;
		height: 86px;
		background: url(../../images/structure/global/grn_building_button.jpg) no-repeat left top;
	}
	
		a.grn_building:hover {
			background: url(../../images/structure/global/grn_building_button_over.jpg) no-repeat left top;
		}
	
	a.newsletter_sign_up {
		width: 238px;
		height: 86px;
		background: url(../../images/structure/global/decking_recall.jpg) no-repeat left top;
	}
	
		a.newsletter_sign_up:hover {
			background: url(../../images/structure/global/decking_recall_over.jpg) no-repeat left top;
		}

/* 	a.newsletter_sign_up {
		width: 238px;
		height: 86px;
		background: url(../../images/structure/global/newsletter_sign_up_button.jpg) no-repeat left top;
	}
	
		a.newsletter_sign_up:hover {
			background: url(../../images/structure/global/newsletter_sign_up_button_over.jpg) no-repeat left top;
		}
*/
		
	a.continuing_education {
		width: 238px;
		height: 86px;
		background: url(../../images/structure/global/continuing_education_button.jpg) no-repeat left top;
	}
	
		a.continuing_education:hover {
			background: url(../../images/structure/global/continuing_education_button_over.jpg) no-repeat left top;
		}
		
	#page_specific_sidebar_content a.lit_see_all {
		font-size: .8em;
		text-transform: none;
		font-weight: normal;
	}
	
	/* Table Styling ------------ */
	
	.table_fonts {
		color: #0f506e;
	}
	
	.table_fonts_grey {
		color: #515151;
	}
	
	.table_fonts_products {
		font-family: Helvetica, Arial, sans-serif;
		color: #0f506e;
	}
	
	.table_fonts_products .tabel_fonts_products_headers {
		color: #515151;
		text-transform: uppercase;
	}
	
	.blue_fonts {
		color: #0f506e
	}
	
	.table_header {
		color: #515151;
		font-style: italic;
	}
	
	.alt_table_row {
		background: #dedede;
	}
	
	.alt_table_row2 {
		background: #e8e8e8;
	}
	
	.small_header {
		font-size: .6em;
	}
	
	/* Table Styling End ------------ */
	
/* Footer Slide Up Nav Bar ------------------------------------ */

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
	
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.slide-content {
	/* margin: 0 auto 0 auto; */
	/* overflow: hidden; */
	/* height: 0; */
	/* width: 100%; */
	/* background: url(../../images/structure/global/footer_bg.jpg) repeat-x left top #fff; */
	
	
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	background: url(../../images/structure/global/footer_bg.jpg) repeat-x left top #fff;
	height: 0;
	width: 100%;
	color: #fff;
	
	
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 960;
	cursor: pointer;
	height: 29px;
	text-indent: -9999px;
}

.slide-button.open {
	background: url(../../images/structure/global/footer_expand.jpg) no-repeat left top;
}

.slide-button.close {
	background: url(../../images/structure/global/footer_close.jpg) no-repeat left top;
}

.slide-button:hover {
	color: #9f9d8e;
}

#ie6_spacer {
	_width: 100%;
	_height: 140px;
	_display: block;
	_clear: both;
}

#footer {
	width: 960px;
	clear: both;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #808080;
	line-height: normal;
	font-size: .8em;
}
		
	#sub_nav {
		width: 900px;
		padding: 15px 30px 30px 30px;
		clear: both;
	}
	
		#sub_nav ul {
			list-style-type: none;
		}
		
		#sub_nav ul li {
			float: left;
			clear: none;
			text-transform: uppercase;
			color: #0f506e;
		}
		
			#sub_nav ul li a {
				color: #0f506e;
			}
		
			.sub_nav_1_width {
				width: 120px;
				_width: 170px;
				*width: 170px;
			}
			
			.sub_nav_2_width {
				width: 120px;
			}
			
			.sub_nav_3_width {
				width: 130px;
			}
			
			.sub_nav_4_width {
				width: 90px;
				_width: 100px;
				*width: 100px;
			}
			
			.sub_nav_5_width {
				width: 140px;
				_width: 120px;
				*width: 120px;
			}
			
			.sub_nav_6_width {
				width: 140px;
			}
		
		
		#sub_nav ul li ul li {
			padding: 10px 0 0 0;
			float: left;
			clear: left;
			text-transform: none;
			color: #808080;
			font-size: .9em;
			line-height: normal;
		}
		
			#sub_nav ul li ul li a {
				color: #808080;
			}
		
			#sub_nav ul li ul li.canadian_french {
				padding-left: 20px;
				background: url(../../images/structure/global/canadian_french.jpg) no-repeat left 12px;
			}
			
			#sub_nav ul li ul li.japan {
				padding-left: 20px;
				background: url(../../images/structure/global/japan.jpg) no-repeat left 12px;
			}
			
			#sub_nav ul li ul li.australia {
				padding-left: 20px;
				background: url(../../images/structure/global/australia.jpg) no-repeat left 12px;
			}
			
			#sub_nav ul li ul li.united_kingdom {
				padding-left: 20px;
				background: url(../../images/structure/global/united_kingdom.jpg) no-repeat left 12px;
			}
			
			#sub_nav ul li ul li.chile {
				padding-left: 20px;
				background: url(../../images/structure/global/chile.jpg) no-repeat left 12px;
			}
			
			#sub_nav ul li ul li.brasil {
				padding-left: 20px;
				background: url(../../images/structure/global/brasil.jpg) no-repeat left 12px;
			}
			
			#sub_nav ul li ul li.united_states {
				padding-left: 20px;
				background: url(../../images/structure/global/united_states.jpg) no-repeat left 12px;
			}
			
/* Footer Slide Up Nav Bar ------------------------------------ */

/* Site Structure Elements End */

/* Standard HTML Elements Begin */

h1 {
	font-size: 3em;
	line-height: 1em;
}

h2 {
	font-size: 2em;
	line-height: 1em;
}

h3 {
	
}

a {
	text-decoration: none;
}

/* Standard HTML Elements End */

/* Navigation CSS is in a seperate style sheet: navigation.css */

/* Element Specific Definitions Begin */

	/* Item */
	
	
	/* Clear Fix */
	.clear_fix {
		clear: both;
	}

/* Element Specific Definitions End */

/* Form Styles Begin */
fieldset {border:none;margin:0;padding:0;}
/* Form Styles End */

/* Product Locator Styles Begin */
.dealer_list {float:left;width:300px;}
#email_picks {float:right;width:300px;}
/* Product Locator Styles End */

/* Search Styles Begin */
.search_text {border:solid 2px #ECECEC;padding:3px;width:300px;}
div.search_results hr {margin: 5px 0;}
#search_results_info {}
.search_pager {margin: 10px 0;}
.search_pager a {margin: 5px 10px;}
#pager_top a.current, #pager_bottom a.current {color:#000000;}
/* Search Styles End */