@CHARSET "UTF-8";

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

sup
{
	font-size: 0.8em;
}

a
{
	color: #475881;
	outline: none;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: #eee url("img/common/body-background.jpg") left top repeat-x;
	font: 10px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#page-wrap
{
	background: url("img/common/page-wrap-background.jpg") left top no-repeat;
	margin: 0 auto 30px;
	padding-top: 5px;
	position: relative;
	top: 30px;
	width: 800px;
}

/***************************** Header */
div#header
{
	padding: 0 5px;
	width: 790px;
}

div#header h1 a
{
	background: url("img/common/logo.png") left top no-repeat;
	float: left;
	height: 85px;
	margin-left: 10px;
	text-indent: -20000px;
	width: 240px;
}

div#header h2
{
	position: absolute;
	left: -20000px;
}

div#branding
{
	float: right;
	height: 100px;
	margin-bottom: 5px;
	width: 515px;
}


/***************************** Main menu */
ul#main-menu
{
	background: url("img/common/main-menu-level1-sprite.jpg") left top no-repeat;
	clear: both;
	height: 32px;
	list-style-type: none;
	margin: 0 5px;
	width: 790px;
}

ul#main-menu li
{
	float: left;
}

ul#main-menu li a.main
{
	display: block;
	height: 32px;
	text-indent: -20000px;
}

ul#main-menu li:hover a.main, ul#main-menu li.mnlOver a.main
{
	background-image: url("img/common/main-menu-level1-sprite.jpg");
	background-repeat: no-repeat;
}

li#bt-company a.main { margin-left: 4px; width: 97px; }
li#bt-company:hover a.main, li#bt-company.mnlOver a.main { background-position: -4px -32px; }

li#bt-research a.main { margin-left: 1px; width: 160px; }
li#bt-research:hover a.main, li#bt-research.mnlOver a.main { background-position: -101px -32px; }

li#bt-intelligence a.main { width: 182px; }
li#bt-intelligence:hover a.main, li#bt-intelligence.mnlOver a.main { background-position: -262px -32px; }

li#bt-references a.main { margin-left: 2px; width: 111px; }
li#bt-references:hover a.main, li#bt-references.mnlOver a.main { background-position: -446px -32px; }

li#bt-news a.main { margin-left: 1px; width: 75px; }
li#bt-news:hover a.main, li#bt-news.mnlOver a.main { background-position: -558px -32px; }

li#bt-jobs a.main { margin-left: 1px; width: 68px; }
li#bt-jobs:hover a.main, li#bt-jobs.mnlOver a.main { background-position: -634px -32px; }

li#bt-contact a.main { margin-left: 1px; width: 85px; }
li#bt-contact:hover a.main, li#bt-contact.mnlOver a.main { background-position: -703px -32px; }


ul#main-menu ul
{
	display: none;
	list-style-type: none;
	margin-top: -4px;
	position: absolute;
	width: 250px;
	z-index: 10;
}


ul#main-menu ul li
{
	background: none;
}

ul#main-menu ul a, ul#main-menu li:hover ul a, ul#main-menu li.mnlOver ul a
{
	background: url("img/common/main-menu-level2-separator.jpg") left top no-repeat;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	height: 12px;
	line-height: 12px;
	margin-left: 2px;
	padding: 0px 6px 4px 8px;
	text-decoration: none;
}

ul#main-menu ul li.first a, ul#main-menu li:hover ul li.first a, ul#main-menu li.mnlOver ul li.first a
{
	background: none;
}

ul#main-menu ul a:hover, ul#main-menu li:hover ul a:hover, ul#main-menu li.mnlOver ul a:hover
{
	text-decoration: underline;
}

ul#main-menu li:hover ul, ul#main-menu li.mnlOver ul
{
	display: block;
}


ul#main-menu li#bt-company ul
{
	background: url("img/common/company-submenu-hover-bg.jpg") left top no-repeat;
	height: 16px;
	left: 8px;
	padding-left: 5px;
	width: 265px;
}

ul#main-menu li#bt-research ul
{
	background: url("img/common/research-submenu-hover-bg.jpg") left top no-repeat;
	height: 16px;
	left: 107px;
	padding-left: 11px;
	width: 215px;
}

ul#main-menu li#bt-intelligence ul
{
	background: url("img/common/intelligence-submenu-hover-bg.jpg") left top no-repeat;
	height: 16px;
	left: 217px;
	width: 575px;
}



/***************************** Page */
div#page
{
	background-color: #fff;
	padding-top: 5px;
	position: relative;
	width: 100%;
}

div#page a
{
	color: #f3a32b;
	font-weight: bold;
}

/***************************** North */
div#north
{
	background: url("img/common/all-north-background.jpg") left top no-repeat;
	height: 100px;
	padding-top: 3px;
	width: 100%;
}

div#north h3
{
	color: #fc9;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}

/***************************** South */
div#south
{
	background: url("img/common/all-south-background.jpg") left bottom no-repeat;
	padding-bottom: 100px;
	width: 100%;
}


/***************************** Chapter & Block */

div.chapter
{
	margin: 0 auto;
	padding: 0 10px 5px;
	text-align: justify;
	width: 580px;
}

.bold
{
	font-weight: bold;
}

div.underlined
{
	border-bottom: 1px dotted #f3a32b;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.block
{
	background: url("img/common/bullet.gif") left 7px no-repeat;
	padding-left: 10px;
}

div.chapter h4
{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

div.chapter h5
{
	font-size: 11px;
}

div.chapter .list-title
{
	background: url("img/common/bullet.gif") left 6px no-repeat;
	margin-top: 10px;
	padding-left: 10px;
}

div.chapter p
{
	padding: 2px;
}

div.chapter ul
{
	list-style-type: none;
	padding: 5px 0 5px 35px;
}

div.chapter ul.bullet-list
{
	padding-left: 20px;
}

div.chapter li
{
	margin-bottom: 2px;
}

ul.bullet-list li
{
	background: url("img/common/bullet.gif") left 5px no-repeat;
	padding-left: 10px;
}


/***************************** Footer */
div#footer
{
	background: url("img/common/all-footer-background.jpg") left top no-repeat;
	/*padding: 28px 0 20px 5px;*/
	padding: 28px 0 20px 70px;
	position: relative;
	text-align: center;
	width: 800px;
}

* html div#footer { padding-left: 40px; padding-bottom: 10px; }

div#footer span, div#footer address, div#footer a
{
	background: url("img/common/footer-separator.jpg") right 3px no-repeat;
	color: #a1a1a1;
	display: block;
	float: left;
	font-style: normal;
	line-height: 15px;
	margin-right: 10px;
	padding-right: 10px;
}

/*div#footer a#produweb*/
div#footer a
{
	background: none;
	font-size: 10px;
	margin-right: 0;
	padding-right: 0;
}

p#credits {
	clear: both;
	margin-left: 300px;
	padding-bottom: 20px;
}
p#credits, p#credits a { color: #a1a1a1; }

* html p#credits { padding-bottom: 50px; width: 300px; }

/***************************** Languages */
ul#languages
{
	background: url("img/common/languages-background.jpg") left top no-repeat;
	height: 22px;
	list-style-type: none;
	position: absolute;
	left: 743px;
	top: -27px;
	width: 52px;
}

ul#languages li
{
	float: left;
	width: 50%;
}

ul#languages li a
{
	color: #666;
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

ul#languages li a:hover
{
	text-decoration: underline;
}

