HTML, BODY { 
	height:100%;
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:1em; 
	background:#FFF; 
}

BODY IMG, p, a { border:none; }
#vd_container {  
	min-height:100%; 
	height: auto !important; 	
	height: 100%; 
	margin: 0 auto -85px;
}
A, A:link, A:visited A:active {
	text-decoration:none;
	color:#666;
}
A:hover {
	color:#990000;
}
H2.contentTitle {
	color:#991719;
	font-size:18px;
	padding:10px 0;
}
/* testata  */

#vd_header { height:79px; }
#vd_logo { 
	width:262px; 
	height:79px; 
	float:left; 
}
#vd_greenphone IMG { 
	margin-right:10px; 
	float:right; 
	text-align:right;
}

/* menu  */
.menu_list { 
	height:53px; 
	float:left; 
}
.menu_list ul { 
	list-style:none; 
	margin: 0;
	padding: 0; 
}
.menu_list li {
	float: left; 
	margin: 0; 
	padding: 0;  
}
.menu_list li a { 
	float:left; 
	width:100px; 
	height:53px;	
	display: block; 
}

#vd_menu { 
	background:url(../gfx/contractdesign-mn-rep.jpg); 
	height:53px; 
	margin-left:10px; 
	margin-right:10px; 
}
#vd_mn_sx { 
	background:url(../gfx/contractdesign-mn-sx.jpg) no-repeat; 
	height:53px; 
	width:17px; 
	float:left; 
}
#vd_mn_dx { 
	background:url(../gfx/contractdesign-mn-dx.jpg) no-repeat; 
	height:53px; 
	width:17px; 
	float:right; 
}
/* friend list */
.friend-list LI{
	list-style-type:none;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.friend-list LI IMG {
	float:left;
	padding:3px;
	margin:5px;
	border:2px solid #eee;
}
.friend-list LI H3 A {}
/* bottoni menu  */

.vd_button_azienda { 
	display:block; 
	height:53px; 
	width:80px; 
	background:url(../gfx/contractdesign-b-azienda.jpg) no-repeat; 
}
.vd_button_azienda:hover { background:url(../gfx/contractdesign-b-azienda1.jpg) no-repeat; }
.vd_button_gallery { 
	display:block; 
	height:53px; 
	width:80px; 
	background:url(../gfx/contractdesign-b-gallery.jpg) no-repeat; 
}
.vd_button_gallery:hover { background:url(../gfx/contractdesign-b-gallery1.jpg) no-repeat; }
.vd_button_contatti { 
	display:block; 
	height:53px; 
	width:80px; 
	background:url(../gfx/contractdesign-b-contatti.jpg) no-repeat; 
}
.vd_button_contatti:hover { background:url(../gfx/contractdesign-b-contatti1.jpg) no-repeat; }
.vd_button_dovesiamo { 
	display:block; 
	height:53px; 
	width:80px; 
	background:url(../gfx/contractdesign-b-dove.jpg) no-repeat; 
}
.vd_button_dovesiamo:hover { background:url(../gfx/contractdesign-b-dove1.jpg) no-repeat; }
.vd_button_partners { 
	display:block; 
	height:53px; 
	width:80px; 
	background:url(../gfx/contractdesign-b-partners.jpg) no-repeat;  
}
.vd_button_partners:hover { background:url(../gfx/contractdesign-b-partners1.jpg) no-repeat; }
.vd_button_friends { 
	display:block; 
	height:53px; 
	width:80px; 
	background:url(../gfx/contractdesign-b-friends.jpg) no-repeat;  
}
.vd_button_friends:hover { background:url(../gfx/contractdesign-b-friends1.jpg) no-repeat; }

  /* 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;
}




/* gallery & advertising */

#gallery {
	width:650px;
	margin-top:20px;
}
.adv IMG { 
	margin:5px; 
	border:3px solid #999; 
}
.adv IMG:hover { 
	border:3px solid #990000; 
}
.projects IMG { 
	margin:5px; 
	border:3px solid #999; 
}
.projects IMG:hover { 
	border:3px solid #990000; 
}
.catalogue {
	width:650px;
}
.catalogue IMG {
	margin:5px;
	border:3px solid #999;
}
.catalogue IMG:hover {
	border:3px solid #990000;
}
.cat-wood IMG, .cat-wood SPAN{
	float:left;
	margin:2px
}
.cat-wood SPAN {
	padding:20px 3px;
	font-weight:bold;
}
.cat-wood {
	vertical-align:middle;
	color:#666;
	width:100%;
	overflow:hidden;
	font-size:12px;
}
.pics IMG {
	margin:5px;
	border:3px solid #999;
}
.pics IMG:hover {
	border:3px solid #990000;
}

/* corpo */

#vd_leftcolumn { 
	float:left; 
	margin-left:10px; 
	width:250px; 
}
#vd_page { 
	margin-left:270px; 
	margin-right:50px; 
}
.push { height:85px; }
#vd_footer { 
	clear:both; 
	position:relative; 
	height:80px; 
	padding:0px; 
	margin:0px;  
	margin-top:5px; 
	background:#FFF url(../gfx/contractdesign-footer-rep.jpg) repeat-x; 
	width:100%; 
}
#vd_foot_dx { float:right; height:80px; width:200px; background:url(/gfx/contractdesign-footer-contact.jpg) no-repeat;  }



