/****stili struttura principale****/
body
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	background: #fff url("../immagini/grafica/statiche/bandarossa.gif") repeat-x top left;
}

a, a:hover
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #ccc;
}

#container
{
	margin: 0px auto;
	width: 955px;
	height: auto;
	overflow: hidden;
}

/****testata*****/
#header
{
	width: 955px;
	height: 230px;
	background: transparent url('../immagini/grafica/statiche/header_bg.png') no-repeat center top;
	position: relative;
	text-align:center;
	}

img#logo {margin-top:80px;}

#menu {
	width: 430px;
	height:40px;
	line-height:40px;
	background-color: #fff;
	margin: 15px auto 0;
	padding: 0 8px;
	border:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

#menu li {list-style-type:none; float:left; height:22px; margin-top:10px;width:19.7%; border-right:1px solid #ccc;}
#menu li a {color:#666; display:block; border-bottom:5px solid transparent; height:25px; line-height:25px;}
#menu li a:hover, #menu li.sel a {color:#000; border-color:#f00;}
#menu li.last, #footer li.last {border:0;}

#box {
	color:#fff;
	text-align:left;
	width:190px;
	height:165px;
	position:absolute;
	top:0;
	right:35px;
	font-size:13px;
	background: transparent url('../immagini/grafica/statiche/box_bg.png') no-repeat center top;
	}

#box > * { 	width:150px; margin:0 auto; }
#box strong { font-size:15px; display:block; margin-top:8px; line-height:16px;}
#box form {margin-top:11px;}
#box span {font-weight:normal;font-size:12px;}
#box label {height:25px; display:block; font-weight:bold; color:#ccc; position:relative;}
#box input {
	width:45px;
	text-align:center;
	padding:1px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:14px;
	}
#box input[type="text"] {position:absolute; top:0; right:0; }
#box .submitCerca {
	margin-top:5px;
	background-image: url("../immagini/grafica/statiche/button_cerca_off.png");
	width: 66px;
	height: 19px;
	padding: 0px;
	border: 0px;
	line-height: 19px;
	cursor: pointer;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#box .submitCerca:hover {
	background-image: url("../immagini/grafica/statiche/button_cerca_on.png");
	color: #575757;
}

/*****colonne*****/

#colonne {
	overflow: hidden;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
	position:relative;
}

#col_sx, #col_dx {width:240px; position:absolute; top:0}
#col_sx {left:0; padding-left:8px;}
#col_dx {right:0; padding-right:8px;}

/***** formattazioni comuni *****/
.tipologia strong, .new strong {font-family:georgia; font-style:italic; font-size:13px; }
.tipologia p, .new p {margin-bottom:8px; color:#555;}
.tipologia a, .new a {	
	font-style:italic;
	font-weight:bold;
	font-family:georgia;
	color:#A62929;
	text-transfo2px;
	}
	
/***** col_sx *****/
.tipologia {
	height:125px;
	background: transparent url("../immagini/grafica/statiche/tipologia_bg.jpg") no-repeat center center;
	border:2px solid #ccc;
	padding:5px 10px;
	font-size:13px;
	margin-bottom:5px;
	}

.tipologia strong {display:block;}

.tipologia img {float:right; margin-left:8px;}
.tipologia a {
	padding: 3px 6px 2px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	cursor: pointer;
	}

/***** col_dx *****/
.title {
	background: transparent url("../immagini/grafica/statiche/new_bg.png") repeat-x center top;
	height:30px;
	color:#fff;
	font-family:georgia;
	font-style:italic;
	font-size:16px;
	line-height:30px;
	}
.title strong {
	display:block;
	border-bottom: 5px solid #f00;
	height:25px;
	padding-left:8px;
	float:left;
	}

.new {
	background: transparent url("../immagini/grafica/statiche/tipologia_bg.jpg") no-repeat center center;
	height:100px;
	border:1px solid #ccc;
	padding:15px 6px;
	}

.new img { float:left; margin-right: 10px; border:2px solid #ccc; }
.new a {text-decoration:underline;}

.cont { margin-top:10px; }

#contatti {
	background:#f5f5f5 url("../immagini/grafica/statiche/contact.png") no-repeat 143px 5px; 
	font-family:georgia;
	font-style:italic;
	font-size:12px;
	border:1px solid #ccc;
	}
#contatti > * {padding:0 7px;}
#contatti > div {background-color: #ddd; padding-top:5px;}
#contatti > address {font-weight:bold; margin-top:8px; font-size:12px; margin-bottom: 10px;}
#contatti > div address {padding:1px 0 5px; font-size:12px;}
#contatti p {margin-top:6px; }
#contatti p.info {border-top: 1px solid #ccc; padding-bottom:5px; padding-top:5px; }
#contatti a:hover {text-decoration:underline;color: #000;}

/***** content *****/

#content {
	height: 100%;
	margin:0 260px;
	position:relative;
}

