body{
    font-size:11px;
    font-family: verdana;
	background-color:#FFF;
}

#master
{
    width:1024px;
    margin: 0 auto;
	position: relative;   
}

/*home*/
#home-header {
	width: 100%;
	height: 367px;
	background-image: url(../images/ui/home/banner.gif);
}
#boxes {
	margin: 0px;
	padding: 0px;
}
#home-middle-left {
	display: inline; /*ie6 Doubled Float-Margin Bug*/
	margin-left: 10px;
	float:left;
	width: 606px;
	height: 63px;
	/*background-color: green;*/
	background-image: url(../images/ui/home/home-middle3.png);
}
#home-middle-left #main-menu .button {
	float: left;
	margin-top: 5px;
}
#home-middle-left #main-menu #button-formazione {
	margin-left: 0px;
}
#home-middle-right {
	margin-left: 4px;
	float:left;
	width: 394px;
	height: 63px;
}
#home-left-box {
	display: inline; /*ie6 Doubled Float-Margin Bug*/
	margin-left: 10px;
	float:left;
	width: 606px;
	height: 300px;
}
#home-right-box {
	margin-left: 4px;
	float:left;
	width: 394px;
	height: 300px;
}
#home-left-box-top {
	width: 100%;
	height: 48px;
	font-size: 0px;
	background-image: url(../images/ui/home/home-left-top.png);
}
#home-left-box-content {
	width: 100%;
	height: 247px;
	background-image: url(../images/ui/home/home-left-line.png);
	background-repeat: repeat-y;
}
#home-left-box-bottom {
	width: 100%;
	font-size: 0px;
	height: 5px;
	background-image: url(../images/ui/home/home-left-bottom.png);
}
#home-right-box-top {
	width: 100%;
	height: 48px;
	font-size: 0px;
	background-image: url(../images/ui/home/home-right-top.png);
}
#home-right-box-content {
	width: 100%;
	height: 247px;
	background-image: url(../images/ui/home/home-right-line.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#home-right-box-bottom {
	width: 100%;
	height: 5px;
	font-size: 0px;
	background-image: url(../images/ui/home/home-right-bottom.png);
}
#home-link-box {
	margin-top: 5px;
	width: 394px;
	height: 36px;
	background-color:#999;
}
#home-link-box-top {
	width: 100%;
	height: 5px;
	font-size: 0px;
	background-image: url(../images/ui/home/home-right-top-slim.png);
}
#home-link-box-content {
	height: 26px;
	background-image: url(../images/ui/home/home-right-line.png);
	background-repeat: repeat-y;
}
#home-link-box-bottom {
	width: 100%;
	height: 5px;
	font-size: 0px;
	background-image: url(../images/ui/home/home-right-bottom.png);
}
#home-link-box-content img {
	float: left;
	margin-left: 20px;
}
#home-link-box-content a {
	margin-left: 5px;
	float: left;
	display: block;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	color: #9b958f;
	text-decoration: none;
}

#home-link-box-content a:hover{
	color: #d38e1c;
}
.corso-box {
	float: left;
	height: 94px;
	overflow: hidden;
	width: 268px;
	margin-left: 18px;
	margin-top: 15px;
}
.corso-box .image-box{
	border: 2px solid #cfc7bb;
	float: left;
	margin-right: 12px;
}
.corso-box a {
	font-family: verdana;
	font-size: 11px;
	color: #d38e1c;
	text-decoration: none;
	text-transform: uppercase;
}
.corso-box a:hover {
	text-decoration: underline;
}
.corso-box .spacer {
	height: 6px;
	font-size: 6px;
	width: 100%;
	display: block;
	visibility: hidden;
}
.corso-box p {
	margin-top: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 12px;
	/*text-align:justify;*/
}
#corso-box-3,#corso-box-4{
	margin-top: 30px;
}
.work-link {
	border: 2px solid #cfc7bb;
	display: none;
	position: absolute;
	width: 88px;
	height: 120px;
}
#work-link-1 {
	right:265px;
	top:115px;
	background-image: url(../images/ui/allievi/best/alessia3.jpg);
}
#work-link-2 {
	right:145px;
	top:200px;
	background-image: url(../images/ui/allievi/best/fanti1.jpg);
}
#work-link-3 {
	right:25px;
	top:120px;
	background-image: url(../images/ui/allievi/best/maria-maimone3.jpg);
}
/*page*/
#header-top {
	width: 100%;
	height: 128px;
	background-image: url(../images/ui/header-top.png);
}

