/*---------------------------------------------------------------------------------

nav brown: #6a5b51;




---------------------------------------------------------------------------------*/
html, body {
	top:0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a5b51;
	margin: 0;
	padding: 0;
	background: #ffffff url(../img/0408/bg.png) top left repeat-x;
	height:100%;
	line-height:20px;
	height:100%; /* this is the key! */ 
	
}
blockquote {
	font-family: Georgia, serif;
	font-size: 100%;
	color: #6a5b51;
	}
img {
	border:none;
}
#body_bg {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 20px 0px;
}
.clr {
	clear: both;
}
p {
	margin: 0;
	padding-bottom: 5px;
	color:#6a5b51;
}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 24px;
	color: #6a5b51;
	text-transform:uppercase;
	border-bottom: 1px #6a5b51 solid;
	text-align:left;
	font-weight: normal;
	margin: 5px 5px 0px 5px;
}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 22px;
	color: #52473f;
	font-weight: normal;
	text-align:left;
	margin: 5px 0px 10px 10px;
}
h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #52473f;
	font-weight: normal;
	text-align:left;
	margin: 5px 0px 5px 10px;
}
h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #52473f;
	font-weight: normal;
	margin: 5px 0px;
}
h5 {
	color:#92beca;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	margin-top:3px;
}
h6 {
	margin: 15px 0;
	color: #222222;
	border-bottom: 1px solid #EEEEEE;
}
a:link, a:visited {
	color: #00469b;
	text-decoration: none;
	position: relative; /* Internet Explorer: a cancer on the web that must be stopped!!! */
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:focus {
  outline: none;
}
#social_networks {
	float: left;
	height: 25px;
	width: 500px;

}

#social_networks li {
	display: inline;
	list-style-type: none;
}

#social_networks text {
	font-size: 18px;
}

#social_networks img {
	vertical-align: middle;
	padding-left: -15px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
margin-left:40px;
}
ul a:link, ul a:visited{
	color: #00469B;
	text-decoration: none;
}
ul a:hover{
	color: #FF0000;
	text-decoration: underline;
}

hr {
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}


/* ACCORDION EFFECT
--------------------------------------------------------- */
div#accordion {
	padding-left: 5px;
}
.toggler {
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	color: #00469b;
}

/* Video Buttons
--------------------------------------------------------- */
#presentation{
	margin:0px;
	padding:0px;
}

#vidBtn{
	position:relative;
	float:right;
	margin-top:-557px;
	z-index: 999;      <-- the z index property will push the #top div above the bottom div
}  
 

/* TOP MENU SELECTED BUTTONS
--------------------------------------------------------- */
.home div#nav li.home, .chi_siamo div#nav li.chi_siamo, .servizi div#nav li.servizi, .notizie div#nav li.notizie,
.contattaci div#nav li.contattaci, .area_clienti div#nav li.area_clienti, .faq div#nav li.faq {
    background: url(../img/menu_active.gif) top left repeat-x;
}
.home div#nav li li.home {
	background: #013F5F;
}


/* CUSTOM STYLING
--------------------------------------------------------- */

div#wrapper {
	width: 970px;
	margin: 0px;
}
.small{
	font-size: 10px;
	color: #aaa;
}
.highlight{
	background-color: #ffff99;
}
div.blog_author {
	font-size: 10px;
	color: #aaa;
	margin-bottom: 5px;
}
span.alert{
	display: block;
	background: #fff6bf url(../img/exclamation.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
span.info{
	display: block;
	background: #f8fafc url(../img/information.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
span.download{
	display: block;
	background: #e2f3de url(../img/download.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #3C6;
	border-bottom: 2px solid #3C6;
}
pre{
	display: block;
	line-height: 100%;
	border-left: 2px solid #ccc;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	color: #336600;
}
/*pre{
	display: block;
	line-height: 100%;
	border-left: 5px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 11px;
	overflow: auto !important;
	overflow: scroll;
	width: 95%;
}*/
blockquote{
	margin: 20px 0;
	padding: 0 0 0 20px;
	background: url(../img/quote.png) no-repeat;
	background-position: 10px 0;
	border: none;
	font-style: oblique;
	color: #888;
}


/* ---- list styling --- */
ul#style {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}


/* ---- login style --- */
div#login_form {

}
div#nome_utente {
	float: left;
}
div#password, div#button_field {
	float: left;
	padding-left: 20px;
}
div.login_text {
	font-size: 11px;
}


