html, body  {
	margin:0;
	padding:0;
	overflow-x:hidden;
	background:#f2f2f2;
}

img {
	border:0;
}

/* TESTI */

h2 	{ 
	margin:0 50px 10px 0;
	padding:0;
	text-align:justify;
	color:#34629d;
	font-family: 'Cabin', sans-serif;
	font-weight:600;
	font-size:18px;
	}
p {
	margin:0 50px 10px 0;
	padding:0;
	text-align:justify;
	color:#555555;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:18px;
}

a:link, a:active, a:visited, a:hover {
	color:#555555;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:18px;
	text-decoration:underline;
}
.iscriviti {
	color:#555555;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:13px;
	line-height:18px;
	text-decoration:underline;}

/**********/
/* HEADER */
/**********/

#header {
	width:1531px;
	height:421px;
	margin:0 auto;
	/*position:absolute;*/
	position:relative;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:1531px;
	height:421px;
	background:url(../images/head_logo.png);
}

#head_bg {
	position:absolute;
	top:69px;
	left:0;
	width:1531px;
	height:352px;
	background:url(../images/head1.jpg);
}

#head_bg_2{
	position:absolute;
	top:69px;
	left:0;
	width:1531px;
	height:352px;
	background:url(../images/head2.jpg);
}

#head_bg_3 {
	position:absolute;
	top:69px;
	left:0;
	width:1531px;
	height:352px;
	background:url(../images/head3.jpg);
}

#head_bg_4 {
	position:absolute;
	top:69px;
	left:0;
	width:1531px;
	height:352px;
	background:url(../images/head4.jpg);
}

/* CATALOGO */
a.link_catalogo:active, a.link_catalogo:link, a.link_catalogo:visited, a.link_catalogo:hover {
	text-align:justify;
	color:#34629d;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:15px;
	padding-right:20px;
	line-height:18px;
	text-decoration:none;
}
a.link_catalogo_selected:active, a.link_catalogo_selected:link, a.link_catalogo_selected:visited, a.link_catalogo_selected:hover {
	text-align:justify;
	color:#dc5252;
	font-family: 'Cabin', sans-serif;
	font-weight:600;
	font-size:15px;
	padding-right:20px;
	line-height:18px;
	text-decoration:none;
}
a.link_pagina_catalogo:active, a.link_pagina_catalogo:link, a.link_pagina_catalogo:visited, a.link_pagina_catalogo:hover {
	text-align:justify;
	color:#dc5252;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:14px;
	padding-right:20px;
	line-height:18px;
	text-decoration:none;
}
/*********/
/* MENU */
/********/

a.menu:active,a.menu:link,a.menu:visited  {
    position: relative;
	margin-left:10px;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
a.menu:hover  {
    position: relative;
	margin-left:10px;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: underline;
    white-space: nowrap; /* required in IE 6 */    
}

.testomenu  {
	color: #27537a;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	white-space: normal; /* required in IE 6 */
}
/**********/
/* FOOTER */
/**********/

#footer {
	width:100%;
	height:151px;
	background:url(../images/footer_bg.png);
}

#footer_content {
	width:1124px;
	height:151px;
	background:url(../images/footer.png);
	position:relative;
	margin:0 auto;
	
}

/***********/
/* CONTENT */
/***********/



#container {
	width:1124px;
	background:url(../images/content_bg.png);
	background-repeat:repeat-y;
	margin:0 auto;
}

#inner_container {
	background:url(../images/bg.png);
}

#title_container {
	margin:0 0 0 70px;
	padding:30px 0 0 0;
}

#main_content {
	float:left;
	margin:0 0 0 70px;
	width:650px;
}

/* HOMEPAGE 3 COLS ZONE */

#home-3c-container {
	position:relative;
	width:616px;
	margin-top:25px;
}

.separator {
	background:url(../images/separator.png);
	width:602px;
	height:14px;
	margin-top:10px;
	margin-bottom:10px;
}

.home-3c-content {
	background:url(../images/bg3c.png);
}

.home-3c-tit {
	text-align:justify;
	color:#34629d;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:15px;
	padding-right:20px;
	line-height:18px;
}

.home-3c-single {
	text-align:left;
	color:#ccc;
	font-family: 'Cabin', sans-serif;
	font-weight:500;
	font-size:13px;
	padding-right:20px;
	line-height:18px;
}

/* CATALOGO */
/************/

#inner_container_catalogo {
	
}

#title_container_catalogo {
	margin:0 0 0 70px;
	padding:30px 0 0 0;
}

#main_content_catalogo {
	float:left;
	margin:0 0 0 70px;
	width:1041px;
}