/* CSS guardiola di vertine */

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #333333;}
a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color:#41413E;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}

p,code,ul {
	padding-bottom: 12px;
}
span{
	font-weight: bold;
}

li {list-style: none;}

h1 {
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size:14px;
	padding-bottom: 15px;
	padding-top: 6px;
	color: #333333;
	margin-bottom: 4px;}
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 6px;
	color: #000000;
	margin-bottom: 4px;

}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	color: #000000;
	margin-bottom: 4px;
}
h4 a {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	color: #000000;
	margin-bottom: 4px;
}
h4 a:hover {
	color: #ccc;
}



form {margin: 0; padding: 0; display: inline;}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #663300;
	border: 1px solid #663300;
	background-color: #EAD1A1;
	margin: 2px 0px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #663300;
	border: 1px solid #663300;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #EAD1A1;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #663300;
	border: 1px solid #663300;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #EAD1A1;
}

code {
	color: #000000;
	display: block;
	line-height: 1em;
	margin-bottom: 12px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #666666;
	width: 120px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}
code a:visited, code a:link {
	color: #6C2400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}
code a:hover {
	color: #993300;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	text-decoration:underline;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
	color: #000000;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {
	float: left;
	padding-top: 5px;
}
.right {
	float: right;
	text-align: center;
}

/* structure */
.inner-container {
	font-size: 12px;
	width: 878px;
	font-weight: normal;
	background-color: #E7E7E7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.outer-container {
	padding-bottom: 64px;
}

/* headere & title */
.header {
}
.anim {
	height: 281px;
	width:639px;
	float: right;
	margin-top: 27px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* path */
.path {
	padding: 0px;
	background-color: #41413E;
	height: 37px;
	color: #ccc;
	font-size: 11px;
	width: 878px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.path a {
	color: #ccc;
	font-size: 11px;
	text-decoration:none;	
}
.path a: hover {
	color: #fff;
	font-size: 11px;
	text-decoration:underline;	
}
.path .left {
	float: left;
	padding-top: 10px;
	padding-left:27px;
	text-align: left;	
}
.path .right {
	float: right;
	padding-top: 10px;
	text-align: right;
	padding-right: 27px;
}


/* main */
.main {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bg-main.jpg);
	background-color: #E7E7E7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* content */
.content {
	width: 784px;
	margin-left: 27px;
	margin-right: 27px;
	background-image: url(../images/bg-content.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;

}
.content .descr {
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-style: italic;
}
.content li {
	list-style-type: disc;
	margin-left: 18px;
	color: #692000;
	font-size: 12px;
}
.content li a {
	list-style-type: disc;
	color: #692000;
	font-size: 12px;
	text-decoration:underline;
}

.content a:hover {
	color: #6C2400;
	font-size: 12px;
	text-decoration:none;
}

.content p {
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
.content .right {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 50%;
}
.content .left {
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 48%;
}


/* navigation */
#backgroundMenuLingue {
	height: 93px;
	margin-top: 0px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 27px;
	width: 822px;
	background-image: url(../images/bg-menu-lingue.jpg);
	clear: both;
	float: left;
}
#menuLingue {
	text-align: left;
	margin: 0px;
	height: 67px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menuLingue ul {
	display: inline;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 67px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#menuLingue ul li{
	display: inline;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 67px;
	list-style-image: none;
	list-style-type: none;
}
#menuLingue ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	display: inline;
	padding: 0px;
	
}
#menuLingue ul li a:hover {
	color: #000000;
	text-decoration: underline;
	display: inline;
	display: inline;
	padding: 0px;
}

.navigation {
	float: left;
	width: 163px;
	height: 201px;
	padding-top: 80px;
	background-image: url(../images/bg-navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
}
.navigation ul {
	padding: 0;
}
.navigation li {
	padding: 0;
	height: 20px;
	text-transform: uppercase;
	}
.navigation li a {
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 95%;
	padding: 0px;
}
.navigation li a:hover {
	color: #999;
	text-decoration: none;
}


/* footer */
.footer {
	color: #CCCCCC;
	font-size: 11px;
	height: 70px;
	background-color: #41413E;
	width: 878px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-footer.jpg);
}

.footer a {
	color: #ccc;
	font-size: 11px;
	text-decoration:none;	
}
.footer a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration:underline;	
}
.footer .left {
	float: left;
	padding-top: 40px;
	padding-left:27px;
	text-align: left;	
}
.footer .right {
	float: right;
	padding-top: 40px;
	text-align: right;
	padding-right: 27px;
}


/* vari */
.foto {
	text-align: right;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 5px;
}

.residence {
	color: #666600;
	font-weight: normal;
}
.bordoTabella {
	border: 2px solid #FFFFFF;
}

