@charset "utf-8";
body, html {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 100%;
	width: 100%;
	background-image: url(img/bg.png);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#body {
	width: 760px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	background-color: #FFF;
	border: 2px solid #CCC;
	margin-top: 10px;
}
#logo {
	width: 605px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
#language {
	width: 50px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	text-align: right;
	font-size: 11px;
}
#language a {
	color: #0092C1;
	text-decoration: none;
}
#language a:hover{
	color: #666;
	text-decoration: underline;
}
#menu {
	width: 690px;
	margin-left: 35px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#menu .on {
	background-image: url(img/button_on.png);
	float: left;
	height: 20px;
	width: 115px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
}
#menu .off {
	background-image: url(img/button_off.png);
	float: left;
	height: 20px;
	width: 115px;
	text-align: center;
	color: #666;
	text-decoration: none;
	padding-top: 7px;
}
#menu .off:hover{
	color: #0092C1;
	text-decoration: underline;
}
#servizi {
	width: 155px;
	position: absolute;
	left: 261px;
	top: 80px;
	visibility: hidden;
}
#servizi ul {
	background-image: url(img/bg_servizi.png);
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0092C1;
	border-bottom-color: #0092C1;
	border-left-color: #0092C1;
}
#servizi li {
	margin-left: -20px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#servizi a {
	color: #666;
	text-decoration: none;
}
#servizi a:hover{
	color: #0092C1;
	text-decoration: underline;
}
#portfolio {
	width: 155px;
	position: absolute;
	left: 376px;
	top: 80px;
	visibility: hidden;
}
#portfolio ul {
	background-image: url(img/bg_servizi.png);
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0092C1;
	border-bottom-color: #0092C1;
	border-left-color: #0092C1;
}
#portfolio li {
	margin-left: -20px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#portfolio a {
	color: #666;
	text-decoration: none;
}
#portfolio a:hover{
	color: #0092C1;
	text-decoration: underline;
}
#contatti {
	width: 155px;
	position: absolute;
	left: 606px;
	top: 80px;
	visibility: hidden;
}
#contatti ul {
	background-image: url(img/bg_servizi.png);
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0092C1;
	border-bottom-color: #0092C1;
	border-left-color: #0092C1;
}
#contatti li {
	margin-left: -20px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contatti a {
	color: #666;
	text-decoration: none;
}
#contatti a:hover{
	color: #0092C1;
	text-decoration: underline;
}
#title {
	width: 680px;
	margin-left: 35px;
	font-size: 17px;
	background-image: url(img/bg_title.png);
	height: 29px;
	padding-top: 10px;
	color: #FFF;
	padding-left: 10px;
	font-weight: bold;
}
#content {
	width: 670px;
	margin-left: 35px;
	padding: 10px;
	text-align: justify;
}
#content a {
	color: #0092C1;
	text-decoration: none;
}
#content a:hover{
	color: #666;
	text-decoration: underline;
}
#footer {
	width: 730px;
	text-align: center;
	padding: 15px;
	font-size: 9px;
	color: #666;
	background-image: url(img/bg_footer.png);
	height: 15px;
}
#footer a {
	font-weight: bold;
	color: #0092C1;
	text-decoration: none;
}
#footer a:hover{
	color: #666;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0092C1;
	background-color: #EEE;
	width: 100%;
	border: 1px solid #0092C1;
	padding: 2px;
	text-align: center;
	float: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0092C1;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
li {
	list-style-image: url(img/li.png);
}
.textfield {
	font-size: 11px;
	color: #0092C1;
	width: 190px;
	border: 1px solid #0092C1;
}
.textarea {
	font-size: 11px;
	color: #0092C1;
	width: 520px;
	border: 1px solid #0092C1;
}
.portfolio img {
	margin: 8px;
}

