/* 

Flair - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%}
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#474747;
	height:100%;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin:0px 0px 6px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5 {margin-bottom:15px;	font-family:Arial, Tahoma, Verdana;	font-weight:normal; color:#333}
h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;font-weight:bold;}
h5 {font-size:12px; margin:3px 0px; padding:0px; font-weight:bold; letter-spacing:1px;}

/* links */
a {color:#e07e29;text-decoration:underline;}
a:hover{color:#ee9b52;}
a img{border:none}
.imgleft{float:left; padding-right:15px;}
.imgright{float:right; padding-left:15px;}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
	color:#474747;
}
ul, ol {
	margin:10px 0 35px 40px;
}
li ol,
li ul
{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#333;
	padding:10px 20px 10px 35px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#main_container{ background-image:url(../images/bg_container.gif); background-repeat:repeat-x; background-color:#fff; min-height:82%;}
#main_container_inner{ background-image:url(../images/bg_container_inner.gif); background-repeat:repeat-x; background-color:#fff; min-height:82%;}
#bottom_container{ background-image:url(../images/bg_container_bottom.gif); background-repeat:repeat-x; height:112px;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
#centercolumn{width:990px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#toparea{ height:100px; width:990px;  position:relative;  z-index:10}
#logo{ width:320px; float:left;}
#pad_logo{ padding:0px 0px 0px 20px;}
#topmenu{width:670px; float:left; height:100px;}
/* searchtop */
#searchtop{padding:25px 0px 0px 0px; float:right;}
#searchtop form{margin:0px !important; padding:0px !important;}
#searchtop p{margin:0px;}
.bg_input{background-image:url(../images/bg_search.png); background-repeat:no-repeat; width:200px; height:26px; display:block;}
.inputbox{background:transparent; border:0px; width:166px; padding:4px 0px 5px 4px; margin-left:1px; color:#857f7f}
/* Top Navigation bar menu styling */
#navtop {margin:0px; padding:40px 25px 0 0; clear:right; position:relative; float:right;}
#nav{}
#nav, #nav ul{margin:0px; padding:0px; list-style-type:none;}
#nav a{
height:36px;
display:inline;
padding:0;
text-decoration:none;
line-height:28px; 
outline:none;
z-index:35;
position:relative;
float:left;
margin: 0 0px 0 0;
font-size: 12px;
color:#cac9c9;
}

#nav .current_page_item a, #nav a:hover{
color:#e4a166;
}

#nav .current_page_item ul a{
font-weight: normal;
color:#cac9c9;
}

#nav .current_page_item ul a:hover{
color:#e4a166;
}


#nav ul a{
line-height:33px; 
}

#nav li{
float:left;
position:relative;
z-index:35;
margin-top:11px;
padding:0px 14px;
background-image:url(../images/separator.gif);
background-repeat:no-repeat;
background-position:0px 10px;
}

#nav li li{
border-left:none;
margin-top:0;
background-image:none;
padding:0px;
border-bottom:solid 1px #2f2f2f;
background-color:#111;
position:relative;
z-index:35;
}

#nav ul {
display:none;
left:0px;
position:absolute;
top:30px;
width:172px;
z-index:100;
}

#nav li ul a{
width:128px;
height:auto;
float:left;
text-align:left;
padding:0 21px;
}

#nav ul ul{
top:auto;
border-top:none;
}	

#nav li ul ul {
left:155px;
top:0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav li ul a{
border-top:none;
}

/*** END OF TOP ***/

