/*HTML Styles*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;			
	/*background: #676767 url('../images/background.jpg') repeat-x;*/
}

* {
	margin: 0;
	padding: 0;
}

P {
	margin: 0px 0px 10px 0px;
}

H1 {
	
	color: #F99E00;
	font-size: ;
}

IMG {
	border: 0;
}


A {
	color: #F99E00;;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


UL  {
	margin: 5px 0px 5px 10px;

	}

UL SPAN {
	color: #f67e00;
}

UL LI {
	margin: 5px 0px 5px 0px;
	/*line-height: 18px;*/
}

H3 {
	font-size: 15px;
	font-weight: normal;
	color: #F99E00;
}

IFRAME { 
overflow-x: hidden; 
overflow-y: auto; 
}


/* Global Utils */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}



/*Global Styles*/

#wrapper {
	text-align: left;
	width: 934px;
	margin: auto;
	padding-bottom: 10px;
}

#nav {
	width: 934px;
	color: #6f6f6f;
	margin: 0px 0px 0px 0px;
	padding: 0;
	z-index: 100;
}

#global_nav {
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	color: #666666;
}


#global_nav A {
	text-decoration:none;
}

#global_nav A:hover {
	text-decoration:underline;
}




#logo {
	margin: 0px 0px 0px 0px;
}

.primary_nav  {
	color: #6f6f6f;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	z-index: 100;
}


.primary_nav_selected {
	background: white url('../images/background_nav_selected.jpg') repeat-x;
	border-top: 1px solid #e1e1e1;	
	border-left: 1px solid #e1e1e1;	
	border-right: 1px solid #e1e1e1;
	position: relative;
	top: 1px;	
}

.primary_nav A  {
	color: #6f6f6f;
	text-decoration: none;
	text-transform: uppercase;
}

.primary_nav A:hover  {
	color: #F69132;
	text-decoration: none;
	text-transform: uppercase;
}

.primary_nav UL LI  {
	width: 120px;
}


.primary_nav UL LI UL LI A {
	display: block;
	text-transform: none;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: black;
	padding-left: 10px;
}


.primary_nav UL LI UL LI A:hover {
	text-transform: none;
	text-align: left;
}

.primary_nav UL LI UL  {
	display: none;
	border: 0px;
	position: relative;
	top: 15px;
	border-top: 1px solid #f1f1f1;
	z-index: 100;
	padding-bottom: 10px;
	
	filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;	
	
}

.primary_nav UL LI UL LI {
	border: 0px;
	background-color: #c6c6c6;
	height: 18px;
	padding: 5px 0px 0px 0px;
	z-index: 100;
	margin: 5px 0px 5px 0px;
}

.primary_nav UL LI UL LI:hover {
	border: 0px;
}


.primary_nav UL LI:hover UL {
	display: block;
	position: relative;
}

.primary_nav UL LI:hover {	
 	background-color: #c6c6c6;
	/*border: 1px solid #f1f1f1;*/
}

.primary_nav UL {
	
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	background-color: #c6c6c6;
	z-index: 100;
	
}

.primary_nav li {
	text-align: center;
	height: 50px;
	margin: 0;
	padding: 0;
	z-index: 100;
}



.primary_nav_selected A {
	color: #F69132;
	text-decoration: none;
	
	
}


/* These are uppercase to work with modX titles*/
#nav_Products {
	margin-left: 0px;
	padding: 5px 0px 0px 0px;
	width: 130px;
}

#nav_Products LI {
		width: 130px;
}

#nav_Distributors {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	width: 140px;
}

#nav_Distributors LI {
		width: 140px;
}

#nav_Support {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

#nav_Tools {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 120px;
}

#nav_About {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}


#nav_rule {
	margin-top: 10px;
	width: 934px;
	height: 1px;
	background-color: #cccccc;
	
}

#nav_Tools UL LI {
	height: 25px;
	
}

.error, .required_field  {
	color: #f67e00;	
}


.required_tagline {
	margin-left: 10px; 
	font-weight: normal;
	font-size: 10px;
}

.required_field {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -2px;
}

