/* media="all" */

body {
	background: #121848 url(images/body.gif) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
hr, .hide {
	display: none;
	}
	
	
/* content */
#content {
	padding: 25px 50px 50px 25px;
	font-size: 11px;
	color: #333;
	background: #f3f3f6;
	min-height: 390px;
	margin: 0;
	position: relative;
	}
	
* html #content {
	height: 390px;
	}
	
#content p {
	line-height: 16px;
	margin: 0 0 20px 0;
	}
	
a {
	color: #5780ae;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.external_link {
	background-image: url(images/external_link.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

a.external_link:hover {
	background-image: url(images/external_link_hover.gif);
	}
	
em {
	text-transform: none !important;
	}
	
ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
	
li {
	padding-left: 15px;
	background: url(images/content_li.gif) no-repeat left 5px;
	margin: 0 0 5px 0;
	}
	
#content ol {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}
	
#content ol li {
	padding: 0;
	margin: 0 0 5px 0;
	}
	
* html ul li {
	height: 10px;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	}
	
h1 {
	color: #151c54;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 5px 0;
	}
	
h1 object {
	margin-left: -3px;
	}
	
h2, h3 {
	color: #6292b8;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	}
	
h2 object {
	margin-left: -3px;
	}
	
h3 object {
	margin-left: -3px;
	}
	
h4 object {
	margin-left: -3px;
	}
	
h4 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 20px 20px 0;
	}
	
h4 {
	margin: 0 20px 5px 0;
	color: #151c54;
	}
	
h5 {
	font-size: 14px;
	margin-bottom: 5px;
	}
	

#content .links_list  {
	min-height: 10px;
	margin-left: -15px;
	}
	
* html .links_list {
	height: 10px;
	}
	
#content .links_list li {
	display: block;
	margin: 0;
	background-position: 0 8px;
	}
	
#content .links_list a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #d0d2dd;
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #fff;	
	}
	
#content .links_list a:hover  {
	background: #141d70;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 15px;
	margin: 0;
	}
	
	
/* Links List ID */
#content #links_list  {
	min-height: 10px;
	margin-left: -15px;
	}
	
#content #links_list ul {
	display: none;
	}
	
* html #links_list {
	height: 10px;
	}
	
#content #links_list li {
	display: block;
	margin: 0;
	background-position: 0 8px;
	}
	
#content #links_list a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #d0d2dd;
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #fff;	
	}
	
#content #links_list a:hover  {
	background: #141d70;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 15px;
	margin: 0;
	}
	

/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;

	}
	
	
/* Site tools */
#sitetools {
	display: none;
	}
	
/* Header */

#header {
	background: url(images/header.gif) no-repeat center top;
	position: relative;
	height: 100px;
	}
	
#header_logo {
	display: block;
	height: 40px;
	width: 230px;
	position: absolute;
	right: 0;
	top: 45px;
	}
	
/* Locales
	
#locales {
	color: #acafc3;
	padding: 0 0 0 10px;
	}
	
#locales a{
	font-size: 10px;
	color: #fff;
	padding: 0 5px;
	text-transform: uppercase;
	}
*/

#locales {
	position: absolute;
	top: 70px;
	left: 0;
	}
	
#locales a {
	display: block;
	float: left; 
	width: 30px;
	height: 30px;
	background-position: 0 -30px;
	}
	
#locales a:hover, #locales a.selected {
	background-position: 0 0;
	}
	
#locales a strong {
	display: none;
	}
	
#locales .en {background-image: url(images/icon_en-US.gif);}
#locales .es {background-image: url(images/icon_es.gif);}
#locales .de {background-image: url(images/icon_de.gif);}
#locales .fr {background-image: url(images/icon_fr.gif);}
#locales .pg {background-image: url(images/icon_pg.gif);}
	
/* Main Menu */

#menu_container {
	height: 35px;
	background: red;
	position: relative;
	background: url(images/nav_strip.gif) no-repeat center bottom;
	z-index: 1000;
	}
	
#main_nav {
	height: 25px;
	background: #151c54 url(images/main_nav.gif);
	width: 900px;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1000;
	}
	
#main_nav_indicator {
	height: 5px;
	width: 190px;
	background: #b8bacb url(images/main_nav_indicator.gif) no-repeat right top;
	}
	
#main_nav_indicator_border {
	width: 10px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 190px;
	}
	
	
/* breadcrumb */
#breadcrumb {
	border-bottom: 1px solid #c1c5d5;
	margin-left: 25px;
	padding: 35px 0 0;
	height: 20px;
	line-height: 20px;
	color: #091858;
	font-size: 10px;
	}
	
#breadcrumb a {
	color: #091858;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	color: #028bb5;
	border-bottom: 1px solid #028bb5;
	}
	
#breadcrumb strong {
	color: #028bb5;
	font-weight: normal;
	}

/* Main */
#main {
	position: relative;
	min-height: 580px;
	padding: 0 0 0 200px;
	margin: 10px 0;
}

* html #main {
	height: 580px;
	}

/* Sidebar */
#sidebar {
	width: 190px;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #d0d2dd;
	z-index: 1000;
	display: block;
}

#sidebar_content {
	height: 430px;
	background: #d0d2dd;
	padding: 20px 0 0 0;
	}
	
