/* ++++++++++ Global Bits ++++++++++ */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #5d5d5d;
	font-weight: normal;
	font-style: normal;
	background-color: #f6f6f6;
}

#container_main {
	background-color: #fffeff;
	padding-top: 40px;
	padding-bottom: 90px;
	width: 100%;
}

/* ++++++++++ Header ++++++++++ */

#headerlogo {
	height: 100px;
	display: block;
	margin-bottom: 80px;
	position: relative;
	right: 4px;
}

/* ++++++++++ Navigation ++++++++++ */

#navigation {
	height: 30px;
	display: block;
	margin-bottom: 20px;
}

#navigation li {
	font-size: 	12px;
	display: block;
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
}

#navigation li:hover {
	border-bottom: 4px solid #a99fc2;
	padding-bottom: 4px;
}

#navigation li a  {
	text-decoration: none;
	color: #5d5d5d;
}

#navigation li a:hover {
}

.selected {
	border-bottom: 4px solid #a99fc2;
	padding-bottom: 4px;
}

/* ++++++++++ Footer ++++++++++ */

#footer {
	background: #f6f6f6 url(../img/bg_footer.gif) repeat-x 0 top;
	display: block;
	width: 100%;
	padding-top: 30px;
	height: 200px;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	line-height: 18px;
}

#footer p {
	margin-top: 10px;
}

/* ++++++++++ Languages ++++++++++ */

#languages {
	padding: 15px 20px;
	background-color: #f8f8f8;
	width: 120px;
	float: right;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

#languages p {
	width: 100%;
	height: 20px;
	color: #646464;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}

#languages a {
	padding: 0;
	margin: 0 5px 0 0;
}