/* base
----------------------------------------------- */

html, body {
	margin: 0px;
	font-family: Humanst, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
        font-size: 16px;
	color: #000000;
        background-color: #ffffff;
        text-align: justify;
}

@font-face {
   font-family: 'Humanst';
   src: url(http://www.villabeneficio/font/tt0290m0.eot);
   src: local('Humanst'), url('http://www.villabeneficio.it/font/tt0290m0.ttf') format('truetype');
}

#wrapper {

        width: 1000px;
        margin: auto;
}

        h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}

        #gallery h1 {
	font-size: 24px;
	font-weight: normal;
	color: #92c500;
}

        #azienda h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}

        h2 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

        h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

        a:link {
	color: #333333;
	text-decoration: none;
}
	a:visited {
	text-decoration: none;
	color: #333333;
}
	a:hover {
	text-decoration: underline;
	color: #333333;
}

/* header
----------------------------------------------- */

#header {

        width: 960px;
        height: 150px;
        float: left;
	background-color: #ffffff;
        padding-right: 20px;
        padding-left: 20px;
}

#logo_header {

        width: 780px;
        float: left;
}

#social_header {

        width: 180px;
        float: left;
        padding-top: 55px;
}

/* slide
----------------------------------------------- */

#slide {

        width: 100%;
        height: 300px;
        float: left;
	background-image: url("http://www.villabeneficio.it/img_sito/slide_1.jpg");
        background-repeat: repeat;
}

/* azienda
----------------------------------------------- */

#azienda {

        width: 960px;
        padding: 20px;
        float: left;
	background-color: #92c500;
        color: #ffffff;
}

/* prodotto
----------------------------------------------- */

#prodotto {

        width: 960px;
        padding: 20px;
        float: left;
	background-color: #dde483;
}

/* gallery
----------------------------------------------- */

#gallery {

        width: 960px;
        padding: 20px;
        float: left;
	background-color: #f0f0e1;
}

/* contatti
----------------------------------------------- */

#contatti {

        width: 960px;
        padding: 20px;
        float: left;
	background-color: #dde483;
}

/* footer
----------------------------------------------- */

#footer {

        width: 960px;
        padding: 20px;
        float: left;
	background-color: #92c500;
        color: #ffffff;
}

#footer_a {

        width: 480px;
        float: left;
}

#footer_b {

        width: 480px;
        float: left;
}

/* classe
----------------------------------------------- */

.immagine_sx {
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
}

.immagine_bm {
        margin-bottom: 20px;
        float: left;
}

.img_gallery {
	padding: 5px;
        margin: 5px;
        float: left;
	border: 1px solid #92c500;
}

.img_gallery_2 {
	padding: 5px;
	border: 1px solid #92c500;
        margin: 5px;
}
