/* global styles */
body {
	background-color:white;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

#sitecontainer {
 	background:url('/images/bgr_repeat.gif') repeat-y;
	width:1024px;
	margin:0 auto;
}

#sitecontainer2 {
 	background:url('/images/bgr.png') no-repeat;
	/*height:593px;*/
}

#mainmenu {
	margin-left:73px;
	padding-top:37px;
	position:relative;
	/*z-index:999999;*/
}

#mainmenucontainer {
	height:45px;
	position:relative;
	width:900px;
	font-size:16px;
}

#slider {
	position:relative;
	margin-left:74px;
	width:869px;
}

#main {
	padding-top:35px;
	padding-left:73px;
	padding-bottom:20px;
	background:url('/images/bgr_lower.jpg') bottom left no-repeat;
	width:869px;
	overflow:hidden;
}

#maincontainer {
	width:869px;
}

.contentcontainer {
	padding-left:44px;
	padding-right:25px;
	width:800px;
}

#footer {
	background:url('/images/bgr_footer.png') bottom left no-repeat;
	width:872px;
	height:43px;
	margin-left:72px;
}

.details {
	;
}

.divider {
	border:0;
	width:875px;
	height:2px;
	margin-top:13px;
	padding-top:8px;
	background:url('/images/footer_divider.jpg') no-repeat
}

#language {
	font-size:11px;
	left:815px;
	position:relative;

	top:35px;
    height:100px;
	width:117px;
text-align:right;

	z-index:9999999;
}

.tip {
	border-top:3px solid #db142a;
	padding:8px;
	background-color:#4d4d4d;
	color:white;
}

a.download {
	color: #D9161A;
}

.download .link {
	display: none;
}