.tooltip {
	/*min-height: 30px;
	min-width: 100px;*/
		display:none;
		/*background:transparent url(/tools/img/tooltip/black_arrow.png);
		font-size:12px;*/
		height:70px;
		width:160px;
		padding:10px;
		color:#666666;	
		background: #cccccc;

		filter:alpha(opacity=80);
			-moz-opacity:0.80;
			-khtml-opacity: 0.80;
			opacity: 0.80;	
	
}

.view_all A {
	
	color: #f67e00;	
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.view_all A:hover {
	text-decoration: underline;
	font-weight: normal;
}


#content_well {
	margin: 5px 0px 0px 0px;
	width: 934px;
	z-index: 0;
}

#right_column {
	
	width: 292px; 
	margin-left: 20px; 
	margin-top: 25px;
}


#content_well_wide {
	width: 934px;
   	background: white url('../images/background_distributor.jpg') repeat-x ;
	margin: 10px 0px 15px 0px;	
	border: 1px solid #f6f6f6;
	padding-top: 10px;
}


#content_well_wide_cfg {
	width: 934px;
	margin: 10px 0px 15px 0px;	
	border: 1px solid #f6f6f6;
}

.hide {
	display: none;
}

/* Footer*/


#footer_background {
	/*position: absolute;
   left:0px;
	bottom: 0px;*/
   width:100%;
   background: #676767 url('../images/background_footer.jpg') repeat-x scroll 0 0;
	height: 150px;
	text-align: left;

}



#footer {
	margin: auto;
	color: #f3f3f3;
	font-size: 11px;
	width: 934px;
	padding: 10px 0px 0px 0px;
}
 
#footer A {
	text-decoration: none;
	color: #f3f3f3;	
}
#footer A:hover {
	text-decoration: underline;
}

#copyright {
	text-align: right;
}



/* Forms */

.select_form {
	border: 1px solid #999999;	
	font-size: 11px;
	
}

.select_form OPTION {
	margin: 4px;
	font-size: 11px;
	
}

#btn_home_search {
	position: relative;
	left: 225px;
}


.text_input {
	border: 1px solid #999999;	
	font-size: 11px;
	padding: 3px;
	width: 200px;
}

.textarea_input {
	border: 1px solid #999999;	
	font-size: 11px;
	padding: 3px;
	width: 300px;
	height: 100px;
	
	
}

.form_label {
	width: 200px;
	margin: 5px;
}

.form_field {
	width: 200px;
	margin: 5px;
}

.form_section_header {
border-bottom:1px solid #CCCCCC;
color:#666666;
font-size:12px;
font-weight:bold;
margin:10px 0 10px 0px;
padding:0px;
text-align:left;
width:580px;
}


/* Sub Page and Section Styles */


#sub_nav {
	width: 934px;
	height: 40px;
	background-color: #f7f7f7;
	border-top: 1px solid #cccccc;
}

#sub_nav UL {
	margin: 0;
}

.sub_nav_item {
	margin: 12px 0px 0px 0px;
	width: 145px;
	height: 16px;
	border-right: 1px solid #cccccc;
	text-align: center;
}

.sub_nav_item A {
	text-decoration: none;
	color: #666666;
}

.sub_nav_item A:hover {
	text-decoration: none;
	color: #F69132;
}


.sub_nav_item_selected A {
	color: #F69132;
	text-decoration: none;
}

.sub_nav_item_selected A:hover {
	color: #F69132;
}

#sub_banner_support {
	background: white url('../images/sub_banner_3.jpg');
	width: 933px;
	height: 94px;
}

#sub_banner_prod {
	background: white url('../images/sub_banner_1.jpg');
	width: 933px;
	height: 94px;
}

#sub_banner_dist {
	background: white url('../images/sub_banner_2.jpg');
	width: 933px;
	height: 94px;
}

#sub_banner_about {
	background: white url('../images/sub_banner_4.jpg');
	width: 933px;
	height: 94px;
}

#sub_banner_gen {
	background: white url('../images/sub_banner_1.jpg');
	width: 933px;
	height: 94px;
}


#page_title {
	font-size: 20px;
	color: white;
	margin: 15px 0px 0px 20px;
	width: 600px;
	line-height: 22px;
}

#page_title SPAN {
	color: #f99e00;
}

#banner_icons {
	margin: 15px 20px 0px 0px;
}

.icon_container {
	width: 76px;
	height: 60px;
	background: #cccccc;
	
	filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;
	text-align: center;
	font-size: 13px;
	margin: 0px 0px 0px 15px;
	
}

