body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #5B0000;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 , h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a , h2 a{
	color: #E27523;
	font-size: 12px;
	line-height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	color: #3C170E;
	font-weight: bold;
	padding: 20px 0 10px 0;
	line-height: 100%;
}
h4  {
	color: #F8D0A5;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#wrap {
	background-image: url(../images/bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 980px;
	margin: 0 auto;
	background-color: #E47523;
}
#header  {
	height: 250px;

}
#header .ind {
	float: left;
	width: 200px;
	padding: 85px 0 0 20px;

}
#sidebar {
	margin: 0 15px 0 0;
	padding: 0 10px 20px 10px;
	float: right;
	width: 200px;
	color: #3C0000;
	font-size: 11px;
	line-height: 140%;
	background-color: #C76318;
}
#sidebar ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-image: url(../images/arrow.png);
}
#sidebar ul li {
	margin: 0 0 5px 0;
}

#main {
	padding: 0 0 30px 20px;
	width: 715px;
	float: left;
}


#main img {
	border: 2px solid #ddd;
	margin: 0;
	padding: 0;
}
#main .sottotitoli{
	font-size: 13px;
	color: #F8D0A5;
	font-weight: normal;
	line-height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main li {
	float: left;
	margin: 0 5px 5px 0px;
	width: 84px;
}
.Ilike  {
	margin: 15px 0 0 760px;
	width: 150px;
	overflow: hidden;
}


.formContact {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.formContact .flsx {
	float: left;
	margin: 0 0 5px 0;
	width: 200px;
}
.formContact .txtarea {
	width: 200px;
	clear: both;
	margin: 0 0 10px 0;
}
.formContact input, .formContact textarea {
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 8px 0;
}
.formContact textarea {
	height: 100px;
}
.formContact .buttInvia {
	color: #FFFFFF;
	background-color: #420000;
	padding: 5px 0;
	margin: 0;
	border: 0;
	width: 100px;
}



#footer {
	width: 100%;
	margin: 0 auto;
	background-color: #460000;
	color: #FEE4CD;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

#footer a {
	color: #DE6D1B;
}

#footer .indent {
	padding: 25px 0;
	width: 940px;
	margin: auto;
	line-height: 130%;
	text-align: left;
}
#footer .validator {
	float: right;
	padding: 5px 0 0 25px;
}

#footer .address  {
	float: left;
	width: 450px;
	line-height: 140%;
}
#footer  .txtcopy  {
	font-size: 9px;
	color: #7A4739;
}
#footer .telefono {
	color: #DE6D1B;
	font-weight: bold;
}
.icon{
	padding: 0;
	float: right;
	width: 200px;
	font-size: 9px;
	font-weight: bold;
}

.icon a {
	width: 50px;
	height: 50px;
	float: left;
	background-image: url(../images/social_icon.png);
	text-indent: -9999px;
	display: block;
}
.icon a.fb {
	background-position: 0px 0px;
}
.icon a.tw {
	background-position: -50px 0px;
}
.icon a.be {
	background-position: -100px 0px;
}
.icon a.in {
	background-position: -150px 0px;
}
.icon a.fb:hover {
	background-position: 0px -150px;
}
.icon a.tw:hover {
	background-position: -50px -150px;
}
.icon a.be:hover {
	background-position: -100px -150px;
}
.icon a.in:hover {
	background-position: -150px -150px;
}
#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 150%;
	color: #510C00;
	margin: auto;
	width: 940px;
	padding: 10px 20px;
	background-color: #300;
}
#tag a {
	font-size: 9px;
	color: #572C0B;
	text-decoration: none;
}
#tag  a:hover {
	color: #DE6D1B;
}
.but_top {
	position: fixed;
	right: 20px;
	z-index: 1000;
	display: block;
	width: 42px;
	bottom: 20px;
	font-size: 9px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 47px;
	cursor: pointer;
}
.but_top:hover {
	background-position: 0px -47px;

}

