@charset "utf-8";
/* ----------------------- master elements  ----------------------- */
body {
	background: transparent url(img/bg-pattern.png) top fixed repeat-x; 
/*	background: transparent url(img/x-this_koncept_00_landingpage.png) top repeat-x; */
/*	background: transparent url(img/x-this_koncept_01_product-view.png) top repeat-x; */
	width: 100%;
	min-height: 1050px;
	position: relative;
}
h1, h2, h3 {
	display: block;
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #3e96e0;
	font-weight: normal;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}
div.clear {
	float: none;
	clear: both;
}
div#master-wrap {
	width: 964px;
	margin: 0 auto 0 auto;
}
div#header-wrap {
	display: block;
	background: transparent url(img/header-bg.png) 0 0 no-repeat;
	width: 964px;
	height: 162px;
}
div#header-wrap div.inner-wrap {
	float: none;
	clear: both;
	display: block;
	width: 964px;
	height: 125px;
}
div#header-wrap a#logo {
	display: block;
	background: transparent url(img/x-this-logo.png) 0 0 no-repeat;
	float: left;
	clear: none;
	width: 231px;
	height: 76px;
	cursor: pointer;
	margin: 37px 54px 0 26px;
}
div#header-wrap a#logo:hover {
	background: transparent url(img/x-this-logo.png) 0 -76px no-repeat;
}
div#header-wrap a#logo span {
	display: block;
	text-indent: -9000px;
}
div#user {
	display: block;
	float: right;
	clear: none;
	margin: 12px 32px 0 0;
	height: 37px;
	width: auto;
	position: relative;
}
div#user div.login {
	display: block;
	float: left;
	clear: none;
	margin: 10px 0 0 0;
}
div#user div.login a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #737373;
	text-decoration: none;
	padding: 0 12px 0 0;
	border-right: 1px solid #737373;
}
div#user div.login a:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
div#user div.language {
	display: block;
	float: left;
	clear: none;
	margin: 9px 0 0 0;
}
div#user div.language div#fe-language-select-label.fe-sel-container p.fe-sel-label {
	line-height: normal;
}
div#newsbar {
	display: block;
	background: transparent url(img/newsbar-bg.png) 0 0 no-repeat;
	float: left;
	clear: none;
	width: 621px;
	height: 33px;
	margin: 0 32px 0 0;/* 43px */
	overflow: hidden;
}
div#newsbar h3 {
	display: block;
	float: left;
	clear: none;
	font-size: 18px;
	color: #737373;
	margin: 7px 0 0 21px;
}
div#newsbar ul {
	display: block;
	float: left;
	clear: none;
	width: 454px;
	margin: 12px 9px 0 9px;
		*margin: 11px 9px 0 9px; /* ie specific */
	overflow: hidden;
	height: 14px;
	position: relative;
}
div#newsbar ul li {
	display: none;
	float: none;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	height: 14px;
	color: #737373;
	white-space: nowrap;
}
div#newsbar ul li.active {
	display: block;
}
div#newsbar a {
	display: block;
	width: 79px; /* 88 */
	height: 22px; /* 33 */
	float: left;
	clear: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
	padding: 11px 0 0 9px;
	margin-left: 6px;
}
div#newsbar a:hover {
	background: transparent url(img/newsbar-readmore-hover.png) 0 0 no-repeat;
	color: #3d3d3d;
	text-decoration: underline;
}
/* ----------------------- navigation  ----------------------- */
div#navigation {
	display: block;
	width: 948px;
	margin: 0 4px 0 4px;
	padding: 0 0 0 8px;
}
div#navigation ul li.menu-item {
	display: block;
	float: left;
	clear: none;
	position: relative;
	z-index: 100;
	height: 37px;
}
div#navigation ul li.menu-item span.vertical-separator {
	display: inline-block;
	*display: block;
	*float: left;
	*clear: none;
	*padding-top: 12px;
	*background: transparent url(img/assets.png) 12px right no-repeat !important;
	background: transparent url(img/assets.png) top right no-repeat;
	width: 1px;
	height: 18px;
	margin: 0 4px 0 0;
	*margin: 0 4px 0 4px;
}
div#navigation ul li a.menu-head {
	display: inline-block;
	/* !IE */
	*display: block;
	*float: left;
	*clear: left;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	color: #737373;
	text-decoration: none;
	text-shadow: #ffffff 0 1px 0;
	padding: 9px 20px 10px 19px;
	*padding-bottom: 8px;
}
div#navigation ul li:hover a.menu-head,
div#navigation ul li.menu-item-hover a.menu-head{
	color: #3d3d3d;
	padding: 8px 19px 9px 18px;
	*padding-bottom: 7px;
	/* border radius */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	/* shadow */
	-webkit-box-shadow: 0px -1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px -1px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px -1px 5px rgba(50, 50, 50, 0.3);
	/* border */
	border: 1px solid #ffffff;
	border-bottom: 1px solid #cdcdcd;
	/* bg gradient */
	background-image: linear-gradient(bottom, rgb(212,212,212) 17%, rgb(232,232,232) 59%);
	background-image: -o-linear-gradient(bottom, rgb(212,212,212) 17%, rgb(232,232,232) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(212,212,212) 17%, rgb(232,232,232) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(212,212,212) 17%, rgb(232,232,232) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(212,212,212) 17%, rgb(232,232,232) 59%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(212,212,212)),
		color-stop(0.59, rgb(232,232,232))
	);
	*background-color: rgb(212,212,212);
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#d4d4d4');/*For IE7-8-9*/ 
}
div#navigation ul li a.menu-head span {
	background: transparent url(img/assets.png) 0 0 no-repeat;
	display: inline-block;
	width: 17px;
}
div#navigation ul li:hover a.menu-head span {
	background: transparent url(img/assets.png) 0 -18px no-repeat;
}
div#navigation ul li.menu-item div.menu-wrapper {
/*	display: none;*/
	width: 158px;
	position: absolute;
	/*padding: 10px 0 10px 0;*/
	display: block;
	left: -9999px;
	/* border radius */
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	/* shadow */
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.3);
	/* border */
	border: 1px solid #ffffff;
	/* bg gradient */
	background-image: linear-gradient(bottom, rgb(230,230,230) 17%, rgb(243,243,243) 59%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 17%, rgb(243,243,243) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 17%, rgb(243,243,243) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 17%, rgb(243,243,243) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 17%, rgb(243,243,243) 59%);
	/*background-image:*/
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(230,230,230)),
		color-stop(0.59, rgb(243,243,243))
	);
	/* !IE */
	*background-color: rgb(230,230,230);
	*border: 1px solid #ffffff;
	background-color: #f3f3f3;
	*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f3f3f3', endColorstr='#e6e6e6');/*For IE7-8-9*/ 
}
div#navigation ul li.menu-item:hover div.menu-wrapper,
div#navigation ul li.menu-item-hover div.menu-wrapper {
	/*display: block;*/
	left: auto;
	z-index: inherit;
}
div#navigation ul li.menu-item div.menu-wrapper ul {
	display: block;
	float: none;
	clear: both;
	height: auto;
	width: 158px;
	padding: 10px 0 10px 0;
}
div#navigation ul li.menu-item div.menu-wrapper ul li {
	display: block;
	height: auto;
}
div#navigation ul li.menu-item div.menu-wrapper ul li a {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #737373;
	float: none;
	clear: both;
	text-decoration: none;
	width: 140px;
	padding: 5px 0 7px 18px;
	margin: 0 0 2px 0;
}
div#navigation ul li.menu-item div.menu-wrapper ul li a:hover {
	color: #ffffff;
	background: #3e96e0;
}
/* ----------------------- breadcrumbs  ----------------------- */
ul#breadcrumbs {
	display: block;
	width: 927px; /*956 */
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
    height: 29px;
	border-bottom: 1px solid #cdcdcd;
    color: #737373;
    overflow: hidden;
    padding: 0 0 0 29px;
	background-color: #ffffff;
}
ul#breadcrumbs li {
    list-style-type: none;
    float: left;
    padding: 8px 10px 0 0;
	color: #3e96e0;
}
ul#breadcrumbs li a {
    display: block;
	padding: 0 13px 0 0;
    background: transparent url(img/assets.png) right -37px no-repeat;
    text-decoration: none;
    color: #737373;
}
ul#breadcrumbs li a:hover {
    color: #3d3d3d;
	text-decoration: underline;
}
/* ----------------------- content wrapper  ----------------------- */
div#content-wrap {
	display: block;
	width: 956px;
	padding: 0 4px 36px 4px;
	background: transparent url(img/content-wrap-bg.png) 0 0 repeat-y;
	z-index: 1;
	position: relative;
}
/* ----------------------- footer wrapper  ----------------------- */
div#footer-wrap {
	display: block;
	background: transparent url(img/footer-bg.png) 0 0 no-repeat;
	width: 902px; /* 964 */
	height: 100px;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
    color: #737373;
	padding: 15px 31px 0 31px;
}
div#footer-wrap span.copyright {
	display: block;
	float: left;
	clear: left;
}
div#footer-wrap span.design {
	display: block;
	float: right;
	clear: right;
}
div#footer-wrap span.design a {
	color: #737373;
	text-decoration: none;
}
div#footer-wrap span.design a:hover {
	color: #3d3d3d;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}