@charset "utf-8";
/* Reset */
/* v1.0 | 20080212 */
* {margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

/* Inizio CSS */
body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	background:#efefef url(/images/bg_body.png) repeat-x;
}

.clear { clear:both; }

img { border:none; }

#contenitore {
	margin:0 auto;
	min-width:980px;
}

/* ----------------------------------------------------- Fonts */
@font-face {
	font-family: 'ZurichCnBTRegular';
	src: url('/fonts/zurchc.eot');
	src: local('Zurich Cn BT'), local('ZurichBT-RomanCondensed'), url('/fonts/zurchc.ttf') format('truetype');
}

@font-face {
	font-family: 'ZurichCnBTBold';
	src: url('zurchbc-webfont.eot');
	src: local('Zurich Cn BT Bold'), url('/fonts/zurchbc-webfont.ttf') format('truetype');
}

/* ----------------------------------------------------- Header + Menù */
#header {
	width:980px;
	min-width:980px;
	margin:0 auto;
	height:84px;
	border-bottom:6px solid #537b09;
	position:relative;
}

#logo { 
	width:355px;
	height:83px;
	float:left;
}

#ricerca {
	background:url(/images/bg_search.png) no-repeat;
	width:367px;
	height:27px;
	position:absolute;
	top:5px;
	right:30px;
	padding-left:15px;
	line-height:27px;
}

#ricerca span { 
	font-family:'ZurichCnBTBold', Arial;
	font-size:11px;
}

#search {
	float:right;
	width:253px;
	height:27px;
}

#button { 
	float:right; 
	width:14px;
	height:14px;
	padding:6px 6px 0px 0px;
}

#text {
	width:205px;
	height:27px;
	line-height:27px;
	padding:0px 10px;
}

#menu {
	position:absolute;
	bottom:0px;
	right:30px;
	height:45px;
	padding-top:5px; 
}

#menu li { display:inline; }

#menu li a {
	font-family:'ZurichCnBTBold', Arial;
	font-size:14px;
	color:#484848;
	text-transform:uppercase;
	text-decoration:none;
	background:url(/images/bg_a_menu.png) no-repeat;
	width:94px;
	text-align:center;
	height:37px;
	line-height:37px;
	float:left;
	margin-left:3px;
	text-shadow:0px 1px 0px #ffffff;
}

#menu li a:hover,
#menu li a.active { 
	color:#FFFFFF; 
	background:url(/images/bg_active_a_menu.png) no-repeat;
	width:94px;
	height:45px;
	text-shadow:0px 1px 0px #666666;
}

/* ----------------------------------------------------- Flash */

#cont_flash {
	width:980px;
	min-width:980px;
	height:321px;
	margin:0 auto;
	position:relative;
}


#flash { 
	position:absolute;
	width:980px;
	height:321px;
	top:0px;
	left:0px;
}

#cont_flash span {
	color:#FFFFFF;
	text-shadow:1px 1px 1px #000000;
	font-size:15px;
	font-family:'ZurichCnBTRegular', Arial;
	position:absolute;
	left:320px;
	bottom:78px;
}

#banner_flash {
	position:absolute;
	bottom:13px;
	right:30px;
	width:630px;
	height:63px;
}

/* ----------------------------------------------------- Contenuto */

#contenuto {
	width:980px;
	min-width:980px;
	margin:0 auto;
	position:relative;
	padding-bottom:25px;
}

/* ---------- Box Left + Menù Laterale */

#box_left {
	float:left;
	width:280px;
	min-height:480px;
	height:auto!important;
	height:480px;
}

#menulat {
	/*background:url(/images/bg_menulat.png) repeat-y;*/
	position:relative;
	background:#FFFFFF;
	width:240px;
	min-height:260px;
	height:auto!important;
	height:260px;
	margin:-140px 10px 0px 30px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-box-shadow: 0px -5px 10px #979797; /* FF3.5+ */
  	-webkit-box-shadow: 0px -5px 10px #979797; /* Saf3.0+, Chrome */
    box-shadow: 0px -5px 10px #979797; /* Opera 10.5, IE 9.0 */
}