/* TOP HEADER
--------------------------------------------------------- */
div#top_header_wrap {}
div.top_header {
	background: url(../img/1109/header.png) top left no-repeat;
	height: 235px;
}
div.top_headerad {
	background: url(../img/1109/headerad.png) top left no-repeat;
	height: 210px;
}
/* ---- logo --- */
div#logo_wrap {
	position: relative;
	width: 970px;
}
div#logo {
	width: 920px;
	height: 210px;
	position: absolute;
	left: 25px;
	top: 0px;
}

/* ---- beta stripe --- */
div#beta_wrap {
	position: relative;
	width: 970px;
	z-index: 1000;
}
div#beta {
	background: url(../img/beta_stripe.png) no-repeat;
	width: 107px;
	height: 107px;
	position: absolute;
	right: 25px;
	top: 24px;
}


/* CONTENT LAYOUT
--------------------------------------------------------- */
div#content_layout_wrap {}
div.content_layout {
	background: url(../img/0408/main_splint.png) top left repeat-y;
	height: 1%;
}
div.content_layout_sidebar {
	background: url(../img/0408/main_splint.png) top left repeat-y;
	height: 1%;
}

/* TOP MENU
--------------------------------------------------------- */
div#top_menu_wrap {
	padding: 0px 25px;
}
div.top_menu {
	background: url(../img/topmenu.png) top left repeat-x;
	height: 33px;
}
div.top_menu_empty {
	background: url(../img/topmenu.png) top left repeat-x;
	height: 5px;
}


/* Top Nav Menu */

div#topmenuwrap {
	background-color: #6a5b51;
	height: 33px;
	position: relative;

}

div#nav {
	margin: 0;
	padding: 0;
	height: 33px;
	margin-left:10px;
/*	background-color: #1a1a1a; */
}
div#nav a {
	font-size: 12px;
	text-transform:uppercase;
	color: #fff;
	float: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	line-height: 33px;
	padding: 0 15px;
}

div#nav a:hover {

	text-decoration:underline;


}


div#nav ul {
	padding: 0;
	margin: 0;
}

div#nav li {
	float: left;
	padding: 0;
 	background: none;
	height: 33px;
	margin:0px;
	list-style:none;
}
	
/*--------------------------------
right side_menu
--------------------------------*/
div#rside_menu_wrapper {
	background: #ffffff;
	width:213px;
	float:right;

}

div#rside_menu {
	background: #ffffff url(../img/0408/side_menu_bg.png) repeat-x top;
	border: 1px solid #d4dee3;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;

}

/*--------------------------------
left side_menu
--------------------------------*/
div#side_menu_wrapper {
	background: #ffffff;
	width:210px;
	float:left;

}

div#side_menu {
	background: #ffffff url(../img/0408/side_menu_bg.png) repeat-x top;
	border: 1px solid #d4dee3;
	margin-top:4px;
	margin-left:4px;

}

div#side_menu h3{

	color:#6a5b51;
	font-size:16px;
	text-align:left;
	margin-top:20px;
	margin-left:20px;
	font-weight:bold;

}

div#side_menu ul{
padding-bottom:20px;
}

div#side_menu li{
	list-style:none;
	text-align:left;
	list-style-image:url(../img/0408/arrow.png);
	
	color:#6e99a4;
}

div#side_menu li a{
	color:#6e99a4;
	font-size:14px;
	text-decoration:none;
}
div#side_menu li a:hover{
	color:#6e99a4;
	font-size:14px;
	text-decoration: underline;
}

div#box1{border-bottom:5px #e6f4f7 solid;}
div#box2{border-bottom:5px #e6f4f7 solid;}
div#box3{border-bottom:5px #e6f4f7 solid;}
div#box4{border-bottom:5px #e6f4f7 solid;}
div#box5{border-bottom:5px #e6f4f7 solid;}
div#box6{background:url(../img/0408/menu_bg_bottom.png) repeat-x bottom;
}

/*home page
*/

div #home_content{
	margin-top:4px;
	margin-right:4px;
	height:460px;
	width:701px;
	background:url(../img/0408/home_bg.png) bottom left no-repeat;
	border: 1px solid #d4dee3;
	float:right;
	display:block;
	
}
div #home_content2{
	margin-top:4px;
	margin-right:4px;
	height:497px;
	width:701px;
	background:url(../img/0408/bg2.jpg) bottom left no-repeat;
	border: 1px solid #d4dee3;
	float:right;
	display:block;
	
}
div #home_content3{
	margin-top:4px;
	margin-left:4px;
	width:491px;
	height:497px;
	background:url(../img/0408/bg2.jpg) top left no-repeat;
	border: 1px solid #d4dee3;
	float:left;
	display:block;
	
}
div #home_buttons{
	margin-top:4px;
	margin-right:4px;
	height:443px;
	width:600px;
	background:url(../img/0408/home_bg.png);
	border: 1px solid #d4dee3;
	float:right;
	display:block;
	
}


