
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/** reset extra **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/** fine reset extra **/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {border: 0;}
address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
textarea,
th,
var { font:inherit;}
del,
ins {text-decoration: none;}
li {list-style: none;}
caption,
th {text-align: left;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {content: '';}
abbr,
acronym {
	border: 0;
	font-variant: normal;
}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
html {
    border:0;
    padding:0;
}
body {
    margin:0;
    padding:0;
    background: url("../images/bg_body.jpg") center 0 repeat-x #202020;
    color: #333333;
    font-family: "Open Sans", Arial, Tahoma, Serif;
    display: block;
    min-width: 1024px;
}

html.home, html.home body {
    /*height: 100%;*/
}

.home #wrapper {
    /*margin: 0 auto -308px;*/
    /*height: 100%;*/
}

ul,li {
    list-style: none outside none;
    padding:0;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: none;
    color: #CF5813;
}
b, strong {
    font-family: "Open Sans", Arial, Tahoma, Serif;
    font-weight: 700;
}
/********************************************** regole specifiche ***********************************************************/
#wrapper {
    width: 960px;
    margin: 24px auto;
    overflow:hidden;
    padding: 0;
}
/**********************************************   header  *******************************************************************/
#header {
    padding: 0;
    margin: 24px 0;
    margin: 2px 0 23px 0; /** nuovo logo 19/12/2012 */
    overflow:hidden;
}
#claim {
    font: 24px/32px GillSans_LightRegular,"Open Sans",Tahoma,Arial,Serif;
    color: #F3F3F3;    
    /*text-indent: -99999px;*/
    /*background: url("../images/claim.png") 100% 100% no-repeat;  */ 
    /*width: 500px;*/
    display:block; 
    height: 32px;
    margin-right: 7px;
    margin-top: 4px;
    margin-top: 18px; /** nuovo logo 19/12/12 */
}
#nav {
    overflow:hidden;   
    margin:0;
    padding:0; 
    margin-bottom: 21px;
    margin-left: 0;
    max-height: 36px;
    /*width: 960px;*/
}
#nav li {
    background: url("../images/nav_sprite.png") 0 0 repeat;
    float: left;
    height: 36px;
    font: 13px/18px "Open Sans", Tahoma, Arial, Serif;
    letter-spacing: 0;
    color: #000000;
    margin:0 !important;
    padding:0px !important;
    
}
#nav li:hover,
#nav li.active {
    background-position: 0 -120px;
}
#nav li.first,
#nav li.last {
    padding:0 !important;
    margin:0 !important;
    width: 12px;
    display: block;
}
#nav li.first {
    background-position: 0 -40px;
    width: 12px;
}
#nav li.last {
    background-position: -2px -80px;
}
#nav li.vertical {
    width: 2px;
    display:block;
    background: url("../images/nav_barra.png") no-repeat transparent;
    padding:0 !important;
    margin:0 !important;
}
#nav li a {
    width: 100%;
    height: 100%;
    color: #000000;
    margin:0 !important;
    padding:0 !important;
    text-align: center;
}
#nav li a:hover {
    color: #000000;
}
#nav li a .text_holder {
    padding: 8px 20px 8px 21px; /** senza evasio trend **/
    padding: 8px 16px 8px 16px;
    margin: 0 !important;
}

#nav li.menu-home {
    width: 129px !important;
    max-width: 129px;
}
/*
#nav li.menu-chi-siamo {
    width: 149px !important;
    max-width: 149px;
}
*/
#nav li.menu-lavie {
    width: 230px !important;
    max-width: 230px;
}
#nav li.menu-geostones {
    width: 231px !important;
    max-width: 261px;
}
#nav li.menu-studiotecnico {
    width: 195px !important;
    max-width: 195px;
}
#nav li.menu-contatti {
    width: 143px !important;
    max-width: 143px;
}


#descriptor {
    background: url("../images/bg_descriptor.png") 0 0 no-repeat;
    width: 960px;
    height: 71px;
    display:block;  
    overflow: hidden;
}
#descriptor .settore {
    font: 30px "Open Sans",Arial,Tahoma,Serif;
    font-weight: 700;
    color: #F3F3F3;
    margin: 18px 0 0 18px;
    float: left;  
    letter-spacing: 0;
    max-width: 690px;
    width: 690px;
    line-height: 35px;
}
#chiama_subito {
    float: right;
    margin: 11px 18px 0 0;
    margin: 15px 18px 0 0;
}
#chiama_subito .upper {
    font-size: 14px;
    color: #000000;
}
#chiama_subito .lower {
    font: 24px "Open Sans", Arial, Tahoma, Serif;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