#menulat li { 
	background:url(/images/bg_li_menu.png) no-repeat top center; 
	padding:0px 3px;
	width:234px;
	overflow:hidden;
}

#menulat li.first { background:url(/images/bg_li_menu_first.png) no-repeat top center; }

#menulat li.first a,
#menulat li.last a { 
	padding-top:15px; 
	height:50px;
}

#menulat li a {
	background:url(/images/freccia_up.png) no-repeat 212px center;
	color:#0f4e57;
	font-size:16px;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	display:block;
	height:40px;
	padding:25px 20px 0px 25px;
}

#menulat li a:hover,
#menulat li a.ui-state-active { background:url(/images/freccia_down.png) no-repeat 212px center; }

#menulat li ul { 
	background:#739a0d;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-top:12px;
	height:auto; 
	overflow:hidden;
}

#menulat li ul li { 
	background:none; 
	padding:0px 40px 0px 25px;
	width:auto;
}

#menulat li ul a,
#menulat li.first ul li a,
#menulat li.last ul li a {
	background:none;
	color:#FFFFFF;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:normal;
	font-size:14px;
	text-transform:none;
	text-shadow:none;
	height:25px;
	line-height:25px;
	border-bottom:1px dotted #FFFFFF;
	padding:0px;
}

#menulat li ul a.category {
	border-bottom:none;
	padding-left:150px;
	font-size:12px;
}

#menulat li ul a.category:hover { 
	text-decoration:underline; 
	background:none;
}

#menulat li ul li a:hover,
#menulat li ul li a.active { 
	background:none;
	color:#15363a;
}

#newsletter {
	background:url(/images/bg_newsletter.png) no-repeat;
	width:202px;
	height:129px;
	margin:10px 0px 0px 30px;
	padding:20px;
}

#newsletter span { 
	color:#739a0d;
	text-transform:uppercase;
	font-size:15px;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
}

#newsletter p { margin:10px 0px; }

#newsletter input {
	border:1px solid #739a0d;
	height:20px;
	line-height:20px;
	padding-left:10px;
	width:192px;
}

#newsletter input.invia {
	border:none;
	background:url(/images/bg_invia_newsletter.png) no-repeat;
	color:#FFFFFF;
	font-size:15px;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	height:25px;
	width:95px;
	float:right;
	text-transform:uppercase;
	cursor:pointer;
	margin-top:12px;
}

#error_newsletter {
	margin:20px 0px 0px 40px;
	color:#FF0000;
}

/* ---------- Box Centrale */

#box_center {
	float:left;
	min-height:480px;
	height:auto!important;
	height:480px;
	width:380px;
	padding-left:35px;
	padding-right:55px;
}

#box_center.home { 
	width:700px; 
	padding:0px;
}

#center {
	background:url(/images/bg_box_center_home.png) no-repeat;
	width:590px;
	height:380px;
	margin:30px 0px 0px 35px;
	padding:20px;
}

ul.gallery {
	margin:0px;
	padding:0px;
	width:590px;
	list-style-type:none;
}

ul.gallery li {
	float:left;
	display:inline;
}

ul.gallery li a {
	width:102px;
	height:41px;
	display:block;
	color:#484848;
	text-align:center;
	border-bottom:5px solid #708590;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	padding:5px 20px 0px 0px;
}

ul.gallery li a.middle {
	padding-top:15px;
	height:31px;
}

ul.gallery li a:hover {
	color:#FFFFFF;
	background:url(/images/bg_a_active.png) no-repeat;
}

ul.gallery li a.last { padding-right:0px; }

ul.gallery li a.thumb {
	width:99px;
	height:230px;
	display:block;
	border-bottom:none;
	margin:15px 0px 15px 0px;
	padding:0px;
}

ul.gallery li span {
	width:99px;
	height:230px;
	overflow:hidden;
	display:block;
}

ul.gallery li a.thumb:hover { background: #333; }

ul.text {
	width:590px;
	float:left;
	position:relative;
}

ul.text li {
	position:absolute;
	top:0px;
	left:0px;
	width:590px;
	/*display:none;*/
	line-height:15px;
}

ul.text li strong,
ul.text li a { 
	color:#7e95a1; 
	font-weight:bold;
}

ul.text li a:hover { text-decoration:none; }

#breadcrumbs {
	float:left;
	width:435px;
	height:40px;
	padding-top:10px;
	font-size:11px;
}

