@charset "utf-8";
/* CSS Document */

/*----------------------------------
	Global Styles
-----------------------------------*/

	body {
		margin: 0px;
		font: 12px Verdana, "Lucida Grande", sans-serif;
		color: #333333;
		text-align:left;
		line-height:1.5;
	}
	
	a{outline:none;}
	img{border:none;}
	
	a:link {color: #006699;text-decoration: underline;}
	a:visited {color: #006699;text-decoration: underline;}
	a:hover {color: #008DC0;text-decoration: underline;}
	a:active {color: #008DC0;text-decoration: underline;}
	
	h2{font-size:14px;font-weight:bold;color:#0061AA;}
	h3{font-size:12px;font-weight:bold;color:#0061AA;}
	h4{font-size:12px;font-weight:bold;color:#0061AA;}
	
	.cleaner{clear:both;}
	.float_left{float:left;}
	.float_right{float:right;}
	
	.float_left.m15{margin-right:15px;}
	.float_right.m15{margin-left:15px;}
	
	.float_right.margins{margin-left:15px;margin-right:15px;}
	
	.float_left.m25{margin-right:25px;}
	.float_right.m25{margin-left:25px;}
	
	.align_center{width:100%;text-align:center;}
	
	.sec{border-bottom:1px dashed #666;padding-bottom:20px;margin-bottom:20px;}
	.sec.last{border-bottom:none;}
	
	.att_note{padding:15px 0;border-top:1px dashed #CCCCCC;border-bottom:1px dashed #CCCCCC;}
	
/*----------------------------------
	Layout Elements
-----------------------------------*/
	
	#main{
		width:759px;
		border:1px solid #0061AA;
		border-bottom:1px solid #000;
		background-color:#FFFFFF;
		min-height:600px;
	}
	
	#main.home{min-height:0;}
	
	#header{height:58px;*height:74px;width759px;}
	#content{padding:0 24px;}
	
	#main.sub #content{margin-top:40px;padding-bottom:24px;}
	
/*----------------------------------
	Header & Search
-----------------------------------*/

	#skip_nav_link{text-indent:-5600px;}
	
	/*----- Country Select ------*/
	
		#country_select{
			position:absolute;
			top:40px;
			font-size:10px;
			text-align:right;
			margin-left:580px;
		}
		
		#country_select.ca{
			margin-left:555px;
			*margin-left:565px;
		}

		#country_select ul {
			display:none;
			position: absolute;
			background-color:#CDE0EE;
			border:1px solid #666;
			color:#666;
			width:125px;
			top:15px;
			left:50px;
			*left:10px;
			list-style:none;
			padding:0;
		}
		
		#country_select ul li a {display: block;padding-right:5px;}
	
		#country_select ul li a:link {color:#333333;text-decoration:none;}
		#country_select ul li a:visited {color:#333333;text-decoration:none;}
		#country_select ul li a:hover {color:#FFFFFF;text-decoration:none;}
		#country_select ul li a:active {color:#FFFFFF;text-decoration:none;}
		
		#country_select ul li{
			border-bottom:1px solid #666;
			padding:2px 0;
		}
		
		#country_select ul li.last{border-bottom:none;}
		
		#country_select li:hover, #navBar li.over{
			color: #FFF;
			background-color: #0061AA;
			text-decoration:none;
		}
	
	#logo{
		display:block;
		text-indent:-5600px;
		background:url("/images/FEBCO_logo.gif") no-repeat;
		width:261px;
		height:44px;
		margin-left:15px;
		top:15px;
		position:absolute;
	}
	
	#search_form{position:absolute;margin-left:515px;top:5px;width:290px;}
	
	#search_form legend{display:none;}
	#search_form fieldset{border:none;}
	
	#search_form #input_field{float:left;margin-right:5px;}
	
	.search_btn{
	   color:#000000;
	   padding:2px 6px;
	   font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	   font-weight:bold;
	   background-color:#DBE9F1;
	   border:1px solid #DBE9F1;
	}
	
/*----------------------------------------
	Nav Bar
-----------------------------------------*/

	#navBar{
		position:absolute;
		top:75px;
		height:19px;
	}
	
	#main.home #navBar{width:509px;background:url(/images/site_components/navBar_home_bg.jpg) no-repeat;}
	#main.sub #navBar{width:581px;background:url(/images/site_components/navBar_sub_bg.jpg) no-repeat;}

	#navBar li a{ display: block; text-indent: -9999px;}
	#navBar li ul li a {display: block; text-indent:0px;}

	#navBar li ul li a:link {color:#333333;}
	#navBar li ul li a:visited {color:#333333;}
	#navBar li ul li a:hover {color:#FFFFFF;}
	#navBar li ul li a:active {color:#FFFFFF;}


	/*-------- LINKS ------------*/

		a#nv_prod {
			background:url("/images/site_components/navBar/navBar_products.gif") no-repeat;
			width:65px;height:19px;
		}
		a:hover#nv_prod {background:url("/images/site_components/navBar/navBar_products_roll.gif") no-repeat;}
		
		a#nv_lit {
			background:url("/images/site_components/navBar/navBar_lit.gif") no-repeat;
			width:69px;height:19px;
		}
		a:hover#nv_lit {background:url("/images/site_components/navBar/navBar_lit_roll.gif") no-repeat;}
		
		a#nv_spprt {
			background:url("/images/site_components/navBar/navBar_support.gif") no-repeat;
			width:61px;height:19px;
		}
		a:hover#nv_spprt {background:url("/images/site_components/navBar/navBar_support_roll.gif") no-repeat;}
		
		a#nv_cntct {
			background:url("/images/site_components/navBar/navBar_contact.gif") no-repeat;
			width:61px;height:19px;
		}
		a:hover#nv_cntct {background:url("/images/site_components/navBar/navBar_contact_roll.gif") no-repeat;}
		
		a#nv_abt {
			background:url("/images/site_components/navBar/navBar_about.gif") no-repeat;
			width:55px;height:19px;
		}
		a:hover#nv_abt {background:url("/images/site_components/navBar/navBar_about_roll.gif") no-repeat;}


	#navBar ul { /* all lists */
		padding: 0;
		margin: 0 0 0 10px;
		list-style: none;
	}
	
	#navBar li { /* all list items */
		float: left;
		position: relative;
	}

	#navBar li ul { /* second-level lists */
		display: none;
		position: absolute;
		background-color:#CDE0EE;
		border:1px solid #666;
		color:#666;
		top: 1em;
		left: 0;
		width:260px;
		margin-left:0px;
	}
	
	#navBar li ul a{padding:3px 3px;text-decoration:none;}

	#navBar li ul li{
		border-bottom:1px solid #666;
		width:100%; 
	}
	
	#navBar li ul li.last{border-bottom:none;}

	#navBar li>ul {
		top: auto;
		left: auto;
		*left:0px;
	}
	
	#navBar li li:hover, #navBar li li.over{
		color: #FFF;
		background-color: #0061AA;
		text-decoration:none;
	}

	#navBar li:hover ul, #navBar li.over ul {display: block;}
	
	#bd_trail{
		margin-left:-40px;
		*margin-left:0px;
	}

	#bd_trail li{
		font-size: 9px;
		margin-left:3px;
		display:inline;
		list-style:none;
	}

	#bd_trail a{font-size: 9px;}