/****************************************************   main   ***********************************************************/
#main {
    overflow:hidden;
}
.two_cols {
    background-color: #FFFFFF;
    overflow:  hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    min-height:400px;
    width: 960px;
}
.two_cols.home {
    padding-top: 15px;
}
.two_cols li {
    float: left;
}
.two_cols li.col_sx {
    width: 250px;
    margin:0;
}
.two_cols li.col_sx .content {
    margin: 9px 19px 21px 21px;
    overflow:hidden;
}
.two_cols.home li.col_sx .content {
    margin-left: 40px;
    margin-right: 31px;
    margin-bottom: 0;
}
.two_cols.home li.col_sx img {
    margin-left: -9px;
}
.two_cols.home li.col_sx h3,

.side_box {
    padding-top: 93px;   
    margin-bottom: 20px; 
}

.side_box_content {
    display: block;
    background: #e5e5e5;
    margin: 0 !important;
    padding: 16px 14px 40px 14px;
    position: relative;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;    
}

.side_box_content img{
    margin-bottom: 10px;
}

.side_box.nocap {
	padding-top: 13px;
}

.side_box.geostones {
    background: url("/images/box-side-geostones.png") top left no-repeat transparent;
}

.side_box.lavie {
    background: url("/images/box-side-lavie.png") top left no-repeat transparent;
}

.side_box.studiotecnico {
    background: url("/images/box-side-studiotecnico.png") top left no-repeat transparent;
}

.side_box h3 {
    width: 100%;
    color: #73ab00;
    font-size: 14px;
    font-family: "Open Sans", Arial, Tahoma, Serif;
    font-weight: 700;
}
.two_cols.home li.col_sx p,
.side_box p {
    font-size: 12px;
    color: #333333;
    /*margin-top: 10px;*/
    line-height: 18px;
}
.two_cols.home li.col_sx a,
.side_box a {
    color: #73ab00;
    font-size: 12px;
}
.two_cols.home li.col_sx a:hover,
.side_box a:hover {
    color: #333333;
}
.two_cols.home li.col_sx .divider,
.side_box .divider {
    width: 100%;
    margin: 16px 0;
    border-bottom: 1px dotted #B2B2B2;
    height: 1px;
    display:block;
}
.two_cols li.col_dx {
    width: 709px;
    margin: 0;
    border-left: 1px solid #e0dbdb;
}

.two_cols li.col_dx.wide {
    width: 960px;
    margin: 0;
    border-left: none;
}

.two_cols li.col_dx .section {
    margin: 0 24px 0 14px; 
    overflow: hidden;
}
.classic_menu {
    overflow: hidden;
}
.classic_menu li {
    background: url("../images/freccia_classic.png") 10px 14px no-repeat transparent;
    width: 185px;
    font-size: 13px;
    line-height: 18px;
    /*border-bottom: 1px dotted #b2b2b2;*/
    border-bottom: none;
    padding: 9px 0 8px 25px;
    margin-bottom: 2px;
}

.classic_menu li.sep {
    background: url("../images/freccia_classic.png") 10px 14px no-repeat transparent;
    width: 210px;
    padding: 0;
    margin: 0;
    height: 0;    
    border-bottom: 1px dotted #b2b2b2;
}

.classic_menu li a{
    display: block;    
    font-weight: bold;
}

.classic_menu li.sottomenu {
  background: url("../images/freccia_submenu.png") left 15px no-repeat transparent !important;
  margin-left: 10%;
  width: 90%;
  border-bottom: none !important;
}

.classic_menu li.active a,
.classic_menu li.current a {
    color: #FFFFFF;            
}

.classic_menu li.active,
.classic_menu li.current,
.classic_menu li:hover
{
    background-color: #F37020;  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;  
    border-bottom: none !important; 
    background-image: url("../images/freccia_classic_white.png");       
}

.classic_menu li:hover a {
    color: #FFFFFF;
}

.key_points {
    margin-top: 40px;
    overflow:hidden;
}

.key_points li {
    list-style: url("../images/bullet_points.png") outside;
    font-size: 16px;
    font-size: 15px;
    margin-left: 18px;
    margin-bottom: 18px;
}

.key_points li.no_punto {
    list-style: none;
}

.key_points .frecciato {
    margin-top: 8px;
}

.key_points .frecciato li {
    /*list-style: url("../images/freccia_points.png") outside;*/
    list-style: url("../images/freccia_classic.png") inside;
    list-style: none inside;
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
}

.iva_esclusa {
    font-size: 14px;
    margin-top: 40px;
}

#breadcrumbs {
    font-size: 12px;
    margin-left: 7px;
}
#result-list {
    overflow: hidden;
}
#result-list li.result-list-item:first-child {
    border-top: 0;
}
#result-list li.result-list-item {
    float: left;
    width: 100%;
    border-top: 1px dashed #96c040;
}
#result-list li.result-list-item .result_container {
    margin-bottom: 32px;
    margin-top: 32px;
    overflow: hidden;
}