div #general_content{
	margin-top:4px;
	margin-right:4px;
	margin-bottom:4px;
	width:701px;
	border: 1px solid #d4dee3;
	float:right;
	display:block;
	
}
div #general_content img.photoright {	
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-top: .5em;
	border: 1px #6a5b51 solid;
	background: #fffffff;
	position:relative;
	
	}
div #general_content img.photoleft {	
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding: 0px;
	background: #fffffff;
	position:relative;
	border: 1px #6a5b51 solid;
	}

div #general_content p {
	margin: 20px;
	color: #666;
	text-align:left;
	

	}

div #general_content ul {
	margin: 20px;
	color: #666;
	text-align:left;
	

	}

div #general_content a {
	color: #92beca;
	text-align:left;
	

	}
	
	
	
div #about_content{
	margin-top:4px;
	margin-right:4px;
	margin-bottom:4px;
	width:701px;
	border: 1px solid #d4dee3;
	float:right;
	display:block;
	border-top: 5px solid #def0f3;
	background:url(../img/0708/about_bg.gif) bottom repeat-x;
	
}	

div #about_content img.photoleft {	
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-top: .5em;
	background: #fffefa;
	position:relative;
	}





/* HEADER
--------------------------------------------------------- */
div#header_wrap {
	padding: 0px 25px;
}
div#header {
	background: #ffffff;
	border-bottom: 5px solid #c1c1c1;
}

/* ---- header content --- */

div#main_content_wrap {


}
div#main_content {

	
}

/* ---- scrolling header --- */
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 920px;
	text-align: center;

} 
#content-wrapper {
	margin: 0px auto;
	overflow: hidden; 
	width: 920px;
	position: relative;
	height:100%;

} 



/* ---- header buttons --- */
div#header_buttons_wrap {}
div#header_buttons {
	height: 80px;
	background: url(../img/header_buttons_bg.png) top left repeat-x;
}
/* a#link1, a#link2, a#link3, a#link4, a#link5 {
	width: 184px;
	height: 80px;
	display: block;
}*/
ul#buttons {
	margin: 0;
	padding: 0;
}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 184px;
	height: 80px;
	display: block;
}

li#btn_premier {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_premier.jpg) 0% 0% no-repeat;
}
li#btn_premier a:hover {
	background: url(../img/btn_premier.jpg) 0% 50% no-repeat;
}
li#btn_premier a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_premier.jpg) 0% 100% no-repeat;
}
li#but_intro a:active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_premier.jpg) 0% 100% no-repeat;
}
li#btn_madspa {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_madspa.jpg) 0% 0% no-repeat;
}
li#btn_madspa a:hover {
	background: url(../img/btn_madspa.jpg) 0% 50% no-repeat;
}
li#btn_madspa a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_madspa.jpg) 0% 100% no-repeat;
}
li#btn_drw {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_drw.jpg) 0% 0% no-repeat;
}
li#btn_drw a:hover {
	background: url(../img/btn_drw.jpg) 0% 50% no-repeat;
}
li#btn_drw a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_drw.jpg) 0% 100% no-repeat;
}
li#btn_pms {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_pms.jpg) 0% 0% no-repeat;
}
li#btn_pms a:hover {
	background: url(../img/btn_pms.jpg) 0% 50% no-repeat;
}
li#btn_pms a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_pms.jpg) 0% 100% no-repeat;
}
li#btn_playzone {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_playzone.jpg) 0% 0% no-repeat;
}
li#btn_playzone a:hover {
	background: url(../img/btn_playzone.jpg) 0% 50% no-repeat;
}
li#btn_playzone a.active {
	width: 184px;
	height: 80px;
	float: left;
	background: url(../img/btn_playzone.jpg) 0% 100% no-repeat;
}

