﻿/* ELEVATOR WORLD LAYOUT */

html, body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #404040;
	background-image: url(/App_Themes/Default/images/background_repeat.jpg);
	background-repeat: repeat-x;
}
#container_body
{
	width:600px;	
}

/* TOP MENU */ 

.top_menu_home a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_home a:link, .top_menu_home a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_home.jpg);
    width: 137px;
    height: 35px;
}
.top_menu_home a:hover{
    width: 137px;
    height: 35px;
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_home.jpg) 0 -35px;
}

.top_menu_subscriptions a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_subscriptions a:link, .top_menu_subscriptions a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_subscriptions.jpg);
    width: 137px;
    height: 35px;
}
.top_menu_subscriptions a:hover{
    width: 137px;
    height: 35px;
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_subscriptions.jpg) 0 -35px;
}

.top_menu_policies a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_policies a:link, .top_menu_policies a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_policies.jpg);
    width: 136px;
    height: 35px;
}
.top_menu_policies a:hover{
    width: 136px;
    height: 35px;
    display: block;
    background:  url(/App_Themes/Default/images/top_menu/top_menu_policies.jpg) 0 -35px;
}

.top_menu_catalog a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_catalog a:link, .top_menu_catalog a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_catalog.jpg);
    width: 136px;
    height: 35px;
}
.top_menu_catalog a:hover{
    width: 136px;
    height: 35px;
    display: block;
    background:  url(/App_Themes/Default/images/top_menu/top_menu_catalog.jpg) 0 -35px;
}

.top_menu_contact a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_contact a:link, .top_menu_contact a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_contact.jpg);
    width: 136px;
    height: 35px;
}
.top_menu_contact a:hover{
    width: 136px;
    height: 35px;
    display: block;
    background:  url(/App_Themes/Default/images/top_menu/top_menu_contact.jpg) 0 -35px;
}

.top_menu_elevator_world a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_elevator_world a:link, .top_menu_elevator_world a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_elevator.jpg);
    width: 136px;
    height: 35px;
}
.top_menu_elevator_world a:hover{
    width: 136px;
    height: 35px;
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_elevator.jpg) 0 -35px;
}

.top_menu_subscribe a {
    height: 35px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    height: 35px;
    text-decoration: none;
}
.top_menu_subscribe a:link, .top_menu_subscribe a:visited{
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_subscribe.jpg);
    width: 136px;
    height: 35px;
}
.top_menu_subscribe a:hover{
    width: 136px;
    height: 35px;
    display: block;
    background: url(/App_Themes/Default/images/top_menu/top_menu_subscribe.jpg) 0 -35px;
}

#body_topcontainer
{
    background-image: url(/App_Themes/Default/images/body_top_border.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 955px;
	background-color: black;
	height: 10px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#body_bottomcontainer
{
    background-image: url(/App_Themes/Default/images/body_bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 955px;
	background-color: #ffffff;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

/* body items */

#left_column_header{
	background-image: url(/App_Themes/Default/images/header_underline_old.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 260px;
	height: 30px;
	color: #6f9300;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 0 0;
	margin: 0 0 0 40px;
}

#category_container{
	color: #696969;
	padding: 0;
	margin: 0 0 0 40px;
}

#category_container a:link, #category_container a:visited, #category_container a:active{
	text-decoration: none;
	color: #696969;
}

#category_container a:hover{
	text-decoration: underline;
	color: #696969;
}

#category_container ul{
	padding: 10px 0 0 18px;
	margin: 0;	
}

#category_container li{
	list-style-image:url(/App_Themes/Default/images/orange_bullet.jpg);
	font-size: 13px;
	padding: 1px 0 1px 0;
}

#right_column{
	float: left;
}

#right_column_header{
	background-image: url(/App_Themes/Default/images/header_underline.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-width: 400px;
	color: #6f9300;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 0 10px;
}

#text_container{
	width: 550px;
	color: #3a3a3a;
	font-size:13px;
	padding: 10px 0 35px 10px;
	line-height: 1.8em;
}

.display_container{
	width: 540px;
	position: relative;
	padding: 0 0 0 10px;
	clear: both;
}