/* modulini left */

.vd_clean_rep { 
	width:245px; 
	background:url(../gfx/vd-mod-rep-clean.jpg) repeat-y; 
	padding-right:4px; 
	margin:0px; 
}
.vd_clean_rep ul {
	text-align:center;
	margin:0px;
	margin-left:-20px; 
	list-style:none;
}

.vd_clean_rep ul li a {
	background:url(../gfx/side_buttons.jpg) 0 2px; 
	padding:2px 0 0 5px; 
	height:22px; 
	width:202px; 
	display:block; 
	color:#555; 
	font-size: 0.95em;
	text-decoration:none;
	text-align:left;
}
.vd_clean_rep ul li a:hover { 
	background-position:208px 2px;
	color:#333; 

}
.relevant ul{
	text-align:center;
	margin:0px;
	margin-left:-20px; 
	list-style:none;
}

.relevant ul li a {
	background:url(../gfx/sidebar_big_buttons.jpg) 0 1px; 
	padding:2px 0 0 5px; 
	line-height:32px;
	height:32px; 
	width:202px; 
	display:block; 
	color:#555; 
	font-size: 0.95em;
	text-decoration:none;
	text-align:left;
}
.relevant ul li a:hover { 
	background-position:207px 1px;
	color:#333; 

}

.vd_clean_down { 
	width:245px; 
	height:19px; 
	background:url(../gfx/vd-mod-down-clean.jpg) top no-repeat;  
}

.vd_dark_rep { 
	width:245px; 
	background:url(../gfx/vd-mod-rep-dark.jpg) repeat-y; 
	padding-right: 4px; 
	margin:0px; 
}
.vd_dark_rep P {
	margin:0 auto;
	padding-left:25px;
	color:#EEE;
}
.vd_dark_rep IMG {
	text-align:center;
}
.vd_dark_rep UL {
	text-align:center;
	margin:0px;
	margin-left:-20px; 
	list-style:none;
}

.vd_dark_rep UL LI A {
	background:url(../gfx/side_buttons_dark.jpg) 0 2px; 
	padding:2px 0 0 5px; 
	height:22px; 
	width:202px; 
	display:block; 
	color:#555; 
	font-size: 0.95em;
	text-decoration:none;
	text-align:left;
}
.vd_dark_rep UL LI A:hover { 
	background-position:208px 2px;
	color:#333;
}
.vd_dark_down { 
	width:245px; 
	height:19px; 
	background:url(../gfx/vd-mod-down-dark.jpg) top no-repeat; 
}

#vd_title_sidebar { 
	background:url(../gfx/vd-sidebar.jpg); 
	height:32px; 
	width:245px; 
}
#vd_title_network { 
	background:url(../gfx/vd-network.jpg); 
	height:32px; 
	width:245px; 
}
#vd_title_partners { 
	background:url(../gfx/vd-partners.jpg); 
	height:32px; 
	width:245px; 
}
#vd_title_offer { 
	background:url(../gfx/vd-offer.jpg); 
	height:32px; 
	width:245px; 
}
#vd_title_announces { 
	background:url(../gfx/vd-announces.jpg); 
	height:32px; 
	width:245px; 
}

/* slider */
.slideshow {
	position:relative;
    height:134px;
	width:224px;
	top:0;
}

.slideshow img {
    position:absolute;
    top:0;
    left:10px;
    z-index:8;
    opacity:0.0;
	border:0;
}
.slideshow img.active {
    z-index:10;
    opacity:1.0;
}
.slideshow img.last-active {
    z-index:9;
}
.network_images {
	margin:0 auto;
}
.network_images {
	text-align:center;
}

/* maps */

#mappa_border {
	position:relative;
	background:#CCC;
	height: 303px;
	width:640px;
	display:block;
	padding:5px;
	margin:5px;
	padding-right:10px;
	overflow:hidden;
}
#mappa {
	position:absolute;
	float:left; 
	height:300px;
	width:640px;
	margin:1px;
}


/* testo */

.grey { color:#666; font-size:0.95em; font-weight:normal; }
.dark { color:#333; }
.notes { padding:20px; font-size:0.85em; font-style:italic; text-align:center; }
.notes a { text-decoration:none; color:#990000; }
.notes a:hover { color:#333; }
.small { font-size:0.75em; color:#333; text-decoration:none; }
.small a { text-decoration:none; color:#990000; }
.small a:hover { color:#333;}
.title IMG { margin-bottom:15px; }
.red {color:#990000;}	
H3 {
	color:#990000; 
	font-size:1em; 
	font-weight:bold;
	margin:0px;
	padding:4px;
	text-align:left;
}
CITE {
	color:#222;
	font-size:0.8em;
}
P {
	font-size:0.95em;
}

/* tabs */

ul.tabsnav {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	height:27px;
}
ul.tabsnav li {
	display:block;
	background:url(../gfx/contractdesign-tabs.jpg) top no-repeat; 
	width:160px;
	height:25px;
	float:left;
	padding:3px 3px 0 1px;

}
ul.tabsnav li a {
	padding-left:5px;
	color:#333;
	text-decoration:none;
}
ul.tabsnav li a.selected, ul.tabsnav li a:hover {
	color:#990000;
}
div.tabs > div {
	margin:0;
	padding:5px;
}
