/* --  HTML TAGS  -- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #0a0a0a;
	color: #000;
	font: normal 11px Arial, Verdana, sans-serif;
	text-align: center;
	margin: 20px 0px;
	line-height: 18px;
}

form, textarea, input, select, option, button {
	display: inline;
	font: normal 11px Arial, Verdana, sans-serif;
}

h3 {
	font: bold 15px Arial, Verdana, sans-serif;
	margin: 0px 0px 2px 0px;
}

h4 {
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0px 0px 2px 0px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #8E4328; /*30549e;*/
	text-decoration: none;
}

a:visited {
	color: #79848E;
}

a:hover {
	text-decoration: underline;
}

img  {
	border: none;
}

/* --  HTML TAGS  -- */


/* --  DIV WRAPPERS  -- */

#container_top {
	background: url(../images/bg_container_top.gif) top left no-repeat;
	padding: 15px 0px 0px 0px;
}

#container_mid {
	margin: 0px auto;
	text-align: left;
	width: 770px;
	background: #FFF;
}

#container_bot {
	background: url(../images/bg_container_bot.gif) bottom left no-repeat;
	padding: 0px 12px 12px 12px;

}

/* --  DIV WRAPPERS  -- */

/* --  HEADER  -- */

#header {
	margin: 0px 0px 15px 0px;
}

#logo {
	float: left;
	display: block;
}

#basic_search {
	margin: 10px 0px 20px 0px;
	text-align: right;
}

#navigation {
	width: 553px;
	float: right;
}

#main_nav {
	list-style: none;
	padding: 6px 0 0 0;
	margin: 0;
}

#main_nav li {
	list-style: none;
	float: left;
	border-left: 1px solid #2d465e;
	padding: 0 0 3px 0;
	position: relative;
	display: block;
	border-bottom: 3px solid #2d465e;
}

#main_nav a, #main_nav a:link, #main_nav a:visited, #main_nav a:active, #main_nav a:hover {
	font: bold 11px Arial, Verdana, sans-serif;
	color: #2d465e;
	padding: 0px 5px;
	text-decoration: none;
	display: block;
}

#main_nav li.noborder {
	border-left: 0px solid #000;
}

#main_nav li.last {
	width: 63px;
}


#main_nav li .sub_nav {
	width: 195px;
	background: url(../images/bg_nav.png);
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
}

#main_nav li:hover .sub_nav {
	display:block;
}

#main_nav li .sub_nav a, #main_nav li .sub_nav a:link, #main_nav li .sub_nav a:visited, #main_nav li .sub_nav a:active, #main_nav li .sub_nav a:hover {
	font: bold 11px/20px Arial, Verdana, sans-serif;
	padding: 0px 7px;
	text-decoration: none;
	display: block;
	color: #FFF;
}

#main_nav li .sub_nav a:hover {
	color: #79848e;
}

/* --  HEADER  -- */

/* --  HOME PAGE  -- */

.home_content {
	width: 495px;
	float: left;
	overflow: hidden;
}

.home_sidebar {
	width: 235px;
	float: right;
	overflow: hidden;
}

#newsletter {
	text-align: center;
	clear: both;
	margin: 10px 0px 0px 0px;
}

#home_news {
	padding: 0px 5px 0px 8px;
	height: 210px;
	overflow: auto;
}

.news_story {
	margin: 0px 0px 10px 0px;
	line-height: 1.2em;
	color: #877862;
}

.news_title {
	color: #8e4328;
	font: 800 13px Arial, Verdana, sans-serif;
	line-height: 15px;
}

.news_link {
	float: right;
}

.news_date {
	font-style: italic;
	overflow: hidden;
}

/* --  HOME PAGE  -- */


/* --  SALES REPS  -- */

#rep_container {
	float: left;
	width: 225px;
	margin: 20px !important;
}

#rep_list {
	height: 400px;
	margin: 25px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	overflow: auto;
}

#rep_container h3, #rep_container h4 {
	color: #000;
}

#country_container {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 400px;
	text-align: center;
}

.rep_region {
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #38475d;
}

.rep_region_border {
	border-top: 1px solid #000;
	padding: 15px 0px 0px 0px;
}

.rep_listing {
	margin: 0px 0px 10px 0px;
}

.rep_region_title {
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: #7d7d7d;
}

.rep_name {
	font-weight: bold;
	color: #333;
}


/* --  SALES REPS  -- */

/* --  COMPANY  -- */

#company_content {
	float: right;
	width: 510px;
	overflow: hidden;
	margin: 10px;
}

.company_title {
	font: bold 14px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 5px 0px;
}

.company_subtitle {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 8px 0px;
}

#about_body {
	width: 265px;
	float: left;
}

#about_images {
	width: 217px;
	float: right;
}

