
/* DEFAULTS */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, ul li, form, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ul li {
	list-style-type: none;
}

a {
	color: #0082d1;
	text-decoration: none;
}

img {
	border: none;
}

#header h1.print {
	display: none;
}

/* BODY STYLE */
body {
	background: url('/images/bkg-gradient.gif') repeat-x;
	background-color: #a4a198;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #424242;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 952px;
	padding: 0 0 6px 6px;
	background: #ffffff;
}

/* HEADER */
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 945px;
	height: 101px;
	background: url('/images/header_bg.jpg') no-repeat;
	z-index: 99;
}

#header h1 {
	position: relative;
	top: 26px;
	left: 44px;
	height: 35px;
	width: 142px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 142px;
	height: 35px;
	text-indent: -9999px;
	background: url('/images/header_logo.png') no-repeat;
}

#header h2 {
	position: relative;
	top: 23px;
	left: 44px;
	height: 15px;
	width: 159px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/header_logotag.png') no-repeat;
}

ul#skiplinks {
	display: none;
}

#header #nav {
	position: absolute;
	top: 77px;
	left: 44px;
	background: url('/images/nav/bnav_bg_border.png') no-repeat left bottom;
}

#header ul {
	width: 863px;
}

#header ul.top_nav {
	position: relative;
	height: 24px;
	padding: 6px 0 0 7px;
	background: url('/images/nav/tnav_bg.png') no-repeat;
}

#header ul.top_nav li {
	float: left;
	height: 17px;
	background: url('/images/nav/tnav_cbg.png') repeat-x;
}

#header ul.top_nav a {
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
}

#header ul.top_nav li a.ourproducts {
	width: 123px;
	background: url('/images/en/nav/tnav_ourproducts.png') no-repeat;
}

#header ul.top_nav li a.accessories {
	width: 118px;
	background: url('/images/en/nav/tnav_accessories.png') no-repeat;
}

#header ul.top_nav li a.locator {
	width: 128px;
	background: url('/images/en/nav/tnav_locator.png') no-repeat;
}

#header ul.top_nav li a.service {
	width: 72px;
	background: url('/images/en/nav/tnav_service.png') no-repeat;
}

#header ul.top_nav li a.press {
	width: 72px;
	background: url('/images/en/nav/tnav_press.png') no-repeat;
}

#header ul.top_nav li a.registration {
	width: 194px;
	background: url('/images/en/nav/tnav_registration.png') no-repeat;
}

#header ul.top_nav li a.showcase {
	width: 105px;
	background: url('/images/en/nav/tnav_showcase.png') no-repeat;
}

#header ul.top_nav li a.warranties {
	width: 114px;
	background: url('/images/en/nav/tnav_warranties.png') no-repeat;
}

#header ul.top_nav li a.ourproducts_selected {
	width: 123px;
	background: url('/images/en/nav/tnav_sel_ourproducts.png') no-repeat;
}

#header ul.top_nav li a.accessories_selected {
	width: 118px;
	background: url('/images/en/nav/tnav_sel_accessories.png') no-repeat;
}

#header ul.top_nav li a.locator_selected {
	width: 128px;
	background: url('/images/en/nav/tnav_sel_locator.png') no-repeat;
}

#header ul.top_nav li a.service_selected {
	width: 72px;
	background: url('/images/en/nav/tnav_sel_service.png') no-repeat;
}

#header ul.top_nav li a.press_selected {
	width: 72px;
	background: url('/images/en/nav/tnav_sel_press.png') no-repeat;
}

#header ul.top_nav li a.registration_selected {
	width: 194px;
	background: url('/images/en/nav/tnav_sel_registration.png') no-repeat;
}

#header ul.top_nav li a.showcase_selected {
	width: 105px;
	background: url('/images/en/nav/tnav_sel_showcase.png') no-repeat;
}

#header ul.top_nav li a.warranties_selected {
	width: 114px;
	background: url('/images/en/nav/tnav_sel_warranties.png') no-repeat;
}

#header ul.top_nav li a.ourproducts:hover, #header ul.top_nav li a.ourproducts:focus {
	background: url('/images/en/nav/tnav_sel_ourproducts.png') no-repeat;
}

#header ul.top_nav li a.accessories:hover, #header ul.top_nav li a.accessories:focus {
	background: url('/images/en/nav/tnav_sel_accessories.png') no-repeat;
}

#header ul.top_nav li a.locator:hover, #header ul.top_nav li a.locator:focus {
	background: url('/images/en/nav/tnav_sel_locator.png') no-repeat;
}

