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

body {
	background:#addae1 url(../img/bg_top.jpg) 50% 0 repeat-x;
	font-family:Geneva,Verdana,Arial,Sans-Serif;
	font-size:12px;
}

img {
	border:0;
	vertical-align:middle;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:992px;
	margin:auto;
	background:url(../img/bg.jpg) 50% 0 repeat-y;
}

div#main {
	width:992px;
	padding-bottom:40px;
	margin:auto;
	background:url(../img/bg_main.jpg) 0 0 no-repeat;
}

/**
* HEADER
*/
div#header {
	height:90px;
	position:relative;
	background:url(../img/header.jpg) 11px 0 no-repeat;
}

div#header a {
	text-decoration:none;
}

div#header span.title0 {
	position:absolute;
	top:15px;
	left:20px;
	font-size:42px;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
	color:#000;
}

div#header span.title1 {
	position:absolute;
	top:55px;
	left:20px;
	font-family:Arial,Sans-Serif;
	font-size:22px;
	font-weight:bold;
	color:#ec8a0b;
}

/**
* MENU HOR
*/
div#menu_hor {
	position:relative;
	margin:0 11px;
	height:32px;
	background:url(../img/bg_menu.jpg) 0 0 repeat-x;
}

div#menu_hor ul.menu {
	margin:0;
	padding:0;
	padding-left:20px;
	list-style:none;
}

div#menu_hor ul.menu li {
	margin:0;
	padding:0;
	float:left;
}

div#menu_hor ul.menu li a {
	margin:0;
	display:block;
	width:auto !important;
	width:80px;
	text-align:center;
	height:12px; /* 32 - 10 - 10 */
	padding:10px 30px;
	font-size:12px;
	line-height:12px;
	color:#fff;
	text-decoration:none;
}

div#menu_hor ul.menu li a:hover {
	background:url(../img/bg_menu2.jpg) 0 0 repeat-x;
	color:#ffaf47;
}

div#menu_hor div#search {
	float:right;
	padding-top:5px;
	padding-right:5px;
}

div#menu_hor div#search input {
	border:1px solid #ccc;
	padding-left:4px;
	width:120px;
	color:#999;
	font-size:12px;
	height:18px;
}

div#menu_hor div.adsense {
	position:absolute;
	bottom:0;
	right:0;
	height:24px;
	background:#000;
	padding-top:8px;
}

/**
* MENU VER
*/
div#menu_ver {
	margin-left:11px;
	float:left;
	width:145px;
	padding-right:4px;
	border-right:1px dotted #ccc;
	margin-bottom:30px;
}

div#menu_ver h3 {
	margin:10px 2px;
	padding:0;
	text-align:right;
	padding-right:6px;
	color:#ec8a0b;
	border-bottom:2px solid #ec8a0b;
}

div#menu_ver ul.menu {
	margin:0;
	margin-bottom:20px;
	padding:0;
	list-style:url(../img/li.gif);
}

div#menu_ver ul.menu li {
	padding:2px;
	margin-left:20px;
}

div#menu_ver ul.menu li a {
	color:#000;
	text-decoration:none;
}

div#menu_ver ul.menu li a:hover {
	color:#ec8a0b;
}

/**
* CONTENT
*/
div#content {
	margin-right:11px !important;
	margin-right:5px;
	float:right;
	padding:10px !important;
	padding:5px;
	margin-bottom:30px;
	width:800px !important;
	width:800px;
	text-align:justify;
	position:relative;
}

a {
	color:#ec8a0b;
	text-decoration:none;
}

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

div.edito {
	border:1px dotted #ec8a0b;
	padding:6px;
	background:#fff;
}

div.edito div.details {
	font-weight:bold;
}

div.edito h2 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#ec8a0b;
}

div#content ul {
	margin:10px;
	padding-left:10px;
}

div#content ul li {
	padding:4px;
	padding-left:0;
	list-style: url(../img/li.gif);
}

/**
* FOOTER
*/
div#footer {
	height:60px;
	margin-top:-60px;
}

div#footer2 {
	margin:auto;
	width:970px;
	background:#000;
	height:60px;
	text-align:center;
	color:#fff;
	position:relative;
}

div#footer3 {
	position:absolute;
	top:0;
	left:0;
	width:970px;
	height:55px;
	padding-top:5px;
}

div#footer2 a {
	color:#ec8a0b;
	border-bottom:1px dashed #ec8a0b;
	text-decoration:none;
	font-size:14px;
}

div#footer2 a:hover {
	border-bottom:1px solid #ec8a0b;
}

/**
* LANGS
*/
div#langs {
	position:absolute;
	top:0px;
	left:20px;
}

div#langs a img {
	border:1px solid #fff;
	opacity:0.5;
}

div#langs a:hover img {
	border:1px solid #fff;
	opacity:1;
}

div#langs img.selected {
	opacity:1;
}

/**
* HEADERS
*/
h1 {
	margin:2px;
	padding:0;
	font-size:24px;
	color:#ec8a0b;
}

h2 {
	margin:0;
	padding-left:10px;
	color:#999;
	font-size:18px;
	font-style:italic;
}

/**
* FORMS
**/
input,
textarea,
select {
	border:1px solid #999;
	padding:2px;
	font-family:geneva, verdana, ans-serif;
	font-size:12px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border:1px solid #11a3ea;
}

button {
	background-image:url(../img/button_bg.png);
	border:1px solid #000000;
	color:#000000;
	cursor:pointer;
	padding:2px;
}

button:hover {
	border:1px solid #BC2A4D;
	color:#BC2A4D;
}