/* CSS Document */


/* ------------------------------------------------------------------ */
html,body{
	padding: 0;
	margin: 0;
}

body {
	background-color: #8f8b8a;
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 70%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#wrap {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 0px;
	width: 900px;
}

#main {
	margin: 0;
}

/* ------------------------------------------------------------------ */
/* TOP */

#top {
	height: 76px;
}

#top #logo {
	float: left;
	width: 308px;
	height: 65px;
	left: 0px;
	top: 0px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 15px;
}

.navigation {
	float: right;
	height: 75px;
	width: 577px;
	margin: 0;
	padding: 0px 0 0 0;
}

#top ul{
	float: right;
	list-style: none;
	margin: 45px 12px 0 0;
	padding: 0;
}

#top li {
	list-style: none;
	float: left;
	padding: 0 0px 0px 0;
	margin: 0px 0 0 0;
	text-align: center;
}

#top li a{
	/* color: #FFF; */
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 134px;
	height: 19px;
	padding: 7px 0 5px 0;
	margin: 0 0px 0 1px;
	text-align: center;
	text-transform: uppercase;
	/* background-image: url(../images/bg-navigation.gif); */
	background-position: center top;
	background-repeat: no-repeat;
}

#top li a:hover{
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 7px 0 5px 0;
	width: 134px;
	margin: 0px 0px 0 1px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/bg-navigation-active.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#top li #active{
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 0 5px 0;
	display: block;
	width: 134px;
	margin: 0px 0px 0 1px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/bg-navigation-active.gif);
	background-position: center top;
	background-repeat: no-repeat;	
}

/* ------------------------------------------------------------------ */
/* HEAD */

#head {
	width: 900px;
	margin: 0;
	height: 310px;
	padding: 0;
}

.head_menu {
	float: left;
	width: 285px;
	height: 302px;
	margin: 0px 0 0 15px;
}

.head_menu ul{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.head_menu li {
	list-style: none;
	padding: 0 0px 0px 0;
	margin: 0px 0 5px 0;
	width: 285px;
	display: block;
}

.head_menu li a{
	color: #FFF;
	font-size: 16px;
	height: 19px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 0;
	display: block;
	width: 265px;
	text-transform: uppercase;
	border-bottom: 1px solid #546b6b;
}

.head_menu li a:hover{
	color: #f9d268;
	height: 19px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #546b6b;
}

.head_menu #active{
	color: #f9d268;
	height: 19px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #546b6b;
}

#head #head_right {
	float: right;
	width: 582px;
	height: 299px;
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
}

#head #head_right img{
	border: 5px solid #FFF;
}

/* ------------------------------------------------------------------ */
/* CONTENT */

.content {
	min-height: 300px;
	width: 870px;
	background-color: #FFF;
	margin: 3px 0 0 0;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 15px 15px 15px;
}

#content_left {
	float: left;
	width: 430px;
	min-height: 100px;
	padding: 10px 5px 0 0;
}

#content_right {
	float: right;
	width: 430px;
	min-height: 100px;
	padding: 10px 0 0 5px;
}

.copyright {
	font-size: 10px;
}

/* ------------------------------------------------------------------ */
/* FORM */

table {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: -25px 0 0 0px;
	text-align: left;
	color: #3e6565;
}

#content-top #left #form{
	margin: 0 0 0 20px;
	padding: 0 0 0 0;	
}

form input[type="text"] {
	border: 1px solid #e1e1e1;
	padding: 0.3em;
	width: 385px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

form textarea {
	border: 1px solid #e1e1e1;
	padding: 0.3em;
	width: 385px;
	height: 200px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

/* ------------------------------------------------------------------ */
/* FOOTER */

.footer {
	clear: both;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}

.footer p {
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.footer p a {
	color: #fad368;
	font-size: 11px;
}

.footer p a:hover {
	color: #fad368;
	font-size: 11px;
}

.footer p a.legale {
	color: #a9d1c0;
	font-size: 10px;
}