/*----------------------------------
	Homepage
-----------------------------------*/

	#home_bubbles{float:left;margin:0px;}
	
	#main.home #content{background:url(/images/site_components/home_background.gif) no-repeat;border:1px solid #FFF;height:385px;}
	
	.featured{
		border:1px solid #0061AA;
		width:198px;
		height:274px;
		float:left;
		margin:20px 48px 50px 0px;
		background-color:#FFF;
		font-size:11px;
		line-height:normal;
		font-size:11px;
	}
	
	.featured .f_txt{position:relative;height:115px;}
	
	.featured.erc{margin-right:0px;}
	.featured.s767FR{margin-right:0px;}
	
	.featured p{padding:0 5px;}
	
	#freeze_img{
		display:block;
		text-indent:-5600px;
		width:200px;
		height:148px;
		margin-top:-13px;
		margin-left:-1px;
		padding:0;
		background:url(/images/support_images/featured/freeze_home.jpg) no-repeat;
	}

	#masterseries_img{
		display:block;
		text-indent:-5600px;
		width:200px;
		height:148px;
		margin-top:-13px;
		margin-left:-1px;
		padding:0;
		background:url(/images/support_images/featured/masterseries.jpg) no-repeat;
	}
	
	#s825ya_img{
		display:block;
		text-indent:-5600px;
		width:200px;
		height:148px;
		margin-top:-13px;
		margin-left:-1px;
		padding:0;
		background:url(/images/support_images/featured/825ya.jpg) no-repeat;
	}
	
	#erc_img{
		display:block;
		text-indent:-5600px;
		width:200px;
		height:148px;
		margin-top:-13px;
		margin-left:-1px;
		padding:0;
		background:url(/images/support_images/featured/erc_homebtn.jpg) no-repeat;
	}
	
	#s767FR_img{
		display:block;
		text-indent:-5600px;
		width:200px;
		height:148px;
		margin-top:-13px;
		margin-left:-1px;
		padding:0;
		background:url(/images/support_images/featured/model767.jpg) no-repeat;
	}
	
	#LF_img{
		display:block;
		text-indent:-5600px;
		width:200px;
		height:148px;
		margin-top:-13px;
		margin-left:-1px;
		padding:0;
		background:url(/images/support_images/featured/leadfree_home.jpg) no-repeat;
	}
	
	.learnmore{position:absolute;bottom:0px;*bottom:5px;}
	
	
	h3#notice{background:url(/images/site_components/notice_bg.jpg) no-repeat;width:579px;height:33px;padding:12px 3px 0 111px;border:2px solid #3E3E3E;top:615px;*top:620px;*left:25px;position:absolute;margin-bottom:20px;}
	h3#notice a{color:#1B1B1B}
	

