/* Carlo Brambilla Screen Styles - Author: Fabrizio Ravasi - Date: February 2008 */


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	text-align: center;
	font: 90%/1.4 Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #816C42;
	background-image: url(../images/body-bg.gif);
}
h1, h2, h3 {
	font-weight: normal;
}

/* Credits Glossymenu: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/* Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.jpg) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li {
	float:left;
}
.glossymenu li a {
	float: left;
	display: block;
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background: url(../images/menur_hover_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background: url(../images/menur_hover_right.jpg) no-repeat right top; /*right tab image path*/
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #DED5AE;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	position: relative;
}
#header-in {
	background-color: #F1EEE7;
	border-top: 4px solid #8F7A50;
}
#center-in {
	text-align: center;
}
#center-in img {
	padding-bottom: 20px;
}
#flag-in {
	padding: 0 0 30px 0;
	margin: 0 0 0 170px;
}
#flag-in ul {
	list-style: none;
	float: left;
}
#flag-in li {
	padding: 0 10px;
	float: left;
}
#flag-in li a, #flag-in li a:visited{
	display: block;
	border: 1px solid #fff;
}
#flag-in li a:hover{
	border: 1px solid #8F7A50;
}
#footer-in {
	background-color: #B5A581;
	color: #FFFFFF;
	text-align: right;
	padding: 8px 40px 2px 0;
	border-bottom: 2px solid #8F7A50;
	letter-spacing: 1px;
}
#footer-in span {
	font-size: 0.7em;
	color: #7C6635;
}

#top-header {
	background-color: #7D6535;
	color: #A9946D;
	text-align: right;
	padding: 12px 20px 4px 0;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 920px 4px;
}
.th-en {
	background-image: url(../images/en-flag-small.gif);
}
.th-it {
	background-image: url(../images/it-flag-small.gif);
}

#top-header ul{
	list-style-type: none;
	margin: 0 60px 0 0;
}
#top-header li{
	display: inline;
}
#top-header a,top-header a:visited {
	color: #D3C796;
	text-decoration: none;
	margin: 0 8px;
}
#top-header a:hover {
	text-decoration: underline;
	color: #D9CBBB;
}
#top-header span {
	margin: 0 8px;
}

#header {
	border-top: 2px solid #C0B194;
	border-bottom: 2px solid #C0B194;
}

#content {
	padding: 40px 10px 10px 10px;
	clear: left;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-x;
}
#content h2 {
	padding: 20px 0 2px 10px;
	color: #665027;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	letter-spacing: 1px;
}

#left-col {
	float: left;
	width: 690px;
	margin: 2px 0 0 0;
}
#left-col h3 {
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	color: #877449;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left-col2 {
	float: left;
	width: 960px;
	margin: 2px 0 0 0;
}
#left-col2 h3 {
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	color: #877449;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.box {
	float: left;
	padding: 10px 15px 10px 15px;
}
.box img {
	margin: 0 0 6px 0;
}
.box-cont {
	float: left;
	padding: 4px 18px 14px 18px;
}
.box-cont a, .box-cont a:visited {
	display: block;
}
.box-cont a:hover {
}



#right-col {
	float: left;
	width: 250px;
	margin: 0 0 0 20px;
}
#content a, content a:visited {
	color: #277CA1;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {
	color: #990000;
	}
#content-nav {
	clear: both;
	color: #907A51;
}
#content-nav ul{
	list-style-type: none;
	text-align: center;
	padding: 20px 0 0 0;
	}
#content-nav li{
	display: inline;
	padding: 0 2px;
	}
#content-nav a, #content-nav a:visited {
	text-transform: lowercase;
	color: #AF4D03;
	text-decoration: none;
	font-weight: bold;
	}
#content-nav a:hover {
	text-decoration: underline;
	color: #990000;
	}

table {
	background-color: #FFF1BB;
	border: 1px solid #fff;
	color: #553300;
	margin: 0 0 12px 0;
	text-align: center;
}
tr {
}
tr.c {
	background-color: #FFE88C;
}
tr.d {
	background-color: #FFF9E1;
}
td {
	padding: 4px;
	border: 1px solid #fff;
}
td.b {
	font-weight: bold;
	background-color: #C0B194;
}