/* ---- user6 --- */
div#user6_wrap {
	padding: 0 25px;
}
div#user6 {
	background: #0C110D;
	border-bottom: 5px solid #c1c1c1;
	color: #9a9a9a;
	text-align: left;
	padding: 10px 25px;
	font-size: 11px;
}
div#user6 a:link, div#user6 a:visited {
	color: #9a9a9a;
	text-decoration: underline;
	font-size: 11px;
}
div#user6 a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* CONTENT
--------------------------------------------------------- */
div#content_wrap { /* 1 column layout */
	padding: 0px 25px;
} 
div#content_wrap_sidebar { /* 2 columns layout */
	width: 670px;
	padding: 0px 25px;
	float: left;
}
div#content {}



/* ---- mainbody --- */
div#mainbody_wrap {}
div#mainbody {
	padding: 20px 20px 0px 20px;
	text-align: left;
}



/* BOTTOM LAYOUT
--------------------------------------------------------- */
div#bottom_layout {}
div.bottom_layout {
	background: url(../img/0408/bottom.png) top left repeat-y;
	height: 23px;
}
div.bottom_layout_sidebar {
	background: url(../img/0408/bottom.png) top left repeat-y;
	height: 23px;
}


/* FOOTER
--------------------------------------------------------- */
div#footer_wrap {
	margin-top: 10px;
	clear:both;
	vertical-align:middle;
	
}
div#footer {
	color: #c1c1c1;
	font-size: 12px;background:#6a5b51;
	width:920px;
	font-size:11px;
	vertical-align:middle;
}
div#form{
vertical-align:middle;

}
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
	vertical-align:middle;
}
div#footer a:hover {
	color: #fff;
	text-decoration: underline;
	vertical-align:middle;
}



/* more forms */
fieldset {
	border:none;
}

#general_content form {
line-height:20px;

}
#general_content .note {
	font-size: 120%;
	color: #ff0000;
	padding: 0px 0 0 0;
	border-top: 1px solid #999;
	}


#general_content label{
color:#000;
float:left;
margin: 0px;	
}

#general_content label.contact {
width: auto;
display: block;
line-height:20px;
margin-left: 10px;
text-align:left;
width:210px;
}	

#general_content input, textarea, select {
	font-family: Tahoma;
	color: #000000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 4px 10px 4px 10px;
	vertical-align:middle;
}

#general_content input:focus, textarea:focus {
	background-color: #DDF8FF; /*#fff5be;*/
}


.gallery_link{

	font:Arial, Helvetica, sans-serif; 
	font-size:24px; 
	text-transform:uppercase;
	text-decoration:none; 
	display:block; 
	width:600px; 
	color:#6a5b51;


}


#whisper_btn a{
	
	font-size:1px;
	width:244px;
	height:140px;
	display:block;
	text-align:left;
	background-image: url(../img/0110/btn1.jpg);
	background-repeat:no-repeat;
	
	
	
}
#whisper_btn a:hover{
	background-position: 0 -140px;
	
	
}

#gift_btn a{
	
	font-size:1px;
	width:244px;
	height:140px;
	display:block;
	text-align:left;
	background-image: url(../img/0110/btn2.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	
	
	
}
#gift_btn a:hover{
	background-position: 0 -140px;
	
	
}

#gift_btn2 a{
	
	font-size:1px;
	width:199px;
	height:110px;
	display:block;
	text-align:left;
	background-image: url(../img/1109/btn.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	
	
	
}
#gift_btn2 a:hover{
	background-position: 0 -110px;
	
	
}

#procedure_images {float:right; width:170px; margin-right:50px;}

#error_notification {border: none; padding: 4px; background: #f0f5f8; color: #333; font-size:16px; font-weight:bold; text-align:left; margin-bottom:5px; }
#finished {border: none; padding: 4px; background: #f0f5f8; color: #333; font-size:16px; font-weight:bold; text-align:center; margin-bottom:5px; }

#error_notification ul.note li{text-align:left; color:#ff0000; font-size:11px; list-style:circle; margin-left:25px;} 

#login_response {  }
 
#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; color:#000; background-color:#FFF;}

#finished { padding: 5px; color:#000; font-size:16px; font-weight:bold;}	

#form_style tbody tr:hover td
{
	background: #e6e6e6 url('../img/tables/gradhover.png') repeat-x;
	color: #ff0000;
}

.inquirebttn {
	display:block;
	width:143px;
	height:38px;
	background:url(../img/btn.gif) no-repeat;
	margin-top:10px;
	border:none;
	
}
.inquirebttn:hover, .inquirebttn:focus, #acloginpod .getpassbttn:focus {
	background-position:right top;
}

#show_on{
	display:none;
}
#show_off{
	display:none;
}
#show_on2{
	display:none;
}
#show_off2{
	display:none;
}