.about_image_desc {
	font: normal 10px Arial, Verdana, sans-serif;
	color: #38475d;
	line-height: 11px;
	text-align: right;
	margin: 0px 0px 15px 0px;
}

#solutions_body {
	width: 325px;
	float: left;
}

#solutions_images {
	width: 150px;
	float: right;
}

#solutions_footer {
	margin: 70px 0px 0px 0px;
}

#jobs_contact {
	float: left;
	width: 140px;
}

#jobs_body {
	float: right;
	width: 350px;
}

.job_list {
	background-color: #FFF;
	border-bottom: 3px solid #9dabb2;
	margin: 0px 0px 10px 0px;
}

.job_header {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #38475d;
	margin: 0px 0px 22px 0px;
}

.job_link {
	text-align: right;
	padding: 5px 0px;
}

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

#newsletter_download {
	float: right;
	width: 285px;
}

.newsletter_form_title {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #38475d;
}

.newsletter_input {
	width: 190px;
	margin: 0px 0px 5px 0px;
}

.newsletter_buttons {
	text-align: right;
}

.newsletter_buttons input {
	font: bold 12px Arial, Verdana, sans-serif;
}

.newsletter_title {
	font: bold 12px Arial, Verdana, sans-serif;
	overflow: hidden;
}

.newsletter_title a {
	float: right;
}

#newsletter_list {
	background-color: #FFF;
	border-top: 3px solid #9dabb2;
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

.company_link {
	background-color: #FFF;
	border-top: 3px solid #393939;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.company_link_img {
	width: 160px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 6px 0px 0px 0px;
}

.company_link_description {
	float: right;
	width: 325px;
	margin: 0px 5px 0px 0px;
}

.company_link_url {
	font: bold 12px Arial, Verdana, sans-serif;
}

.company_link_info {
	font: normal 11px Arial, Verdana, sans-serif;
	line-height: 18px;
}

/* --  COMPANY  -- */


/* --  NEW PRODUCTS  -- */

.newproduct_list {
	background-color: #FFF;
	border-bottom: 3px solid #393939;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	overflow: hidden;
}

.newproduct_image {
	float: left;
}

.newproduct_info {
	float: right;
	width: 320px;
}

.newproduct_link {
	text-align: right;
	margin: 5px 0px;
}

.newproduct_title {
	font: bold 14px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #8e4328;
}

.newproduct_subtitle {
	font: normal 10px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #8e4328;
}

/* --  NEW PRODUCTS  -- */


/* --  LIBRARY  -- */

#library_content {
	float: right;
	width: 520px;
	overflow: hidden;
	margin: 10px;
}

.library_title {
	font: bold 14px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.library_subtitle {
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.library_search_title {
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 15px 0px 0px 0px;
}

.library_input_field {
	width: 140px;
}

.library_search_button {
	text-align: right;
}

.library_table {
	width: 520px;
	border: 0px solid #000;
	background: #e4e4e4;
	margin: 0px 0px 20px 0px;
}

.library_table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 5px;
	color: #FFF;
	background-color: #393939;
	font: bold 11px Arial, Verdana, sans-serif;
}

.library_table td {
	text-align: left;
	vertical-align: top;
	padding: 2px 0px 2px 5px;
	font: normal 11px Arial, Verdana, sans-serif;
}

.lib_head_a {
	width: 65px;
}

.lib_head_b {
	width: 205px;
}

.lib_head_c {
	width: 65px;
}

.lib_head_d {
	width: 75px;
}

.lib_head_e {
	width: 80px;
}

td.lib_row_housing, .lib_row_housing {
	text-align: center;
	color: #606c7d;
	background-color: #FFF;
	font: bold 11px Arial, Verdana, sans-serif;
}

/* --  LIBRARY  -- */


/* --  LITERATURE REQUEST  -- */

.lit_sidebar_top {
	float: left;
	margin: 0px 0px 0px 20px !important;
	margin: 0px 0px 0px 10px;
	width: 324px;
	/*background: #606c7d url(../images/bg_lit_sidebar_top.gif) top left no-repeat;*/
}

.lit_sidebar_btm {
	/*background: url(../images/bg_lit_sidebar_btm.gif) bottom left no-repeat;*/
	min-height: 475px;
	height: auto;
	color: #000;
	padding: 10px 12px;
	overflow: hidden;
}

.lit_sidebar_btm a, .lit_sidebar_btm a:link, .lit_sidebar_btm a:visited, .lit_sidebar_btm a:active, .lit_sidebar_btm a:hover {
	/*color: #FFF;*/
}

.lit_sidebar_title {
	font: bold 16px Arial, Verdana, sans-serif;
	border-bottom: 3px solid #393939;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 7px 0px;
	text-align: center;
}

#lit_content {
	float: right;
	width: 355px;
	overflow: hidden;
	margin: 10px;
}

