@charset "UTF-8";


/* PAGINA */
body {
	color: #6e6e6e;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}
a {
	text-decoration: none;
	color: #6e6e6e;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:focus { 
	outline: 0;
}
a img {
	border: 0;
}
p {
	margin:0;
	padding:0;
}
h1 {
	margin:20px 0 5px 0;
	padding:0;
font-size:18px;
}
h2 {
	margin:0;
	padding:0;
	font-size: 12px;
}
h3 {
	margin:0;
	padding:0;
}
hr {
	margin: 10px 0 5px 0;
	height: 1px;
	border-width:0;
	color:gray;
	background-color:gray;
}


/* BLOCCHI */
.wrapper {
	width: 975px;
	height: 610px;
	margin: 40px auto;
	position: relative;
	clear: both;
}
.header {
	height: 40px;
	width: 975px;
	text-align: left;
}
.menu {
	height: 25px;
	width: 975px;
	text-align:right;
}
.main {
	width: 975px;
	height: 480px;
	overflow: hidden;
	text-align: left;
}
.main_prog {
	width: 968px;
	height: 480px;
}
.footer {
	height: 55px;
	width: 975px;
	font-size: 10px;
	line-height: 20px;
	padding-top: 10px;
}
.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
/* TABELLA */
.item {
	width:242px;
	height:80px;
	float: left;
	text-align: right;
	/* make sure the four divs are hidden after changing the position */
	overflow:hidden;
	/* absolute position enabled for children elements*/
	position:relative;
	/* hand symbol for ie and other browser */
	cursor:hand;
	cursor:pointer;
	background-color: #900;
}
.item img {
		border:0;
	}
.item p {
		padding: 10px;
}
.item_photo  {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 242px;
	height: 80px;
}
.item_txt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 242px;
	height: 80px;
}
.footer a {
	color: #6e6e6e;
}
.footer a:hover {
	color: #900;
}

/* TWITTER */
.twitter_bird {
	display:block;
	width:25px;
	height:25px;
	margin:20px 0 0 318px;
	float:left;
}
.twitter_feed {
	display:block;
	width:600px;
	height:40px;
	margin:35px 0 0 8px;
	float:left;
}

#twitter_update_list {
	display:block;
	width:550px;
	height:40px;
	color:#F0F0F0;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#twitter_update_list a{
	color:#000000;
}
#twitter_update_list a:hover{
	text-decoration: underline;
}

/* PERSONALIZZA */
#home {
	background-image:url(../img/layout/ingresso_giorno.jpg);
	text-align: left;
}
#home p {
	text-align: left;
	color: #F0F0F0;
	width: 310px;
	height: 230px;
	display: block;
	margin: 150px 0 0 590px;
}
#family {
	background-image:url(../img/layout/calcio.jpg);
}
#family p {
	text-align: left;
	color: #F0F0F0;
	width: 350px;
	height: 300px;
	display: block;
	margin: 110px 0 0 510px;
}
#network {
	background-image:url(../img/layout/cassetti_aperti.jpg);
}
#network p {
	text-align: left;
	color: #F0F0F0;
	width: 280px;
	height: 320px;
	display: block;
	margin: 120px 0 0 350px;
}
#idea {
	background-image:url(../img/layout/frigo_giorno.jpg);
}
#idea p {
	text-align: left;
	color: #F0F0F0;
	width: 300px;
	height: 230px;
	display: block;
	margin: 230px 0 0 520px;
}
#contatti {
	background-image:url(../img/layout/telefono.jpg);
}
#contatti p {
	text-align: left;
	color: #6e6e6e;
	width: 300px;
	height: 280px;
	display: block;
	margin: 160px 0 0 80px;
}
a title {
	display: none;
}

#wb {
	width:158px;
	height:29px;
	background-image: url(../img/why-baccanti.png);
	display: block;
	background-repeat: no-repeat;
}
#tw {
	width:20px;
	height:20px;
	background-image: url(../img/twitterIcon.png);
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
	float:left;
}
#twb {
	width:200px;
	height:20px;
	display: block;
	float:left;
}

/* LANDING */
.head {
	width: 975px;
	height: 240px;
	text-align: left;
	background-image: url(../img/layout/frigo_giorno.jpg);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}
.contents {
	width: 915px;
	height: 200px;
	text-align: left;
	margin: 0 0 30px 30px;
}
.wrap_table {
	width: 975px;
	height: auto;
}
.row {
	width: 975px;
	height: auto;
}
.cell_dida {
	width: 370px;
	height:auto;
	margin: 0 30px 0 30px;
	overflow:hidden;
	float:left;
	text-align: right;
}
.cell_img {
	width: 545px;
	height:auto;
	margin: 0 0 30px 0;
	overflow:hidden;
	float:left;
}