.result_container .photo_holder {
    width: 155px;
    background-color: #DDDDDD;
    overflow:hidden; 
    float: left;   
}
.result_container .photo_holder .photo_frame {
    margin: 6px;
}
.result_container .photo_holder .photo_frame img {
    width: 143px;
    height: 143px;
}
.result_container .photo_holder .enlarge_this {
    padding: 4px 0 12px 22px;
    background:url("../images/lens_enlarge.png") 3px 5px no-repeat;
    margin-left: 6px;
    margin-right: 10px;
    width: 122px;
    display:block;
    font-size: 11px;
    color: #666666;
}
.result_container .photo_holder .enlarge:hover .enlarge_this {
    background:url("../images/lens_enlarge_hover.png") 3px 5px no-repeat;
    color: #99CC00;
}

.result_container .text_holder {
    width: 478px;
    margin-left: 25px;
    float: left;
}

.result_container .text_holder .product_title {
    font-size: 20px;
    line-height: 14px;
    margin-top: -2px;
}
.result_container .text_holder .product_code {
    font-size: 14px;
    color: #999999;
}
.result_container .text_holder .more_info {
    margin-top: 8px;
    margin-top: 13px;
    overflow: hidden;
}
.result_container .text_holder .more_info_col {
    width: 100%;
    height: 27px;
}
.result_container .text_holder .more_info .label_value {
    font-size: 12px;
    float: left;
    width: 50%;   
}
.result_container .text_holder .more_info .label_value.double {
    width: 100%;
}
.result_container .text_holder .more_info .label_value .label {
    color: #669900;
    margin: 4px 0 7px 11px;
    min-width: 78px;
}
.result_container .text_holder .more_info.more_pavimenti .label_value .label.long {
    min-width: 85px;
}
.result_container .text_holder .more_info .label_value .value {
    color: #666666;
    margin: 4px 0 7px 7px;
}

.offerta_prezzo {
    width: 100%;
    background-color: #F4F4F4;
    height: 34px;
    margin-top: 16px;
}
.offerta_prezzo .offerta_mese {
    background: url("../images/bg_offerta_mese.png") no-repeat;
    width: 268px;
    height: 34px;
    float: left;
    font-size: 20px;    
}

.offerta_prezzo .offerta_mese .holder {
    margin: 5px 14px;
}

.offerta_prezzo .prezzo {
    float: left;
    width: 171px;
    margin-right: 7px;
    text-align: right;
    padding-left:  29px;
    margin-top: 2px;
    background: url("../images/freccia_prezzo.png") 15px 5px no-repeat;
}

.offerta_prezzo .prezzo .label {
    font-size: 18px;
    color: #666666;
}
.offerta_prezzo .prezzo .euro {
    font:  20px "Open Sans", Arial, tahoma, Serif;
    font-weight: 700;
}
.offerta_prezzo .prezzo .mq {
    font-size: 12px;
    color: #666666;
}

.triple_box {
    width: 100%;
    margin: 56px 0;
}
.triple_box .triple li:first-child {
    margin-left: 0;
    margin-right: 2px;
}
.triple_box .triple li {
    width: 219px;
    height: 257px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;    
    overflow: hidden;
    float: left;
    margin-left: 32px;
}
.triple_box .triple li a {
    height: 100%;
}

.triple_box .triple li a:hover {
    
}
.triple_box .triple li a .content {
    margin: 13px 20px;
    overflow: hidden;
    height: 68px;
}

.triple_box .triple li a .content .text_holder {
    width: 170px;
    width: 160px;    
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 10px;
    
}

.triple_box .triple li a .content .icon_holder {
    float: left;
    width: 68px;
    height: 68px;
    background: url("../images/bg_round.png") 0 0 no-repeat;
}
.triple_box .triple li a:hover .content .icon_holder,
.triple_box .triple li a .content .icon_holder:hover
 {
    background: url("../images/bg_round_hover.png") 0 0 no-repeat;
}
.triple_box .triple li a .content .icon_holder img {
    width: 52px;
    height: 52px;
    margin-top: 7px;
    margin-left: 7px;
}


/** box quadruplo **/
.quad_box {
    width: 100%;
    margin: 41px 0 0;
    overflow:hidden;
}
.quad_box .quad li:first-child,
.quad_box .quad li.primo {
    margin-left: 16px;
}
.quad_box .quad li {
    width: 312px;
    height: 175px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url("../images/freccia_box.png") 273px 34px no-repeat #EEEEEE;
    overflow: hidden;
    float: left;
    margin-left: 18px;
    margin-bottom: 20px;
}

.quad_box .quad li:hover {
    background: url("../images/freccia_box.png") 273px 34px no-repeat #EEEEEE;
}
.quad_box .quad li a {
    height: 100%;
}
.quad_box .quad li a .content {
    margin: 13px 20px 9px;
    overflow: hidden;
    height: 68px;
}

