@CHARSET "ISO-8859-1";

/* Set some defaults */
div {
	position: relative;
}

body {
	padding-left: 5px; padding-right: 5px;
	background-image: url("/img/template/background.png");
	background-repeat: repeat-x;  
	background-color: #EBF5D6;
}

/* Default Content Styles */
.nav_heading {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	}
	
.nav_item {
	margin: 5px 0px 0px 10px;
	font-size: 1.3em;
	text-decoration: underline;
	}

div.page_navigation {
	text-align: center;
}

div.page_navigation span.current {
	display: inline-block;
	width: 1.2em;
	padding: 1px; 
	text-decoration: none;	
	}
	
div.page_navigation a {
	display: inline-block;
	width: 1.2em;
	padding: 1px; 
	text-decoration: none;
	}
	
div.page_navigation a:hover {
	padding: 0px;
	border: 1px solid #EBF5D6;
	}
	
/* Generic Classes */
.inline_block {
	display: inline-table;
	display: inline-block;
}

.clearfloats {
	clear: both;
/*	border: 1px solid yellow; */
	padding: 1px;
}

/* Main template styles */
/* Top Login Bar */
#tpl_login_bar {
	height: 1.5em;
	clear: both;
	text-align: center;
	font-size: 1.3em;
	}

/* Top Logo Bar */
#tpl_logo_bar {
	clear: both;
	height: 93px;
	}

#tpl_logo_bg {
		position: absolute;
		top: 0px; left: 0px; z-index: 1;
		width: 100%; height: 93px;
	}

#tpl_logo_shadow_tl, #tpl_logo_shadow_tr,
#tpl_logo_shadow_bl, #tpl_logo_shadow_br {
		position: absolute;
		width: 7px; height: 7px;
		background-image: url("/img/template/shadow_corners.png");
		background-repeat: no-repeat;
	}
	
	#tpl_logo_shadow_tl {
		top: 0px; left: 0px;
	}
	
	#tpl_logo_shadow_tr {
		top: 0px; right: 0px;
		background-position: -8px 0px;
	}
	
	#tpl_logo_shadow_bl {
		bottom: 0px; left: 0px;
		background-position: 0px -8px;
		}
		
	#tpl_logo_shadow_br {
		bottom: 0px; right: 0px;
		background-position: -8px -8px;
	}
	
#tpl_logo_shadow_top, #tpl_logo_shadow_bottom {
		margin: 0px 7px 0px 7px;
		height: 7px;
		background-image: url("/img/template/horizontal_shadow.png");
		background-repeat: repeat-x;
		overflow: hidden;
	}
	#tpl_logo_shadow_bottom {
			background-position: 0px -8px;
		}

#tpl_logo_shadow_left, #tpl_logo_shadow_right {
		position: absolute;
		width: 7px; height: 79px;
		background-image: url("/img/template/vertical_shadow.png");
		background-repeat: repeat-y;
	}
	#tpl_logo_shadow_left {
			top: 7px; left: 0px;
		}
	#tpl_logo_shadow_right {
			top: 7px; right: 0px;
			background-position: -8px 0px;
		}

#tpl_logo_bg1, #tpl_logo_bg2 {
		position: absolute; top: 7px; z-index: 2;
		width: 5px; height: 79px;
		background-image: url("/img/template/top_bar.jpg");
	}
	#tpl_logo_bg1 {
			left: 7px;
		}
	#tpl_logo_bg2 {
			right: 7px;
			background-position: -495px 0px;
		}

#tpl_logo_img {
		margin: 0px 7px 0px 7px;
		z-index: 1;
		height: 79px;
		overflow: hidden;
	}

#tpl_logo_img img {
	position: absolute;
	top: 0px; left: -5%;
	width: 110%; height: 79px;
}
	
#tpl_logo_stripes {
		position: absolute;		
		top: 7px; right: 7px; z-index: 2;
		width: 45%; height: 79px;
		background-image: url("/img/template/line_overlay.png");
		background-position: 0px -79px;
		background-repeat: repeat-x;
	}
	
#tpl_logo_stripes_end {
		position: relative;
		left: -79px; width: 79px; height: 79px;
		background-image: url("/img/template/line_overlay.png"); 
	}
		

#tpl_logo {
	position: absolute;
	top: -15px; left: -5px; z-index: 2;
	width: 391px; height: 93px; 
	}

#tpl_efi_logo_text {
	position: relative; top: -10px;
}

#tpl_motto {
	position: absolute;
	left: 77px; top: 81px;
	font-size: 11px;
	color: white;
	font-weight: normal;
	white-space: nowrap;
}


