body{
	/* min-width: 1310px; */
	background-image: url(../img/bg_grey_gradient.png?s=77CC2C2F973A2D3B457BE0C4A2DB23F6BE33FC29);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	max-width: 1360px;
}
body, a{
	color: #575757;
}
a:hover, a.active, .active > a{
	text-decoration: none;
	color: #e10f21;
}
a.arrow:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	padding: 0 4px;
	background-image: url(../img/link_arrow.png?s=988F1EE03386B41031C1C6A2DBA6A7F0851E3E28);
	background-repeat: no-repeat;
}
sup {font-size: 80%; position: relative;bottom: .8ex;} /* fix for sup within tables */
#wrapper{
	background-image: url(../img/bg_wrapper.png?s=F459F92E702ED90BF7AD2F8C4B9D868BA857597F);
	background-repeat: no-repeat;
	background-position: left top;
	/*
		position: absolute;
		min-width: 1241px;
	*/
	position: relative;
	width: 1163px;
	margin-left: auto;
	margin-right: auto;
	min-height: 924px;
	display:block;
	top:0;
	left:0;
}



/*******************
	TOP
********************/

#top{
	position: relative;
	top: 32px;
	height: 95px;
}
#top #logo{
	position: absolute;
	left: 940px;
	/*right: 0;*/
}
#top .nav,
#top .language-picker{
	position: absolute;
	bottom: 4px;
}
#top .nav ul,
#top .language-picker ul{
	list-style-type: none;
}
#top .nav > ul > li,
#top .language-picker li{
	float:left;
}
#top .nav{
	left: 222px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 20.4px;
	bottom: -2px;
}
#top .nav > ul > li > a,
#top .nav > ul > li.open > a,
#top .nav > ul > li > a:hover{
	background: none;
	border: none;
}
#top .nav > ul > li.active > span{
	color: #e10f21;
}
#top .nav > ul > li:after{
	font-weight: 200;
	content: "";
	background-image: url(../img/top_nav_divider.png?s=D013696FDC74C27523519D85AF5BBA8468B371CF);
	background-repeat: no-repeat;
	width: 9px;
	height: 27px;
	display: block;
	top: 6px;
	font-size: 28px;
	margin-right: 6px;
	position: relative;
	display: inline-block;
}
#top .nav > ul > li.last:after{
	content: "";
	background-image: none;
	background-repeat: no-repeat;
}

#top .language-picker{
	left: 1086px;
}
#top ul.languages{
	padding: 0;
	width: 112px;
}
#top ul.languages > li{
	margin-left: 8px;
	position: relative;
}
/* Hover-Menu */
#top #nav-global > ul > li ul{
	display: none;
	font-size: 14.2px;
	width: 228px;
	background-color: #E6E6E6;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1.5px solid #8c8c8c;
	z-index: 65550;
	padding: 0;
	box-shadow: -6px 8px 12px -5px #6c6c6c;
}
#top #nav-global > ul > li > ul > li {
    position: relative;
}
#top #nav-global > ul > li > ul li.open > a,
#top #nav-global > ul > li > ul li.active > a,
#top #nav-global > ul > li > ul li.open > span,
#top #nav-global > ul > li > ul li.active > span{
	background-color: #FFFFFF;
	color: #e10f21;
}
#top #nav-global > ul > li > ul li > a,
#top #nav-global > ul > li > ul li > span{
	padding: 3px 16px; 
	display: block;
	width: 100%;
	height: 100%;
	border-top: 1.5px solid #8c8c8c;
}
#top #nav-global > ul > li > ul > li > ul{
	display: none;
    left: 228px;
	top: -1px;
    /* relative to its parent (outcomment 'top'): margin-top: -30px; */
    position: relative;
}
#top #nav-global > ul > li:hover > ul{ 
	display: block;
}
#top #nav-global > ul > li > ul > li:hover ul{
	display:block
}
#top #nav-global > ul > li > ul{
	left: 40px;
	position: absolute;
	top: 33px;
}
#top #nav-global > ul > li > ul > li > ul{
/* #top #nav-global > ul > li:hover > ul */
	position:absolute;
}
#nav-sec-products span {
    line-height: 155%;
}