.quad_box .quad li a .content .text_holder {
    width: 170px;
    width: 160px;    
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-top: 6px;
    margin-right: 10px;
    margin-left: 4px;
    
}
.quad_box .quad li a .content .icon_holder {
    float: left;
    width: 68px;
    height: 68px;
    background: url("../images/bg_round.png") 0 0 no-repeat;
}
.quad_box .quad li a:hover .content .icon_holder,
.quad_box .quad li a .content .icon_holder:hover
 {
    background: url("../images/bg_round_hover.png") 0 0 no-repeat;
}
.quad_box .quad li a .content .icon_holder img {
    width: 52px;
    height: 52px;
    margin-top: 7px;
    margin-left: 7px;
}
.quad_box .quad li a .description {
    margin: 7px 20px 13px 20px;
    padding-top: 10px;
    padding-left: 5px;
    border-top: 1px dotted #AAAAAA;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
/** fine box quadruplo **/

#torna_home_holder {
    margin-top: 20px;
    margin-bottom: 23px;
    float: right;
}
#torna_home {
    font-size: 12px;
    font-size: 14px;
    padding-right: 14px;
    background: url("../images/freccia_up.png") 100% 50% no-repeat;
}

#torna_parquet_holder {
    width: 50%;
    float:left;
}

#torna_parquet {
    font-size: 14px;
    padding-left: 14px;
    background: url("../images/freccia_left.png") 0 50% no-repeat;
    margin-left: 6px;
}
#vai_parquet_holder {
    margin-bottom: 23px;
    float: right;
}
#vai_parquet {
    font-size: 14px;
    padding-right: 14px;
    background: url("../images/freccia_right.png") 100% 50% no-repeat;
    margin-right: 6px;
    margin-left: 10px;
}
#torna_home:hover {
    background: url("../images/freccia_up_hover.png") 100% 50% no-repeat;
}
/*
#torna_parquet:hover {
    background: url("../images/freccia_left_hover.png") 0 50% no-repeat;
}
*/

.azienda {
    font-size: 20px;
    margin-top: 32px;
    margin-left: 10px;
}

#indirizzo_contatti {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
    margin-bottom: 30px;
    margin-left: 10px;
}

#map {
    width: 634px;
    height: 385px;
    display: block;
    border:8px solid #DDDDDD;
    margin-bottom: 28px;
}

#route_map {
    font-size: 12px;
    line-height: 18px;
    margin-left: 6px;
}

#directions {
    font-size: 12px;
    line-height: 18px;
    margin-left: 6px;
    margin-bottom: 44px;
    overflow: hidden;
}

#directions-panel {
    margin-bottom: 43px;
    font-size: 12px;
    line-height: 18px;
}

#start_point {
    width: 306px;
    height: 25px;
    background:url("../images/fade_input.png") 0 0 repeat-x #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-left: 6px;
}

.input_button {
    float: left;
}

.button {
    height: 25px;
    overflow: hidden;
    float: left;
    margin-left: 11px;
}

.button span {
    float: left;
}

.button .button_center {
    height: 25px;
    padding: 3px;
    background: url("../images/bg_button_sprite.png") 0 0 repeat-x;
}

.button .button_left {
    background: url("../images/bg_button_sprite.png") 0 -40px no-repeat;
    width: 8px;
    height: 25px;
    display: block;
}

.button .button_right {
    background: url("../images/bg_button_sprite.png") 0 -80px no-repeat;
    width: 8px;
    height: 25px;
    display: block;
}

.button:hover .button_center {
    background-position: 0 -120px;
    color: #333333;
}

.button:hover .button_left {
    background-position: 0 -160px;
}

.button:hover .button_right {
    background-position: 0 -200px;
}

.adp-directions {
    width: 100%;
}

#map-balloon {
    font-size: 12px;
    line-height: 18px;
}

#map-balloon .red {
    font-size: 20px;
    margin-bottom: 4px;    
}

.under_construction {
    margin-left: 10px;
    font-size: 20px;
    margin-top: 32px;
}

h1.product_title {
    margin-top: 32px;
    font-size: 20px;
    line-height: 14px;
    margin-left: 6px;
}
h1.no_breadcrumb {
    margin-top: 10px;
    margin-left: 16px;
}
h2.product_subtitle {
    margin-top: 32px;
    font-size: 18px;
    line-height: 14px;
    margin-left: 6px;
    margin-bottom: 32px;
    color: #669900;
}


.paragrafo {
    margin-top: 32px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 32px;
    margin-left: 6px;
}
.paragrafo.home {
    font-size: 12px;
    margin-left: 16px;
    margin-top: 15px;
    line-height: 19px;
}

.paragrafo .photo_holder {
    width: 100%;
    text-align: left;
    margin-bottom: 22px;
    overflow: hidden;
}

.paragrafo .photo-frame {
    text-align: left;
    float: left;
    overflow:hidden;
}

.paragrafo .photo-frame img {
    border: 6px solid #DDDDDD;
    margin: 0 auto;
    max-width: 640px;
}
.paragrafo .photo-frame .didascalia_foto {
    padding: 2px 8px 6px 8px;
    background-color: #DDDDDD;
} 

