@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*

		MAIN

*/

body {   
	font-size: 70%;
	font-family: Tahoma;
	text-align: center;
}

div#container {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	background: url(../img/page-bg.gif) left bottom repeat-x;
	position: relative;
}

#container div#page {
	width: 900px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 134px;
	text-align: left;
	position: relative;
}

/*

		HEADER
	
*/

#page div#header {
	width: 100%;
	height: 80px;
	position: relative;
}

/*		logo	*/

#header div#logo {
	width: 230px;
	height: 62px;
	position: absolute;
	left: 28px;
	top: 15px;
}

#logo h1 a, #logo h1 a:hover {
	display: block;
	width: 230px;
	height: 62px;
	text-indent: -1000em;
	background: url(../img/header-logo.png) left top no-repeat;
}

/*		langs	*/

#header div#langs {
	height: 29px;
	line-height: 29px;
	padding: 0 16px 0 16px;
	background: url(../img/langs.gif) left top repeat-x;
	position: absolute;
	right: 30px;
	top: 0;
}

#langs a, #langs a:hover {
	color: white;
}

#langs div.left, #langs div.right {
	width: 13px;
	height: 29px;
	position: absolute;
	top: 0;
}

#langs div.left {
	background: url(../img/langs-left.gif) left top no-repeat;
	left: 0;
}

#langs div.right {
	background: url(../img/langs-right.gif) left top no-repeat;
	right: 0;
}

/*		header-menu	*/

#header div#header-menu {
	position: absolute;
	right: 30px;
	top: 30px;
}

#header-menu ul {
	list-style: none;
	padding-left: 0;
}

#header-menu ul li {
	float: left;
	line-height: 45px;
	padding-right: 25px;
}

#header-menu ul li.last {
	padding-right: 0;
}

#header-menu ul li a, #header-menu ul li a:hover {
	color: #e15966;
	text-decoration: none;
}

/*

		CONTENT

*/

#page div#content {
	width: 100%;
	text-align: center;
}

#content div#flash {
	width: 895px;
	height: 386px;
	margin: 0 auto;
	text-align: center;
}

#content div#flash.shadow {
	height: 517px;
	padding-bottom: 18px;
	background: url(../img/flash-shadow-bottom.png) center bottom no-repeat;
}

#flash.shadow div#flash-bg {
	width: 895px;
	height: 517px;
	background: url(../img/flash-shadow-bg.png) center bottom no-repeat;
}

#flash embed {
	margin: 0 auto;
}

#content div#main-cont {
	width: 817px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: justify;
	color: black;
}

#main-cont a, #main-cont a:hover {
	color: black;
	text-decoration: underline;
}

#main-cont a:hover {
	text-decoration: none;
}

#main-cont span.slider {
	font-weight: bold;
	color: #B91921;
	cursor: pointer;
}

#main-cont div.download {
	width: 334px;
	height: 72px;
	float: right;
	background: url(../img/download-pdf.png) left top no-repeat;
}

.download a, .download a:hover {
	display: block;
	padding: 28px 10px 0 77px;
	line-height: 20px;
	text-align: left;
	font-size: 1em;
	color: #b91921 !important;
	text-decoration: none !important;
}

.download a:hover {
	text-decoration: underline !important;
}

/*

		FOOTER

*/

#container div#footer {
	width: 100%;
	height: 134px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*		footer projects	*/

#footer div#projects {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#projects table {
	margin: 0 auto;
}

#projects table tr td {
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
}

#footer div#footer-top-line {
	width: 900px;
	height: 2px;
	margin: 0 auto;
	background: url(../img/footer-bottom-line.gif) left top repeat-x;
}

/*		footer-bottom	*/

#footer div#footer-bottom {
	width: 900px;
	margin: 0 auto;
	padding-top: 2px;
	line-height: 33px;
	font-size: .8em;
	color: #4c4c4c;
	background: url(../img/footer-bottom-line.gif) left top repeat-x;
}

#footer-bottom ul {
	list-style: none;
	padding-left: 0;
}

#footer-bottom ul li {
	float: left;
	padding-right: 13px;
	background: url(../img/footer-menu-separator.gif) right 11px no-repeat;
}

#footer-bottom.firefox ul li, #footer-bottom.ie7 ul li {
	background: url(../img/footer-menu-separator.gif) right 12px no-repeat;
}

#footer-bottom ul li.last {
	background: none;
}

#footer-bottom ul li a, #footer-bottom ul li a:hover {
	color: #4c4c4c;
	text-decoration: none;
}

#footer-bottom ul li a:hover {
	text-decoration: underline;
}

#footer-bottom p {
	float: right;
}

#footer-bottom.ie7 p {
	position: relative;
	top: -3px;
}

#footer-bottom p img {
	position: relative;
	left: 3px;
	top: 4px;
}

#footer-bottom p a, #footer-cont p a:hover {
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

#footer-bottom p a:hover span {
	color: #d2499a;
}

#footer-bottom p a:hover span.first {
	color: #90288e;
}