/*
http://synhetik.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffaa19;
	color: #333333;
	font: 13px Liberation Sans,Arial,sans-serif;
}

img {
	border: none;
}

hr {
	display: none;
}

a {
	color:	#444444;
	text-decoration: underline;
}

a:hover {
	color: #ffaa19;
	text-decoration: none;
}

.clear {
	clear: both;
}

/***************************************
 Structure
 **************************************/

#wrap {
	background: url("images/bg.png") repeat scroll 0 0 #333333;
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	text-align: left;
	width: 70%;
}
#header {
	height: 110px;
	padding: 59px 22px 0 40px;
	position: relative;
	background: #333333;
}

#header h1 a {
	background: url("images/logo.png") no-repeat scroll left top transparent;
	height: 267px;
	width: 79px;
	position: absolute;
	top: 0;
	/*left: -82px;*/
	left: -90px;
	display: block;
}

#header h1 a span {
	display: none;
}

#header h2 {
	color: #ffaa19;
	display: inline;
	font-size: 2.2em;
	font-weight: normal;
}

#langs {
	color:#888888;
	letter-spacing:0.02em;
	margin-top:0.3em;
}

.menu {
	font-size:0.8em;
	list-style:none outside none;
	position:absolute;
	right:10px;
	top:5px;
}
.menu li {
	display:inline;
	margin-right:1em;
}
.menu a {
	color:#BBBBBB;
	text-decoration:none;
}
.menu a:hover, .menu a.active {
	border-top: 5px solid #ffaa19;
	color: #fff;
}

#content {
	background: url("images/bg.png") repeat scroll 0 0 #333333;
	clear: both;
	margin-top: -12px;
	margin-left: -3px;
	overflow: hidden;
	padding: 2.5em 2em 0;
	position: relative;
	border: 3px solid #ffaa19;
	border-right-width: 0;
	border-bottom-width: 0;
	-moz-border-radius:1.5em 0 0 0;
	-webkit-border-radius:1.5em 0 0 0;
	border-radius:1.5em 0 0 0;
}

.box {
	background:none repeat scroll 0 0 #FFFFFF;
	padding:1.5em 2% 0.5em;
	-moz-border-radius: 0.5em; /* overridden by JS */
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	margin-bottom: 1em; /* overridden by JS */
}

.box h3 {
	/*border-bottom: 1px solid;*/
	/*font-weight: normal;*/
	/*font-size: 1.5em;*/
	/*padding-bottom: 0.4em;*/
	font-size: 2em;
	margin-bottom: 0.7em;
}

.box p {
	color:#222222;
	letter-spacing:0.01em;
	line-height:1.4em;
	margin-bottom:2em;
}

.box ul {
	margin-left:1em;
}

.box ul li {
	margin-bottom:0.8em;
}

.box.home {
	float: left;
	margin-right: 3.5%;
	width: 27%;
	height: 380px; /* overridden by JS */
}

.box.home:last-child, #rd {
	margin-right: 0;
}
.box.home ul {
	list-style: none;
	margin: 0;
}
.box.home ul li strong {
	display: block;
}
#sr h3 {
	color: #AAD400;
}
#ea h3 {
	color: #ffaa19;
}
#rd h3 {
	color: #00AAD4;
}

html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}