.paragrafo p {
    margin-bottom: 22px;
}

.paragrafo p a {
    color: #73AB00;
}
.paragrafo p a:hover {
    color: #333333;
}

.paragrafo ul {
    display: list-item;
    list-style: circle outside;
    margin-bottom: 18px;
}

.paragrafo ul li {
    display: list-item;
    list-style: circle outside;
    margin-left: 25px;
    float: none;
    margin-bottom: 8px;    
}

.paragrafo ol {
    display: list-item;
    list-style: decimal outside;
    margin-bottom: 18px;
}

.paragrafo ol li {
    display: list-item;
    list-style: decimal outside;
    margin-left: 25px;
    float: none;
    margin-bottom: 8px;    
}

.page-content table {
    width: 664px !important;
}
.page-content table tr {
    width: 100%;
}
.page-content table th {
    background-color: #F37020;
    border: 1px solid #FFFFFF;
    padding: 9px 12px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
}
.page-content table td {
    background-color: #E5E5E5;
    border: 1px solid #FFFFFF;
    padding: 9px 12px;
    font-size: 13px;
}

.riga_verde_tratteggio {
    margin: 0 36px 0 14px;
    margin-top: 32px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #96c040;
}
.riga_grigia_unita {
    margin: 0 36px 0 14px;
    margin-top: 32px;
    /*
    margin-bottom: 32px;
    border-bottom: 4px solid #D6D6D6; 
    */  
}
.riga_verde_unita {
    margin: 0 36px 0 14px;
    margin-top: 32px;
    margin-bottom: 32px;
    border-bottom: 4px solid #96c040;    
}
.spacer_tratteggiato {
    border-bottom: 1px dashed #96c040;
    padding: 12px 0;
    height: 1px;
    display:block;
    width: 100%;
}
.spacer_unito {
    /*border-bottom: 4px solid #D6D6D6;*/ /* #96c040;*/
   /* background: url("../images/line.png") 0 100% no-repeat;*/
    padding: 15px 0 10px;
    margin-bottom: 20px;
    height: 1px;
    display:block;
    width: 100%;
}
.titolo_menu {
    margin-top: 12px;
}

/****************************************************   footer   *********************************************************/
#footer {
    margin-top: 46px;
    /*width: 100%;*/
    /*background:url("../images/bg_footer.jpg") 0 0 repeat-x #95ba26;*/
    background: #f37020;
    overflow: hidden;
    position: static;
    bottom:0;
    left:0;
}
.under_footer {
    background-color: #cf5813;
    /*width: 100%;*/
    margin-top:0;
    height: 27px;
    padding-top: 8px;
}

.three_cols {
    width: 960px;
    margin: 29px auto 23px;
    overflow:hidden;
}

.three_cols li {
    float: left;
    width: 313px;
    font-size:  12px;
    line-height: 18px;
}

.three_cols li.lavie {
    width: 294px;
    margin-left: 24px;
    padding-top: 8px;
}

.three_cols li.studiotecnico {
    width: 290px;
    margin-left: 30px;
    padding-top: 5px;
}

.three_cols li.longer {
    width: 322px;
}

.three_cols li.barra {
    width: 2px;
    height: 161px;
    display: block;
    background: url("../images/barra_vert_footer.png") 0 0 repeat-y;
}

.three_cols li:first-child .holder {
    margin: 0 20px;
}

.three_cols li .holder {
    margin: 0 20px 0 28px;
    overflow:hidden;
}
.three_cols li.longer .holder {
    margin-right: 8px;
}

.logo_footer {
    
}

.logo_footer.geostones {
    margin-bottom: 45px;
}

.logo_footer.lavie {
    margin-bottom: 37px;
}

.logo_footer.studiotecnico {
    margin-bottom: 7px;
}


.three_cols li .titoletto {
    font: 16px GillSansRegular,"Open Sans",Arial, Tahoma, Serif;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 4px;
}

.three_cols li #gmaps_footer {
    background: url("../images/gmaps_footer.png") 0 0 no-repeat;
    height: 16px;
    padding-left: 16px;
    margin-top: 6px;
}

.three_cols li #gmaps_footer:hover {
    background: url("../images/gmaps_footer_hover.png") 0 0 no-repeat;
}

.three_cols ul#sezioni_footer li {
    float: left;
}

.three_cols ul#sezioni_footer li.nav {
    width: 165px;
}
.three_cols ul#sezioni_footer li.social {
    width: 100px;
    float: right;
}

.three_cols ul#sezioni_footer li #nav_footer li {
    width: 169px;
}
.three_cols ul#sezioni_footer li #social_footer li {
    width: 110px;
    margin-top: -9px;
    margin-top: -16px;
    text-align:center;
}
.icon_skype {
    width: 59px;
    height: 59px;
    display: block;
    background:url("../images/icona_skype.png") 0 0 no-repeat;
    margin-left: 20px;
    margin-bottom: 7px;
}
.social_skype {
    width: 100px;
    font-size: 12px;
    line-height: 14px;
}
.dati_societari_credits {
    font-size: 12px;
    width: 960px;
    margin: 0 auto;
    padding-left: 40px;
    margin-bottom: 5px;
}