/*** CONTENT ***/
#content{background-image:url(../images/bg_content.png); background-repeat:no-repeat; width:990px;}
#padding_content{ padding:30px 25px 30px 25px; float:left}
#topcontent{padding:0px 0px 20px 0px;}
.boxtop{ width:280px; float:left; padding:0px 0px 0px 0px;}
.linetop{background-image:url(../images/linebox.gif); background-position:center; background-repeat:no-repeat; height:112px; width:40px; float:left;}
#maincontent{ padding:0px 0px 0px 0px;}
.header-image{ padding-bottom:15px;}
/* main */
#main{width:610px; margin-right:20px; float:left;}
#maintext{padding:0px 20px 0px 0px}
#maintext_portfolio{padding:0px 0px 0px 0px}
/* side */
#side{width:300px; float:left; padding-left:0px;}
.sidebox{background-image:url(../images/c_top.gif); background-repeat:no-repeat; background-position:top; background-color:#ededed}
.c_bottomsidebox{background-image:url(../images/c_bottom.gif); background-repeat:no-repeat; background-position:bottom;}
.contentbox{padding:10px 10px 20px 10px; position:relative;}
.contentbox h2{
	color:#FFF;
}
.contentbox #corsi{
	padding-left:10px;
	padding-top: 15px;
}
.contentbox .strip{position:absolute !important; right:0; top:0; background-image:url(../images/strip.png); background-repeat:no-repeat; width:82px; height:82px; background-position: right 0;}
.sidetext{padding:0px 0px 25px 0px;}
ul.l1{margin:0px; padding:0px; list-style-type:none; font-size:14px;}
ul.l1 li{list-style-type:none; background-image:url(../images/arrow_large.gif); background-position:center left; background-repeat:no-repeat; border-bottom:solid 1px #e6e6e6; line-height:30px; padding:0px 20px}
ul.l1 li a, ul.l1 li a:visited{color:#474747; text-decoration:none;}
ul.l1 li a:hover{color:#E07E29; text-decoration:none;}
ul.l2{margin:0px; padding:0px; list-style-type:none;}
ul.l2 li{ float:left; padding:0px 10px 10px 0px;}
.but{vertical-align:middle;}
.inputbox01{width:190px; border:0px; vertical-align:top; padding:4px 4px 6px 3px; color:#999; background-image:url(../images/input01.gif); background-repeat:no-repeat;}

#team_flair {border: 1px solid gray;padding:10px}



/*** END OF CONTENT ***/ 

/*** FOOTER ***/
#footer{ width:990px; margin:0px auto; color:#cac9c9 !important}
#footer p, #footer ul{color:#cac9c9 !important}
#foot{padding:25px 0px 0px 0px;}
#foot h3{color:#cac9c9;}
#foot a, #foot a:visited{color:#cac9c9; text-decoration:none;}
#foot a:hover{text-decoration:underline;}
#footleft{float:left; width:570px; padding:10px 0px 0px 30px;}
#footleft ul{list-style-type:none; margin:0px; padding:10px 0px 0px 0px;}
#footleft ul li{list-style-type:none; display:inline; padding:0px 0px;}
#footleft ul li a{padding:0px 5px;}
#footright{float:left; width:350px;}
#footright #bookmark{float:right; padding:0px 20px 0px 0px ;}
#footright ul{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
#footright ul li{list-style-type:none; float:left; margin-right:8px;}
/*** END OF FOOTER ***/


/* Scheda Barman */
#scheda-barman{
	margin-bottom: 20px;
	overflow: hidden;
}
#scheda-barman-div1{
	width: 240px;
	height: 220px;
	float: left;
	margin-right: 10px;
	overflow:hidden;
}
#scheda-barman-div1b{
	width: 220px;
	height: 130px;
	float: left;
	padding: 20px 10px 10px;
	margin-right: 10px;
}
#scheda-barman-div2{
	width: 320px;
	
	float: left;
	background-color: #E9E9E9;
	min-height:210px;
	padding: 10px 10px 0 10px; 
}
#scheda-barman-div2b{
	width: 320px;
	height: auto;
	min-height:130px;
	float: left;
	padding: 20px 10px 10px;
}
#scheda-barman p{
	margin: 0 0 12px 0;
}
.seitualert{
	position: relative;
	text-align: right;
	margin-top: 0px;
}
.back{
	position: relative;
	text-align: right;
	margin-top: 0px;
}