#content p {
	color: #333;
	line-height:20px;

	}

#content .titolo {
	font-family:georgia;
	font-weight:bold;
	font-style:italic;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	display:block;
}

#content .sottotitolo {
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}

#content .rigarossa {
	border-bottom: 11px solid #f00;
	padding-bottom:3px;
	margin-bottom:10px;
	width:170px;
	}

/****piede****/
#footer {
	margin:0;
	height:120px;
	padding: 12px;
	color: #fff;
	background: #a62929 url("../immagini/grafica/statiche/footer_bg.png") repeat-x center top;
	border:3px solid #ccc;
	border-width:3px 1px;
	line-height:20px;
}
#footer address {font-style:normal; display:block;}
img#cermet {float:right; }
ul.menu_footer {margin-bottom:15px; height:20px; overflow:hidden; }
ul.menu_footer li {float:left; height:14px; padding:0 3px; margin-top:3px; border-right:1px solid #FF5509;}
ul.menu_footer li a {color:#fff; padding: 3px; position:relative; top:-3px;}
ul.menu_footer li a:hover {background-color:#A62929;}
#credits a {
	color:#000;
	text-shadow: #FF5509  1px 1px 2px;
	-moz-text-shadow: #FF5509  1px 1px 2px;
	-webkit-text-shadow: #FF5509  1px 1px 2px;
	}
#footer address a {color:#fff;}
#footer address a:hover {text-decoration:underline;}

/**** credits *****/

#credits
{
    text-align: center;
}

div.credits
{
   background-color: white;
   background-image: url(../immagini/grafica/creditsPopup.jpg);
   background-position : bottom;
   background-repeat: repeat-x;
   border-color: #black;
   color: #333333;
   padding: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

div.credits div
{
   margin-bottom: 10px;
   font-size: 12px;
}

div.credits .title
{
   text-align: center;
   font-size: 14px;
}

div.credits img
{
   float: left;
   margin-right: 20px;
}

div.credits a
{
   font-size: 16px;
   font-weight: bold;
   color: #333333;
}

div.credits a:hover
{
   color: #aaaaaa;
}

/**** fine credits*/

/****stili generici****/
.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6666;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}
/****fine stili generici****/


/****input generici****/
input, textarea
{
	font-size: 12px;
}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

input.checkbox:focus, input.radio:focus
{
	background-color: transparent;
}
/****fine input generici****/

div.galleryContainer{
 border:1px solid #ccc;
 padding:5px;
 margin:10px 0;
}

ul.slider {
	float:right;
	margin: 3px;
	padding: 1px 3px 0 0;
	margin-left: 15px;
}

ul.slider li {cursor:pointer;display:inline; font-size:24px; font-weight:bold; text-decoration:none; background-color:#fff; padding:0; color:#333;}
ul.slider li.unselectable {cursor:default;/*background-color:#d0d0d0;*/ color:#999;}

div.gallerySlider {clear:right;overflow:hidden;}
div.gallerySlider ul {margin:0; padding:0; width:100%; float:left;}
div.gallerySlider ul li {float:left; margin:0 3px 3px 0; }
div.gallerySlider ul li a:hover img {border-color:#ccc;}

div.galleryContainer img{border: 3px solid #c3c3c3;}

div#galleryProduzione{height:101px;position:relative;}
div#galleryProduzione ul{position:absolute;}

img.big, iframe#gMap{border:1px solid #ccc;width:431px;height:274px;}

div#lingue{position:absolute;top:98px;left:190px;}

div#content p {
	margin:5px 0;
	margin-bottom: 15px;
	text-indent:15px;
}


.contPopup .privacyContainer {
    overflow: auto;
    height: 500px;
}

.privacyContainer {
    font-weight: normal;
    font-size: 12px;
}

.privacyContainer h1 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.privacyContainer h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.privacyContainer h3 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.privacyContainer h4 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}


#privacyLabel{
    display: block;
    float: right;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: 180px;
    height: 50px;

}

.privacy-coockies{
    text-align: center;
}
.privacy-coockies a{
    color: #ffffff;
}