/* style by Filippo Montanari */

@import url("reset.css");

body {
	background: #eceddd url(../images/bgr.jpg) repeat-x top;
	padding-top: 20px;
	color: #444444;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify; 
}
a {
	color: #5A5A43;
}
a:hover {
	color: #223344;
}
em { font-style: italic; }
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
}
input, textarea {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#lang {
	width: 800px;
	margin: auto;
}
#lang img {display: block; float: right; }
#container {
	margin: auto;
	width: 780px;
	border: 10px solid White;
	background: #f7f7f2 url(../images/container_bgr.gif) repeat-y;
	clear: both;
}
#header {
	background: #383f16;
	height: 105px;
}

#menu {
	background: #fbfcfc url(../images/menu_bgr.gif) repeat-x bottom;
	height: 30px;
	border-bottom: 10px solid White;
}
#menuSec {
	width: 172px;
	float: left;
}
#main {
	 width: 554px;
	 padding: 10px 20px;
	 float: right;
	 height: auto !important; height: 250px; min-height: 250px;
}
#mainWide {
	background-color: #f7f7f2;
	position: relative;
	padding: 10px 20px;
}
#footer {
	background-color: #eef2f5;
	clear: both;
	text-align: right;
	color: #445566;
	font-size: 10px;
	line-height: 27px;
	padding-right: 20px;
	border-top: 10px solid White;
}

/* MENU PRINCIPALE */
#menu li {
	float: left;
	border-right: 1px solid #afbec7;
}
#menu li a {
	color: #445566;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
	padding: 0 17px;
	display: block;
}
#menu li a:hover, #menu .active a, #footer a { color: #223344; }
#menu li.active {
	background: url(../images/menu_active_bgr.gif) repeat-x top;
}
/* MENU SECONDARIO */
#menuSec li {
	border-bottom: 1px solid #eaeada;
}
#menuSec li a {
	text-decoration: none;
	color: #5a5a43;
	line-height: 28px;
	padding: 0 20px;
	display: block;
}
#menuSec li.active {
	background: #f2f2e9 url(../images/menuSec_active_bgr.gif) repeat-x bottom;
	font-weight: bold;
}
#menuSec li a:hover {
	color: Black;
}

/* MAIN */
#main p {
	padding: 5px 0 10px 0;
}
#main th {
	font-weight: bold;
	background-color: #ECEDDD;
}
#main td {
	background-color: #F2F2E6;
}
#main li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 15px;
}

#latest {
	height: 20px;
	text-align: center;
}
#latest a {
	text-decoration: none;
	font-variant: small-caps;
}
	
.imgGallery {
	float: left;
	padding: 7px;
	display: block;
	width: 120px; height: 90px; overflow: hidden;
	text-align: center;
}
.navGallery table {
	border: none;
}
.navGallery td {
	padding: 0 5px 10px 5px;
	background-color: #f7f7f2 !important;
}

/* BACKOFFICE */
#navBackoffice {
	padding: 5px 0 15px 0;
}

/* Stuff */
address {
	padding: 0 20px 15px 20px;
	color: #333333;
}
.error {
	color: #F00;
	font-weight: bold;
	margin-bottom: 5px;
}
.notice {
	color: #093;
	font-weight: bold;
	margin-bottom: 5px;
}

.cl {
	clear: both;
}
