 body {
	background-color: gainsboro;
	border: 0px;
	margin: 0px;
    font-family: sans-serif;
    color: #545454;
}


#sitewrapper {
	width: 960px;
  	margin: 0 auto;
}


/* H E A D E R */
#header{
	position: relative;
	width: 100%;
    height: 320px;    
    background-image: url(../img/header.jpg);
	float: left;    
}

#logo{
    position: relative;
    float: right;
    width: 400px;
    height: 95px;
    top: 60px;
    right: 40px;
    background-image: url(../img/logo.png);
}

#social{
    position: relative;
    float: left;
    top: 40px;
    right: 10px;
    width: 90px;
    height: 40px;    
}

#fb{
    position: relative;
    float: right;
}

#mail{
    position: relative;
    float: right;
}

#fcb{
    position: absolute;
    top: 140px;
    right: 0px;
    width: 480px;
}

#fcb h1{
    text-align: center;
    font-size: 29px;
}

/* FINE HEADER*/




/* M E N U'*/
#menucontainer {
    position: absolute;
    color: white;
    top: 290px;
	width: 100%;    
	height: 30px;
}

#menucontainer ul {
    position: relative;
    float: right;
    text-align: center;
    text-transform: uppercase;
    list-style-type: none;
    font-size: 14px;
    margin:0px;
    padding: 0px;
    padding-top: 8px;
    padding-left: 10px;
}

#menucontainer li {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
    width: 90px;
}

#menucontainer li img{
	opacity: 0.6;
}

#menucontainer li img.this-link{
	opacity: 1.0;
}

/* FINE MENU'*/ 


#maincontent {
	position: relative;
	background-image: none;
	float: left;
	width: 100%;
    height: auto;
}


/* PAGINA INTERA */

#mc-all {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px 10px 10px 10px;  
    background-color: white;
}



#box-menu{
    position: relative;
    float:left;
    margin-left: 10px;
    width: 920px;   
}

#box-menu h2{
    position: relative;
    float: left;
    font-size: 15px;
    width: 200px;
    text-align: center;
    border: solid thin #007fd0;
    border-radius: 10px 10px 0px 0px;  
}


#box-text{
    padding-left: 10px;
    padding-right: 10px;    
    width: 920px;
}

.box-text-p{     
    font-size: 15px;
    text-indent: 1.5em;
    line-height: 23px;    
}
#box-text h3{
    font-size: 15px;
}



/* SPALLA SINITRA */

#mc-sx{
    position: relative;
    float: left;
    width: 640px;
    height: auto;
}


#box-img{
    position: relative;
    width: 620px;
    height: 410px; 
    margin-top: 10px;
    margin-left: 10px;
    background-image: url(../img/fcb.jpg);
    border-radius: 10px 10px 10px 10px;    
}

/* FINE SPALLA SINISTRA */


/* SPALLA DESTRA 1/4 */
#mc-dx{
    position: relative;
    float: right;
    width: 320px
}

#box-spesa{
    background-image: url(../img/spesa.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
}

#box-cartain{
    background-image: url(../img/cartain.png);
    background-repeat: no-repeat;
    width: 300px;
    height: 200px;
}

#mc-content{
    position: relative;
    float: left
    width: 100%;
}

/* FINE SPALLA DESTRA */



.banner {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;    
    margin-top: 10px;
    margin-left: 10px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;    
}

#gmap{
    position: relative;
    float: left;
    width: 620px;
    height: 200px; 
    margin-top: 10px;
    margin-left: 10px;
}

#reparti, #giorni, #orari{
    font-size: 12px;
    line-height: 18px;
}

#giorni{
    position: relative;
    float: left;
    width: 100px;
}

#orari{
    position: relative;
    float: left;    
}


#title-orari, #title-reparti {
    font-weight: bold;
    font-size: 17px;
    color: #242424;
    border-bottom: solid thin #545454;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#giorni, #reparti, #orari{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/*FOOTER*/
#footer {
    margin-top: 10px;
	position: relative;
    color: white;
    font-size: 12px;
    background-image: url(../img/007fd0.png);
	float: left;
	width: 100%;
}

#menu-footer{
    position: relative;
    float: left;
    padding-top: 10px;
    padding-left: 10px;    
    width: 100%;
    text-transform: uppercase;
}

#info{
    position: relative;
    float:left;
    padding-top: 5px;
    padding-left: 10px;
}

#info a{
    text-decoration: none;
    color: white;
}

#privacy{
    float: left;
    width: 100%;
    text-align: center; 
}

#privacy a{    
    text-decoration: none;
    color: white;
}

#web-design {
	padding-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
}

#web-design a {
	text-decoration: none;
	color: whitesmoke;
	font-size: 10px;
}

.link { 
	cursor:pointer;
}