/*----------------------------------
	FORMS
-----------------------------------*/

	#stnd_form{margin-top:15px;}
	#stnd_form fieldset{border:none;}
	
	#stnd_form .sec{
		border-bottom:1px dashed #CCC;
		padding-bottom:30px;
		margin-bottom:30px;
	}
	
	#stnd_form .sec.last{
		border-bottom:none;
	}
	
	#stnd_form label{
		width:200px;
		float:left;
		margin-right:15px;
	}
	#stnd_form p{margin-bottom:15px;clear:both;}
	
	#stnd_form legend{font-size:12px;font-weight:bold;color:#0061AA;display:none}

	#stnd_form input{width:300px;*width:275px;}
	/*#stnd_form select{width:300px;*width:auto;}*/
	#stnd_form textarea{width:305px;*width:280px;}
	#stnd_form .submitbtn {margin-left:215px; width: auto;}
	#stnd_form .check_box input{width: auto;}
	#stnd_form label.error { float: none; color: red; padding-left: 10px; vertical-align: top; }
	#stnd_form em { font-weight: bold; padding-right: 5px; vertical-align: top;color:#FF0000 }
	
	.jsvalidation { margin-left:10px; font-size:10px; color:#FF0000;}
	
	.ast{color:#FF0000;}
	#stnd_form .note{clear:both;margin:-5px 0 0 215px;color:#999999;font-size:10px;}
	
	#rep_form{margin-top:30px;}

/*----------------------------------
	Site Survey
-----------------------------------*/
	
	#site_survey{clear:both;text-align:right;}
	
	.btn_hidden{
	   color:#000000;
	   font-size:100%;
	   font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	   font-weight:normal;
	   background-color:#FFFFFF;
	   border:1px solid #FFFFFF;
	   border-top-color:;
	}  
	
/*----------------------------------
	Data Exchange
-----------------------------------*/

	#signIn{
		border:1px solid #000000;
		background-color:#EDF8FE;
		width:305px;
		float:right;
		padding:5px 20px;
		margin-left:20px;
	}
	
	#dataExchange_form{
		border-top:1px solid #333333;
		border-bottom:1px solid #333333;
	}
	
	#dataExchange_form label{
		width:125px;
		float:left;
		margin-right:25px;
	}
	
	#dataExchange_form input{width:200px;margin-top:10px;}
	#dataExchange_form .submitbtn {width: auto;margin-left:150px;}
	#dataExchange_form .submitbtn.normal {width: auto;margin-left:0;}
	
	
	#dataExchange_account_form label{
		width:125px;
		float:left;
		margin-right:25px;
	}
	
	#dataExchange_account_form input{width:300px;margin-top:10px;}
	#dataExchange_account_form .submitbtn {width: auto;margin-left:150px;}
	
	#dataExchange_pass_form label{
		width:125px;
		float:left;
		margin-right:25px;
	}
	
	#dataExchange_pass_form input{width:300px;margin-top:10px;}
	#dataExchange_pass_form .submitbtn {width: auto;margin-left:150px;}
	
	#dataExchange_subscipt_form label{
		margin-left:25px;
	}
	
	#dataExchange_subscipt_form .submitbtn {width: auto;margin-left:35px;}
	
	#content.dataExchange h3{display:block;padding:5px 0;background-color:#EDF8FE;font-size:14px; font-weight:bold;}
	
	#att_guid{padding:5px 0;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC;margin:10px 0;}
	
	#dataExchange_nav{
		list-style:none;
		float:right;
	}
	
	#dataExchange_nav li {display:inline;}
	
	#bundleForm{margin:20px 0 0 60px;}
	.bundle_row{margin-top:20px;}
	
	.green{color:#009900;}
	
/*----------------------------------
	Engineer Resource Center
-----------------------------------*/	

	#erc_content{margin-right:297px;min-height:600px;}
	
	#erc_content .sec{
		padding:15px 0 15px 0;
		border-bottom:1px dashed #CCCCCC;
	}
	
	#erc_content .sec.top{padding:0 0 15px 0;min-height:0px;}
	#erc_content .sec.masterspec{min-height:108px;}
	#erc_content .sec.leed{min-height:153px;}
	#erc_content .sec.cad{min-height:212px;}
	#erc_content .sec.spec{min-height:212px;}
	#erc_content .sec.add_res{background-color:#F2F2F2;padding:5px;border-bottom:none;}
	
	#erc_content .sec h3{font-size:0.88em;}
	#erc_content img{float:right;margin-left:10px;}
	
	#erc_form label{
		width:100px;
		float:left;
		margin-right:15px;
	}
	
	#erc_form input{width:200px;}
	#erc_form select{width:200px;}
	#erc_form .submitbtn {width: auto;}
	#erc_form .check_box {width: auto;}
	
	#erc_form h4{clear:both;margin-top:25px;}
	