#breadcrumbs a {
	text-decoration:none;
	color:#484848;
}

#breadcrumbs a:hover,
#breadcrumbs a.active { text-decoration:underline; }

#box_center span.title,h1 {
	color:#758a94;
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	width:215px;
	line-height:18px;
}

#box_center form.richiedi_info { float:right; }

#box_center span.title_product {
	color:#739a0d;
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	width:215px;
	line-height:18px;
}

#box_center a.info_prodotti {
	float:right;
	width:164px;
	height:36px;
	line-height:36px;
	background:url(/images/bg_button_info_prodotti.png) no-repeat;
	color:#FFFFFF;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

#box_center a.info_pages {
	float:right;
	width:164px;
	height:36px;
	line-height:36px;
	background:url(/images/bg_button_info_pages.png) no-repeat;
	color:#FFFFFF;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

#box_center a.info_prodotti:hover { text-decoration:underline; }

#content_text {
	border-top:1px dotted #484848;
	float:left;
	width:380px;
	margin-top:10px;
	padding:20px 0px;
	overflow:hidden;
}

#content_text a { color:#7E95A1; }

#content_text a:hover { text-decoration:none; }

#content_text p { 
	line-height:17px; 
	float:left;
	width:380px;
}

#content_text p img {  
	border:1px solid #7E95A1;
	float:left;
	margin:0px 10px 10px 0px;
}

#content_text p.prodotti img { border:1px solid #8BB113; } 

#photo_gallery {
	position:relative;
	float:left;
	width:380px;
	height:82px;
	padding:10px 0px;
	margin:20px 0px;
	border-top:1px dotted #484848;
	border-bottom:1px dotted #484848;
	overflow:hidden;
}

#photo_gallery span {
	position:absolute;
	top:10px;
	width:12px;
	height:82px;
	display:block;
	cursor:pointer;
	z-index:999;
}

#photo_gallery span.sx {
	background:#EFEFEF url(/images/freccia_left.png) no-repeat center center;
	left:0;
}

#photo_gallery span.dx {
	background:#EFEFEF url(/images/freccia_right.png) no-repeat center center;
	right:0;
}

#images {
	overflow:hidden;
	height:82px;
	position:absolute;
	top:10px;
	left:14px;
}

#images a { 
	float:left; 
	position:relative;
	text-decoration:none;
}

#images a span {
	color:#FFFFFF;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	font-size:20px;
	position:absolute;
	right:10px;
	bottom:0px;
	top:auto;
	width:auto;
	height:auto;
}

#images img { margin:0px 5px; }

#download {
	float:left;
	width:210px;
	color:#919191;
}

#download a.pdf {
	background:url(/images/icon_pdf.png) no-repeat right top;
	color:#919191;
	height:32px;
	width:148px;
	vertical-align:middle;
	float:left;
	padding-right:25px;
	padding-top:3px;
	text-decoration:none;
}

#download a.pdf:hover { text-decoration:underline; }

#download a.stampa {
	background:url(/images/icon_stampa.png) no-repeat center center;
	height:22px;
	width:16px;
	vertical-align:middle;
	display:inline-block;
}

ul.sitemap { margin:5px 0px 0px 30px; }

ul.sitemap li { 
	padding:5px 0px; 
	list-style-type:disc;
}

ul.list { 
	float:left; 
	width:380px;
}

ul.list li,
#listedProducts ul li {
	float:left;
	padding:15px 0px;
	line-height:14px;
	border-bottom:1px dotted #484848;
	width:380px;
}

#content_text ul.list li a,
#listedProducts ul li a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#listedProducts ul li a { color:#739A0D; }

#content_text ul.list li a.titolo_prod { color:#739A0D; }

#content_text ul.list li a.titolo { color:#758B96; }

#content_text ul.list li a.leggi_tutto,
#listedProducts ul li a.leggi_tutto {
	font-size:12px;
	font-weight:normal;
	float:right;
}

#content_text ul.list li a:hover,
#listedProducts ul li a:hover { text-decoration:underline; }

ul.list li p { margin:10px 0px; }

