/* Last update 11_07_2010 */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: microsoft san serif, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* It's necessary for the div align with IE */
	/*background: #DB3225 url(../img/gradient2.png) fixed repeat top;*/
	background-color: #f0e7d0;

}

a {color: #ba4f49; border: 0px; text-decoration:none; display: inline;}
a:hover {color: #ca6f69; border: 0px; text-decoration:underline; display: inline;}
img {
	border: 0px;
}

h2{
	font-size: 18px;
	font-weight: lighter;
}

h3{
	font-size: 14px;
	font-weight: lighter;
}

h4{
	font-size: 12px;
	font-weight: lighter;
}

blockquote {
	display:block;
	padding-left:10px;
}

/* Classi */

.page{
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	background-color: #b0201c;
	width: 100%;
	height: 112px;
}

.header table{
	padding-top: 15px;
}

.header td{
	width: 100px;
	height: 35px;
}

.header a{
	color: #eeeeee;
}

.header a:hover{
	color: #ffffff;
}

.logo{
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}

.menu{
	float: left;
}

.menu img{float: left;}
.menu table{padding-left: 110px;}

.title{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: lighter;
	color: #444444;

	background-color: #ffffff;
	height: 30px;
	text-align: left;
	padding-left: 209px; /* 129 + 40 + 40 */
}

.title p{
	padding-top: 5px;
	padding-left: 10px;
}

.title img{float: left;}

.banner{
	background: #cccccc url(./img/banner1.jpg) top scroll;
	width: 100%;
	height: 180px;
}

.banner2{
	background: #cccccc url(./img/banner2.jpg) top scroll;
	width: 100%;
	height: 180px;
}
.banner3{
	background: #cccccc url(./img/banner3.jpg) top scroll;
	width: 100%;
	height: 180px;
}
.banner4{
	background: #cccccc url(./img/banner4.jpg) top scroll;
	width: 100%;
	height: 180px;
}
.banner5{
	background: #cccccc url(./img/banner5.jpg) top scroll;
	width: 100%;
	height: 180px;
}

.bannerIndex{
	width: 100%;
	height: 338px;
}

.content{
	background-color: #ffffff;
	width: 100%;
	padding-top: 20px;
}

.corpo{
	background: url(./img/corpoVLine.jpg) repeat-x top;
	width:40%;
	height:220px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	font-family:Cambria,'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
	font-size: 16px;
}

.titlecorpo{
	padding-top: 5px;
	padding-left: 10px;
	background-color: #b0201c;
	color: #ffffff;
	width: 40%;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
}

.amici{
	background-color: #ffffff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer{
	background-color: #e6e6e6;
	width: 100%;
	height: 36px;
	border-top: 1px;
	border-top-color: #c7c7c7;
	border-top-style: solid;
}

.clearer{
	clear: both;
	height: 10px;
}

.prodottiMain{
	margin: 0 auto;
	width: 500px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top:15px;
	
	height:300px;
	text-align: left;
}

.prodottiMain table{
	width: 500px;
	height: 100%;
}

.prodottiMain td{
	text-align: center;
}

.prodotti{
	margin: 0 auto;
	width: 100%; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top:15px;
	
	text-align: left;
}

.prodotti table{
	width: 100%;
	height: 100%;
}

.prodotti td{
	text-align: center;
	vertical-align: top;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}