.icon_container IMG {
	margin: 10px 0px 0px 0px;
}

.icon_container A {
	color: #666666;
	text-decoration: none;
}

.icon_container A:hover {
	color: #666666;
	text-decoration: underline;
}


/*FAQ*/

.FAQ {
	
	list-style: none;
	margin-left: 0px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 18px;
	
}




/*Home Styles */

#home_banner {
	width: 934px;
	height: 240px;
	z-index: 0;
	/*background: white url('../images/home_banners/IR_02.jpg') no-repeat;*/	
	
} 

/* Not Using For Now
#home_banner P {
	margin: 110px 0px 0px 396px;
	color: white;
	font-size: 24px;
	
}*/

#home_banner_tag {	
	margin: 110px 0px 0px 396px;
}

#home_banner_go {	
	position: relative;
	left: 830px;
	top: 180px;
}

#product_promos {
}

.promo_nav_off  {
	color: #999999;	
	border-right: 1px solid #cccccc;
	width: 135px;
	height: 54px;
	font-size: 14px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}


.promo_nav_off A {
	position: relative;
	top: 15px;
	color: #999999;	
	text-decoration: none;
	
}

.promo_nav_off A:hover {
	color: #f57703;	
	text-decoration: none;
	
}

.promo_nav_on {
	background-color: #f3f3f3;
	color: #f57703;
	border-bottom: 1px solid #f3f3f3;
	width: 135px;
	height: 54px;
	font-size: 14px;
	float: left;
	text-align: center;
	border-right: 1px solid #cccccc;
	
}

.promo_nav_on A {

	position: relative;
	top: 15px;
	color: #f57703;	
	text-decoration: none;

	
}



#promo_instructions {
	color: #999999;	
	height: 54px;	
	width: 329px;
	text-align: right;
	font-size: 10px;
	/*border-right: 1px solid #cccccc;*/
	border-bottom: 1px solid #cccccc;
}

#promo_instructions P {
	margin: 10px 5px 5px 0px;
}

.promo_container {
	background: white url('../images/background_promo_home.jpg') repeat-x;	
	background-color: white;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	height: 115px;
	width: 932px;
}

.promo_arrow_left {
	margin: 36px 0px 0px 15px;
}


.promo_arrow_right {
	margin: 36px 15px 0px 0px;
}

.promo_well {
	margin: 0px 0px 0px 25px;	
}

.promo_body {
	margin: 0px 0px 0px 20px;
}

.promo_body_header {
	width: 630px;
	border-bottom: 1px solid #cccccc;
	margin-top: 15px;
}

.promo_title {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 125px;
	border-right: 1px solid #cccccc;
	padding: 5px 0px 10px 0px;	
}

.promo_image IMG {
	margin-top: 15px;
	width: 115px;
	height: 86px;
}

.promo_icons {
	width: 150px;
	margin-left: 10px;
}

.promo_more {
	width: 340px;
	text-align: right;
	margin-top: 10px;	
}

.promo_more A {
	color: #f69132;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.promo_more A:hover {
	text-decoration: underline;
}

.promo_content {
	font-size: 11px;
	width: 630px;
	margin: 5px 5px 5px 0px;
	color: #999999;
}


#promo_roof {
	width: 932px;
}

#promo_ballast {
	width: 932px;
	display: none;
}

#promo_array {
	width: 932px;
	display: none;
}

#promo_pole {
	width: 932px;
	display: none;
}

#promo_ground {
	width: 932px;
	display: none;
}


#promo_enclosure {
	width: 932px;
	display: none;
}


#feature_boxes {
	margin: 10px 0px 10px 0px;	
}

.feature_box {
	background: white url('../images/background_feature_shade_up.jpg') repeat-x;	
	background-color: white;
	height: 160px;
	padding: 5px;
	
}

.feature_box_inner {
	background: white url('../images/background_feature_shade_down.jpg') repeat-x;	
	height: 146px;
}

.feature_box_inner_header {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	
}

.feature_box_map {
	width: 200px;
	margin: 5px;
	text-align: center;
}

.map_menu {
	font-size: 11px;
	line-height: 11px;
	position: relative;
	top: -3px;
	left: 5px;
	color: #f69132;
}

#map_menu_int {
	display: none;
}

