@charset "UTF-8";

/* {{{ Shortcuts */
div#shortcuts-list {
	display: none;
	height: 0.01em;
	overflow: hidden;
	width: 0.01em;
}
/* }}} */

/* {{{ Header */
/* header */
div#header {
	background-color: #d8d7d1;
	color: #000;
	width: 100%;
}
/* }}} */

/* {{{ Header-Link */
div#header div#header-link {
	background-color: #4f4e4f;
	color: #fff;
	height: 2em;
	width: 100%;
}
div#header div#header-link div.lateral-empty {
	background-color: #818181;
	color: #000;
	float: left;
	height: 2em;
	width: 6%;
}
div#header div#header-link div.ltr {
	background-image: url("../images/bkg-bar-gray-ltr.png");
	background-position: left;
	background-repeat: repeat-y;
	background-color: #4f4e4f;
	color: #fff;
	float: left;
	height: 2em;
	width: 4%;
}
div#header div#header-link div.content {
	background-color: #4f4e4f;
	color: #fff;
	float: left;
	height: 2em;
	line-height: 2em;
	width: 80%;
}
/* }}} */
/* {{{ Languages */
div#languages-list {
	float: left;
	width: 49%;
}
div#languages-list ul {
	margin-left: 0;
	width: 45%;
}
div#languages-list ul li {
	font-size: 0.9em;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 40%;
}
div#languages-list ul li a:link,
div#languages-list ul li a:visited,
div#languages-list ul li a:hover,
div#languages-list ul li a:active {
	background-color: #4f4e4f;
	color: #fff;
}
div#languages-list ul li.selected {
	font-style: italic;
}
/* }}} */
/* {{{ Navigation Bar */
div#header div#header-link div.content div.navigation-bar {
	float: right;
	vertical-align: middle;
}
div#header div#header-link div.content div.navigation-bar ul {
	list-style-type: none;
}
div#header div#header-link div.content div.navigation-bar ul li:first-child {
	border-left-style: none;
}
div#header div#header-link div.content div.navigation-bar ul li {
	border-left: #a5b159 0.1em dotted;
	float: left;
	height: 2em;
	text-align: center;
	vertical-align: bottom;
	width: 2em;
}
div#header div#header-link div.rtl {
	background-image: url("../images/bkg-bar-gray-rtl.png");
	background-position: right;
	background-repeat: repeat-y;
	background-color: #4f4e4f;
	color: #fff;
	float: left;
	height: 2em;
	width: 4%;
}
/* }}} */
/* {{{ Logo */
div#header div#header-logo {
	clear: both;
	height: 124px;
	width: 100%;
}
div#header div#header-logo div.lateral-empty {
	background-color: #dbdbdb;
	color: #000;
	float: left;
	height: 124px;
	width: 6%;
}
div#header div#header-logo div.lateral-border-empty {
	background-color: #d4d4d4;
	color: #000;
	float: left;
    height: 124px;
	width: 1%; /* See IE6 */
}
div#header div#header-logo div.content {
	background-color: #fff;
	color: #000;
	float: left;
	height: 124px;
	width: 86%;
}
div#header div#header-logo div.content div.homepage {
	background-image: url("../images/devise-logo-bg-white.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
div#header div#header-logo div.content div.logo {
	float: left;
	height: 124px;
	margin-left: 4%; /* See IE6 */
	min-width: 250px;
	text-align: center;
	width: 250px;
}
div#header div#header-logo div.content div.logo img {
	top: 30.5px;
	position: relative;
}
div#header div#header-logo div.content div.opening-picture {
	background-image: url("../images/devise-market-target-bg-white.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000;
	float: right;
	height: 124px;
	width: 373px;
}
/* }}} */