/* CSS Reset Start */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,li,pre,form,fieldset,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul {
	padding-left:0px;
	margin:12px 30px 22px;
	list-style-type:square;
}

li {
	margin-bottom:6px;
}
/* CSS Reset End */

body {
		background:url(../img/bg.jpg) #DDD3C9 repeat-y 50% 0%;
}

#main {
	margin:0 auto;
	width:900px;
	height:100%;
	clear:both;
}

/* header */

#header {
	width:100%;
	height:188px;
	background:url(../img/top.jpg) no-repeat 50% 0%;
	margin-bottom:40px;
}

#headerinner {
	width:800px;
	height:172px;
	margin:0 auto;
}

#cortibox {
	margin-left:121px;
	width:565px;
	margin-top:10px;
	height:162px;
	float:left;
	display:inline;
	overflow:hidden;
}

#cortitxt {
	width:565px;
	height:162px;
	float:left;
	background:#FFF;
	font-size:12px;
}

/* */

/* logo studio + effetti */

#studiobox {
	position:absolute;
	left:346px;
	top:500px;
	width:195px;
	margin:15px 0px;
	height:59px;
	overflow:hidden;
	clear:both;
}

#logosz {
	position:absolute;
	top:0px;
	left:0px;
	width:195px;
	height:39px;
	font-size:20px;
}
#studiotxt {	
	position:absolute;
	top:0px;
	left:0px;
	width:195px;
	height:59px;
	background:#4F5555;
	font-size:20px;
}

#studiotxt a:link, #studiotxt a:visited {
	color:#A0A0A0;
	font-size:19px;
	text-decoration:none;
}

#studiotxt a:hover {
	text-decoration:underline;
}

/* */

/* titoli */

h1 {
	clear:both;
	font-size:36px;
	text-align:center;
	color:#EEE;
	font-family:"Trebuchet MS";
	font-variant:small-caps;
}

h2 {
	color:#CECECE;
	padding-bottom:6px;
    border-bottom:1px solid #DEDEDE;	
	font-family:Arial;
	font-weight:normal;
	margin-bottom:20px;
}

h3 {
	font-size:22px;
	text-align:center;
	color:#FFF;
	font-family:Arial;
	margin:22px 0px 16px;
	font-weight:normal;
}

h4 {
	font-size:18px;
	margin-bottom:6px;
	padding-bottom:0px;
}

/* */

/* link ritorno in home */

a.backhome:link, a.backhome:visited {
	float:right;
	display:inline;
	margin-right:22px;
	text-decoration:none;
	font-size:12px;
	text-transform:lowercase;
	color:#4F5555;
	margin-bottom:10px;
	background: url(../img/home2.gif) no-repeat top right;
	padding-right:40px;
	height:24px;
	line-height:24px;	
	position:relative;
}

a.backhome:hover {
	color:#FFF;
	background: url(../img/home2.gif) no-repeat top right;
}

/* */

#content {
    margin-top:30px;
	margin-bottom:20px;
	position:relative;
	width:900px;
	height:100%;
	clear:both;
}

#contentinner {
	width:700px;
	margin:0 auto;
	color:#FFF;
	font-size:13px;
	height:100%;
	clear:both;
}

/* mappa in home*/

#fotoaerea {
	position:absolute;
	left:227px;
	top:0px;
}


/* testo in scorrimento sopra la mappa*/

.mooquee
{
	color:#FF0000;
	font-family:Arial;
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	top:6px;
	left:235px;
	background-color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px;
}
.mooquee-text
{
	position: absolute;
}

/* */


/* schede parcheggi in home */

div.park {
	position:absolute;
	width:250px;
	border:1px solid #FFF;
	background-color:#456A85;
	color:#FFF;
	font-family:Arial;
	font-size:18px;
	text-align:center;
}

div.park a:link, div.park a:visited {
	display:block;
	font-size:22px;
	text-align:center;
	color:#222648;
	font-family:Arial;
	margin:22px auto 22px;
	font-weight:bold;
	text-transform:uppercase;
	width:190px;
	height:40px;
	line-height:40px;
	background-color:#C5BCBD;
	border:1px solid #FFF;
	text-decoration:none;
}
div.park a:hover { 
	background-color:#D9D9D9;
	color:#9F1E1E;
}

#park1 {
	left:550px;
	top:40px;
}

#park2 {
	left:550px;
	top:250px;
}

/* */


/* gallery nelle schede */

#images {
	height:100%;
	overflow:hidden;
}

a.image:link, a.image:visited {
	border:4px solid #999;
	background-color:#999;
	display:block;
	float:left;
	margin-right:22px;
	color:#23283E;
	text-decoration:none;
	text-align:center;
	font-family:Arial;
	text-transform:lowercase;
}

a.image:hover {
	border:4px solid #23283E;
	background-color:#23283E;
	color:#FFF;
}

/* */

/* form contatti */

form {
	width:294px;
	padding:20px;
	background-color:#999;
	color:#23283E;
	border:1px solid #DEDEDE;
	float:left;
}

label {
	float:left;
	width:90px;
	font-weight:bold;
}

input {
	background-color:#676767;
	border:1px solid #DEDEDE;
	color:#FFF;
	margin-bottom:2px;
	padding: auto 2px;
}

input.cb { /*checkbox*/
	background-color:transparent;
	border:none;
	text-align:center;
	width:12px;
	margin-bottom:0px;
	padding:0px;
}

input#nomail {
	margin-left:90px;
}

input.submit {
	background-color:#23283E;
	margin-left:90px;
	text-transform:lowercase;
	font-weight:bold;
	padding:1px 9px;
	cursor:pointer;
}

table.days td {
	padding-right:5px;
	text-align:center;
}

#emailrow {
	overflow:hidden;
}

#nb {
	height:24px;
	line-height:24px;
	background-color:#999;
	text-align:center;
	border:1px solid #DEDEDE;
	font-weight:bold;
}

#nb a:link, #nb a:visited {
	font-weight:bold;
	color:#9F1E1E;
	text-decoration:none;
}

#nb a:hover {
	text-decoration:underline;
}

#errorbox {
	display:none;
	margin-bottom:20px;
	color:#9F1E1E;
	font-weight:bold;
}

#messagebox {
	color:#FFF;
	font-weight:bold;
	font-size:16px;
}

/* */

/* indirizzo studio */

#studiozanetti {
	float:right;
	text-align:right;
	width:300px;
	padding:20px 0px;
	font-size:16px;
	border:1px solid transparent;
}

#studiozanetti a:link, #studiozanetti a:visited {
	color:#999;
	text-decoration:none;
}

#studiozanetti a:hover {
	text-decoration:underline;
}

span.red {
	display:block;
	color:#FF6666;
	font-weight:bold;
	margin-top:40px;
	font-size:14px;
}

/* */