.map_menu SPAN {
	color: #666666;
	
}

.map_intro {
	font-size: 11px;
	margin-bottom: 10px;
	text-align: left;
}

#map_int {
	display: none;
	margin: 5px;
}

.map_menu A {
	color: #666666;
	text-decoration: none;
	
}

.map_menu A:hover {

	color: #f69132;
}

#find_partner {
	width: 266px;	
}

#hands_on {
	margin-left: 10px;	
	width: 318px;	
}



.hands_on_content {
	width: 310px;
	
}

.hands_on_content DIV  {
	margin: 10px 0px 0px 0px;	
}


.hands_on_content_image {
	width: 110px;
	height: 83px;
	
}


.video_play_home {
	width: 25px;
	height: 25px;
	z-index: 100;
	position: relative;
	top: -60px;
	left: 40px;
	
}


#find_document {
	margin-left: 10px;	
	width: 300px;	
}


.find_document_content {
	width: 270px;
	margin: 5px 10px 0px 10px;
	font-size: 11px;
}

.find_document_content P {
	margin: 10px 0px 5px 0px;
}


/* Sub Page Styles */

/* Right Column*/

.resources_box {
	background: white url('../images/background_resources_shade_up.jpg') repeat-x;	
	background-color: white;
	height: 270px;
	padding: 7px;
	width: 282px;
	
}

.resources_box_inner {
	background: white url('../images/background_resources_shade_down.jpg') repeat-x;	
	height: 223px;
	width: 282px;
}


.resources_box_skinny {
	background: white url('../images/background_resources_shade_up.jpg') repeat-x;	
	background-color: #d6d6d6;
	height: 315px;
	padding: 7px;
	width: 220px;
	margin: 0px 0px 10px 0px;
	
}

.resources_box_inner_skinny {
	background: white url('../images/background_resources_shade_down.jpg') repeat-x;	
	height: 283px;
	width: 220px;
}


.resources_box_inner DIV UL, .resources_box_inner_skinny DIV UL {
	margin: 0px 10px 5px 10px;
	
}

.resources_box_inner DIV LI, .resources_box_inner_skinny DIV LI {
	list-style: none outside none;
	margin: 1px 0px 1px 0px;
	
}




.resources_buttons {
	width: 282px;
}


.resources_buttons_skinny {
	width: 220px;
}

.resources_button  {
	font-size: 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #f2f2f2;
	height: 25px;
	background: white url('../images/background_resources_button.jpg') repeat-x;	
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	
}

.resources_button_selected {
	 background: white url('../images/background_resources_button_selected.jpg') repeat-x;	
	border-top: 1px solid #fcfcfc;
}

#resources_button_featured {
	width: 60px;

}

#resources_button_certs {
	width: 40px;

}

#resources_button_guides {
	width: 50px;
}

#resources_button_sheets {
	width: 65px;
}

#resources_button_faq {
	width: 50px;
}


#resources_content_featured {
}

#resources_content_certs {
	display: none;	
	
}

#resources_content_guides {
	display: none;	
}

#resources_content_sheets {
	display: none;	
}

#resources_content_faq {
	display: none;	
}


.right_column_box {
	background: white url('../images/background_general_shade_up.jpg') repeat-x;	
	background-color: white;
	height: 255px;
	padding: 7px;
	width: 282px;
	
}

.right_column_box_inner {
	background: white url('../images/background_general_shade_down.jpg') repeat-x;	
	height: 239px;
	width: 282px;
	text-align: left;
}


/*For Use with Configurators */
.right_column_box_skinny {
	background: white url('../images/background_general_shade_up.jpg') repeat-x;	
	background-color: white;
	height: 255px;
	padding: 7px;
	width: 220px;
	
}

.right_column_box_inner_skinny {
	background: white url('../images/background_general_shade_down.jpg') repeat-x;	
	height: 239px;
	width: 220px;
	text-align: left;
}



.right_column_box_header  {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 260px;
	text-align: left;
}


.right_column_box_header_skinny  {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 198px;
	text-align: left;
}

.right_column_content {

	margin: 0px 10px 0px 10px;
	text-align: center;
}

.right_column_content P, .right_column_content UL  {
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}





/*Document Library*/
#lib_container {
	width: 620px;
	border: 1px solid #e8e8e8;
	margin: 25px 0px 10px 0px;
	min-height: 500px;
	background: white url('../images/background_content_well') repeat-x;	
	
}