.pagination{ 
	padding:5px;
	border-bottom:1px dotted #484848;
	margin-bottom:20px;
}

#content_text p.details { 
	float:left;
	margin:0px;
	width:370px; 
}

#content_text p.pages { 
	float:right;
	margin:0px;
	width:370px;
}

span.highlight {
	font-weight:bold;
	background:#B5D1DF;
}

ul#search_results { margin-left:15px; } 

ul#search_results li { 
	list-style-type:disc;
	padding:10px 0px;  
}

ul#search_results li p { margin:5px 0px; }

#listedProducts {
	background:url(/images/ombra_div.png) no-repeat top center; 
	float:left;
	width:380px;
	margin-top:30px;
	padding-top:20px;
}

#listedProducts ul {
	float:left;
	width:380px;
	margin-top:15px;
	border-top:1px dotted #484848;
}

#listedProducts ul li p { margin-top:10px; }

#listedProducts ul li p img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #8BB113;
}

/* ---------- Box Right */

#box_right {
	float:left;
	width:230px;
	min-height:470px;
	height:auto!important;
	height:470px;
	padding-top:10px;
}

#box_right span.title {
	color:#758a94;
	font-size:11px;
	display:block;
}

#settori {
	float:left;
	background:url(/images/bg_menu_settori.png) no-repeat;
	margin:10px 0px 25px 0px;
	width:187px;
	height:289px;
	padding:15px 0px 0px 10px;
}

#settori ul {
	border-left:5px solid #758b96;
	float:left;
}

#settori ul li {
	border-bottom:1px solid #b8b8b8;
	width:166px;
	margin-left:5px;
	float:left;
}

#settori ul li img {
	float:left;
	margin-bottom:-75px;
	height:93px;
	width:166px;
}

#settori ul li.active {
	padding-top:5px;
	height:88px;
}

#settori ul li a {
	color:#484848;
	text-decoration:none;
	font-size:13px;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	width:156px;
	height:36px;
	padding:10px 0px 0px 15px;
	margin-left:-5px;
	float:left;
}


#settori ul li.active a {
	background:url(/images/bg_list_section.png) no-repeat left center;
	color:#FFFFFF;
	border:none;
}

#marchi {
	float:left;
	width:197px;
	height:280px;
}

#marchi img { margin-top:15px; }	

/* ----- Css Mappa ----- */

#mapsBox{
	width:360px;
	border:1px solid #8bb113;
	padding:9px;
	margin-top:20px;
	float:left;
}

#maps {
	width:360px;
	height:500px;
}

#ballon {
	width:250px;
	height:195px;
	line-height:14px;
	font-size:12px;
	background:url(/images/imgBallon.jpg) no-repeat right 15px;
}

#ballon h5 { 
	padding-bottom:20px;
	font-size:15px;
	color:#758A94; 
}

#ballon a { 
	color:#758A94; 
	font-size:12px;
}

#ballon a:hover { text-decoration:none; }

#ballon input.inputE {
	width:150px;
	height:14px;
	border:1px solid #758A94;
	margin:25px 0px;
	float:left;
	padding:3px 0px;
	background:#FFFFFF;
}

#ballon input.inputB {
	cursor:pointer;
	border:1px solid #758A94;
	text-align:center;
	height:22px;
	width:30px;
	color:#758A94;
	margin:5px;
	margin-top:25px;
	font-weight:bold;
	float:left
}

#dirContainer { width:360px; }

#dirContainer span {
	font-size:12px;
	color:#758A94;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#dirContainer table { margin:0px; }

#dirContainer table td { 
	padding:7px 0px;
	padding-left:5px;
	line-height:14px;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
}

#dirContainer table img { 
	border:none; 
	margin-bottom:0px;
}

.adp-summary { padding:3px; }

/* ----------------------------------------------------- Footer */

#footer {
	min-width:980px;
	height:105px;
	position:relative;
	background:url(/images/bg_footer.png) repeat-x;
}

#footer_inner {
	width:980px;
	margin:0 auto;
	color:#FFFFFF;
	padding-top:18px;
	height:75px;
	font-size:11px;
	line-height:19px;
}