#tpl_logo_nav {
	position: relative;
	left: -12px; z-index: 2;
	height: 93px;
	margin-left: 48%;
	width: 52%;
	text-align: right;
	}
	
#tpl_logo_nav div.tpl_logo_nav_box {
	float: left;
	width: 32%;
	text-align: center;
	padding-right: 2px;
	white-space: nowrap;
}

#tpl_logo_nav a {
	color: black;
	text-decoration: none;
	}
	
#tpl_logo_nav a:hover {
	color: black;
	text-decoration: none;	
	}
	
#tpl_logo_nav div.tpl_logo_nav_valign {
		width: 1px; height: 93px;
		vertical-align: middle;
	}
	
#tpl_logo_nav div.tpl_logo_nav_icon {
	/*
		width: 25px;
		background-repeat: no-repeat;
		background-position: 0px 36px;
	*/		
		width: 1px; height: 93px;
		vertical-align: middle;
	}
	
#tpl_logo_nav div.tpl_logo_nav_block {
		white-space: nowrap;
		vertical-align: middle;
		text-align: left;
	}
	
#tpl_logo_nav div.tpl_logo_nav_block span.tpl_logo_nav_heading {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFCC;
	margin: 0px 0px 0px 0px;
}





/* Top Navigation Bar */
#tpl_nav_bar {
	clear: both;
	width: 100%; height: 76px;
	}

#tpl_nav_menu {
		margin-right: 150px;
		padding: 0px 3px 0px 3px;
		color: #586B2E;
	}
	
#tpl_nav_menu div.tpl_nav_block {
		float: left;
		width: 24%;
		text-align: center;
		margin-top: 15px;
		padding: 1px;
	}
	
#tpl_nav_menu div.tpl_nav_block:hover {
		padding: 0px;
		border: 1px solid #ECF6D7;
		cursor: pointer;
	}

#tpl_nav_menu a {
	color: #586B2E;
	text-decoration: none;
}

#tpl_nav_menu a:hover {
	text-decoration: none;
}

#tpl_nav_menu div.tpl_nav_icon {
	/*
		width: 35px;
		background-repeat: no-repeat;
		background-position: 0% 50%;
	*/
		width: 1px; height: 30px;
		vertical-align:  middle;
	}
	
#tpl_nav_menu div.tpl_nav_text {
		white-space: nowrap;
		text-align: left;
		vertical-align: middle;
	}
	
#tpl_nav_menu span.tpl_nav_title {
		font-size: 2em;
	}
	
#tpl_nav_cart {
		position: absolute;
		top: 0px; right: 0px;
		width: 150px; height: 70px;
		margin: 3px;
		padding-left: 5px;
		font-size: 1.1em;
		border-left: 1px solid #586B2E;
	}




/* Main Template Body Box */

#tpl_body_box {
	clear: both;
	width: 100%;
	}

#tpl_body_box_tl, #tpl_body_box_tr, #tpl_body_box_bl, #tpl_body_box_br {
		position: absolute;
		width: 17px; height: 17px;
		background-image: url("/img/template/rr_shadow_corners.png");
		background-repeat: no-repeat;
	}
	#tpl_body_box_tl {
		top: 0px; left: 0px;
	}
	#tpl_body_box_tr {
		top: 0px; right: 0px;
		background-position: -17px 0px;
	}
	#tpl_body_box_bl {
		bottom: 0px; left: 0px;
		background-position: 0px -17px;
	}
	#tpl_body_box_br {
		bottom: 0px; right: 0px;
		background-position: -17px -17px;
	}
	
#tpl_body_box_top, #tpl_body_box_bottom {
	height: 7px;
	margin: 0px 17px 0px 17px;
	background-image: url("/img/template/horizontal_shadow.png");
	background-repeat: repeat-x;
	overflow: hidden;
}
#tpl_body_box_bottom {
	background-position: 0px -8px;
}

div.tpl_body_box_filler {
	height: 10px;
	margin: 0px 17px 0px 17px;
	background-color: #ECF6D7;
	overflow: hidden;
}

div.tpl_body_box_filler_bottom {
	height: 10px;
	margin: 0px 17px 0px 17px;
	background-color: white;
	overflow: hidden;
}

#tpl_body_box_main_filler {
	height: 10px;
	width: 240px;
	float: left;
	background-color: white;	
	margin-right: 10px;
	padding-right: 5px;
	border-right: 1px solid #ECF6D7;	
}

#tpl_body_box_left, #tpl_body_box_right {
	width: 100%;
	background-image: url("/img/template/vertical_shadow.png");
	background-repeat: repeat-y;
}
#tpl_body_box_right {
	background-position: 100% 0px;
}


