@charset "UTF-8";
/* CSS Document */

HTML, BODY { margin:0px; }
BODY { font-family:Arial, Helvetica, sans-serif; font-size:1em;	color:#330000; }
BODY DIV { margin:0px; padding:0px; }

#container { position:relative; min-height:100%; height: auto !important; 	height: 100%; margin: 0 auto -45px; }

a:link, a:visited, a:active { color:#452200; }
a:hover { color:#666666; }
.photos { padding:0.5em; border:0px; }
.photos a:link, .photos a:link, .photos a:hover, .photos a:visited { border:0px; padding:0.5em; }
.spanlabel { padding:2px; width:150px; display:inline-block; text-align:right; }
.spanfield { margin-left:15px; padding:2px; }
.required { border:1px solid #6A3525; }
.focus { border:2px solid #333333; }
.demo-photos { padding:10px; text-align:center; }
.small { color:#993300; text-align:left; }
.address { color:#452200; font-weight:bold; padding-bottom:10px; }
.numbers { color:#452200; font-weight:bold; font-size:0.9em; text-align:right; padding-bottom:10px; padding-right:10px; }

#vd_top {
	background-image:url(../gfx/vd_tp_bk.jpg);
	background-repeat:repeat-x;
	height:60px;
	margin:auto;
	padding:0px;
	position:relative;
}
#vd_logo {
	position:relative;
	float:left;
	margin:0;
	width:200px;
	height:60px;
	background:url(../gfx/vd_logo.jpg) no-repeat;
	}
#vd_languages IMG{
	float:right;
	margin-right:2px;
	text-align:right;
	width:60px;
	height:60px;
	}
#vd_head {
	background-image:url(../gfx/vd_head_bk.jpg);
	background-repeat:repeat-x;
	height:150px;
	text-align:center;
	padding:0px;
	margin-top:0px;
}
#vd_mn {
	background-image:url(../gfx/vd_mn_bk.jpg);
	background-repeat:repeat-x;
	height:60px;
	text-align:left;
}
#vd_unmn {
	background-image:url(../gfx/vd_undmn.jpg);
	background-repeat:repeat-x;
	height:40px;
}
#vd_content {
	float:left;
	width:100%;
	height:100%;
}

.vd_main { margin-right:330px; margin-left:10px; padding:10px;  }
.vd_columndx { width:300; height:300px; float:left; margin-left: -310px; margin-bottom:10px; margin-right:5px; }

/* bottoni */

#vd_button_azienda { display:block; height:60px; width:100px; background:url(/gfx/vd_bazienda.jpg) no-repeat; float:left; }
#vd_button_azienda:hover { background:url(/gfx/vd_bazienda1.jpg) no-repeat; }
#vd_button_prodotti { display:block; height:60px; width:100px; background:url(/gfx/vd_bprodotti.jpg) no-repeat; float:left; }
#vd_button_prodotti:hover { background:url(/gfx/vd_bprodotti1.jpg) no-repeat; }
#vd_button_dovesiamo { display:block; height:60px; width:100px; background:url(/gfx/vd_bdove.jpg) no-repeat; float:left; }
#vd_button_dovesiamo:hover { background:url(/gfx/vd_bdove1.jpg) no-repeat; }
#vd_button_contatti { display:block; height:60px; width:100px; background:url(/gfx/vd_bcontatti.jpg) no-repeat; float:left; }
#vd_button_contatti:hover { background:url(/gfx/vd_bcontatti1.jpg) no-repeat; }

#vd_button_company { display:block; height:60px; width:100px; background:url(/gfx/vd_bcompany.jpg) no-repeat; float:left; }
#vd_button_company:hover { background:url(/gfx/vd_bcompany1.jpg) no-repeat; }
#vd_button_products { display:block; height:60px; width:100px; background:url(/gfx/vd_bproducts.jpg) no-repeat; float:left; }
#vd_button_products:hover { background:url(/gfx/vd_bproducts1.jpg) no-repeat; }
#vd_button_location { display:block; height:60px; width:100px; background:url(/gfx/vd_blocation.jpg) no-repeat; float:left; }
#vd_button_location:hover { background:url(/gfx/vd_blocation1.jpg) no-repeat; }
#vd_button_contacts { display:block; height:60px; width:100px; background:url(/gfx/vd_bcontacts.jpg) no-repeat; float:left; }
#vd_button_contacts:hover { background:url(/gfx/vd_bcontacts1.jpg) no-repeat; }


/* rounded corner */

﻿.spiffy{display:block}
.spiffy * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#5b4434}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b8aea7;
  border-right:1px solid #b8aea7;
  background:#847266}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eeecea;
  border-right:1px solid #eeecea;
  background:#7a675a}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #7a675a;
  border-right:1px solid #7a675a;}
.spiffy4{
  border-left:1px solid #b8aea7;
  border-right:1px solid #b8aea7}
.spiffy5{
  border-left:1px solid #847266;
  border-right:1px solid #847266}
.spiffyfg{
  background:#5b4434}
  
  /* fancy box */
  
 div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/images/fancy_title_right.png') repeat-x;
}
  /* buttons */

a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(.././gfx/vd_btns.png);
    _background-image:url(.././gfx/vd_btns.png);
}


a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}


a.button:active, a.button:focus span{
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}




/*Optional hack for IE6 to simulate :hover selector*/

span.button button, del.button span, span.button input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));




}