#header-bottom {
	width: 100%;
	height: 54px;
	background-image: url(../images/ui/header-bottom.png);
	background-repeat: no-repeat;
}

#network {
	width: 67px;
	height: 14px;
	background-image: url(../images/ui/network.png);
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 10px;
	-webkit-transition: all 0.5s;
}

#network-panel {
	display:none;
	width: 150px;
	/*height: 120px;*/
	top: 24px;
	right: 10px;
	border: 1px solid #615D58;
	position: absolute;
	z-index: 1;
	background-color: #000;
}

#network-panel-header {
	height: 14px;
	font-size: 10px;
	color:  #d0c6bd;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	border-bottom: 1px solid #615D58;
}
.network-panel-element {
	margin: 8px 15px;
	height: 16px;
	line-height: 16px;
}
.network-panel-element img {
	float: left;
}
.network-panel-element a {
	margin-left: 5px;
	display: block;
	float: left;
	color: #eee3d8;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
	height: 16px;
	line-height: 16px;
}

.network-panel-element a:hover {
	text-decoration: underline;
}

#top-menu {
	position: absolute;
	top: 11px;
	right: 86px;
	display: inline;
}

#top-menu, #top-menu a {
	color:#000;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}

#top-menu a {
	margin: 0px 3px;
}

#top-menu a:hover {
	text-decoration: underline;
}

#flags-menu {
        position: absolute;
	top: 25px;
	right: 5px;
	display: inline;
}

.flag {
        display: block;
        margin: 10px 3px 0px 3px;
        float: right;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        cursor: pointer;
}

#flag-it {
        background-image: url(../images/ui/flag_italy.png);
}

#flag-en {
        background-image: url(../images/ui/flag_great_britain.png);
}

#flag-ly {
        background-image: url(../images/ui/flag_libya.png);
}

#page {
	background-image: url(../images/ui/page-center.png);
	background-repeat: repeat-y;
	width: 100%;
	margin: 0px;
	min-height: 600px;
	padding: 20px 0px;
}