#header ul.top_nav li a.service:hover, #header ul.top_nav li a.service:focus {
	background: url('/images/en/nav/tnav_sel_service.png') no-repeat;
}

#header ul.top_nav li a.press:hover, #header ul.top_nav li a.press:focus {
	background: url('/images/en/nav/tnav_sel_press.png') no-repeat;
}

#header ul.top_nav li a.registration:hover, #header ul.top_nav li a.registration:focus {
	background: url('/images/en/nav/tnav_sel_registration.png') no-repeat;
}

#header ul.top_nav li a.showcase:hover, #header ul.top_nav li a.showcase:focus {
	background: url('/images/en/nav/tnav_sel_showcase.png') no-repeat;
}

#header ul.top_nav li a.warranties:hover, #header ul.top_nav li a.warranties:focus {
	background: url('/images/en/nav/tnav_sel_warranties.png') no-repeat;
}

#header #bottom_nav {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 860px;
	margin: 0;
	padding: 0 0 4px 0;
	background: url('/images/nav/bnav_bg.png') repeat-y;
}

#header #bottom_nav ul {
	position: relative;
	margin: 0 0 0 7px;
	padding: 0;
	width: 849px;
	background: #22180e;
}

#header #bottom_nav ul.selected {
	background: #969860;
}

#header #bottom_nav ul:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header #bottom_nav ul li {
	padding: 2px 7px 0 7px;
	background: #22180e;
}

#header #bottom_nav ul li.selected, #header #bottom_nav ul li:hover, #header #bottom_nav ul li:focus {
	background: #969860;
}

#header #bottom_nav ul li a {
	display: block;
	text-indent: 0;
	overflow: auto;
	margin: 3px 0 0 0;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
}

#header ul.sec_nav {
	position: absolute;
	top: 50px;
	right: 210px;
	height: 20px;
	width: 600px;
}

#header ul.sec_nav li {
	float: right;
	padding-top: 5px;
}

#header ul.sec_nav li a {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #6d6c6a;
	margin-top: 10px;
	padding: 0px 8px 0 8px;
	background: url('/images/nav/nav_divider.png') no-repeat right;
}

#header div.country_nav {
	position: absolute;
	top: 30px;
	right: 44px;
	height: 20px;
	width: 600px;
	text-align: right;
}

#header div.country_nav a {
	font-size: 1.18em;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #6d6c6a;
}

#header form {
	position: absolute;
	top: 50px;
	right: 41px;
	margin: 0;
	padding: 0;
}

#header form fieldset {
	background: url(/images/nav/bg-searchform-fieldset.png) no-repeat;
	height: 20px;
	width: 165px;
	border: none;
}

#header form fieldset input {
	margin: 3px 0 0 8px;
	height: 13px;
	width: 130px;
	border: none;
	font-size: 1.0em;
	padding-top: 2px;
}

#header form fieldset button {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	background: url(/images/nav/button-search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#header #searchsuggest {
	width: 140px;
	background: #fff;
	border: 1px solid #000;
	margin: 1px 0 0 17px;
}

#header #searchsuggest table td.term {
	text-align: left;
	width: 110px;
	padding: 2px 3px;
}

#header #searchsuggest table td.res {
	text-align: right;
	font-weight: bold;
	width: 24px;
	padding: 2px 3px;
}

/* CONTENTS */
#contents {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
	height: 372px;
	margin-bottom: 1px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1.0em;
}

#contents #slideshow {
	position: absolute;
	top: 70px;
	left: 645px;
	text-indent: 0px;
	overflow: hidden;
}

#contents #slideshow ul li {
	float: left;
	margin: 0 3px 0 0;
}

#contents #slideshow ul li a {
	display: block;
	height: 19px;
	width: 40px;
	background: url('/images/buttons/btn_yellow_off.png');
	text-indent: -9999px;
	overflow: hidden;
}

#contents #slideshow ul li a.selected, #contents #slideshow ul li a:hover, #contents #slideshow ul li a:focus {
	background: url('/images/buttons/btn_yellow_on.png');
}

#contents #slideshow img.linkArea {
	display: block;
	width: 255px;
	height: 260px;
	border: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding: 0px;
}

/* FEATURES BAR */
#features {
	position: relative;
	height: 100px;
	width: 945px;
	margin: 0 0 1px 0;
	padding: 0;
	background: url('/images/features/features_bg.jpg');
	z-index: 99;
}

#features #largefeature {
	float: left;
	display: block;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 100px;
	width: 336px;
	margin-left: 44px;
	text-indent: -9999px;
	overflow: hidden;
}

#features ul li {
	float: left;
	border-right: 1px solid #fff;
	width: 128px;
}