.dati_societari_credits a:hover{
    color: #333333;
}

/**************************************************** regole generiche ***************************************************/
.grigio_chiaro {
    color: #999999;
}
.grigio {
    color: #666666;
}
.nero {
    color: #000000;
}
.hide {
    display: none;
}
.phantom {
    visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
	clear:both;
	height:0px;
	font-size: 0;
	display:block;
	overflow:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1; /* IE6 */
}
*:first-child+html .clearfix {
	zoom: 1; /* IE7 */
}
.grey_bg {
    background-color: #f5f5f5;
}
.white_bg {
    background-color: #FFFFFF;
}

#corporate #logo {
    margin-top: 8px;
    margin-left: 2px;
}

#corporate .scroll-me {
    background-color: #FFFFFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    margin-top: 18px;
    width: 380px;
    margin-left: 5px;
    padding:  8px;
    padding-bottom: 12px;
}

#corporate .scroll-me dt strong,
#corporate .scroll-me h4 {
    font-size: 12px;
    line-height:  16px;
    color: #CF5813;
    font-weight: normal;
    margin-bottom: 4px;
}
#corporate .scroll-me dd,
#corporate .scroll-me p {
    font-size: 12px;
    margin-bottom: 8px;
}
#fancybox_title {
    /*font-family: GillSansRegular, Arial, Tahoma, Serif;*/
    font-weight: normal;
    font-size: 14px;
}

#fancybox_title b {
    font-family: "Open Sans", Arial, Tahoma, serif;
    font-weight: 700;
    font-size: 14px;
}

.slideshow {
    background-color: #FFFFFF;
    padding: 8px 9px 8px 10px;
}
.slideshow #foo {
    /*margin: 8px 10px;*/
}
.slideshow img {
    position:relative;
    
}
.slideshow .slide {
    position: relative;
}
.slideshow .hover_text {
    background:url("../images/bg_claim.png") repeat transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 200;
    left: 12px;
    top: 50%;
    padding: 27px 35px;
    max-width: 369px;
    min-height: 86px;
    max-height: 100px;
    margin-top: -85px;
}
.slideshow .hover_text .claim {
    /*margin: 45px 37px;*/
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

.claim strong {
    font: 26px/26px GillSansRegular,"Open Sans",Tahoma,Arial,Serif;
    
}
.claim p {
    margin-top: 6px;
    color: #FFF;
}
.claim a {
    color: #F37020;    
}
.claim a:hover {
    color: #333333; 
}

.slideshow .pagination {
    margin: 14px 0;
    position: relative;
    text-align: center;
    height: 23px;
}
.slideshow .divider {
    height: 1px;
    width: 100%;
    border-bottom: 4px solid #D6D6D6;    
}
.slideshow #btn-prev {
    position:absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 27px;
    display:block;
    background: url("../images/slideshow_left.png") no-repeat transparent;
    cursor: pointer;
}
.slideshow #btn-next {
    position:absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 27px;
    display:block;
    background: url("../images/slideshow_right.png") no-repeat transparent; 
    cursor: pointer;   
}
.slideshow #btn-prev:hover {
    background: url("../images/slideshow_left_hover.png") no-repeat transparent;
}
.slideshow #btn-next:hover {
    background: url("../images/slideshow_right_hover.png") no-repeat transparent; 
}

.slideshow #btn-prev.big_slideshow {
    background: url("../images/big_slideshow_left.png") no-repeat transparent;    
}
.slideshow #btn-next.big_slideshow {
    background: url("../images/big_slideshow_right.png") no-repeat transparent; 
}
.slideshow #btn-prev.big_slideshow:hover {
    background: url("../images/big_slideshow_left_hover.png") no-repeat transparent;
}
.slideshow #btn-next.big_slideshow:hover {
    background: url("../images/big_slideshow_right_hover.png") no-repeat transparent; 
}

.slideshow .slideshow-pagination {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    min-width:200px;
    width: auto;
    overflow:hidden;
    position:relative;    
}
.slideshow .slideshow-pagination a {
    background: transparent url(/images/pagination_sprite.jpg) no-repeat;
    background-position: 0 0;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 23px;
	height: 23px;
	margin: 0 5px 0 0;
    /*float: left;*/
    position:relative;
}
.slideshow .slideshow-pagination.big_slideshow a {
    background: transparent url(/images/big_pagination_sprite.jpg) no-repeat;
}
.slideshow .slideshow-pagination a.selected {
    background-position: -30px 0;
}

