@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* reset end */


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-bottom: 160px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}

.container_12 .grid_13 {
	width:250px;
}
.container_12 .grid_14 {
	width:420px;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* custom style struttura */

strong {
	font-weight: bold;
	text-align: left;
	}
	
body {
	background-color: #d6d6d6;
	background-image: url(../images/body_bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.testa, .corpo, .piede, .menu {
	width: 960px;
}

.testa {
	background-image: url(../images/testa_bkg.gif);
	background-repeat: repeat-y;
	height: 282px;
}

#logo_testa {
	padding-top: 120px;
	margin-right: 0;
}

#home_slide {
	padding-left: 0;
	margin-left: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

.menu {
	background-image: url(../images/menu_bkg.gif);
	background-repeat: no-repeat;
	height: 43px;
}

ul#topnav {
margin-top: 13px;
}

ul#topnav li {
float: left;
margin-right: 20px;
}

ul#topnav a {
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
}

/* nav */

#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
	 z-index: 999;
 }

#nav {
	margin-left: -10px;
 }
 
  #nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:12px 10px 10px 10px;
    border: none;
    text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	height: 18px;
 }

#nav a:hover{
	background: url(../images/menu_link.png) no-repeat right -50px;
	color: #fff;	
}

#nav li{
    float:left;
    position:relative;
	background: url(../images/menu_link.png) no-repeat right 0;
}

#nav li li{
	background: url(../images/submenu_link.png) no-repeat right 0;
	width: 200px;
}

#nav li li a:link, #nav li li a:visited, #nav li li a:active {
    display:block;
    padding:6px 10px 5px 10px;
    border: none;
    color:#fff;
    text-decoration:none;
	text-transform: uppercase;
	font-size: 11px;
    width:180px;
    float:left;
}

#nav li li a:hover {
	background: url(../images/submenu_link.png) no-repeat right -60px;
}

#nav span {
    position:absolute;
    top:0;
    display:none;
	background: url(../images/submenu_link.png) no-repeat right 0;
    padding:13px 10px 9px 10px;
	text-transform: uppercase;
	font-size: 11px;
    color:#fff;
	height: 18px;
}

#nav span a:link, #nav span a:visited, #nav span a:active, #nav span a:hover {
    padding: 0;
	margin: 0;
    color:#fff;
	background-image: none;
}

#nav ul {
    position:absolute;
    width:160px;
    top:40px;
    display:none;
}


#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }
	
#lang_menu {
	text-align: right;
    padding:12px 20px 0 0;
    color:#000;
	width: 120px;
}

#lang_menu a:link, #lang_menu a:visited, #lang_menu a:active {
    border: none;
    color:#000;
    text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;	
}

#lang_menu a:hover {
    color:#fff;
	
}


.colsin {
	background: #FFF url(../images/colsin_bkg.gif) no-repeat top left;
	width: 230px;
	display:inline;
	float: left;
	position: relative;
	margin: 0px;
	padding: 40px 0 0 0px;
}

.colsin_top {
font-size: 11px;
line-height: 14px;
color: #444;
margin-left: 30px;
}

.colsin_bottom {
	background: #FFF url(../images/colsin_bottom.gif) no-repeat bottom left;
	padding: 0 0 50px 30px;
	margin-top: 30px;
}

.pagina {
	width: 710px;
	background: #fff url(../images/corpo_bkg.gif) no-repeat top left;
	margin-left: 0px;
	display:inline;
	float: left;
	position: relative;
	padding: 40px 0  40px 10px;
}

.news_box {
	margin-right: 0;
	padding-top: 18px;
}

.piede {
	background: #d6d6d6 url(../images/piede_bkg.gif) no-repeat top left;
	padding: 15px 0 30px 0;
}

.piede, .piede a:link, .piede a:visited, .piede a:active {
    border: none;
    color:#fff;
    text-decoration:none;
	font-size: 10px;	
}

.piede a:hover {
    color:#000;
	
}

.shadow {
	-webkit-box-shadow: 0px 0px 5px #ccc;
-moz-box-shadow: 0px 0px 5px #ccc;
box-shadow: 0px 0px 5px #ccc;
}

