/* layout */

body html {
    margin:0px;
    padding: 0px;
    height: 100%;
}


/*body {
  background: #eee;
}*/

body {
  margin: 0px;
  padding: 0px;
  text-align:center;
}

#wrapper {
    width: 800px;
    height: 100%;
    margin: 0px auto !important;
    padding:0px;
}

#logo {
    width: 200px;
    height: 75px;
    float: left;
    background: url(../images/logo.jpg) no-repeat 0 0;
    margin-top: 0px;
    padding-top: 0px;
}

#nav {
    width: 600px;
    height: 75px;
    float: left;
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

.navcontainer {
    margin-top: 25%;
}

#chi {
    width: 99px;
    height: 75px;
    float: left;
    background-color: #736357;
    border-left: 1px solid white;
}

#chi:hover {
    background-color: #ed1c24;
}

#storia {
    width: 99px;
    height: 75px;
    float: left;
    background-color: #736357;
    border-left: 1px solid white;
}

#storia:hover {
    background-color: #ed1c24;
}

#servizio{
    width: 99px;
    height: 75px;
    float: left;
    background-color: #736357;
    border-left: 1px solid white;
}

#servizio:hover {
    background-color: #ed1c24;
}

#test {
    width: 99px;
    height: 75px;
    float: left;
    background-color: #736357;
    border-left: 1px solid white;
}

#test:hover {
    background-color: #ed1c24;
}

#dove{
    width: 99px;
    height: 75px;
    float: left;
    background-color: #736357;
    border-left: 1px solid white;
}

#dove:hover {
    background-color: #ed1c24;
}

#dummy{
    width: 99px;
    height: 75px;
    float: left;
    background-color: #736357;
    border-left: 1px solid white;
}


#nav a {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    text-decoration: none;
    outline: none;
    padding-top: 40px;
}

#footer a {
  color: #e1e1e1;
  text-decoration: none;
  }

#divisore {
    width: 800px;
    height: 30px;
    background-color: #ed1c24;
    float: left;
}

#indirizzo {
  width: 200px;
  height: 350px;
  float: left;
  background: url(../images/indirizzo.jpg) no-repeat;
}

#slide {
  width: 600px;
  height: 350px;
  float: left;
  /*background: url(../images/slide01.jpg) no-repeat;*/
}

#slideshow {
position: relative;
width: 600px;
height: 350px;
overflow: hidden;

}
#slideshow img {
position: absolute;
left: 0;
top: 0;
width: 600px;
height: 350px;
}

#divisore_small {
    width: 800px;
    height: 10px;
    background-color: #ed1c24;
    float: left;
    margin-top: 5px;
}

#esergo {
  width: 200px;
  height: auto;
  border-right: 1px solid #736357;
  font-family: Verdana;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #ababab;
  text-align: right;
  float: left;
  margin-top: 120px;
  
}

#consigli {
  width: 200px;
  height: auto;
  border-right: 1px solid #736357;
  font-family: Verdana;
  font-size: 10px;
  color: #5b4d4d;
  text-align: left;
  float: left;
  margin-top: 120px;
  
}

#esergo p {
  padding-right: 20px;
  padding-left: 3px;
  line-height: 20px;
}

#consigli ul {
  padding-right: 20px;
  padding-left: 3px;
  line-height: 20px;
  margin-left:10px;
  
}

#consigli li {
	border-bottom: 1px dotted black;
	list-style-type: square;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#consigli h1 {
	font-size:10px;
	font-weight: bold;
	}

#content {
  width: 580px;
  height: auto;
  float: left;
  margin-bottom: 50px;
  margin-top: 40px;
  text-align:left;
}

#content_col_sx {
  width: 270px;
  height: auto;
  float: left;
} 

#content_col_dx {
  width: 270px;
  height: auto;
  float: right;
  margin-left: 10px;
  clear: right;
}

#content p {
  font-family: Verdana;
  font-size: 11px;
  color: #818181;
  text-align: left;

  line-height: 13px;
  padding-left: 20px;
  margin-top: 20px;
}

#content p.undelined {
	text-decoration:underline;
	margin-top:0px;
	}
	
/*#content ul {
	width:150px;
	height:auto;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	float:left;
	}
	*/

	
#content ul li {
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	
	}

#footer {
  width: 800px;
  height: 30px;
  clear: both;
  background-color: #736357;
  margin-top: 30px;
}

#footer p {
  font-family: Verdana;
  font-size: 9px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}



h3 {
  font-family: Verdana;
  font-size: 9px;
}

#tooltip {
	border: 1px solid #111;
	background-color: #818181;
	opacity: 0.85;
	padding: 5px;
}
#tooltip h3, #tooltip p { 
  margin: 0;
  font-family: Verdana;
  font-size: 4;
  color: #eee; 
}

#content form {
	text-align:left;
	}
	
#content form li {
	list-style-type:none;
	}
	
#content form textarea {
	height:15px;
	border:1px solid #666666;
	margin-bottom:10px;
	background:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eeeeee;
	}
	
#content form radio {
	background:#999999;
	outline:none;
	}
	
#content form label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	}
	
#content form textfield {
	border:1px solid #666666;
	margin-bottom:10px;
	background:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
#content form #invia {
	margin-top:20px;
	}
	
#content a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	}
	
#content a:hover {
	background:#333333;
	color:#CCCCCC;
	}
	
	
p.notunderlined {
	text-decoration: none !important;
	margin-top: 0px !important;
	}

	
#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin:20px 0px 10px;
	}
	
ul.mezzi {
	width:200px;
	height:auto;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	float:left;
	border-bottom:1px solid #ccc;
	}
	

	
li.mezzi {
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	
	}
	
ul. servizi {
	float: left;
	clear: right !important;
	width: 80%;
	}

img.mezzi_img {
	float:left;
	clear:right;
	margin-left:20px;
	padding-top:10px;
	}
	
img.pageheader {
	margin-left:4px;
	}
	
#content .storia {
	margin:5px auto 5px 20px;
	/*border: 1px solid #666666;*/
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ababab;
	padding-left:20px;
	}
	
h2.prodotti {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding-left:20px;
	}
	
ul.prodotti {
	font-family: Verdana;
  	font-size: 11px;
  	color: #818181;
  	text-align: left;
	line-height: 13px;
	clear:right;
	width: 80%;
  }