/*----------------------------------
	Engineer Resource Center - MasteSpec Download
-----------------------------------*/	

	#masterspec_dl_table{margin-bottom:20px;}
	#masterspec_dl_table td,th{padding:5px;vertical-align:text-top;}
	#masterspec_dl_table tr{border-bottom:1px dotted #666666;}
	#masterspec_dl_table ul{margin-left:-40px;*margin-left:0;}
	
	#masterspec_dl_table li{
		list-style:none;
		font-size:11px;
	}
	
	.masterspec_sections{
		color:#FF0000;
		font-weight:bold;
		font-size:0.88em;
	}
	
	td.downloads{width:100px;}
	
	
/*----------------------------------
	Lead Free X-Ref
-----------------------------------*/
	
	#lf_xref_form input{padding:2px;font-size:14px;width:300px}
	#lf_xref_form input.submitBtn{font-size:12px;width:auto}
	#lf_xref{width:100%;border-top:1px dashed #CCC;padding-top:10px;margin-top:10px;*padding-top:20px}
	#lf_xref h3{color:#79A13E;font-size:14px;padding:2px}
	#lf_xref h4{font-weight:normal;font-size:12px;padding:8px;background-color:#FCF9D8}
	
	#comp_spreadsheet_area{width:177px;height:96px;padding:48px 10px 0 10px;background:url(/images/support_images/LeadFree/compSpreadsheet.jpg) no-repeat}

