@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body, #wrap {
	height:100%;
}
body {
	line-height: 1.125em;
	text-align: center;
	color: #333333;
	background-color: #f0eada;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	margin: 0 auto;
	width: 960px;
}  /* must be same height as the footer */
a {
	text-decoration: none;
	color: #e2007a;
}
div, p, h1, h2, h3, h4, h5, h6, form, ul, select {
	margin: 0px;
	padding: 0px;
}/*clear top margin for mozilla*/
a img {
	border: none;
}
ul, ol {
	list-style: none;
}
#footer {
	position: relative;
	height: 50px;
	clear:both;
	margin: -50px auto 0 auto;
	width: 960px;
	text-align: left;
	font-size: 11px;
	background-image: url(../img/made-in-italy.gif);
	background-repeat: no-repeat;
	background-position: 35px bottom;
	background-color: #fff;
}
#footer #lang {
	position: absolute;
	width: 155px;
	text-align: center;
	left: 35px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#wrap {
	background-color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
/* footer */
#footer p {
	padding-top: 25px;
	padding-left: 250px;
	text-align: left;
}
#footer a, #footer a:visited {
	color: #e2007a;
}
#footer .footcrd {
	float: right;
	padding-right: 10px;
}

/* header */
#header {
	height: 380px;
	width: 960px;
	position: relative;
}
/* main */
#sidebar {
	width: 180px;
	float: left;
	line-height: 14px;
	font-size: 12px;
	padding: 0 35px;
	position: relative;
}
/* logo */
#logo {
	z-index: 1;
	width: 155px;
	height: 50px;
	top: 20px;
	padding-top: 20px;
}
#logo a {
	padding: 0px;
	display:  block;
	width: 155px;
	height: 50px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/alice-pi.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#logo a span {
	position:  relative;
	z-index: -1;
}
/* menu */
#menu {
	width: 155px;
	line-height: 25px;
	letter-spacing: 0px;
	padding: 25px 0;
}
#menu a {
	color: #e2007a;
	text-transform: uppercase;
	padding: 0 5px;
}
#menu a:hover {
	color: #4D4D4D;
}
#content {
	width: 670px;
	float: right;
	font-weight: normal;
	padding: 10px 35px 0 0;
	line-height: 15px;
	position: relative;
}
#content p {
	padding-bottom: 5px;
}
#content li {
	padding-top: 0.4em;
	padding-right: 10px;
	padding-bottom: 0.1em;
	padding-left: 20px;
	background-image: url(../img/li-item.gif);
	background-repeat: no-repeat;
	background-position: .5em .8em;
	text-align: left;
}
#content #catalogo {
	width: 160px;
	font-size: 10px;
	line-height: 12px;
	height: 160px;
	padding-top: 50px;
	float: right;
}
#content  #catalogo a, #content #catalogo a:visited,#catalogo a:link {
	color: #333333;
}
#content    #catalogo   h2 {
	font-weight: normal;
	font-size: 11px;
	color: #e2007a;
}
#content  #catalogo .ico-cat {
	margin: 10px 0 5px 0;
	border: 1px solid #4D4D4D;

}
#content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #e2007a;
	padding: 50px 0 6px 0;
}
#content h3 {
	font-size: 13px;
	font-weight: normal;
	color: #e2007a;
	padding: 5px 0;
}
#content td {
	padding: 3px;
}
