@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:0px;
	margin:0px;
	background-repeat:repeat-y;
}

a {
	font-weight:bold;
	color:#004494;
	text-decoration:none;
}
a:hover {
	color:#00b1e6;
	text-decoration:underline;
}

h1, h3, h4 {
	margin:0 0 40px 0;
	padding:0px 0px 5px 0px;
}

h1 {
	font-size:24px;
	color:#00b1e6;
	border-bottom:1px solid #aeaeae;
	
}
h2 {
	font-size:18px;
	background-image:url(../img/freccia.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:5px 20px;
	margin:0 0 0 0;
	color:#004494;
}
.bacchetta {
	font-size:18px;
	background-image:url(../img/freccia.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:5px 20px;
	margin:0 0 0 0;
	cursor:pointer;
	font-weight:bold;
	color:#004494;
}
.bacchetta:hover {
	color:#00b1e6;
}


body#scuro {
	background-image:url(../img/bg-scuro1.gif);
}
body#medio {
	background-image:url(../img/bg-medio1.gif);
}
body#chiaro {
	background-image:url(../img/bg-chiaro1.gif);
}

body#scuro #right {
	background-image:url(../img/bg-scuro-r.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
body#medio #right {
	background-image:url(../img/bg-medio-r.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
body#chiaro #right {
	background-image:url(../img/bg-chiaro-r.gif);
	background-repeat:repeat-y;
	background-position:right top;
}


#wrapper {
	width:93%;
}

#left {
	width:353px;
	float:left;
}

#left #header #menu ul {
	margin:0;
	padding:130px 0 0 140px;
	list-style-type:none;
	font-weight:bold;
}
#left #header #menu ul li {
	margin:5px 0px;
	padding:0px;
}
#left #header #menu ul li a {
		background-image:url(../img/fr.gif);
		background-repeat:no-repeat;
		background-position:0 3px;
		padding:0 0 0 10px;
}
#left #header #menu ul li a:hover, #left #header #menu ul li.current a {
		background-image:url(../img/frr.gif);
		text-decoration:none;
		color:#00b1e6;
}

#scuro #left #header {
	height:352px;
	background-image:url(../img/bg-scuro.gif);
}
#scuro #left #img {
	height:352px;
	background-image:url(../img/img-scuro.gif);
}

#medio #left #header {
	height:352px;
	background-image:url(../img/bg-medio.gif);
}
#medio #left #img {
	height:352px;
	background-image:url(../img/img-medio.gif);
}

#chiaro #left #header {
	height:352px;
	background-image:url(../img/bg-chiaro.gif);
}
#chiaro #left #img {
	height:352px;
	background-image:url(../img/img-chiaro.gif);
}


#right {
	margin: 0 0 0 393px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

#right #content {
	
	padding:70px 50px 0 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	line-height:20px;
}

#right #content ul.services {
	margin:5px 0px 5px 20px;
	padding:0px;
}

#right #content ul.services li {
	margin:5px 0px;
	padding:0px;
	font-weight:bold;
	color:#004494;
}

#right #content .bacchetta-content {
	padding:5px 8px 5px 8px;
	margin:0 0 1px 0;
	color:#000000;
	background-color:#efefef;
	display:block;
}

.homepage {
		background-image:url(../img/home-page.gif);
		width:871px;
		height:770px;
}
.homepage #menuhome ul {
	margin:0;
	padding:330px 0 0 425px;
	list-style-type:none;
	font-weight:bold;
}
.homepage #menuhome ul li {
	margin:5px 0px;
	padding:0px;
}
.homepage #menuhome ul li a {
		background-image:url(../img/fr.gif);
		background-repeat:no-repeat;
		background-position:0 3px;
		padding:0 0 0 10px;
}
.homepage #menuhome ul li a:hover, #left #header #menu ul li.current a {
		background-image:url(../img/frr.gif);
		text-decoration:none;
		color:#00b1e6;
}

.back {
	float:right;
	margin:0 0 3px 0;
}

#footer {
	margin:0 0 0 15px;
}