#footer {
	border-top: 1px solid #F1ECE6;
	border-bottom: 1px solid #F1ECE6;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #C0B194;
	color: #FFFFFF;
	text-align: center;
}
#footer h1 {
	padding: 10px 40px;
	letter-spacing: 1px;
	color: #7D6535;
	font-weight: bold;
	font-size: 1em;
}

.center {
	text-align: center;
	padding: 20px 0 0 0;
}
.center2 {
	text-align: center;
	padding: 20px 0 0 0;
	display: block;
	height: 232px;
}
.center img {
	background-color: #F1ECE6;
	border: 1px solid #C0B194;
	padding: 5px;
}
.cont-p {
	background-color: #F1ECE6;
	padding: 26px 25px 20px 25px;
	border-bottom: 2px solid #C0B194;
	border-left: 1px solid #C0B194;
	border-right: 1px solid #C0B194;
	background-image: url(../images/cont-p-bg.gif);
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 90% 0;
	height: 170px;
	margin: -170px 0 0 400px;
}
.cont-p h5 {
	padding: 6px 0px;
	font-size: 1.1em;
}
.cont-p p {
	padding: 16px 0 20px 0px;
	font-size: 1.1em;
}
.cont-p ul {
	list-style-type: none;
	padding: 10px 0 6px 20px;
}
.cont-p ul li {
	padding: 0 0 2px 8px;
}
.cont img {
	border: 1px solid #C0B194;
	padding: 2px;
}
.sx {
	float: left;
	padding: 0 10px 0 0;
}
.dx {
	float: right;
	padding: 0 0 0 10px;
}
.sx2 {
	float: left;
	padding: 0 10px 0 0;
}
.dx2 {
	float: right;
/*	padding: 0 4px 10px 10px;
*/	padding: 0 20px 4px 10px;
}

#mini-gallery {
	padding: 10px 0 30px 0;
}
#mini-gallery img {
	margin: 0 0 0 20px;
	border: 1px solid #ccc;
}

.right-bnr {
	margin: 22px 0;
}
.bnr {
	background-image: url(../images/center_bnr.gif);
	background-repeat: repeat-y;
}
.bnr img {
	border: 2px solid #F1ECE6;
	margin: 4px 0 12px 0;
}
.bnr p {
	padding: 12px 10px 4px 10px;
	color: #FFFFFF;
}
.film {
	background-image: url(../images/film-bg.gif);
	background-repeat: repeat-y;
}
.film img {
	margin: 8px 0 0 22px;
}
.clear {
	clear: both;
}

#dynloadarea {
	width: 720px;
	height: 600px;
	float: right;
	background-image: url(../images/vimercate1_big.jpg);
	background-repeat: no-repeat;
}
#dynloadarea2 {
	width: 620px;
	height: 420px;
	background-image: url(../gallery/lavorazioni_conto_terzi.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#mappa img {
	cursor: pointer;
	display: block;
	margin: 0 0 30px 0;
}

.e {
	cursor: pointer;
}

/* form */

#form {
	border: 1px solid #DED5AE;
	color: #333333;
	background-color: #F1ECE6;
	padding: 10px;
	}
fieldset {
	border: 0;
	}
legend {
	font-size: 1.1em;
	color: #999999;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	}
.campoform {
	font-size: 1.2em;
	margin: 12px 8px 8px 0;
	text-align: left;
	}
label {
	font-size: 0.9em;
	display: block;
	width: 7em;
	text-align: right;
	float: left;
	margin-right: 1em;
	}
input {
	border: 1px solid #DED5AE;
	font-size: 1.1em;
	color: #333333;
	width: 64%;
	}
textarea {
	border: 1px solid #DED5AE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	width: 64%;
	}
#button {
	background-color: #DED5AE;
	text-align: center;
	padding: 0.8em 4em 0.4em 4em;
	}
.button {
	color: #FFFFFF;
	background-color: #DED5AE;
	letter-spacing: 0.3em;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	width: 100%;
	font-size: 1em;
	}

#form a,#form a:visited {
	color: #336699;
	border-bottom: 1px dotted #336699;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	font-size: 0.8em;
}
#form a:hover {
	color: #6699AA;
	border-bottom: 1px dotted #6699AA;
}

#logomilubredesign {
	position: absolute;
	bottom: 6px;
	left: 40px;
}
