@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
a:link{
  color:#aaa38a;
}
a:visited{
  color:#aaa38a;
}
a:hover{
  color:#6c0f3c;
}
img{
  border:0;	
}
#container {
	margin-top:340px;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}
#flags{
   padding-left:30px;
   padding-bottom:3px;	
}
.menu {
	background-image: url(../menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Myriad Pro";
	height:32px;
	padding-right:30px;
	z-index:3;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#aaa38a;
	padding-right:20px;
	padding-left:20px;
	line-height:32px;
	font-size:15px;
	overflow:hidden;
}
.menu ul {
	padding:0;
	margin:0; 
	list-style: none;
	float:right;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover a {
	color:#aaa38a;
	background-color:#6c0f3c;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:31px;
}
.menu ul li:hover ul li a.hide {
	width:130px;
	height:20px;
	
	line-height:20px;
	padding-right:10px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.menu ul li:hover ul li:hover a.hide {
	color:#aaa38a;/*colore scritta hover*/
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#000;/*background item*/
	color:#aaa38a;/*scritta subitem*/
}
.menu ul li:hover ul li a:hover {
	background:#6c0f3c;/*background */
}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute;
	left:160px;
	top:0;
}
.title{
	font-family: "Myriad Pro";
	font-size:20px;
	color:#ebd46c;
	font-weight: bold;
	margin-bottom:15px;
}
.article{
	font-family: "Myriad Pro";
	font-size:14px;
	color:#acabab;
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}
.message{
	margin-top:45px;
   border-bottom: 1px dotted #58641f;
   padding-bottom:20px;	
}

.titles{
  color:#ebd46c;
}

.buttons{
	padding-top:10px;
	padding-right:118px;
    float:right;
    width:140px;
}

.alert{
  height:30px;
  background-color:#acabab;	
  color:#000;
  line-height:30px;
  text-align:center;
  margin-bottom:10px;
  border:1px solid #ebd46c;
}
.form{
  margin-top:45px;
  height:290px;
  border-bottom: 1px dashed #58641f;
  
}

.info{
	width:250px;
	text-align:justify;
}

#content {
	width: 860px;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:30px;
	border-right: 1px dashed #58641f;
	border-left: 1px dashed #58641f;
}

input { 
    font-size: 12px;
	color: #CCCCCC;
	border-bottom: 1px dotted #58641f;
	border-top:0;
	border-right:0;
	border-left:0;
	background:#000;
}

textarea { 
	font-size: 12px;
	color: #CCCCCC;
	border: 1px dotted #58641f;
	background:#000;
}

td{
    padding:2px;	
}
button{
   width:60px;
   height:22px;
   cursor:default;
   color:#aaa38a;
   font-size:11px;
   background-color:#000;
   border:1px solid #EBD46C;
   margin:2px;	
}

button:hover{
   color:#aaa38a;
   background-color:#6c0f3c;
   border:1px solid #EBD46C;	
}
#left {
	float: left;
	width: 425px;
}

#right {
	float: right;
	width: 425px;
}

#impagination{
   height:50px;
   line-height:50px;	
}
.gallery{
    width: 860px;
	font-family: "Myriad Pro";
	float:left;
	color:#acabab;
	text-align: justify;
	border-right-width: 1px dashed #58641f;
	border-left-width: 1px dashed #58641f;
}
#footer {
	background-image: url(../footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	padding-top:10px;
	height: 50px;
	text-align: center;
	color:#aaa48b;
	font-family: "Myriad Pro";
	font-size:11px;
}