#page-top {
	background-image: url(../images/ui/page-top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	margin: 0px;
	height: 60px;
	position: relative;
}
#page-bottom {
	background-image: url(../images/ui/page-bottom.png);
	width: 100%;
	margin: 0px;
	height: 6px;
	font-size: 0px;
}
#main-menu {
	height: 50px;
	width: 550px;
}
.button {
	display: block;
	margin: 10px 5px 0px 5px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 109px;
	height: 31px;
	cursor: pointer;
}
.button:hover,.buttonSelected {
	background-position: top;
}
#button-corsi {
	background-image: url(../images/ui/button_corsi.png);
}
#button-allievi {
	background-image: url(../images/ui/button_allievi.png);
}
#button-bacheca {
	background-image: url(../images/ui/button_bacheca.png);
}
#button-news {
	background-image: url(../images/ui/button_news.png);
}
#button-formazione {
	background-image: url(../images/ui/button_formazione.png);
}
#button-home {
	width: 31px;
	height: 29px;
	background-image: url(../images/ui/button_home.png);
	margin-right: 20px;
}
#page-title{
	background-color: #acacac;
	height: 30px;
	/*width: 220px;*/
	padding-right: 15px;
	position: absolute;
	bottom: 0px;
	right: 14px;
}
#page-title-text{
	/*color: #d38e1c;*/
        color: #FFFFFF;
	font-family: verdana;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	margin-left: 15px;
}
.left-menu{
	list-style: none;
	margin-left: 5px;
	margin-top: 30px;
}
.left-menu li {
	background-image: url(../images/ui/list_pointer.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	line-height: 14px;
	overflow: visible;
	float:left; /*ie background-position fix*/
	clear: both;
	width: 150px;
}
.left-menu li a{
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	color:#333;
	text-decoration: none;
	margin-left: 24px;
	float:left; /*ie background-position fix*/
}
.left-menu li a:hover{
	color: #d38e1c;
}
.left-menu .leftSelected{
	color: #d38e1c;
}
/*LEFT-SUB-MENU*/
.left-menu li.sub-cont {
	background-image: none;
	margin-top: 0px;
	
}
.left-menu.left-sub-menu {
	margin-left: 15px;
	margin-top: 0px;
}
.left-menu.left-sub-menu li{
	background-image: url(../images/ui/list_subpointer.gif);
}
.left-menu.left-sub-menu li a{
	margin-left: 17px;
}
#left
{
	display: inline; /*ie6 Doubled Float-Margin Bug*/
	float: left;
	width: 175px;
	margin-left: 20px;
}
#separator{
	float: left;
	width: 1px;
	background-color: #FFF;
	height: 200px;
	margin-left: 10px;
}
#center{
	float: left;
	width: 785px;
	margin-left: 10px;
	
}
#centerLarge{
	padding: 0px 30px;
}
#content {
	margin: 15px;
	color: #333;
	font-family: verdana;
	font-size: 11px;
	line-height: 150%;
	
}
.cleaner{
	clear: both;
}
#footer {
	color: rgb(100, 96, 92);
	/* height: 20px; */
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	margin: 15px 0px;
}

/* content */
#content q{
	text-align:justify;
	font-family: verdana;
	font-size: 11px;
	line-height: 150%;
	font-style: italic;
}
#content a{
	color: #FFFFFF;/*#4AADEF;*/
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content .foto{
	border: 1px solid #aaa;
}
#content .zoom .foto{
	margin:5px 20px 7px 0;
	border: 1px solid #DDDDDD;
	background:white none repeat scroll 0 0;
	padding: 2px;
}
#content p {
	padding: 2px 0px;
	text-align:justify;
	font-family: verdana;
	font-size: 11px;
	line-height: 150%;
}
#content h2 {
	margin-top: 15px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #d38e1c;
	text-transform: uppercase;
}
#content h3 {
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #d38e1c;
}
#content h4 {
	margin-top: 5px;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	line-height: 150%;
}
#content .pdf-download {
	line-height: 20px;
	margin: 10px 0px;
}

#content .pdf-download img{
	float: left;
	margin-right: 10px;
}
#content ul {
	list-style: square;
	padding-left: 30px;
}
#content ol {
	list-style: decimal;
	padding-left: 30px;
}

/*bacheca*/
.bacheca-item{
	margin: 20px;
	clear: both;
}
.bacheca-head {
	line-height: 12px;
}
.bacheca-data
{
	font-family: verdana;
	font-size: 11px;
	color: #333;
	margin-right: 5px;
}
.bacheca-title
{
	font-size: 12px;
	color: #d38e1c;	
}

.bacheca-item p{
	font-size: 11px;
	line-height: 100%;
	text-align:justify;
	color: #333;
	margin-left: 24px;
}
/*Feeds*/
.feedRSS {
        float: left;
	margin-left: 24px;
        margin-right: 24px;
        margin-top: 15px;
}
.feedRSS a {
        font-family: verdana;
	font-size: 11px;
	color: #d38e1c;
	text-decoration: none;
	text-transform: uppercase;
}
.feedRSS a:hover {
        text-decoration: underline;
}
.feedRSS p{
        margin-top: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 12px;
}
.pointer
{
	width: 13px;
	height: 12px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

/*bacheca home*/
#home-right-box-content .bacheca-item{
	display: block;
	text-decoration: none;
	margin: 10px 40px 10px 20px;
	cursor: pointer;
}
#home-right-box-content .bacheca-data
{
	font-family: verdana;
	font-size: 10px;
	color: #333;
	margin-right: 5px;
}
#home-right-box-content .bacheca-title
{
	font-size: 11px;
	color: #d38e1c;	
}
#home-right-box-content .bacheca-item p{
	font-size: 10px;
	line-height: 120%;
	text-align:justify;
	margin-left: 25px;
}


