html, body {
	margin:0;
	padding:0;
	background:#d9dadb;
}

div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color:#333;
}

h1 {
	color: #333;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #333;
	font-weight: bold;		
}


h3 {
	color: #333;
	font-weight: bold;		
}

h4 {
	color: #333;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration:underline;
}

a:active {
	color: #333;
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}

/* basic */
#background {
	width: 100%;
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

#sitecontainer {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#site {	
	width: 1000px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

*html #site {
	padding: 0;
}


/* head */ 
#head {
	background:#fff;
	float:left;
	width:1000px;
	height:135px;
	margin:8px 0;
	position:relative;
	z-index:100;
}

#head .logo {
	position:absolute;
	top:18px;
	left:18px;
	width:127px;
	height:63px;
	overflow:hidden;
	z-index:101;
}

#head .languages {
	position:absolute;
	top:66px;
	right:250px;
	z-index:12;
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#head .languages a {
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#head .star {
	position:absolute;
	top:5px;
	right:18px;
	z-index:103;
}

#metanav {
	width: 900px;
	height: 25px;
	overflow: visible;
	position: absolute;
	left: 18px;
	top: 108px;
	z-index: 500;
}

#metanav ul {
	width: 900px;
	height: 25px;
	list-style: none;
	overflow: visible;
}

#metanav ul li {
	background: none;
	display: block;
	height: 25px;
	overflow: visible;
	padding: 0;
	position: relative;
	float: left;
	color:#707173;
}

#metanav ul li.separator {
	display: block;
	height: 25px;
	width:50px;
	overflow: hidden;
	float: left;
}

#metanav ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding:1px 0 0 0;
	_padding:0;
	height:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#707173 !important;
	text-decoration:none !important;
}

#metanav ul li a:hover {
	color:#e2001a !important;
}

#metanav ul li a.active {
	color:#e2001a !important;
}

#metanav ul li span {
	display: block;
	float:left;
	padding:0 6px;
}

#metanav ul li.active a {
	font-weight:bold;
}

#metanav ul li.sfhover ul {
	left:0px;
}

#metanav ul li ul {
	background:#fff;
	position: absolute;
	top: 27px;
	left: -9999em;
	overflow: hidden;
	padding:2px 0 0 0;
	width: 180px;
	height: auto;
	border-left:2px solid #D9DADB;
	border-right:2px solid #D9DADB;
	border-bottom:2px solid #D9DADB;
}

#metanav ul li.active ul {
	border-top:2px solid #e2001a;
}

* html #metanav ul li ul {
	background: #fff;
}


#metanav ul li ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	padding:1px 0 1px 10px;
	border-bottom:1px solid #e8e8e8;
	width:180px;
	height:22px;
}

#metanav ul li.sfhover ul li a {
	background:url(/static/img/greyarrow.gif) no-repeat left 7px;
	color:#666;
	cursor:pointer;
	display:block;
	margin:0;
	overflow:hidden;
	padding:0 0 0 11px;
	position:relative;
	text-decoration:none;
	line-height:20px;
	width:160px;
	font-weight:normal;
}

#metanav ul li.sfhover ul li a:hover {
	background:url(/static/img/redarrow.gif) no-repeat left 7px;
	color:#E2001A;
}

#content {
	background:#fff url(/static/img/sidebar_bg.png) bottom right no-repeat;
	float:left;
	width:1000px;
	min-height:540px;
	_height:expression(document.body.clientHeight < 540? "540px": "auto" );
}

#sidebar {
	float:left;
	width:206px;
}

#sidebar .head {
	float:left;
	width:206px;
	height:19px;
	overflow:hidden;
	background:#e2001a;
}

#sidebar .head h2 {
	color:#fff;
	padding:2px 0 2px 18px;
}

#sidebar .image_teaser {
	float:left;
	width:170px;
	padding:18px 18px 0 18px;
}

#sidebar .news_teaser {
	float:left;
	width:170px;
	padding:18px 18px 0 18px;
}

#sidebar .news_teaser .news {
	float:left;
	overflow:hidden;
	width:170px;
	cursor:pointer;
}

#sidebar .news_teaser .head {
	background:none;
	float:left;
	width:170px;
	height:19px;
	overflow:hidden;
}

#sidebar .news_teaser .head a {
	color:#e2001a;
	text-decoration:none;
}

#sidebar .news_teaser .head h2 {
	color:#e2001a;
	padding:2px 0 2px 0;
}

#sidebar .news_teaser .content {
	background:none;
	float:left;
	width:170px;
	padding:0 0 18px 0;
	overflow:hidden;
}

#footer {
	float:left;
	width:982px;
	height:20px;
	padding:8px 0 0 18px;
	overflow:hidden;
}

#footer a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#footer .left {
	float:left;
	width:450px;
	height:20px;
	text-align:left;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#footer .right {
	float:left;
	width:300px;
	height:20px;
	text-align:right;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

