img {
border-width: 0;/* leave or IE puts a border around links */
}


*{
    margin:0;
    padding:0;
}
body {
	color: #666666;
	font-family: 'Oswald', sans-serif;
        height: 100%;
        max-height: 100%;
	background-color:#7AC043;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom: 0;
    color: #7AC043;
}

#header {
    width:155px;
    background:#543018;
    float:left;
    position:fixed;
    left:15px;
    z-index:80;
}

#logo {
    width:155px;
    height: 85px;
    display:block;
    background-color: #ffffff;
}

#logo a img {
    margin-top: 10px;
    margin-left: 5px;  
}

.menu {
    float:left;
    list-style-type:none;
    padding:0;
    width:100%;
    }
    
.menu li a {
    color: #7AC043;
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
    text-decoration:none;
    padding: 3px 10px;
}

.menu li a:hover {
    color:#ffffff;
}

#home {  
     width:100%;   
     position:absolute;
     left: 0px;
     top: 0px;
}

.cont-page {
    height:600px;
    width: 1000px;
    background:#ffffff;
    margin:0 auto;
    position: relative;
    left: 60px;
    font-family: 'Abel', sans-serif;

}

.line-home {
    padding: 0px 20px;
    overflow: hidden;
}

.line-element {
	padding: 20px;
	overflow: hidden;
}

.contenitore-dx {
    overflow: hidden;
}

#home .cont-page .line-home .cont-home {
    width:960px;
    height: 150px;
    overflow: hidden;
    margin-top: 45px;
}

.cont-page .cont-home p {
    margin: 0px;
}

.cont-page table {
    float: right;
    width: 35%;
}

#about {  
	width:100%;  	
	position:absolute;
	left: 2000px;
	top: 0px;
}

.cont-page .line-element .contenitore-dx{
    width: 380px;
    float: right;
    height: 560px;
    text-align: justify;
}

.cop {
    border-radius: 10px;
}

.cont-page .contenitore-dx a {
    list-style-type: square;
    color: #666666;
    text-decoration:none; 
}

#prodotti {  
	width:100%;  
	position:absolute;
	left: 4000px;
	top: 0px;
}

#merc {  
	width:100%;  
	position:absolute;
	left: 6000px;
	top: 0px
}

.content-sx {
 width: 560px;
    height: 570px;
    overflow: hidden;
}

#merc .cont-page .content-sx .img {
    width: 220px;
    height: 220px;
    background-color: #7AC043;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    float: left;
    padding: 20px;
    border: 2px solid #543018;
    box-shadow: 1px 2px 3px 1px #1F1F1F;  
}

#merc .cont-page .content-sx .img img {
    border-radius: 15px 15px 15px 15px;
}

#gallery {
        width:100%;  
	position:absolute;
	left: 8000px;
	top: 0px
}

#gallery .cont-page .line-element .content-gallery {
    width: 960px;
    height: 560px;
    margin: 0 auto;
}

#gallery .cont-page .line-element .content-gallery a img{
    opacity: 0.5;
    transition-duration: 0.3s;
    border-radius: 10px;
    margin: 3px;
}

#gallery .cont-page .line-element .content-gallery a img:hover{
    opacity: 3;
    transition-duration: 0.3s;
 
}

#eventi {
    width:100%;    
    position:absolute;
    left: 10000px;
    top: 0px
}

#contatti {
        width:100%;  
	position:absolute;
	left: 12000px;
	top: 0px
}

.contatti {
    margin-top: 0;
}

#contatti .contenitore-dx .info {
    width: 380px;
    height: 40px;
}

#contatti .contenitore-dx .info .img {
    float: left;
    width: 45px;

}

#franchising {
    width:100%;    
    position:absolute;
    left: 14000px;
    top: 0px
}

#franchising .cont-page .line-element .content-gallery{
    height: 487px;
}

#franchising .cont-page .line-element .content-gallery span{
    font-size: 20px;
    text-align: center;
}

#logodue {
    position: relative;
    bottom: 0px;
    float:right;
}