ul.vert_nav {
margin: 0 20px 0 0;
font-size: 12px;
}
ul.vert_nav li {
	border-bottom: 1px solid #ddd;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

ul.vert_nav li a {
	color: #264a6f;
	text-decoration: none;
}

ul.vert_nav li a:hover {
	color:  #333;
}

ul.vert_nav li img {
	margin: 0 6px 2px 0;
}

a.more:link, a.more:visited {
	font-size: 10px;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 40px;
}


a.more:hover {
}

div.more_box {
	margin-top: 30px;
}

a.m_blu:link, a.m_blu:visited {
	background-color: #336699;
	color: #FFF;
}

a.m_blu:hover {
	background-color: #184168;
}

a.m_giallo:link, a.m_giallo:visited {
	background-color: #ecbd21;
	color: #222;
}

a.m_giallo:hover {
	background-color: #deab02;
	color: #000;
}

.separator {
	margin: 40px 20px 20px 10px;
	border-top: 1px solid #ddd;
	height:2px;
}

.separatorB {
	margin: 0 20px 0 10px;
	border-top: 1px solid #ddd;
	height:2px;
}

table.form_contatti {}

table.form_contatti input, table.form_contatti textarea {
	margin: 0 10px 15px 0;
	}
	
	
#prodlist {}


#prodlist, #prodlist  a:link, #prodlist  a:visited {
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 18px;
	text-decoration: none;
	color: #264a6f;
}

#prodlist  a:hover, #prodlist  a:active {
	color: #222;
}

#prodlist table {
	width: 600px;
	margin-left: 10px;
	}

#prodlist table td {
	border-top: 1px solid #ddd;
	padding: 20px 20px 20px 0;
	}

#prodlist table td img {
	margin: 0 0 20px 0;
	}
	
#prodlist a.more:link, #prodlist a.more:visited {
	font-size: 10px;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 40px;
}


#prodlist a.more:hover {
}

#prodlist div.more_box {
	margin-top: 30px;
}

#prodlist a.m_blu:link, #prodlist a.m_blu:visited {
	background-color: #d6d6d6;
	color: #333;
}

#prodlist a.m_blu:hover {
	background-color: #184168;
	color: #fff;
}

	
#prodotto {
	text-align: left;
}

#prodotto table {
	width: 600px;
	text-align: center;
	}

#prodotto table td {
	border: 1px solid #ddd;
	padding: 4px;
	text-align: center;
	}

#prodotto table td p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#prodotto img.prodbig {
	float: right;
	margin: 0 0 40px 40px;
	}
	
#prodotto img {
	margin: 20px 0 20px 0;
	text-align: left;
	}
	
.prodo {
	margin-bottom: 30px;
	margin-top: 20px;
	
	}

.prodo img{
}


.bottom {
}

.bottom img {
margin-top: 28px;
}


	

.prod_box {
	margin-right: 0;
}
/* custom style struttura fine */

/* custom style typo */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}


h1, h1 a:link, h1 a:visited {
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 18px;
	color: #264a6f;
	padding-right: 80px;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #333;
}

h2, h2 a:link, h2 a:visited {
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 18px;
	text-decoration: none;
	color: #333;
}

h2 a:hover, h2 a:active {
	color: #264a6f;
}

h3, h3 a:link, h3 a:visited {
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 18px;
	text-decoration: none;
	color: #333;
}

h3 a:hover, h3 a:active {
	color: #264a6f;
}

h4, h4 a:link, h4 a:visited {
	font-size: 14px;
	margin: 0 0 5px 0;
	line-height: 18px;
	text-decoration: none;
	color: #333;
}

h4 a:hover, h4 a:active {
	color: #264a6f;
}

a:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.pagina p {
	padding: 0 60px 0 0;
	margin-bottom: 10px;
	text-align: left;
}

.news_box h1, .news_box h1 a {
	color: #333;
	padding-right: 100px;
	text-decoration: none;
	margin: 0 0 5px 0;;
}

.news_box h1 a:hover, .news_box h1 a:visited {
	color: #264a6f;
}

.news_box  p {
	padding: 5px 20px 0 0;
	border-top: 1px solid #ddd;
	margin: 0 20px 5px 0;
}

.news_box  small {
	display: block;
	margin: 4px 0;
	color: #666;
	}
	

.bottom p {
padding: 0;
}

div#successo {
	font-size: 16px;
	margin: 0 0 150px 0;
	line-height: 18px;
	text-decoration: none;
	color: #264a6f;
	font-weight: normal;
}

div#errore {
	font-size: 16px;
	margin: 0 0 400px 0;
	line-height: 18px;
	text-decoration: none;
	color: #F00;
	font-weight: normal;
}

div.dettaglio_messaggio {
	display: block;
	padding: 8px 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0;
}




#news_singola {
	padding: 0;
	margin-right: 20px;
	}
	
	
#news_singola small {
color: #666666;
	border-top: 1px dotted #ddd;
	display: block;
	width: 460px;
	padding-top: 3px;
	}
	
#news_archivio p {
	margin-bottom: 20px;
	}
	
	
	#news_index  p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	}
	
	#news_index p a {
		text-decoration: none;
		font-weight: bold;
		color: #333;
	}
	
	#news_index p a:hover {
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