.lit_title {
	font: bold 14px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.lit_item_container {
	float: left;
	width: 130px !important;
	width: 120px;
	text-align: center;
	margin: 10px 10px 25px 10px;
}

.lit_download_link {
	font-weight: bold;
}

.lit_form_title {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 2px 0px;
	clear: both;
}

.lit_form_input {
	margin: 0px 0px 7px 0px;
}

.lit_form_field {
	width: 350px;
}

.lit_float_title {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0px 0px 2px 0px;
	float: left;
	width: 175px;
}

.lit_float_input {
	float: left;
	width: 175px;
}

.lit_form_buttons {
	text-align: right;
	margin: 0px 5px 0px 0px;
}

.lit_form_textarea {
	width: 350px;
	height: 50px;
}

#lit_success {
	text-align: center;
	margin: 0px 0px 60px 0px;
}

#lit_success h1 {
	font: bold 27px Arial, Verdana, sans-serif;
	color: #2d465e;
	margin: 10px 0px 0px 0px;
}

#lit_success h2 {
	font: normal 16px Arial, Verdana, sans-serif;
	margin: 0px 0px 40px 0px;
}

#lit_success h3 {
	font: bold 16px Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

#lit_success h4 {
	font: bold 13px Arial, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
}

#lit_success a {
	font: bold 16px Arial, Verdana, sans-serif;
}

.lit_error {
	font: bold 10px Tahoma, Verdana, sans-serif;
	color: #b13219;
	padding: 0px 0px 3px 10px;
}

#lit_catalog_error {
	font: bold 10px Tahoma, Verdana, sans-serif;
	color: #c78577;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 15px;
}
/* --  LITERATURE REQUEST  -- */


/* --  PRODUCTS  -- */

#series_content, #type_content {
	float: right;
	overflow: hidden;
	width: 525px;
}

#series_info {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 310px;
	overflow: hidden;
}

#series_thumbs {
	float: right;
	margin: 10px 0px 0px 0px;
	width: 210px;
	overflow: hidden;
}

.subnav_type {
	margin: 0px 0px 0px 10px;
}

.type_thumb {
	float: left;
	width: 150px;
	overflow: hidden;
	text-align: center;
	margin: 0px 10px 20px 10px;
}

#type_title {
	font: bold 14px Arial, Verdana, sans-serif;
	color: #000;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #393939;
}

.type_link {
	font-weight: bold;
}

#product_photo {
	float: left;
	width: 175px;
	overflow: hidden;
}

#product_spec {
	float: left;
	width: 115px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
}

#product_details {
	float: right;
	width: 225px;
	overflow: hidden;
}


#product_details .detail_title {
	float: left;
	width: 85px;
	font: bold 11px Arial, Verdana, sans-serif;
	color: #2d465e;
	text-transform: uppercase;
}

#product_details .detail_info {
	float: right;
	width: 140px;
	margin: -2px 0px 0px 0px;
}

#product_details .file_download {
	font: bold 11px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
}

#product_details .file_download a {
	display: block;
	float: left;
	font-weight: bold;
	text-transform: capitalize;
}

.options_title {
	clear: both;
	border-top: 3px solid #9dabb2;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
	font: bold 11px Arial, Verdana, sans-serif;
	color: #2d465e;
}

.product_option_item {
	float: left;
	width: 125px;
	margin: 10px 25px !important;
	margin: 10px 15px;
	text-align: center;
}

.product_option_item a {
	font-weight: bold;
}

/* --  PRODUCTS  -- */


/* --  SEARCH  -- */

.search_link {
	background-color: #FFF;
	border-top: 3px solid #9dabb2;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.search_link_img {
	width: 175px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 6px 0px 0px 0px;
}

.search_link_description {
	float: right;
	width: 310px;
	margin: 0px 5px 0px 0px;
}

.search_link_url {
	font: bold 12px Arial, Verdana, sans-serif;
}

.search_link_info {
	font: normal 11px Arial, Verdana, sans-serif;
	line-height: 18px;
}

.search_title {
	font: bold 12px Arial, Verdana, sans-serif;
}

.search_subtitle {

}

/* --  SEARCH  -- */


/* --  SOLID STATE RECESSED LIGHTING  -- */

div#ssrl {
	padding: 5px 5px 5px 20px;
}

.ssrl_head {
	display: block;
	margin: 0 0 15px 0;
}

.ssrl_col_a {
	float: left;
	width: 236px;
	border-right: 1px solid #58595b;
	min-height: 377px;
}

.ssrl_col_b {
	float: left;
	width: 234px;
	border-right: 1px solid #58595b;
	border-left: 1px solid #babbbb;
	min-height: 377px;
}

.ssrl_col_c {
	float: left;
	width: 233px;
	border-left: 1px solid #babbbb;
	min-height: 377px;
}

.ssrl_cols h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.ssrl_cols h2 a {
	color: #2D465E;
}