/****************** slideshow generico */
.slideshow_dx_holder {
    background-color: #999999;
    padding: 3px 0px 8px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.slideshow_dx_holder #foo_gallery {
    margin: 8px 10px;
    width: 660px;
    height: 495px;
}
.slideshow_dx_holder img {
    /*position:relative;*/    
    /*
    margin-left: auto;   
    margin-right: auto;
    margin:auto;
    */    
    /*border: 3px solid #999999;*/
    max-width: 658px;
    max-height: 438px;
}
.slideshow_dx_holder a {
    /*display: table-cell;*/
    display: block;
    text-align: center;
}


.slideshow_dx_holder .slide {
    position: relative;
    width: 664px;
    height: 438px;
    max-width: 664px;
    max-height: 438px;    
    text-align: center;
    display: block;
    /*display: table-cell;*/   
    /*vertical-align: middle;*/
}
.slideshow_dx_holder .slide .img-holder {
    /*display: table-cell;*/
    height: 438px;
    width: 658px;
    position:relative;
    vertical-align: middle;
    text-align: center;
    /*width: 628px;
    height: 468px;
    max-height: 468px;*/
}
.slideshow_dx_holder .slide .photo_holder {
    width: 100%;
    text-align: left;
    margin-bottom: 22px;
    overflow: hidden;
}