/*----------------------------------
	TABLES
-----------------------------------*/
	
	th{text-align:left;font-size:12px;font-weight:bold;color:#FFF;background-color:#0061AA;}
	
	tr.alt_row{background-color:#F2F2F2}
	tr.header_row{text-align:left;font-size:12px;font-weight:bold;color:#FFF;background-color:#0061AA;}
	
/*----------------------------------
	BROWSE PRODUCTS
-----------------------------------*/

		#content.search h3{
			font-size:13px; 
			font-weight:bold;
			color:#FFF;
			padding:2px;
			margin-bottom:5px;
			background-color:#0061AA;
		}
		
	/* -- Pages Search listings -- */

		#search_pages_results h3{
			border-bottom:0px dashed #666666;
			margin-top:0px;
		}
		
		#search_pages_results p{
			margin-left:30px;
		}
		
	
	/* -- Product Category listings -- */
	
		#search_cat_results ul{
			list-style:none;
			margin:20px 0 0 20px;
			*margin-left:20px;
		}
		
		#search_cat_results li{
			margin-bottom:20px;
			font-weight:bold;
		}
	
		ul#prod_cat_list{
			list-style:none;
			margin:20px 0 0 -20px;
			*margin-left:20px;
		}
		
		#prod_cat_list li{
			margin-bottom:10px;
			font-weight:bold;
		}
		
		#prod_cat_list .productCount{
			font-weight:normal;
			color:#666666;
			margin-left:5px;
		}
		
		.leadfree{font-style:italic;font-weight:bold;}
		#leadFree_dis{color:#999999;font-style:italic}
		
	/* -- Product loop -- */
	
		.search_prod{
			border-bottom:1px dashed #666666;
			padding:0 10px 10px 10px;
		}
		
		.search_prod img{float:left;margin-right:30px;}
		.search_prod .details{float:right;}
		.obsolete{color:#FF0000;font-weight:bold;font-style:italic;}
		.search_prod .text{margin-left:130px;}
		
		ul.search_page_nav{float:right;list-style:none;margin-top:0px;margin-right:5px;}
		ul.search_page_nav li{display:inline;color:#FFF;}
		ul.search_page_nav li a:link{color:#F2F2F2;}
		ul.search_page_nav li a:visited{color:#F2F2F2;}
		ul.search_page_nav li a:hover{color:#FFFFFF;}
		ul.search_page_nav li a:active{color:#FFFFFF;}
		
		#prod_returns{margin-top:30px;}
		
		.prod_loop{
			border-bottom:1px dashed #666666;
			padding-bottom:10px;
			margin-bottom:10px;
		}
		
		.prod_info{margin-left:70px;}
		.prod_loop img{float:left;}
		.prod_loop .details{float:right;}
		
	/* -- Product Full -- */
	
		.prod_img{float:left;}
	
		#prod_data{
			margin-left:170px;
			margin-right:40px;
		}
		
		#long_desc{
			background-color:#F2F2F2;
			margin-top:20px;
			padding:5px 10px 10px 10px;
		}
		
		#prod_data h3{
			font-size:20px;
			font-weight:normal;
		}
		
		#long_desc h4{
			color:#666666;
			font-size:12px;
			font-weight:bold;
			margin-top:0;
		}
		
		#prod_data .repair_kits{
			padding:10px 0;
			border-top:1px dashed #333333;
			border-bottom:1px dashed #333333;
		}
		
		#adobe_dl{
			border-top:1px dotted #333333;
			border-bottom:1px dotted #333333;
			padding:10px 0;
			margin:30px 40px 0 170px;
			clear:both;
		}
		
		#adobe_dl.lit{
			border-top:1px dotted #333333;
			border-bottom:1px dotted #333333;
			padding:10px 0;
			margin:30px 0px 0px 0px;
			clear:both;
		}
		
		
		/* ----- tabber -----*/
		
		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
			margin-top: 20px;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
			margin-right:2px;
		}

		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #F2F2F2;
		    color: #2978b8;
		    text-decoration: none;
			border: 1px solid #aaa;
			font-weight:bold;
		}

		UL.tabNavigation LI A.selected {
		    background-color: #FFF;
		    color: #2978b8;
			border: 1px solid #aaa;
			border-bottom: 1px solid #FFF;
			font-weight:bold;
		}
		
		UL.tabNavigation LI A:hover.selected {
		    background-color: #FFF;
		    color: #2978b8;
			border: 1px solid #aaa;
			border-bottom: 1px solid #FFF;
			font-weight:bold;
		}
		
		UL.tabNavigation LI A:hover {
		    background-color: #2978b8;
		    color: #FFF;
			border: 1px solid #aaa;
			text-decoration:underline;
			font-weight:bold;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 1px;
			border: 1px solid #aaa;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}
		
		.waste {
			min-height: 1000px;
		}
		
	ul.page_nav{float:right;list-style:none;}
	ul.page_nav li{display:inline;}
		
	#adobe_dl{
		border-top:1px dotted #333333;
		border-bottom:1px dotted #333333;
		padding:5px 0;
		margin:20px 0;
		clear:both;
	}
	
