/*
	$primo_colore = '#006'; // blu
	$secondo_colore = '#fabc33'; // ocra
*/

a:link {
	color: $primo_colore;
	text-decoration: none;
}
a:visited {
	color: $primo_colore;
	text-decoration: none;
}
a:hover {
	color: $secondo_colore;
	text-decoration: none;
}
a:active {
	color: $primo_colore;
	text-decoration: none;
	text-align: right;
}

body {
	background-color: #64AFCC;
	background-image: url(../img/sfondo-backgraound.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
.index{
	position:relative;
	padding:0px 0px;
	margin:0px auto;
	width:900px;
	}
.header {
	width: 900px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 210px;
	float: left;
}
.sotto_header {
	background-image: url(../img/header_sotto.jpg);
	float: left;
	height: 270px;
	width: 900px;
}
.fader {
	float: left;
	height: 270px;
	width: 880px;
	margin-left: 10px;
}
.riga_sottofader {
	background-image: url(../img/linea_sotto_fader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 3px;
	width: 900px;
}

.center {
	width: 900px;
	float: left;
	background-image: url(../img/center.jpg);
	background-repeat: repeat-y;
}

.main {
	width: 630px;
	margin-left: 230px;
	margin-top: 30px;
}
.footer {
	width: 900px;
	float: left;
	text-align: center;
	background-image: url(../img/footer.jpg);
	height: 45px;
	background-repeat: no-repeat;
	background-position: top;
}

.footer_testo {
	margin-top: 20px;
}

.separatore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: $primo_colore;
	float: left;
	width: 790px;
	height:5px;
	margin-bottom: 5px;
}

.separatore_trasparente {
	float: left;
	width: 790px;
	height:5px;
	margin-bottom: 5px;
}

.menu {
	width: 200px;
	float: left;
	margin-left: 30px;
	padding-top: 15px;
}
.menu_top{
	background-image:url(../img/top_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:15px;
}
.menu_center{
	background-image:url(../img/center_menu.jpg);
	background-repeat:repeat-y;
	background-position: top;
}
.menu_bottom{
	background-image:url(../img/bottom_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:15px;
}
.voce_menu {
	width: 150px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.voce_menu_small {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	width: 150px;
	float: left;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.div_menu {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: ;
	float: left;
	width:100%;
	background-color:$secondo_colore;
	border:1px solid $primo_colore;
}
.div_menu_select {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: ;
	float: left;
	width:100%;
	background-color:$primo_colore;
	border:1px solid $secondo_colore;
}
