@charset "utf-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0 
}

body {
	background-color:#ffffff;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
}

html {
	height:100%;
	overflow-y:scroll;
}	

#pagewrapper {
	width: 840px;
	height:100%;
	text-align:center;
	margin: 0 auto;
}

a.link1:link, a.link1:visited {
	color:#ff6600;
	text-decoration:none;
}

a.link1:hover {
	color:#803c00;
	text-decoration:none;
}

a.link2:link, a.link2:visited {
	color:#ffffff;
	text-decoration:none;
}

a.link2:hover {
	color:#ff6600;
	text-decoration:none;
	border-bottom:1px dotted #ff6600;
}

a.link3:link, a.link3:visited {
	color:#000000;
	text-decoration:none;
}

a.link3:hover {
	color:#ff6600;
	text-decoration:none;
}

a.link4:link, a.link4:visited {
	color:#ff0000;
	text-decoration:none;
}

a.link4:hover {
	color:#000000;
	text-decoration:none;
}

.team {
    
}

.team table {
    
}

a.teamOpen:link, a.teamOpen:visited {
    color:#ff6600;
	text-decoration:none;
}

a.teamOpen:hover {
    color:#803c00;
	text-decoration:none;
}

#menu_bg {
	background: url(../images/menu.png) no-repeat 0 0;
	width: 810px;
	height: 62px;
	margin: 0 auto;
	z-index:-10000;
}

ul#menu {
	float:left;
	list-style: none;
	margin-left:6px;
	margin-top:14px;
}

ul#menu li {
	display: inline;
	float:left;
	height:35px;
}

ul#menu li a.item {
	width:133px;
	height:35px;
}

.mainContentStart {
	background: url(../images/borderTextAreaStart.png) no-repeat 0 0;
	margin: 0 auto;
	padding-top:35px;
}

#mainContentContainer {
	width:792px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

.mainContent {
	background: url(../images/borderTextArea.png) repeat-y 0 0;
	width:792px;
	text-align: center;
	margin:0 auto;
}

.content {
	width:742px;
	margin:0 auto;
	text-align: left;
}

ul.content li {
	list-style:outside;
	margin-left:40px;
}

.contentIntestazione {
	color:#808080;
}

.contentTitolo {
	color:#ff6600;
}

.mainContentEnd {
	background: url(../images/borderTextAreaEnd.png) no-repeat 0 0;
	margin: 0 auto;
	padding-top:35px;
}

.objectContent {
	width:480px;
	margin:0 auto;
}

.formsContainer {
	width: 700px;
	margin: 0 auto;
	text-align:left;
}

.formsProspettiContent {
	width:700px;
	margin:0 auto;
	background:url(../cataloghi.jpg) no-repeat 99% 1%;
	/*padding: 5px;*/
	border:1px solid #FF6600;
}

.formsAppuntamentiContent {
	width:700px;
	margin:0 auto;
	background:url(../prenotazione.jpg) no-repeat 97% 3%;
	/*padding: 5px;*/
	border:1px solid #FF6600;
}

.noscript {
    border: 1px solid #F00000;
    padding: 5px;
	color: #F00000;
	font-weight: bold;
	text-transform: uppercase;
}

.formProspetti {
	color: #666666;
	margin:0 auto;
}

.formAppuntamenti {
	color: #666666;
	margin:0 auto;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
}

.green {
	width: 200px;
	padding: 2px;
	background: /*#FDFFD2*/#FFFFFF;
	border:1px solid #666666;
	color:#666666;	
}

.greenFocus {
	width: 200px;
	padding:2px;
	background: #FFFFbb;
	border:1px solid #666666;
	color: #666666;
}

.greenRequired {
	width: 200px;
	padding:2px;
	background: #FFFFbb;
	border:1px solid #F00000;
	color: #666666;
}

.labelRequired {
	color: #F00000;
}

a.selectedRight:link, a.selectedRight:visited {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #F00000;
}

a.selectedRight:hover {
	color: #666;
}

form {
	border:0;
}

.googleMap {
	width:640px;
	margin:0 auto;
}

a.closeMap:link, a.closeMap:visited {
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dotted #ff8000;
	color:#ff8000;
}

a.closeMap:hover {
	color:#803c00;
	border-bottom:1px dotted #803c00;
}

a.bigmap:link, a.bigmap:visited {
	font-size:9px;
	text-decoration:none;
	border:none;
	color:#999999;
}

a.bigmap:hover {
	color:#000000;
}

.topBorder {
    background: url(../images/top_Border.png) 0px 0px no-repeat;
    padding-top: 16px;
}

.middleBorder {
    background: url(../images/middle_Border.png) repeat-y 0px 0px;
    width: 303px;
    margin: 0 auto;
}

.bottomBorder {
    background: url(../images/bottom_Border.png) 0px 0px no-repeat;
    padding-top: 16px;
}

table.services {
	width:260px;
	height:260px;
	margin:0 auto;
	font-family:Verdana;
	font-size:12px;
	color:#999999;
}

table.services a:link, table.services a:visited {
	text-decoration:none;
	border-bottom:1px dotted #ff8000;
	color:#ff8000;
}

table.services a:hover {
	color:#803c00;
	border-bottom:1px dotted #803c00;
}

.services td.tl, .services td.br{
	height:20px;
	width:20px;
}

.services td.tl{
	background-image:url(../images/borderTopLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopLeft.png', sizingMethod='scale');
}

.services td.tc{
	background-image:url(../images/borderTopCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopCenter.png', sizingMethod='scale');
}

.services td.ml{
	background-image:url(../images/borderMiddleLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleLeft.png', sizingMethod='scale');
}

.services td.mr{
	background-image:url(../images/borderMiddleRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleRight.png', sizingMethod='scale');
}

.services td.bc{
	background-image:url(../images/borderBottomCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomCenter.png', sizingMethod='scale');
}

.services td.tr{
	background-image:url(../images/borderTopRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopRight.png', sizingMethod='scale');
}

.services td.bl{
	background-image:url(../images/borderBottomLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomLeft.png', sizingMethod='scale');
}

.services td.br{
	background-image:url(../images/borderBottomRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomRight.png', sizingMethod='scale');
}

#header {
	background: url(../images/header.png) no-repeat 0 0;
	width: 840px;
	height: 120px;
	margin: 0 auto;
	text-align:center;
	z-index:100;
}

table#headerLogos {
	width:790px;
	margin:0 auto;
	text-align: center;
	/*padding: 18px;
	margin-top: 18px;*/
}

#headerLogo a, #headerLogo img  {
	width:300px;
	height:90px;
	/*margin-left:150px;
	margin-top:20px;*/
}

#borderMiddle {
	background: url(../images/borderMiddle.png) repeat-y 0 0;
	width:840px;
	margin:0 auto;
	z-index:100;
}

#footer {
	-moz-border-radius:5px;
	width:800px;
	height:20px;
	margin:0 auto;
	font-size:10px;
	color:#ffffff;
	background-color:#006;
}

#footer table {
	width:790px;
}	

#footer td.right {
	text-align:right;
}

#beltslide {
	overflow:hidden;
	width:800px;
	height:66px;
	margin:0 auto;
	margin-top:20px;
}

#borderBottom {
	background: url(../images/borderBottom.png) no-repeat 0 0;
	width:840px;
	height:31px;
	margin:0 auto;
	z-index:10000;
}