/*----------------------------------
	LITERATURE THUMBS
-----------------------------------*/
		
		.lit_thumb_row{
			height:220px;
			padding:5px 15px;
			clear:both;
			background-color:#F7F7F7;
			margin-bottom:10px;
		}
		
		.lit_thumb_row_alt{
			height:220px;
			padding:5px 15px;
			clear:both;
			background-color:#DFE3F7;
			margin-bottom:10px;
		}
		
		.lit_thumb_row h4{margin-top:0;}
		.lit_thumb_row_alt h4{margin-top:0;}
		
		.thumb{float:left;}
		.details{margin-left:165px;}
	
		.support_sec{*margin-left:-20px;}
	
		.support_sec h4{padding-top:5px;*padding-top:0;}
/*----------------------------------
	FIND A REP RESULTS
-----------------------------------*/	
		
	.rep_results_sec{
		border-bottom:1px dashed #666666;
		padding-bottom:30px;
		margin-bottom:15px;
	}
	
	.rep_results_sec h3{
		font-size:12px;
		font-weight:bold;
	}
	
	.rep_results_sec p{
		margin-bottom:-10px;
		margin-left:40px;
	}
	
	.rep_results_sec em{
		color:#666666;
		margin-left:-40px;
	}
	
	.rep_results_sec img{margin-right:10px;}
	
	.productLines{margin-top:-10px;}

/*----------------------------------
	Repair Kits
-----------------------------------*/

	#rk_prod_image{
		float:left;
		width:150px;
		margin-top:5px;
		margin-bottom:0px;
	}
	
	#rk_prod_details{border-top:1px solid #F2F2F2;padding-top:5px;*padding-top:10px;}
	
	#rk_prod_info{
		float:left;
		width:240px;
		margin-right:15px;
	}
	
	#rk_ref_mat{
		float:left;
		width:240px;
	}
	
	#rk_narrow_form{
		clear:left;
		padding:1px 10px 10px 10px;
		margin:0px 0px 15px 150px;
		background-color:#F2F2F2;
		border:1px solid #CCC;
	}

	#rk_narrow_form h4{padding:0px;maring:0px;}
	
	#rk_results_table th{font-size:12px;font-weight:normal;}
	#rk_results_table {clear:both;}
	#rk_results_table .header_row{background-color:#99CCFF;}
	#rk_results_table .header_row.active{color:#003366;font-weight:bold;}
	
	#rk_results_count{
		clear:both;
	}
	