#lib_filters {
	
	width: 575px;
	margin: 25px 0px 10px 25px;
	background-color: white;
	border-bottom: 1px #e0e0e0 dotted;
	
}

#lib_filter_header {

	width: 570px;	
	font-size: 11px;
	color: white;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f67e00;
	padding: 7px 0px 7px 5px;
}

.lib_filter {
	margin: 10px 0px 10px 5px;
	width: 275px;
}

.lib_filter P {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.lib_filter_inputs {
	width: 130px;
	font-size: 11px;
	line-height: 18px;
	margin: 5px 0px 5px 0px;
}

#lib_num_docs {
	width: 575px;
	font-size: 11px;
	margin: 5px 0px 5px 25px;
	position: relative;
}

#lib_docs_container {
	margin: 10px 0px 10px 25px;
	width: 575px;	
}

#lib_docs_header {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
	width: 575px;
	padding: 5px;	
}

#lib_docs_header IMG {
	position: relative;
	bottom: 2px;
}

#lib_header_title {
	width: 275px;
}

#lib_header_type {
	width: 100px;
}

#lib_header_cat {
	width: 120px;
}

#lib_filter_type SPAN, #lib_filter_cat SPAN {
	font-size: 10px;
	font-weight: normal;
}

#lib_filter_type {
	margin-left: 20px;
	
}

#lib_header_date {
	width: 80px;
}

#lib_docs {
	width: 575px;
	padding: 5px;
}


.lib_doc_title {
	width: 275px;
}

.lib_doc_type {
	width: 100px;
}

.lib_doc_cat {
	width: 120px;
}

.lib_doc_date {
	width: 80px;
}

/*Video Library*/

#vid_container {
	width: 620px;
	border: 1px solid #e8e8e8;
	margin: 25px 0px 10px 0px;
	min-height: 500px;
	background: white url('../images/background_content_well') repeat-x;	
	
}

.vid_item {
	margin: 20px 20px 0px 20px ;
	width: 560px;	
}

.vid_item_title {
	font-size: 14px;
	color: #F69132;
	width: 560px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}


.vid_item_thumb {
	width: 270px;
	margin: 10px 10px 10px 0px;
}

.vid_item_thumb_img  {
	width: 270px;
	height: 202px;
}



.vid_item_abstract {
	width: 260px;
	margin: 10px 10px 10px 10px;
}


.vid_item_video {
	width: 560px;
	margin: 10px 0px 10px 0px;
}

.vid_item_abstract_wide {
	width: 560px;
	margin: 10px 20px 10px 20px;
}

.video_play {
	width: 50px;
	height: 50px;
	z-index: 100;
	position: relative;
	top: -135px;
	left: 110px;
	
}


/*General Styles for Product Indexes, Tabbed Interfaces and About Section*/

#gen_container {
	width: 580px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	margin: 25px 0px 25px 0px;
	min-height: 500px;
	background: white url('../images/background_distributor.jpg') repeat-x ;
   	
	
}

#gen_tab_container {
	width: 620px;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin: 25px 0px 25px 0px;
	min-height: 500px;
	
}

.gen_tab {
	height: 40px;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-align: center;
}

.gen_tab P {
	margin-top: 10px;
}

.gen_tab P A {
	text-decoration: none;
	color: #666666;
}

.gen_tab P A:hover {
	text-decoration: none;
	color: #f69132;
}



.gen_tab P IMG {
	position: relative;
	top: 4px;
}

.gen_tab_selected {
	background-color: #ededed;
}

.gen_tab_selected P A {
	color: #f69132;
	text-decoration: none;
}

.gen_tab_selected P A:hover {
	color: #f69132;
	text-decoration: none;
}

.gen_tab_W3 {
	width: 205px;
	
}

.gen_tab_W4 {
	width: 154px;		
}

.gen_tab_W5 {
	width: 123px;
	
}

.T3_header_last {
	border-right: none;
	width: 208px;
}

.T5_header_last {
	border-right: none;
	width: 124px;
}

.T4_header_last {
	border-right: none;
	width: 155px;
}




.gen_content {
	background: white url('../images/background_cfg.jpg') repeat-x;
	width: 600px;
	padding: 10px;
	min-height: 200px;
}