#footer_left {
	width:217px;
	float:left;
	padding:15px 0px 0px 50px;
	height:60px;
}

#footer_left img { padding-top:3px; }

#footer_center_sx {  
	background:url(/images/div_footer.jpg) no-repeat left center;
	width:196px;
	height:60px;
	float:left;
	padding:15px 0px 0px 35px;
}

#footer_center_dx {
	background:url(/images/div_footer.jpg) no-repeat right center;
	width:231px;
	height:60px;
	float:left;
	padding:15px 0px 0px 0px;
}

#footer_right {
	float:right;
	width:243px;
	height:60px;
	line-height:19px;
	text-align:center;
	padding:15px 0px 0px 0px;
}

#footer_right ul li { display:inline;}

#footer_left a,
#footer_right a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer_left a:hover { text-decoration:underline; }

/****************************************************  FORM  **************************************************/

.grazie {
	margin-left:15px;
	margin-top: 10px;
	font-size:13px;
}


#form { 
	float:left; 
	margin-top:20px;
	border-top:1px dotted #484848;
	padding-top:15px;
	width:380px;
	overflow:hidden;
}

#form ul {
	float:left;
	clear:both;	
	margin:0 0 20px 0px;
	padding:0;
	color:#000;
}

#form ul li {
	width:380px;
	height:auto !important;
	height:15px;
	float:left;
	clear:both;
	list-style:none;
	padding-bottom:10px;
	font-size:11px;
}
#form ul li.mezza {
	width:180px;
	height:auto !important;
	min-height:51px;
	height:51px;
	float:left;
	clear:none;
	padding-bottom:17px;
	margin-right:10px;
}
#form ul li.mezza img {
	margin:4px 0 0 5px;
}
#form ul li label {
	display:block;
	width:75px;
	height:15px;
	float:none;
	padding-left:0px;
	text-align:left;
	color:#000000;
	padding-bottom:10px;
	font-size:12px;
}

#acquirente label {
	display:block;
	width:60px;
	height:15px;
	float:left;
	padding-left:0px;
	text-align:left;	
}


#acquirente input{
	height:15px;
	float:left;
	padding-left:0px;
	text-align:left;	
	margin: 0 20px 0 20px;
}

.inputs {
	display:block;
	float:left;
	border:none;
	background-color:#fff;
	width:150px;
	height:16px;
}
.inputs_cal {
	display:block;
	float:left;
	border:none;
	background-color:#f8fbe6;
	width:155px;
	height:20px;
}

#form ul li input.check {
	margin-right:10px;
	width:auto;
	height:auto;
	background:none;
	border:none;
}

#form ul li input {
	background:#f3f3f3;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	width:170px;
	height:25px;
	padding-left:10px;
	line-height:25px;
}

#form ul li input#Invia {
	background:url(/images/button_invia.png) no-repeat;
	width:95px;
	height:43px;
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:15px;
	font-family:'ZurichCnBTRegular', Arial;
	font-weight:bold;
	text-align:center;
	padding-left:0px;
	cursor:pointer;
	border:none;
}

#form ul li textarea {
	display:block;
	float:left;
	background:#f3f3f3;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	width:360px;
	height:50px;
	padding:10px 0px 0px 10px;
}
#form ul li textarea, .inputs, #form ul li select, .inputs_cal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#privacy {
	font-size:11px;
	width:350px;
	height:90px;
	padding:5px 10px 0 10px;
	overflow-y:scroll;
	float:left;
	background:#f3f3f3;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	color:#838383;
}

#privacy a , #privacy a:hover{
	text-decoration:underline;
	color:#999999;
}
#privacy p {
/*color:#4c88cf;*/
	margin:0;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:14px;
}
#form ul li select {
	display:block;
	float:left;
	border:none;
	border:1px dotted #6f930f;
	background-color:#f8fbe6;
	width:180px;
	height:20px;
}

#form ul li input.bottone {
	width:100px;
	height:35px;
	float:right;
	cursor:pointer;
	background:url(/images/bg_invia.png) no-repeat;
}

.nascosto {
	display:none;
}

.cliar {
	clear:both;
}

.iscrizione { 
	color:#838383; 
	font-weight:bold;
}

.end { border-bottom:1px dotted #484848; }