#sidebar_header {
	height: 25px;
	background: url(images/sidebar_header.gif);
	border-bottom: 1px solid #fff;	
	}
	
#sidebar_header h2 {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 25px;
	padding: 0 0 0 15px;
	margin:0;
	}
	
#sidebar_header h2 a {
	color: #fff;
	text-decoration: none;
	}
	
#sidebar_footer {
	bottom: 0;
	left: 0;
	display: block;
	margin: 0;
	height: 130px;
	background: #fff;
	}
	
/* Distributors Network Tile */
#distributor_network_tile {
	width: 190px;
	height: 130px;
	background: #161d55 url(images/distributor_network_tile.gif);
	display: block;
	position: absolute;
	top: 310px;
	left: 0;
	border-top: 10px solid #fff;
	}
	
#distributor_network_tile * {
	display: none;
	}
	
#distributor_extranet_link {
	display: block;
	color: #fff;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	font-size: 10px;
	border-top: 10px solid #fff;
	background: #4a507b;
	}
	
#distributor_extranet_link:hover {
	background: #aaa url(images/main_nav_a_hover.gif);
	border-bottom: none;
	text-decoration: none;
	}


/* Sidebar recent news */

#sidebar_news {
	background: #fff;
	color: #999;
	padding: 0 0 10px;
	}
	
.sidebar_news_item {
	font-size: 10px;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px dashed #eee;
	min-height: 10px;
	}
	
* html .sidebar_news_item {
	height: 1px;
	}
	
.sidebar_news_item h5 {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	color: #333;
	}

.sidebar_news_item p {
	margin: 0;
	}
	
.sidebar_news_item a {
	color: #5780ae;
	text-decoration: none;
	}
	
.sidebar_news_item a:hover {
	background: #5780ae;
	color: #fff;
	}
	
/* Promo Strip */

#promo_strip {
	margin-top: 10px;
	height: 120px;
	background: #c3c0bd;
	position: relative;
	}
	
#promo_strip h4 {
	height: 19px;
	background: url(images/promo_strip_h4.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding: 0 40px 0 0;
	margin: 0;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	}

#promo_strip h4 a {
	color: #fff;
	text-decoration: none;
	}
	
#promo_strip h4 a:hover {
	text-decoration: underline;
	}	

/* Promo Strip Content */

#promo_content {
	width: 450px;
	height: 100px;
	background: #151c54 url(images/promo_distributors.jpg) no-repeat;
	font-size: 10px;
	position: relative;
	}
	
#promo_content a {
	display: block;
	color: #fff;
	height: 80px;
	padding: 15px 15px 0;
	text-decoration: none;
	}
	
#promo_content a:hover {
	text-decoration: underline;
	}	
	
#promo_content strong {
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0 30px 0 0;
	}
	
#promo_content strong object {
	margin-left: -3px;
	}
	
#promo_content em {
	color: #fff;
	margin: 0;
	display: block;
	font-style: normal;
	}
	
#promo_image {
	position: absolute;
	right: 0;
	top: 20px;
	border-left: 1px solid #fff;
	}

#promo_content a:hover .link_more {
  background-position: 0 -35px;
}

#promo_content .link_more {
  display: block;
  width: 120px;
  height: 35px;
  background: url(images/link_more.gif);
  margin: 0 -5px;
}

#promo_content .link_more strong {
  display: none;
}	
	
#promo_content .flag {
  position:absolute;
  width: 100px;
  height: 100px;
  background: url(images/promotion_ribbon_new_product.png);
  top: 0;
  right: 0;
}

#promo_content .promotion {background: url(images/promotion_ribbon_promotion.png);}
#promo_content .latest_news {background: url(images/promotion_ribbon_latest_news.png);}
#promo_content .product_launch {background: url(images/promotion_ribbon_product_launch.png);}
#promo_content .product_improvement {background: url(images/promotion_ribbon_product_improvement.png);}
#promo_content .product_improvement {background: url(images/promotion_ribbon_product_improvement.png);}
#promo_content .new_accessories {background: url(images/promotion_ribbon_new_accessories.png);}  
#promo_content .merchandise {background: url(images/promotion_ribbon_merchandise.png);}
#promo_content .parts_promotion {background: url(images/promotion_ribbon_parts_promotion.png);}  
	
/* Footer */
#footer {
	background: url(images/footer.gif) no-repeat top;
	height: 75px;
	margin: 10px 0 0;
	padding: 10px 5px 0;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	line-height: 16px;
	clear: both;
	position: relative;
	}
	
#footer_disclaimer {
	position: absolute;
	top: 10px;
	right: 0;
	}
	

	
#footer p {
	margin: 0;
	}
	
#footer a {
	text-decoration: none;
	color: #999;
	border: 1px solid #fff;
	border-bottom: 1px solid #eee;
	padding: 0 2px;
	}
	
#footer a:hover {
	color: #fff;
	border: 1px solid #346296;
	background: #5780ae;
	}
	
#footer_sitecredit {
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
	color: #999;	
	}
	
#footer_sitecredit a {
	text-decoration: none;
	color: #999;
	border: none;
	}
	
#footer_sitecredit a:hover {
	color: #999;
	background: none;
	border: none;
	}
	