.ssrl_cols {
	font-size: 12px;
}

.ssrl_col_a p {
	padding: 1px 15px 18px 0;
}

.ssrl_col_b p {
	padding: 1px 15px 18px 15px;
}

.ssrl_col_c p {
	padding: 1px 0 18px 15px;
}

.ssrl_col_a .ssrl_model {
	padding: 0 15px 0 0;
	clear: both;
}

.ssrl_col_b .ssrl_model {
	padding: 0 15px 0 15px;
	clear: both;
}

.ssrl_col_c .ssrl_model {
	padding: 0 0 0 15px;
	clear: both;
}

.ssrl_model_num {
	float: left;
	width: 79px;
	font-style: italic;
}

.ssrl_col_a .ssrl_model_info {
	float: left;
	width: 142px;
}

.ssrl_col_b .ssrl_model_info {
	float: left;
	width: 120px;
}

.ssrl_col_c .ssrl_model_info {
	float: left;
	width: 138px;
}


/* --  SOLID STATE RECESSED LIGHTING  -- */

/* --  V-RAIL  -- */

#vrail {
	font-size: 12px;
}

#vrail_header {
	padding: 0 0 20px 0;
}

#vrail_content {
	float: left;
	width: 435px;
	padding: 10px 0 0 0;
}

#vrail_content h3 {
	color: #345d73;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

#vrail_content p {
	padding: 0 0 20px 0;
}

#vrail_content p.links {
	font-style: italic;
}

#vrail_content ul {
	padding: 0 0 20px 7px;
	list-style: none;
	list-style-type: none;
}

#vrail_content ul li {
	background: url(../images/vrail/bullet_content.gif) 0px 9px no-repeat;
	padding: 0 0 0 10px;
}

#vrail_sidebar_top {
	float: right;
	width: 285px;
	background: url(../images/vrail/bg_sidebar_top.gif) top left no-repeat;
}

#vrail_sidebar_btm {
	padding: 9px 0;
	background: url(../images/vrail/bg_sidebar_btm.gif) bottom left no-repeat;
}

#vrail_sidebar_content {
	background: #4d4d4f;
	padding: 0 10px;
	color: #FFF;
}

#vrail_sidebar_content h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

#vrail_sidebar_content ul {
	padding: 0 0 0 7px;
	list-style: none;
	list-style-type: none;
}

#vrail_sidebar_content ul.top {
	padding: 0 0 20px 7px;
}

#vrail_sidebar_content ul li {
	background: url(../images/vrail/bullet_sidebar.gif) 0px 9px no-repeat;
	padding: 0 0 0 10px;
}




/* --  V-RAIL  -- */


/* --  FOOTER  -- */

#footer {
	color: #FFF;
	text-align: left;
	width: 755px;
	margin: 5px auto 10px auto;
	font: normal 10px Arial, Verdana, sans-serif;
	line-height: 15px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_links {
	float: left;
}

#footer_logos {
	float: right;
	text-align: right;
}

/* --  FOOTER  -- */


/* --  MISC CLASSES  -- */

.grey_title_bar {
	height: 25px;
	background: #79848e url(../images/bg_grey_title_bar.gif) top left no-repeat;
	overflow: hidden;
	margin: 0px 0px 4px 0px;
	font: normal 15px Arial, Verdana, sans-serif;
	color: #FFF;
}

.grey_title_bar span {
	line-height: 23px;
	padding: 0px 0px 0px 7px;
}

.input_bg {
	width: 150px;
	height: 16px;
	padding: 0px 3px;
	vertical-align: top;
}

.blue_sidebar_top {
	float: left;
	margin: 0px 0px 0px 20px !important;
	margin: 0px 0px 0px 10px;
	width: 172px;
	/*background: #606c7d url(../images/bg_sidebar_top.gif) top left no-repeat;*/
}

.blue_sidebar_btm {
	/*background: url(../images/bg_sidebar_btm.gif) bottom left no-repeat;*/
	height: auto !important;
	height: 475px;
	min-height: 475px;
	color: #000;
	padding: 10px 13px;
}

.blue_sidebar_btm a, .blue_sidebar_btm a:link, .blue_sidebar_btm a:visited, .blue_sidebar_btm a:active, .blue_sidebar_btm a:hover {
	color: #000;
}

.sidebar_title {
	font: bold 16px Arial, Verdana, sans-serif;
	border-bottom: 3px solid #393939;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 7px 0px;
}

.padded_content {
	clear: both;
	/* overflow: hidden; */
	padding: 5px;
	/* position: relative; */
}

.contact_map {
	float: right;
	margin: 0px 0px 0px 10px;
}

.clearer {
	height: 1px;
	line-height: 1px;
	font: normal 1px sans-serif;
	clear: both;
}

/* --  MISC CLASSES  -- */