/* elenco barman */
#elenco-barman-search{
	width: 100%;
	overflow: hidden;
	height: 60px;
}
#elenco-barman-search input.testo{
	border: 1px solid #E8A115;
	width: 80%;
	padding: 7px;
	background: white;
	margin: 5px 0 0 0;
}
#elenco-barman-search div{
	float: left;
	height: 60px;
}
#elenco-barman-search div #elenco-barman-checkbox{
	width: auto;
	min-width: 92px;
	height: 160px;
	padding: 20px;
	background: #fff;
	border: 1px solid #E8A115;
	position: absolute;
	margin-top: -1px;
}
#elenco-barman-search div #elenco-barman-checkbox input{
	float: left;
}
#elenco-barman-search div #elenco-barman-checkbox label{
	display: block;
	float: left;
	margin: -3px 0 0 5px;
}
#elenco-barman-bottone-vedi{
	padding: 7px;
	width: 80%;
	display: block;
	background: #fff url(../images/freccia-bottone.png) right center no-repeat;
	border: 1px solid #E8A115;
	margin: 8px 0 0 0;
	text-decoration: none;
}
.bottone-2-invia{
	margin: 27px 0 0 0 ;
}
#elenco-barman-results ul{
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0;
}
#elenco-barman-results ul li{
	background: transparent url(../images/bg-barman-small.png) 0 0 no-repeat;
	display: block;
	float: left;
	width: 290px;
	height: 85px;
	margin: 0 5px 5px 0;
}
#elenco-barman-results ul li h5{
	float: left;
	width: 203px;
	margin: 6px 0 0 0 ;
}
#elenco-barman-results ul li .thumb-results{
	margin: 10px;
	float: left;
}
.scheda-vedi{
	float: left;
	margin-right: 10px;
}
.interno-check{
	width: 100%;
	float: left;
	height: 15px;
	clear: both;
}
.inserisci-scheda{
	 width: 60%;
	 float: left;
}
.pagination{
	width: auto;
	float: right;
	text-align: right;
}
.pagination span{
	padding-right: 5px;
}
.pagination a{
	display: inline-block;
	padding: 3px 5px;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin-right: 3px;
	text-decoration: none;
}
.pagination a.active{
	background: #E07E29;
	color: #fff;
}
/* inserisci scheda barman */
.insert-scheda-barman-1,.insert-scheda-barman-2{
	width: 33%;
	float: left;
	margin-bottom: 10px;
}
.insert-scheda-barman-1 label,.insert-scheda-barman-2 label,.insert-scheda-barman-2b label,#ins-indr-mail-22{
	width: 100%;
	display: block;
	font-weight: bold;
}
.insert-scheda-barman-2 .label22{
	display: inline;
	padding-right: 10px;
}
.LV_invalid{
	color: #F00;
}
.insert-scheda-barman-1  input,.insert-scheda-barman-2b input,#ins-mail-input-22{
	padding: 5px;
	border: 1px solid #E8A115;
}
.insert-scheda-barman-1 select{
	width: 155px;
	height: 28px;
	border: 1px solid #E8A115;
}
#provincia-scheda-barman{
	
}
.insert-scheda-barman-1 radio{
	float: left;
}
.insert-scheda-barman-2 label,#messaggio-insert-scheda-barman1 label,#messaggio-insert-scheda-barman2 label{
	font-weight: bold;
}
#messaggio-insert-scheda-barman1,#messaggio-insert-scheda-barman2{
	float: left;
	width: 50%;
}
#messaggio-insert-scheda-barman1 label,#messaggio-insert-scheda-barman2 label{
	height: 25px;
	display: block;
}
#messaggio-insert-scheda-barman1 textarea,#messaggio-insert-scheda-barman2 textarea{
	width: 90%;
	border: 1px solid #E8A115;
	padding: 5px;
	min-height: 100px;
}
.check-corsi-fre{
	margin-right: 5px;
	vertical-align: middle;
}
.checkdiv-22{
	 width: 50%;
	 float: left;
}
.select{
	position: relative;
	width: 135px;
	height: 24px;
	float:left;
	margin-top: 5px;
	padding: 5px 5px 0 15px;
	border: 1px solid #e8a115;
	color: #E07E29;
	font: 12px/21px arial,sans-serif;
	background: #fff url(../images/freccia-bottone.png) right 0 no-repeat;
	overflow: hidden;
}
.select:hover{
	color: #e8a115;
}
.messaggio-scheda-barman{
background-color:#66FF66;
border:1px solid #006600;
font-size:20px;
height:40px;
line-height:35px;
margin-bottom:25px;
text-align:center;
width:90%;
}