/*----------------------------------
	Lead Free
-----------------------------------*/

	#LF_hdr{
		display:block;
		background:url("/images/support_images/featured/LeadFree/header.jpg") no-repeat;
		width:480px;
		height:138px;
		margin-top:10px;
		*margin-top:0px;
		text-indent:-9999px;
		}
	#content.LF{padding:0 0px 0 24px;}
		
	.left_cntnt{width:480px;border-bottom:1px dashed #666666;}
	.right_cntnt{float:right;width:200px;margin-right:10px;padding:10px;border:1px solid #CCDDED;}
	#content.LF .right_cntnt p{font-size:10px;}
	#content.LF .right_cntnt ul{font-size:10px;}
	#content.LF .right_cntnt li{font-size:10px;}
	.right_cntnt ul{margin-left:-25px;*margin-top:-10px;*margin-left:10px;list-style:none;}
	
	#leadfree_pricing_note{border:1px solid #003300;padding:15px;background-color:#79A13E;margin-top:15px;color:#FFF;height:50px}
	#leadfree_pricing_note h3{padding:0;margin:0;margin-bottom:15px;font-size:14px;color:#FFF}
	#leadfree_pricing_note p{margin-bottom:15px}
	#leadfree_pricing_note img{float:left;margin-right:15px;border:none}
	#leadfree_pricing_note .text{margin-left:65px}
	
	#leadfree_pricing_note a:link{color:#FFF}
	#leadfree_pricing_note a:visited{color:#FFF}
	#leadfree_pricing_note a:active{color:#FFF}
	#leadfree_pricing_note a:hover{color:#FFF}

/*----------------------------------
	Freeze Alert
-----------------------------------*/
	#cold_spell{
		display:block;
		background:url("/images/support_images/featured/cold_spell_hdr.jpg") no-repeat;
		width:711px;
		height:138px;
		margin-top:10px;
		*margin-top:0px;
		text-indent:-9999px;
		}
		
/*----------------------------------
	Notice
-----------------------------------*/		
.right_cntnt_notice{float:right;width:235px;margin-left:10px;padding:10px 8px 10px 8px;background:#EFF8FF;height:240px;}

.right_cntnt_notice .rk_img{margin:-7px 0 0 8px;border:1px solid #8FCFFF;}

.right_cntnt_notice span.callout{font-style:italic;color:#999;margin:5px 0 0 5px;font-size:11px;}
.right_cntnt_notice p{border-top:1px dashed #ccc;padding:6px 0 0 0;margin-bottom:0;font-size:11px;}

	
/*----------------------------------
	Global Footer
-----------------------------------*/
	
	#footer{
		width:741px;
		color: #CCC;
		background-color:#000;
		line-height:13px;
		font-size:10px;
		padding:15px 10px;
		height:40px;
		*padding-top:25px;
		*height:30px;
	}  
	
	#footer ul{list-style:none;margin:-18px 0 0 -40px;*margin-left:0;}
	#footer li{display:inline;}
	#footer p{margin:0;padding:0;}
	
	#footer_text{margin-left:168px;}
	
	#ft_logo{
		float:left;
		margin:-14px 10px -3px 0;
		padding:0;
		display:block;
		text-indent:-5600px;
		background:url("/g_logos/wwt_ft_logo.gif") no-repeat;
		width:158px;
		height:33px;
	}
	
	#footer a{font-weight:bold;text-decoration:underline}
	
	#footer a:link{color: #CCCCCC;}
	#footer a:visited {color: #CCCCCC;}
	#footer a:hover {color: #FFFFFF;}
	#footer a:active {color: #FFFFFF;}