.slideshow_dx_holder .slide .photo-frame {
    text-align: center;
    /*float: left;*/
    overflow:hidden;
    /*max-height: 468px;
    max-width: 628px;
    
    width: 628px;
    height: 468px;*/
    position:relative;
    max-height: 438px;
    max-width: 658px;
    
    width: 670px;
    height: 438px;
    display: block;
    vertical-align: middle;
}
.slideshow_dx_holder .hover_text {
    background:url("../images/bg_claim.png") repeat transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 200;
    left: 50%;
    bottom: 12px;
    padding: 5px 35px;
    width: 370px;
    min-height: 28px;
    max-height: 56px;
    margin-left: -220px;
}
.slideshow_dx_holder .hover_text .claim {
    /*margin: 45px 37px;*/
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
.two_cols li.col_dx .section .slideshow_dx_holder .pagination {
    margin: 12px auto 0 auto;
    position: relative;
    height: 30px;
    width: 640px;
}
.slideshow_dx_holder .divider {
    height: 1px;
    width: 100%;
    border-bottom: 4px solid #D6D6D6;
    margin: 0 36px 0 0;
    
}
.slideshow_dx_holder .btn-prev2 {
    position:absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 27px;
    display:block;
    background: url("../images/slideshow_left.png") no-repeat transparent;
    cursor: pointer;
}
.slideshow_dx_holder .btn-next2 {
    position:absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 27px;
    display:block;
    background: url("../images/slideshow_right.png") no-repeat transparent; 
    cursor: pointer;   
}
.slideshow_dx_holder .btn-prev2:hover {
    background: url("../images/slideshow_left_hover.png") no-repeat transparent;
}
.slideshow_dx_holder .btn-next2:hover {
    background: url("../images/slideshow_right_hover.png") no-repeat transparent; 
}

.slideshow_dx_holder .slideshow-pagination {
    text-align: center;
    margin: 0 auto;
    padding: 2px 0;
}
.slideshow_dx_holder .slideshow-pagination a {
    background: transparent url(/images/pagination_sprite.jpg) no-repeat;
    background-position: 0 0;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 23px;
	height: 23px;
	margin: 0 5px 0 0;
}

.ie7 .slideshow_dx_holder .slideshow-pagination a {
	*display: inline;
    zoom:1;
}


.slideshow_dx_holder .slideshow-pagination a.selected {
    background-position: -30px 0;
}
/* fine slideshow generico */

.brand_list{
	width:659px;
	margin:0 -20px 0 0;
    overflow:hidden;
    margin-left: 6px;
}
.brand_list li{
	display:inline-block;
	vertical-align:middle;
	padding:3px 19px 5px 0;
}
.brand_list li img{
	vertical-align:top;
	margin:0;
}
.brand_list .img-holder {
	/*padding-bottom:15px;*/
    width: 120px;
    height:120px;
    display: table-cell;
    vertical-align: middle;
    border:1px solid #e6e7e8;
    padding: 11px;
}
.brand_list .img-holder img {
	display:block;
	
	/*padding:11px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 120px;
    max-height: 120px;
}
.brand_list .img-holder a {
	/*margin:0 0 16px;*/
    width:120px;
    height:120px;
    display:table-cell;
    vertical-align: middle;
}
.brand_list .img-holder a img {
	display:block;
}
.brand_list .img-holder a:hover img {
	border-color:#7d7d7d;
}


.landing {
    width: 723px;
    display: block;
    margin: 130px auto 130px;
    color: #FFFFFF;
}

.landing h1 {
    font: 29px/42px "Open Sans", Tahoma, Arial, Serif;
}

.landing h1 a{
    color: #FFFFFF;
}

.landing h1 a:hover{
    color: #333333;
}

.landing em {
    display: block;
    text-align: right;
    margin-top: 20px;
    font: 18px/24px "Open Sans", Tahoma, Arial, Serif;
    font-style: italic;
}

.landing p {
    display: block;
    font: 13px/20px "Open Sans", Tahoma, Arial, Serif;
}

.banner-box {
    display: block;
    width: 219px;
    height: 257px;    
}

.banner-box a{
    display: block;
    width: 189px !important;
    height: 152px !important;
    padding: 105px 15px 0 15px;
    position: relative;
}

.banner-box a span.arrow, .side_box a.arrow {
    display: block;
    width: 27px;
    height: 27px;
    background: url("/images/arrow.png") top left no-repeat transparent;
    bottom: 15px;
    right: 15px;
    position: absolute;
}

.banner-box a:hover span.arrow, .side_box a.arrow:hover {
    background: url("/images/arrow-hover.png") top left no-repeat transparent;
}

.banner-box.box-geostones {
    background: url("/images/bg_geostones2.png") top left no-repeat transparent;
}

.banner-box.box-lavie {
    background: url("/images/bg_lavie2.png") top left no-repeat transparent;
}

.banner-box.box-studiotecnico {
    background: url("/images/bg_studiotecnico2.png") top left no-repeat transparent;
}

.page {
    display: block;
    padding: 28px 0 0 7px;
}

.page h1, .page h2 {
    font-weight: 600;
    font-size: 21px;    
}

.page-content {
    display: block;
    padding: 18px 0 0px 0;
    border-bottom: 1px solid #e0dbdb;    
}

.page-content:last-child {
    border-bottom: none;
}

.page-content figure {
    background-color: #999999;
    padding: 3px 3px;
    display: block;
    width: 658px;
    /*height: 346px;*/    
    margin-top: 20px;
    margin-bottom: 18px;
}

.page-content figure a{
    display: block;
    position: relative;    
}

.page-content figure a .magnifier{
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("/images/magnifier.png") top left no-repeat transparent;
    bottom: 5px;
    right: 5px;
}

.page p {
    font: 13px "Open Sans", Arial, Tahoma, Serif;
    font-weight: 400;
    margin-bottom: 18px;
}

.page-content.left-image figure {
    float: left;
    margin-right: 14px;
    width: 275px;
    height: 183px;
    margin-top: 5px;
    text-align: center;
}

.page-content.right-image figure {
    float: right;
    margin-left: 14px;
    width: 275px;
    height: 183px;
    margin-top: 5px;
    text-align: center;
}

.page-content ul{
    display: block;    
}

.page-content li{
    float: none;
    border-bottom: 1px solid #E0DBDB;    
    padding: 6px 0 6px 15px;  
    font: 400 13px "Open Sans",Arial,Tahoma,Serif;
    background: url("/images/freccia_points.png") no-repeat scroll left 11px transparent;  
}

.attachment {
    background: url("/images/attachment-icon.png") right 50% no-repeat #cccccc;
    padding: 10px 50px 10px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    font-size: 12px;
    color: #333333; 
    margin-top: 15px;
    display: block;  
    width: 80px;
}

.attachment:hover {
    background-color: #F37020;
    color: #FFFFFF; 
}

.portfolio {
    display: block;
}

.portfolio-item {
    display: block;
    border-bottom: 1px solid #e0dbdb;
    width: 282px;
    height: 266px;
    padding: 25px;
}

.portfolio-item.left {
    float: left;        
}

.portfolio-item.right {
    float: right;
    width: 281px;
    border-left: 1px solid #e0dbdb;    
}

.portfolio figure img {
    border: 3px solid #999999;
}

.portfolio a:hover img {
    border: 3px solid #CF5813;
}

.portfolio figure figcaption {
    margin: 10px 0 0 0;
}

.portfolio figure figcaption h2 {
    margin-bottom: 8px;
}

.portfolio figure figcaption .ellipsis {
    display: block;
    width: 281px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;        
}

.attachments {
    display: block;
}

.attachments ul{
    display: block;
    border-bottom: 1px solid #E0DBDB;
}

.attachments li{
    float: none;
    border-top: 1px solid #E0DBDB;
    border-bottom: none !important;
    background-image: none !important;
    padding: 8px 0 !important;    
}

.attachments li p {
    float: left;
    width: 500px;
    padding-right: 19px;
    padding: 7px 0 0 0;
    margin-bottom: 0 !important;
}

.attachments li a {
    float: right;
    margin: 0;
}

.no-border {border: none !important}

.error_msg {
    font-size: 24px !important;
}

.map-container {
    display: block;
    width: 909px;
    height: 478px;
    background-color: #999999;
    padding: 3px 3px;
}

#map-canvas {
    display: block;
    width: 909px;
    height: 478px;
}

#map-canvas h4 {
     font-weight: 600;
     font-size: 1.2em;
}

.contatto {
    float: left;
    width: 305px;
    float: left;
}

.semibold {
    font-weight: 600;
}

.orange {
    color: #CF5813;
}