/* Contatta Barman */
#contatta-barman{
	overflow: hidden;
}
#contatta-barman .contatta-barman-1 input{
	padding: 3px;
	width: 173px;
}
#contatta-barman .contatta-barman-1,#contatta-barman #messaggio-contatta-barman1{
	clear: both;
	margin-bottom: 5px;
}
#contatta-barman .contatta-barman-1 label,#contatta-barman #messaggio-contatta-barman1 label{
	width: 100px;
	display: block;
	float: left;
}
.bxatralbpgml{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #535353;
	overflow: hidden;
}
.bxatralbpgml img{
	float: left;
	margin: 0 10px 10px 0;
}
.bxatralbpgml h2{
	margin: 0 0 5px 0;
	overflow: hidden;
}
.bxatralbpgml p{
	margin: 0 0 5px 0;
	line-height: 1.1em;
	overflow: hidden;
}
.bxatralbpgml p.priceatralbrg{
	font-size: 22px;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top:10px;
}
.bxatralbpgml p.priceatralbrgbtn{
	font-size: 22px;
	float: left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: transparent url(../common/images/btnatralb.jpg) 0 0 no-repeat;
	overflow: hidden;
	text-align: center;
}
.bxatralbpgml p.priceatralbrgbtn a{
	color: #000;
	text-decoration: none;
	display: block;
}
.bxatralbpgml p.priceatralbrgbtn a:hover{
	color: #000;
	text-decoration: underline;
}
.bxatralbpgml .snstr,.bxatralbpgml .dstr{
	overflow: hidden;
}
.enteaccred{
	position: absolute;
	width: 330px;
	left: 50%;
	color: #000;
	margin: 0 0 0 140px;
	top: 140px;
	font-size: 14px;
	text-align: right;
	
}
.rossonormale{
	color: red;
}
.rossograssetto{
	color: red;
	font-weight: bold;
}
.annuncio{
	border: 2px solid #f9c70e;
	background: #f6eed2 url(../images/alertboxcalendar.png) 25px center no-repeat;
	padding: 15px 15px 15px 80px;
	font-family: Arial;
	font-size: 16px;
}
.annuncio3{
	border: 2px solid #f9c70e;
	background: #f6eed2;
	padding: 15px 15px 15px 80px;
	font-family: Arial;
	font-size: 16px;
}
.annuncio2{
	border: 2px solid #f9c70e;
	background: #f6eed2 url(../images/alertboxcalendar.png) 22px 12px no-repeat;
	padding: 15px 10px 15px 70px;
	font-family: Arial;
}
.annunciocalendar{
	border: 2px solid #abd02a;
	background: #f1f5e2 url(../images/alertboxcalendar.png) 25px center no-repeat;
	padding: 15px 15px 15px 80px;
	font-family: Arial;
	font-size: 16px;
}
.annuncio a{
	font-weight: bold;
	text-decoration: none;
}
.okregione{
	border: 2px solid #f9c70e;
	background: #f6eed2 url(../images/okregione.png) 10px center no-repeat;
	padding: 20px 20px 20px 85px;
	font-family: Arial;
	font-size: 16px;
}
#contatta-barman #nome-contatta-barman,#contatta-barman #cognome-contatta-barman,#contatta-barman #email-contatta-barman{
	width: 240px;
}
#contatta-barman #contatta-barman-form input{
	padding: 5px;
}
#contatta-barman #contatta-barman-form #messaggio-contatta-barman1 #messaggio-contatta-barman{
	padding: 4px;
	height: 100px;
	width: 243px;
}
#contatta-barman .contatta-barman-1{
	margin-bottom: 10px;
}
.cntbrmiv2{
	margin: 0 0 0 94px;
}

.img_attrezzature img {
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    margin-right: 15px;
    padding: 4px;
}
.titolo_sedi{border-bottom: 1px solid #000000;
padding-bottom:6px; margin-bottom:25px !important}
.sede{
	margin:8px 0 0 0;
	padding:0;
	width:100%; height:80px;}
.sede li{
	background: url("../images/fondo_sedi.png") repeat scroll 0px 0 transparent;
	float:left;
	list-style:none;
	display:inline-block;
	width:140px;
	height:60px;
	margin-right:10px;

}
.sedi{
	background: url("../images/ok.png") no-repeat ;
    color: #E07E29;
    float: left;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 2px 0px 8px;
    min-width: 60px;
    padding: 8px 15px 15px 38px;
	/*border:2px solid #F9C70E !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);*/}
.sedi_no{
	background: url("../images/no_ok.png") no-repeat ;
    color: #E07E29;
    float: left;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 2px 0px 8px;
    min-width: 60px;
    padding: 8px 15px 15px 38px;}
.last{
	margin-right:0 !important}
.annuncio_sedi {
    background: url("../images/alertboxcalendar.png") no-repeat scroll 35px center #F6EED2;
    border: 2px solid #F9C70E;
    font-family: Arial;
    font-size: 16px;
    padding: 15px 0px 15px 100px;
}
.annuncio_sedi a{
	font-weight: bold;
	text-decoration: none;
}
