@charset "utf-8";
/* CSS Document */

body,td,th {
	font: normal .9em/1.4em Arial, Helvetica, sans-serif;
	color: #8C8777;
}
body {
	background-image: url(../assets/bg-main.gif);
	margin: 0;
}
a, a:visited {
	color: #09f;
	text-decoration: none;
}
a:hover {
	color: #f99;
}
h1 {
	font-size: 1.5em;
	color: #cac4b6;
	text-align: right;
	font: normal 1.5em/1.3em Arial Narrow;
}
h2 {
	font: normal 1.3em/1.5em Arial Narrow;
	color: #09f;
}
h3 {
	font-size: 1.1em;
	color: #09f;
}
#container {
	width: 680px;
	margin: 30px auto 0;
	position: relative;
}
#language {
	width: 30px;
	position: absolute;
	margin: -30px 0 0 654px;
	*margin-left: 476px;
	font-size: .75em;
}
#language a, #language a:visited {
	background: #09f;
	color: #fff;
	padding: 6px;
}
#language a:hover {
	background: #f99;
	color: #fff;
	padding: 6px;
}
#left {
	width: 180px;
	float: left;
}
#main {
	width: 485px;
	float: right;
}
ul#menu {
	list-style: none;
	margin: 0;
	width: 100%;
	float: right;
}
ul#menu li {
	display: block;
	float: right;
	font: normal .8em/4em Arial, Helvetica, sans-serif;
}
ul#menu li a, ul#menu li a:visited {
	padding: 3px 10px;
	border-right: dotted 1px #09f;
}
ul#menu li a:hover, ul#menu li a.current {
	padding: 3px 10px;
	border-right: dotted 1px #09f;
	background: #fff;
}
ul#menu li:first-child a {
	border-right: 0;
}
#logo {
	width: 178px;
	height: 178px;
	float: left;
	margin-bottom: 18px;
	background: transparent url(../assets/logo.jpg) no-repeat center top;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
#logo:hover {
	background: transparent url(../assets/logo.jpg) no-repeat center -178px;
}
#content {
	width: 90%;
	min-height: 444px;
	float: right;
	background: #fdfef9;
	border: solid 1px #efebe1;
	padding: 5%;
	position: relative;
}
#content a, #content a:visited, #footer a, #footer a:visited {
	border-bottom: dotted 1px #09f;
}
#content a:hover, #footer a:hover {
	border-bottom: dotted 1px #f99;
}
#announce {
	width: 96%;
	margin: 0 auto;
	clear: both;
	padding: 2%;
	background: #cbc5b6;
	color: #fff;
	font: normal .9em/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer {
	width: 100%;
	float: left;
	font-size: .75em;
	margin-top: 10px;
}
#map {
 	width: 437px;
	height: 260px;
	margin: 0 auto;
	border: solid 1px #efebe1;
}
.banner {
	width: 178px;
	float: left;
}
.table {
	border: solid 1px #efebe1;
	font-size: .9em;
	background: #fff;
}
/* +++++++++++++ clearfix ++++++++++++++++ */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.clear { 
	clear: both; 
}

/* +++++++++++++ clearfix ++++++++++++++++ */