/*******************
	MAIN
********************/

#wrapper-2{
	min-height: 560px;
	position: relative;
    top: 45px;
	/*
	top: 142px;
	position: absolute;
	*/
}
#breadcrumb{
    border-bottom: 2px solid #575757;
    height: 32px;
    left: 272px;
    letter-spacing: 1px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    position: relative;
    width: 890px;
}
#wrapper-2 > a.home-link{
    border-bottom: 2px solid #575757;
    display: block;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}
    
#breadcrumb > span{
	float: left;
}
#breadcrumb ol{
	float: left;
	padding-left: 6px;
}
#breadcrumb ol:after{
	clear: both;
}
#breadcrumb ol li{
	float: left;
	list-style-type: none;
}
#breadcrumb ol li:after{
	content: " / ";
	padding-left: 4px;
	padding-right: 8px;
}
#breadcrumb ol li.last:after{
	content: "";
	padding-left: 4px;
	padding-right: 0px;
}
#sub-nav{
	border-top: 1px solid #575757;
	position: absolute;
	margin-top: -38px;
	left: 103px;
	width: 146px;
}
#sub-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub-nav ul li{
	background-color: #E6E6E6;
	border-top: 1px solid #575757;
	border-bottom: 1px solid #575757;
	width: 100%;
	padding: 3px 5px 3px 5px;
}
#sub-nav ul li.active strong{
	font-weight: normal;
}
#sub-nav ul li.open{
    /*
    border-bottom: 4px solid #575757;
    border-top: 4px solid #575757;
    */
	color: #e10f21;
	background-color: #FFFFFF;
}
#sub-nav ul li.open > a{
	color: #e10f21;
}
#sub-nav ul li.active{
	color: #e10f21;
	background-color: #FFFFFF;
}
#sub-nav ul > li ul{
    margin: 4px -5px -4px;
	border-top: 1px solid #575757;
}
#sub-nav ul > li ul > li{
    padding-left: 18px; 
    background-color: #F8F8F8;
}
#sub-nav ul li > a{
	width: 100%;
	height: 100%;
	display: block;
}
#wrapper-3, #promos, #stage{
	position: relative;
	left: 272px;
	width: 890px;
}
#wrapper-3{
/*	min-height: 560px;*/
}

/*******************
	BOTTOM
********************/

#bottom{
	position: relative;
	left: 272px;
	width: 890px;
	margin-top: 56px;
	border-top: 2px solid #575757;
}
#footer{
	margin-top: 12px;
	margin-bottom: 32px;
}
#footer > ul{
	font-size: 14.2px;
	padding: 0;
}
#footer > ul li{
	list-style-type: none;
	float:left;
	margin-right: 20px;
}
#footer > ul li:after{
	clear: both;
}
#footer #site-info #site-info-box > div{
	float: left;
	padding-right: 40px;
}
#footer #site-info #site-info-box > div ul > li{
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
#footer #site-info #site-info-box > div ul{
	padding-left: 0;
	display: inline-block;
}
#footer #site-info #site-info-box > div ul:after{
	clear:both;
	display: block;
}
#footer #site-info #site-info-box > div > h4{
	margin-top: 0;
}
#footer #site-info #copyright{
	float:right;
	font-size: 14px;
}
#bottom .bottom-nav *{
	color: #969696;
	font-size: 14.2px;
}
#bottom .bottom-nav ul{
	list-style-type: none;
}
#bottom .bottom-nav ul{
	padding: 0;
	margin: 0;
}
#bottom .bottom-nav > ul > li{
	float:left;
	width: 160px;
	margin-right: 20px;
/*	margin-right: 122px;*/
}
#bottom .bottom-nav > ul > li:last-child{
	width: 180px;
	margin-right: 0;
	text-align:right;
}












/*******************
	VARIATIONS
********************/

/* ---- FULL TEASER ---- */
.large-image #wrapper-3,
.large-image #promo,
.large-image #stage{
	width: 1042px;
	margin-left: -137px;
}
.large-image #bottom{
	width: 1004px;
	left: 152px;
}
div.large-image{
	padding-bottom: 12px;
}