.gen_intro_text {
	font-size: 11.5px;
	width: 270px;
	margin: 30px 0px 20px 20px;
	line-height: 16px;
}

.gen_gallery {
	width: 270px;
	margin: 30px 20px 20px 10px;
	font-size: 11px;
	font-style: italic;

}

.gen_gallery IMG {
	padding: 2px;
	border: 1px solid #cccccc;
	width: 270px;
	height: 203px;
	
}

.gen_gallery P {
	margin: 3px 0px 5px 0px;
}


.gen_gallery_header {
	border-bottom: 1px solid #cccccc;
	width: 270px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;

}

.gen_gallery_header IMG {
	border: 0;
}


.gallery_thumb {
	margin: 10px 0px 10px 0px;
	
}

.gallery_thumb IMG {
	width: 126px;
	height: 95px;
	margin-right: 1px;
	
}


.prod_list_box {
	font-size: 11px;
	width: 270px;
	margin: 20px 0px 20px 20px;
	
}

.prod_list_box_header {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 270px;
	padding: 7px 0px 7px 0px;
	font-weight: bold;

}

.prod_list_box_content {
	margin: 10px 5px;
	
}




#attach_tab {
	border-right: none;
}

#roof_mount_faq {
	margin: 20px 20px 20px 0px;
	
}

#T1_content {
}

#T2_content {
	display: none;	
}

#T3_content {
	display: none;	
}

#T4_content {
	display: none;	
}

#T5_content {
	display: none;	
}


#key_features LI {
	list-style-image:url('../images/icon_list.png');	
	
	
}

/*Distributor Pages*/
#map_us_big {
	margin: 20px 0px 60px 10px;
	background-image:url('../images/map_us_big.png');
	width: 490px;
	height: 345px;
}

#map_int_big {

	margin: 20px 0px 60px 0px;
	
}


#us_dist_list {
	width: 400px;
	border-left: 1px solid #cccccc;
	min-height: 320px;
	margin: 20px 20px 30px 10px;
}

.dist_list_header {
	color: #F99E00;
	font-weight: bold;
	padding: 7px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 5px 0px 10px 25px;
}

.dist_list_content {
	margin: 5px 0px 10px 25px;
}

.dist_list_item {
	width: 185px;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	
}

/* Distributor Map*/

#map_ME {
	position: relative;	
	left: 455px;
	top: 11px;
}

#map_NH {
	position: relative;	
	left: 415px;
	top: 41px;
	z-index: 1;
}

#map_VT {
	position: relative;	
	left: 388px;
	top: 45px;
	z-index: 1;
}

#map_MA {
	position: relative;	
	left: 379px;
	top: 67px;
	z-index: 1;
}

#map_RI {
	position: relative;	
	left: 362px;
	top: 77px;
	z-index: 1;
}

#map_CT {
	position: relative;	
	left: 343px;
	top: 78px;
	z-index: 1;
}

#map_NY {
	position: relative;	
	left: 274px;
	top: 48px;
	z-index: 0;
}


#map_PA {
	position: relative;	
	left: 200px;
	top: 86px;
	z-index: 1;
}

#map_MD {
	position: relative;	
	left: 174px;
	top: 112px;
	z-index: 1;
}

#map_OH {
	position: relative;	
	left: 83px;
	top: 94px;
	z-index: 1;
}


#map_VA {
	position: relative;	
	left: 60px;
	top: 120px;
	z-index: 0;
}


#map_TN {
	position: relative;	
	left: -67px;
	top: 158px;
	z-index: 0;
}

#map_FL {
	position: relative;	
	left: -39px;
	top: 196px;
	z-index: 0;
}


#map_TX {
	position: relative;	
	left: 156px;
	top: 78px;
	z-index: 0;
}

#map_NM {
	position: relative;	
	left: 4px;
	top: 67px;
	z-index: 1;
}

#map_CO {
	position: relative;	
	left: -51px;
	top: 21px;
	z-index: 1;
}

#map_AZ {
	position: relative;	
	left: -178px;
	top: 61px;
	z-index: 1;
}

#map_CA {
	position: relative;	
	left: -306px;
	top: -16px;
	z-index: 1;
}


#map_AL {
	position: relative;	
	left: -68px;
	top: 90px;
	z-index: 1;
}




