@import "reset.css";

/* ------------------- */

#header {
	width: 100%;
	background: url(../img/header_bg.jpg) repeat-x;
	height: 95px;
	border-bottom: 2px solid #FE9732;
}

#header #content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#header #content h1 {
	background: url(../img/logo.jpg) no-repeat 0 0;
	width: 240px;
	height: 95px;
	text-indent: -900em;
	float: left;
}

#header #content ul {
	float: right;
	margin-top: 70px;
}

#header #content ul li {
	float: left;
	margin-left: 20px;
	display: inline;
}

#header #content ul li a {
	color: #00335F;
	text-decoration: none;
	font: bold 12px Arial;
	text-transform: uppercase;
}

#header #content ul li a#active, #header #content ul li a:hover {
	color: #FE9732;
}

/* -------------------- */

#banner {
	width: 100%;
	height: 302px;
	background: #f69048 url(../img/banner_bg.jpg) repeat-x;
	margin-top: 1px;
	border-bottom: 2px solid #FE9732;
	margin-bottom: 20px;
}

#banner #banner_content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------- */

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#container .banner_img {
	width: 300px;
	height: 150px;
	float: left;
	display: block;
	margin-right: 9px;
}

#container #copertura {
	background: url(../img/copertura_bg.jpg) no-repeat;
	width: 270px;
	height: 105px;
	float: right;
	margin: 0;
	padding: 45px 15px 0;
}

#container #copertura p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #999;
	margin-bottom: 5px;
}

#container #copertura p strong {
	color: #26597F;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 0;
}

#container #copertura a#button {
	background: url(../img/copertura_btn.gif) no-repeat 0 0;
	width: 140px;
	height: 29px;
	text-indent: -900em;
	display: block;
	float: right;
}

#container #copertura a#button:hover {
	background: url(../img/copertura_btn_over.gif) no-repeat;
}

/* -------------------- */

#footer {
	background-color: #D5E6F0;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#footer h2 {
	color: #666;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font: 11px Arial;
}

/* ------------------- */

#container #colSx {
	width: 240px;
	float: left;
}

#container #colSx #main_menu {
	background-color: #D5E6F0;
	padding: 10px;
	margin-bottom: 10px;
}

#container #colSx #main_menu ul {
	width: 220px;
}

#container #colSx #main_menu ul li {
	border-bottom: 1px solid #BBD6E4;
	height: 22px;
	padding-top: 8px;
}

#container #colSx .banner {
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

/* ------------------- */