.display_count{
	width: 250px;
	font-size: 13px;
	padding: 0;
	color: #3a3a3a;
}

.result_pages{
	width: 250px;
	font-size: 13px;
	padding: 0;
	color: #3a3a3a;
	float: right;
}

.result_links{
	color: #4e9200;
	padding: 0 2px 0 2px;
}

.result_links_selected{
	font-weight: bold;
	color: #4e9200;
}

.result_links a:link, .result_links a:visited{
	text-decoration: underline;
}

.result_links a:hover{
	text-decoration: none;
}


#bottom_padding{
	padding: 0 0 30px 0;
}
	
#product_container{
	width: 550px;
	margin: 2px 0 0 0;
}	

#top_border{
	background-image: url(/App_Themes/Default/images/prod_container_top.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 550px;
	height: 9px;
}

#product_column_left{
	width: 275px;
	height: 50px;
	border-left: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
}

#product_column_right{
	width: 275px;
	height: 50px;
}

#bottom_border{
	background-image: url(/App_Themes/Default/images/prod_container_bottom.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 9px;
	padding: 0 0 2px 0;
}

.prod_table{
	border-left: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
}

.prod_table td{
	width: 275px;
	height: 150px; 
	vertical-align: top;
}

.prod_border{
	border-right: solid 1px #c9c9c9;
	border-bottom: solid 1px #c9c9c9;
}

.prod_bottom_cell{
	border-right: solid 1px #c9c9c9;
}

.prod_right_border{
	border-bottom: solid 1px #c9c9c9;
}


#footer{
	clear: both;
	height: 71px;
	width: 955px;
	background-color: Black;
}

#footer_links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 20px 0 0 0;
	text-align: left;
	letter-spacing: -.01em;
}


#footer_links a:link, #footer_links a:active, #footer_links a:visited{
	color: #ffffff;	
	text-decoration: none;
	padding: 0 0 0 0;
}

#footer_links a:hover{
	color: #ffffff;
	text-decoration: underline;
}


.white_bullet{
	padding: 1px 4px 2px 4px;
}


#copyright_container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	color: #acacac;
	text-align: left;
	padding: 3px 0 0 0;
}

.copyright_class
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.05em;
	color: #acacac;
	text-align: left;
	padding: 3px 0 0 0;
	text-decoration: none;
}

#bottom_text_container{
	width: 413px;
	margin-left: 522px;
	text-align: left;
}

#credit_card_container{
	background-image:url(/App_Themes/Default/images/credit_cards.jpg);
	background-repeat: no-repeat;
	background-position: 70px center;
	padding: 0 0 0 70px;
	width: 375px;
	height: 71px;
	float: left;
}

#amex_link {
	width: 36px;
	height: 18px;
	position:relative;
	left: 0px;
	top: 26px;
}
#amex_link a {
	width: 36px;
	height: 18px;
	display:block;
}

#amex_link a span {
	visibility: hidden;
}

#visa_link {
	width: 30px;
	height: 19px;
	position:relative;
	left: 41px;
	top: 6px;
}
#visa_link a {
	width: 30px;
	height: 19px;
	display:block;
}

#visa_link a span {
	visibility: hidden;
}

#mc_link {
	width: 34px;
	height: 20px;
	position:relative;
	left: 80px;
	top: -15px;
}
#mc_link a {
	width: 34px;
	height: 20px;
	display:block;
}

#mc_link a span {
	visibility: hidden;
}

.fp_login_links
{
    color: #00458C;
    font-weight: bold;
}
    A.fp_login_links:link {color:  #00458C; text-decoration: none;}
	A.fp_login_links:visited {color: #00458C; text-decoration: none;}
	A.fp_login_links:hover {color: #00458C; text-decoration: underline;}


.prod_text
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 13px; 
}
    A.prod_text:link {color:  #00458C; text-decoration: none;}
	A.prod_text:visited {color: #00458C; text-decoration: none;}
	A.prod_text:hover {color: #00458C; text-decoration: underline;}
	
	
.title_text
{
    color: #6f9300;
    font-size: 20px;
    font-weight: bold;
}