#features ul li a {
	margin-top: -29px;
	display: block;
	height: 129px;
	width: 128px !important;
	text-indent: -9999px;
	overflow: hidden;
	border: none !important;
	outline: none !important;
}

#features ul li a:hover {
	margin-top: -29px;
	width: 128px !important;
	height: 129px;
	border: none !important;
	outline: none !important;
}

/* FOOTER */
#backtotop {
	text-align: right;
	margin: 5px 5px 0px 0px;
}

#footer {
	position: relative;
	font-size: 1em;
	background: #0082d1 url('/images/footer_bg.png');
	width: 945px;
	height: 18px;
	color: #fff;
	margin: 0 0 6px 0;
}

#footer a {
	color: #fff;
}

#footer p.left {
	float: left;
	margin: 4px 0 0 44px;
}

#footer p.right {
	float: right;
	position: relative;
	margin: 4px 0 0 0;
	padding-right: 100px;
}

#footer p.right a.bbb {
	position: absolute;
	top: -14px;
	right: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.jsNeeded {
	font-size: 9px;
	color: #a0a0a0;
	font-style: italic;
}

/* ENERGY STAR */
#energystar {
	position: relative;
	float: left;
	padding-top: 15px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #0082d1;
	width: 540px;
	height: 500px;
	overflow: hidden;
}

#es_header {
	float: left;
	width: 540px;
	padding-bottom: 40px;
	border-bottom: 14px solid #efe9e3;
}

#es_header img.es_icon {
	float: left;
	margin-right: 15px;
}

#es_wrapper {
	position: relative;
	float: left;
	width: 540px;
	border-top: 1px solid #0082d1;
}

#energystar h2 {
	font: normal 19px/22px "Trebuchet MS" !important;
	margin-top: 33px !important;
	margin-bottom: 5px;
	border: none;
}

#energystar h3 {
	font: normal 14px/18px "Trebuchet MS" !important;
	border: none !important;
	margin: 0 10px 0 0 !important;
	overflow: visible !important;
}

#es_products {
	float: left;
	border-top: 3px solid #0082D1;
	padding-top: 10px;
	width: 400px;
}

#es_products img.es_prodpic {
	margin-top: 20px;
}

#es_menu ul {
	float: right !important;
	width: 120px;
	padding-left: 10px;
	text-transform: uppercase !important;
	font-size: 12px !important;
}

#es_menu ul li a {
	display: block;
	padding: 3px 0 3px 4px;
}

#es_menu ul li a:hover {
	border: 1px solid #0082d1;
	padding: 2px 0 2px 3px;
}

#es_menu ul li a:hover img, #features ul li a:focus img {
	visibility: visible !important;
}

#es_menu ul li a img {
	position: absolute !important;
	visibility: hidden !important;
	top: 50px;
	left: 0;
}

/********** VIDEO LISTINGS **********/
#video_listings {
	float: left;
	width: 560px;
}

/* Reset Styles */
#video_listings ul li p {
	margin: 0;
	padding: 0;
	width: auto;
}

#video_listings ul {
	margin-top: 20px;
	width: 540px;
}

#video_listings ul li {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
	width: 540px;
	text-indent: 0;
	border: 1px solid #fff;
	overflow: hidden;
}

#video_listings ul li a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 280px;
	width: 250px;
	height: 127px !important;
	text-indent: 0;
	overflow: hidden;
}

#video_listings strong {
	display: block;
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
	border: none !important;
	font: bold 16px "Trebuchet MS", Helvetica, Arial, sans-serif !important;
	color: #666;
}

#video_listings span.time {
	display: block;
	margin-bottom: 10px;
	color: #999;
	font: normal 11px/16px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#video_listings span.summary {
	display: block;
	font: normal 11px/16px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666;
}

#video_listings span.thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 137px;
	border: 5px solid #ddd;
	text-indent: 0;
}

#video_listings span.thumb span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background: #333 url(images/video_play_button.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* Hover styles (if JS disabeld) */
#video_listingsstrong a:hover {
	color: #0082d1;
}
	
#video_listings span.thumb:hover span {
	background-color: #0082d1;
}


/* Active styles */
#video_listings li.active {
	background: #f6fbff;
	border: 1px solid #c0e7ff;
}

#video_listings li.active strong {
	color: #0082d1;
	text-decoration: none;
}

#video_listings li.active span.summary {
	color: #5c5c5c;
}

#video_listings li.active span.time {
	color: #8e8e8e;
}

#video_listings li.active span.thumb {
	border-color: #c0e7ff;
}

#video_listings li.active span.thumb span {
	background-color: #0082d1;
}