/**/
.gmap {
	width: 500px;
	height: 375px;
	margin: 50px auto;
	border: 3px solid #cfc7bb;
}

/*contact*/
.contact  {
	
}
.contact label {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}
.contact #captcha {
	margin-left: 85px;
}
.contact input, .contact textarea{
	color: black;
	background: #fee3ad;
	border: 1px solid #d38e1c;
}
.contact #buttons {
	margin-left: 85px;
}

#contact-message{
	margin-left: 85px;
}

/*pagination*/
#pagination {
	text-align: center;
}


/*DA SISTEMARE!!!!*/
/*Allievi*/
.fedeimg
{
	margin: 2px;
}
/*formazione*/
.formaz-title
{
	
}
.formaz-text
{
	font-family: verdana;
	font-size: 11px;
}
.formaz-are-title
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
.moda-title
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #d38e1c;
	padding-top: 5px;
	padding-bottom: 5px;
}
.moda-text
{
	font-family: verdana;
	font-size: 11px;
}
.moda-aree-title
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 4px;
}
.a-moda-pdf
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
.a-moda-pdf:hover
{
	text-decoration: underline;
	color: #d38e1c;
}
.a-gioiello-pdf
{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
.a-gioiello-pdf:hover
{
	text-decoration: underline;
	color: #d38e1c;
}
.moda-subtitle
{
	font-family: verdana;
	font-size: 11px;
	color: #d38e1c;
	font-weight: bold;
}
/*regolamento*/
.regolamento-title
{
	font-family: verdana;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	margin-top: 30px;
}
.regolam-prologo
{
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
#index
{
	font-family: verdana;
	font-size: 11px;
}
#index-items
{
	padding-left: 10px;
	padding-bottom: 10px;
}
.reg-item
{
	font-family: verdana;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
.reg-list
{
	list-style: square;
}
.reg-pdf
{
	text-decoration: none;
	color: #d38e1c;
	font-weight: bold;
}
/*allievi*/
.allievi-item
{
	margin: 3px;
}
.allievi-title
{
	font-family: verdana;
	font-size: 11px;
	margin: 10px;
	font-weight: bold;
}
.allievi-text
{
	font-family: verdana;
	font-size: 11px;
	margin: 10px;
}
.details-link
{
	float: right;
}
.cleaner
{
	clear: both;
}
/*certificazioni*/
.cert-a
{
	text-decoration: none;
	font-size: 11px;
}
.cert-title
{
	font-family: verdana;
	font-size: 11px;
	margin: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/*bacheca home*/
.data
{
	margin-left: 30px;
	margin-bottom: 4px;
	color: #FFF;
}
.text
{
	color: #ffffff;
	margin: 5px;
	margin-left: 30px;
}
.a-title
{
	margin: 5px;
	color: #d38e1c;
	margin-bottom: 4px;
	margin-left: 30px;
}
.bacheca-home
{
	padding: 8px 8px;
}
#space
{
	height: 20px;
}
/*contattti*/
.contacts
{
	border: 1px solid #cdcdcd;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
}
#send-mail
{
        position: relative;
        float: left;
	width: 450px;
}
#address
{
        position: relative;
        float: right;
	width: 450px;

}
/*table piano studi*/
table.piano-studi
{
	margin-top: 6px;
	margin-bottom: 6px;
	width: 500px;
	height: 100%;
}
table.piano-studi th
{
	font-weight: bold;
}
table.piano-studi td
{
	padding: 4px;
	border: 1px solid #000000;
}
.studi-header
{
	font-weight: bold;
}
/*video*/
#player {
	float: right;
	display:block;
	width:408px;
	height:306px;
}
