@CHARSET "UTF-8";
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background:url(../img/bg.png) 0 0 repeat-x;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	color:#555;
}

a {
	color:#56a814;
	text-decoration:none;
}

a:hover {
	color:#62bc1a;
	text-decoration:underline;
}

p {
	margin:10px;
	text-indent: 6px;
	text-align: justify;
}

ul {
	margin:10px 30px;
}

li {
	list-style-image: url(../img/li.png);
}

/**
* STRUCTURE
*/
div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
}

div#main {
	margin: auto;
	width: 980px;
	position:relative;
	background:#fff;
}

/**
* MENU
*/
div#menu {
	height:49px;
	background:url(../img/menu_bg.png) 0 -49px repeat-x;
}

div#menu ul {
	margin:0;
	height:49px;
	padding-right:17px;
	float:left;
	background:url(../img/menu_bg.png) 100% -196px no-repeat;
}

div#menu ul li {
	display:inline;
}

div#menu ul li a {
	float:left;
	width:130px;
	line-height:49px;
	text-align:center;
	background:url(../img/menu_bg.png) 0 -196px no-repeat;
	color:#666;
	text-decoration:none;
}

div#menu ul li a:hover {
	color:#111;
}

div#logo {
	float:left;
	width:200px;
	height:49px;
	background:url(../img/menu_bg.png) 0 -147px repeat-x;
}

div#logo a {
	float:left;
	width:200px;
	height:49px;
	display:block;
	background:url(../img/menu_bg.png) 0 -98px no-repeat;
	text-decoration:none;
	color:#fff;
	text-align:center;
}

div#logo a:hover {
	background:url(../img/menu_bg.png) 0 -98px no-repeat;
}

div#logo a span.title0 {
	font-weight:bold;
	font-size:24px;
}

div#logo a span.title1 {
	font-weight:bold;
	font-size:12px;
}

div#logo a span.title2 {
	display:block;
	margin-top:6px;
}

div#lang {
	float:right;
	height:45px;
	line-height:22px;
	padding-top:4px;
	padding-right:26px;
	text-align:right;
	background:url(../img/menu_bg.png) 100% 0 no-repeat;
}

div#lang img {
	margin-left:6px;
}

div#lang a img {
	opacity:0.5;
	margin:0;
}

div#lang a:hover img {
	opacity:1;
}

div#lang a img.selected {
	opacity:1;
}

a.blog_link {
	color:#666;
	margin-right:6px;	
}

a.blog_link:hover {
	color:#000;
	margin-right:6px;	
}

/**
* CONTENT
*/
div#content2 {
	background:url(../img/content_bg.png) 100% 100% repeat-x;
	padding-bottom:30px;
}

div#content {
	background:url(../img/menu_bg.png) 0 -245px repeat-x;
	line-height:17px;
	padding-bottom:242px;
}

div#breadcrumbs {
	color:#aaa;
	font-size:8px;
	padding:4px 10px;
}

div#breadcrumbs a {
	color:#aaa;
	text-decoration:none;
}

div#breadcrumbs a:hover {
	color:#777;
}

div#breadcrumbs img {
	vertical-align:middle;
	margin:2px;
}

/**
* FOOTER
*/
div#footer {
	background:#303030;
	height:120px;
	margin-top:-120px;
	position:relative;
	font-family:Geneva;
}

div#footer2 {
	width:980px;
	height:228px;
	position:absolute;
	top:-132px;
	left:50%;
	margin-left:-490px;
	background:url(../img/footer_bg.png) 0 -20px repeat-x;
}

div#footer_bl {
	position:absolute;
	bottom:0;
	left:0;
	width:15px;
	height:20px;
	background:url(../img/footer_bg.png) -15px 0 no-repeat;
}

div#footer_br {
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:20px;
	background:url(../img/footer_bg.png) 0 0 no-repeat;
}

div#footer3 {
	padding-top:100px;
	text-align:center;
	color:#ccc;
}

div#footer3 a {
	color:#fff;
	text-decoration:none;
}

div#footer3 a:hover {
	text-decoration:underline;
}

div.footer_box {
	width:286px;
	padding:20px;
	margin-top:10px;
	float:left;
	color:#fff;
}

div.footer_box h4 {
	color:#f4ff04;
	font-size:22px;
	font-style:italic;
	padding-left:20px;
}

div.footer_box p {
	text-indent:0;
	margin-left:30px;
}

div.footer_box ul {
	margin-left:50px;
}

div.footer_box ul li {
	padding:3px;
	list-style-image: url(../img/li_footer.png);
}

div.footer_box a {
	color:#fff;
	text-decoration:underline;
}

div.footer_box a:hover {
	color:#f4ff04;
	text-decoration:underline;
}

/**
* HEADERS
*/
h1 {
	font-size:18px;
	padding:10px;
}

h2 {
	font-size:15px;
	padding:10px;
	color:#158e32;
}

/**
* FORMS
*/

input {
	padding:2px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	color:#000;
}

textarea {
	padding:2px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	color:#000;
}

button {
	padding:4px;
	font-size:14px;
	color:#000;
}

label {
	cursor:pointer;
}

/**
* Messages
*/
.msg_error,
.msg_success,
.msg_warning,
.msg_info {
	margin:4px 0 4px 0;
	padding:8px;
}

.msg_error li,
.msg_success li,
.msg_warning,
.msg_info li {
	list-style: none;
}

.msg_error {
	background:#ffeaea url(../img/msg_error.jpg) 2px 50% no-repeat;
	border:1px dashed #f00;
	color:#9a0202;
}

.msg_warning {
	background:#FFFCEB url(../img/msg_warning.jpg) 2px 50% no-repeat;
	border:1px dashed #FA0;
	color:#FA0;
}

.msg_success {
	background:#eaffea url(../img/msg_success.jpg) 2px 50% no-repeat;
	border:1px dashed #33d92f;
	color:#146e18;
}

.msg_info {
	background:#eaecff url(../img/msg_info.jpg) 2px 50% no-repeat;
	border:1px dashed #003cff;
	color:#1b2792;
}

.msg_error,
.msg_warning,
.msg_success,
.msg_info {
	padding:6px 10px 6px 58px;
	margin:6px 0px 6px 0px;
	border-left:0;
	border-right:0;
	font-size:14px;
}