#tpl_body_box_body { 
	margin: 0px 7px 0px 7px;
	background-color: white;
}

/* Main Template Body Box Left Sidebar */

#tpl_body_sidebar {
	float: left;
	width: 240px;
	margin: -2px 0px 3px 10px;
	padding-right: 5px;
	border-right: 1px solid #ECF6D7;
	}


/* Main Template Body Box Main Content */
#tpl_body_content {
	margin-left: 256px;
	}

#tpl_green_bar {
	background-color: #ECF6D7;
	}

#tpl_green_bar_contents {
	position: relative; top: -5px; padding-bottom: 5px;
}

#tpl_search {
	z-index: 1;
	margin-left: 5px;
}

#tpl_search #tpl_search_input {
	background-image: url("/img/template/magnifier.png");
	background-repeat: no-repeat;
	background-position: 2% 50%;
	padding: 3px 5px 3px 25px;
	font-family: tahoma, arial, sans-serif; font-size: 1.4em;
	letter-spacing: 0.1em;
	vertical-align: middle;
	width: 225px;
	}
	
#tpl_search #tpl_search_button {
	margin-left: 5px;
	font-size: 1.4em;
	vertical-align: middle;
	}
	
#tpl_site_version {
	float: right;
	z-index: 2;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #C0D0B0;
	cursor: pointer;
	}

#tpl_site_version:hover {
	border: 1px solid #999999;
	background-color: white;
	}
	
#tpl_site_version img {
	vertical-align: middle;
	margin: 0px 1px 0px 2px;
	}
	
#tpl_share_actions {
	float: right;
	padding: 3px 0px 3px 0px;
	z-index: 2;
	border-bottom: 1px solid #ECF6D7;
	font-size: 1.1em;
}

#tpl_share_actions li {
	display: inline;
	padding: 5px 5px 5px 5px;
}

#tpl_share_actions li img {
	vertical-align: middle;
}

#tpl_share_actions li a {
	text-decoration: none;
}

#tpl_breadcrumbs {
	z-index: 1;
	font-size: 1.1em;
	padding: 3px 0px 3px 0px;
	}
	
#tpl_content {
	clear: right;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

/* Page Footer */
#tpl_footer {
	clear: both;
	}

#tpl_footer_major_nav {
	text-align: center;
	margin: 3px 0px 3px 0px;
	font-size: 1.5em;
	font-weight: bold;
}

/* */

div.legacy_img {
	width: 200px; height: 200px;
/*	background-color: #FFFFCC;
	border: 2px solid #EBF5D6; */
	text-align: center;
	float: left;
	}

div.product_list_item {
	clear: left;
	padding-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #EBF5D6;
	
	}
	
div.product_list_brand {
	font-size: 1.2em;
	}

div.product_list_brand a {
	color: black;
	text-decoration: none;
}

div.product_list_name {
	font-size: 1.5em;
	}

div.product_list_img {
	margin: 0px 5px 5px 0px;
	}
	
div.product_list_subpages p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
	
div.product_list_subpages table {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	}
	
div.product_list_subpages table tr td {
	padding: 0px;
	vertical-align: top;
	border-width: 0px;
	}
	
div.product_list_subpages table tr td ul {
	
}

table.product_list_ws_director {
	width: 100%;
}

table.product_list_ws_director tr td {
	clear: both;
	width: 50%;
	vertical-align: top;
	padding: 5px;	
}

div.product_list_summary {
	text-align: justify;
	z-index: 0;
}

div.product_list_more_info {
	width: 100%;
	text-align: right;
}

/* Popup Styles */
div.popup {
	position: absolute;
	top: 20px;
	z-index: 1000;
}

#popup_login {
	background-color: white;
	border: 1px solid black;
	padding: 10px;
}

#popup_login table {
	border-width: 0px;
}

#popup_login table td {
	border-width: 0px;
}

#popup_site_version {
	background-color: white;
	border: 1px solid black;
	width: 200px;
	}
	
.popup_site_version_item {
	clear: left;
	margin: 2px 3px 2px 3px;
	padding: 1px 1px 1px 1px;
	border: 1px solid white;
	height: 16px;
	cursor: pointer;
	}	

.popup_site_version_item:hover {
	border: 1px solid black;
	background-color: #CCCCFF;
	}

.popup_site_version_item a {
	text-decoration: none;
	color: black;
}

.popup_site_version_icons {
	float: left;
	width: 40px;
	text-align: center;
	border-right: 1px dotted #999999;
	margin-right: 2px;
	}

.popup_site_version_icons img {
	vertical-align: middle;
}
/* Hide print only */
.printonly {
	display: none;
	}
