@CHARSET "UTF-8";

h1, h2, h3, h4 {
	margin: 0;
}

a {
	/*color: #999966;*/
	font-family: Arial, Verdana, sans-serif;
	/*font-weight: bold;*/
}

table {
	/*border-collapse: collapse;*/
}

body {
	background-color: #41270c;/*#e2d0b1;*/
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 1001px;
	min-height: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #ccc;
	background-color: #eee;
	/*color: #330;*/
	font-size: 13pt;
	font-family: sans-serif;
}

.clear {
	clear: both;
}

#page-content {
	float: left;
	padding: 3px 10px;
}

#generic-content {
	width: 1000px;
}

.float-left {
	float: left;
}

.bordered {
	border: solid 1px #ccc;
}

.shaded {
	background-color: #eee;
}

a img {border: none;}

#site-presentation {
	padding: 3px;
	margin: 3px 3px 3px 15px;
	width: 350px;
	float: left;
	border: solid 0px #ccc;
	font-size: 11pt;
	font-family: Verdana;
	/*background-color: #f7ffe7;*/
}

/* HEADER */
#header{
	border-bottom: solid 1px #ccc;
	height: 100px;
	margin-bottom: 10px;
}

#header-left{
	float: left; width: 80%; height: 70px; padding-left: 20px;
}

#header-left h1{
	/*color: rgb(223,112,0);*/
	color: #663;
	font-family: Verdana; font-size: 27pt;
}

/* LOCAL NAVIGATION */
#local-nav {
	float: left;
	width: 135px;
	min-height: 440px;
	padding: 20px 23px 0 10px;
	/*background-color: #eee;*/
	line-height: 14pt;
	border-right: solid 1px #eee;
}

#local-nav a {
	display: block;
	font-size: 15pt;
	padding: 0 0 0 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #f5f5f5;*/
	color: #663;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	text-decoration: none;
}

#local-nav a:hover {
	background-color: #996;
	color: white;
}

#local-nav #selected-nav-group {
	margin: 4px 0 4px 0;
}

#local-nav #category-items {
	padding: 4px 0 0 8px;
	font-size: 10pt;
}

#local-nav #selected-nav-group div {
	background-color: #f3921a;
	color: white;
	padding: 0 0 0 5px;
	font-size: 15pt;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px eee;
	font-weight: bold;
}

#local-nav #selected-nav-group .sublink {
	font-size: 12pt;
	text-align: right;
	padding: 2px 5px 2px 2px;
	font-style: italic;
}

#local-nav #selected-nav-group .selected-link, #local-nav #selected-nav-group .selected-sublink {
	background-color: #eee;
	color: #996;
	font-weight: bold;
}

#local-nav #selected-nav-group .selected-sublink {
	font-size: 12pt;
	text-align: right;
	padding: 2px 5px 2px 2px;
	font-style: italic;
}

/* Breadcrumb */
.breadcrumb {
	background-color: #eee;
}

/* Links */
a.button-link {
	text-decoration: none;
	padding: 1px;
	background-color: #eee;
	border: solid 1px #ccc;
}

a.button-link:hover {
	background-color: #009900;
	color: white;
}

.lang-flag
{
	width:40px;
	height:20px;
}
