* {
    margin:0px;
    padding:0px;
}
html {
    background: #000 url(../images/topgradient.jpg) repeat-x top
	
}
body {   
    color:#dfdfdf; 
    font-family:arial, sans-serif;
    font-size:100%;
   
}
#n-current {
    color:#ffffff;
}
a:link {
    color:#a1a1a1; 
    text-decoration:none;
}
a:visited {
    color:#a1a1a1;
    text-decoration:none;
}
a:hover {
    color:#ffffff;
    text-decoration:none;
}
#wrapper{
    width:985px;
    height:auto;
    margin: 0 auto;
    padding-left:20px;
}
#logo {
    height:109px;
    width:960px;
    background:url(../images/logo.jpg) no-repeat -8px 0;	
}
#logo a{
    display:block;
    text-indent:-99999px;
    width:380px;
    height:80px;
    position:relative;
    top:25px;
}

#nav {
    padding-top:20px;
    margin-bottom:10px;
    position:relative;
    background-color:#000;
    width:985px;
	font-size:0.9em;
}
#nav li{
    display:inline;
    text-decoration:none;
    padding-right:13px;
}
#n-current {
    padding-right:12px;
}
#n-index {
	padding-right:12px;
}
#n-timetable {
    padding-right:12px;
}
#n-events {
    padding-right:12px;
}
#n-teachers {
    padding-right:12px;
    }
#n-links {
    padding-right:12px;
}
#n-newsletter {
    padding-right:12px;
}
#n-ballet {
    padding-right:12px;
}
#n-jazz {
    padding-right:12px;
}
#n-tap{
    padding-right:12px;
}
#n-enrolment {
    padding-right:12px;
}
#n-gallery{
	padding-right:12px;
}
#n-contact {
    text-align:right;
    width:90px;
    padding-left:24px;
    background: #000 url(../images/envelope.gif) no-repeat 0 0;
}
#n-contact-current {
	text-align:right;
    width:90px;
    padding-left:24px;
    background: #000 url(../images/envelope.gif) no-repeat 0 0;
	color:#ffffff;
}

#left-content {
    position:relative;
    float:left;
    background: #2e2e2e url(../images/dream-begins.gif) no-repeat bottom;
    border:solid #6b6b6b 1px;
    width:425px; 
    height:320px;
    margin-top:5px;
}
#left-content img {
    padding-top:5px;
    padding-left:5px;
}
#right-content {
    position:relative;
    float:right;
    width:505px;
    height:320px;
	right:35px;
}
#right-content p {
    padding: 0px 15px 4px 0px;;
    line-height:26px;
    font-size:0.9em; 
    height:auto;
}
#right-content-links {position:relative;
    background:#2e2e2e; 
    width:485px;
    height:165px;;
    border:solid #6b6b6b 1px;
}
#right-content-links img {
    height:112px;
    width:145px;
    border:solid #6b6b6b 1px;
    margin-bottom:8px;
}
#ballet {
    position:relative;
    float:left;
    width:145px;
    left:12px;
    top:11px;
}
#ballet-red {
    background:#591009;
    display:block;
    width:148px;
    height:20px;
    padding-top:0px;
}
#jazz {
    position:relative;
    float:left;
    width:145px;
    left:25px;
    top:11px;
}
#jazz-pink {
    background:#650240;
    display:block;
    width:148px;
    height:20px;
    padding-top:0px;
}
#tap {
    position:relative;
    float:left;
    width:145px;
    left:38px;
    top:11px;
}
#tap-blue {
    background:#024465;
    display:block;
    width:148px;
    height:20px;
    padding-top:0px;
}
#footer {
    position:relative;
    clear:both;
    width:960px;
    padding-top:5px;
    margin-bottom:5px;
    font-size:0.9em
}
#copyright {
    padding-right:8px;
	font-size:0.9em;
}
#footer a{
    padding-left:8px;
}

#bottom-stars{
	position:relative;
    height:350px;;
    width:auto;
    background: url(../images/bottom-gradient.jpg) repeat-x bottom;

}
#bottomstars-img {
	position:relative;
	top:-5px;
	width:985px;
	margin:0 auto;
}

/*-- cms ****************************************************************************************************************************************** --*/

.heading {
font-size:inherit;
}
.paragraph {
font-size:1em;
}
#paragraph {
font-size:1em;
}
/*-- all subpages ****************************************************************************************************************************************** --*/



#subpage-title {
	width:940px;
	height:28px;
	background: url(../images/sub-page-titles.jpg) #000000;
	margin-bottom:10px;
}

#h1-subpagetitle {
	position:relative;
	float:left;
	display:block;   
	font-size:1em;
    padding-top:4px;
    padding-left:20px;
    font-weight:normal;
	letter-spacing:3px;
	color:#dfdfdf;
}
#updte-date {
	display:block;
	font-size:0.9em;
	position:relative;
	float:right;
	padding-top:4px;
    padding-right:20px;
    color:#dfdfdf;	

}


/*-- timetable ****************************************************************************************************************************************** --*/



.programme {
	font-size:0.9em;
	border:1px solid #6b6b6b;	
    border-collapse:collapse;
	position:relative;
	left:1px;
	width:940px;
	background-color:#3e3e3e;
}
.programme tr{
	border:0px;
	height:25px;
}
.programme td{
	border:0px;
	padding-left:7px;
}		

#day_level{
    font-weight: bold;
	border-top:1px solid #6b6b6b;	
	border-bottom:1px solid #6b6b6b;
	background:#000;
	height:30px;
}

.day{
    font-weight: bold;
	border-top:1px solid #6b6b6b;	
	border-bottom:1px solid #6b6b6b;
	background:#2e2e2e;
	height:30px;
}
.jazz{
	background:#650240;
}
.ballet {
	background:#591009;
}
.tap {
	background:#024465;
}
.other {
	background:#5f4d4d;
}
.adults_jazz{
	background:#4e0232;
}
.adults_ballet{
	background:#440c07;
}
.adults_tap{
	background:#023751;
}


/*-- events ****************************************************************************************************************************************** --*/


#events {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	padding-bottom:20px;
}

#events_img {
	position:relative;
	float:left;
	top:10px;
	left:10px;
}
#events_content {
	position:relative;
	float:right;
	right:10px;
	top:10px;
	width:405px;
	height:auto;
	background:#3e3e3e;
	padding:0 0 5px 10px;
}
#events_content p{
}

#events_content h2{
	margin-top:10px;
	font-size:1.2em;
	}
	
	/*-- teachers ****************************************************************************************************************************************** --*/
#teachers_background{
     background: url(../images/tiara.jpg) no-repeat -60px 190px;
}
#teachers {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	margin:0px 0px 20px 0px;
	padding:0 0 20px 0;
}
#teachers_bottom {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	padding:0 0 20px 0;
}
.teachers_img {
	position:relative;
	float:left;
	left:10px;
	top:10px;
	width: 190px;
	height:249px;
	background:#000 url(../images/teacherimgbg.gif) ;
  	border:solid #6b6b6b 1px;

}
.teachers_img img {
	margin:10px 0px 0px 10px;
}
.teacher_six_stars {
	background:url(../images/teachers_six_star.jpg) no-repeat;
	position:relative;
	float:right;
	right:10px;
	padding-top:5px;	
	width:170px;
	height:22px;
	text-align:right;
}
.teacher_four_stars {
	background:url(../images/teachers_four_star.jpg) no-repeat;
	position:relative;
	float:right;
	right:10px;
	padding-top:5px;	
	width:170px;
	height:22px;
	text-align:right;
}
.teacher_two_stars {
	background:url(../images/teachers_two_star.jpg) no-repeat;
	position:relative;
	float:right;
	right:10px;
	padding-top:5px;	
	width:170px;
	height:22px;
	text-align:right;
}


.teachers_content {
	position:relative;
	float:right;
	right:10px;
	top:10px;
	width:695px;
	height:auto;
	background:#3e3e3e;
	padding-left:10px;
}	
.teachers_content p{
	padding:0 0 5px 0;
}
.teachers_content h2{
	margin-top:10px;
	font-size:1.2em;
	}

	/*-- links ****************************************************************************************************************************************** --*/
	
#links {
	position:relative;
	font-size:0.9em;
	width:940px;
	min-height:365px;
    background:#2e2e2e;
		padding-bottom:10px;

	}
#links img{
	position:relative;
	float:left;
	margin:10px 0px 0px 10px;
}

#links_content {
	position:relative;
	float:right;
	right:10px;
	top:10px;
	width:405px;
	height:345px;
	background:#3e3e3e;
	padding-left:10px;
}	
#links_content ul{
	padding:0px 0px 0px 10px;
	list-style:none;
}
#links_content li{
	padding-top:10px;
}

	/*-- ballet ****************************************************************************************************************************************** --*/
#ballet_subpage {
	position:relative;
	font-size:0.9em;
	width:940px;
	padding-bottom:10px;
	background:#591009;
	}
#ballet_subpage img{
	float:right;
	margin:10px 10px 0px 10px;
}

#ballet_content {
	right:10px;
	top:10px;
	height:auto;
	background:#591009;
	padding-left:10px;
}	
#ballet_content p{
	padding:10px 0px 10px 0px ;
}

#ballet_content li{
    list-style-type:none;
}


	/*-- jazz ****************************************************************************************************************************************** --*/
#jazz_subpage {
	position:relative;
	font-size:0.9em;
	width:940px;
	background:#650240;
	padding-bottom:10px;
	}
#jazz_subpage img{
	position:relative;
	float:left;
	margin:10px 0px 0px 10px;
}

#jazz_content {
	position:relative;
	float:right;
	right:10px;
	top:10px;
	width:405px;
	height:auto;
	background:#650240;
	padding-left:10px;
}	
#jazz_content p{
	padding-bottom:10px;
}
	/*-- tap ****************************************************************************************************************************************** --*/
#tap_subpage {
	position:relative;
	font-size:0.9em;
	width:940px;
	padding-bottom:10px;
	background:#024465;
	
	}
#tap_subpage img{
	position:relative;
	float:left;
	margin:10px 0px 0px 10px;
}

#tap_content {
	position:relative;
	float:right;
	right:10px;
	top:10px;
	width:405px;
	height:auto;
	background:#024465;
	padding-left:10px;
}	
#tap_content p{
	padding-bottom:10px;
}

	/*-- enrolment ****************************************************************************************************************************************** --*/
#enrolment_content{
	position:relative;
	font-size:0.9em;
	width:940px;
	min-height:365px;
    background:#2e2e2e;
	padding:0 0 20px 0;
	}
#enrolment_form{
	position:relative;
	float:left;
	width:450px;
	background:#3e3e3e;
	left:10px;
	top:10px;
	padding:0 0 10px 0;
}
#enrolment_form p{
	padding:10px 0 10px 10px;
}
#enrolment_form fieldset{
	border:1px solid #6b6b6b;
	width:425px;
	margin-left:9px;
	padding:0 0 10px 5px;
}
#enrolment_form legend{
	margin-left:50px;
	color:#dfdfdf;
}

#enrolment_form textarea{
	width:310px;
	height:50px;
}
#enrolment_form input{
	width:310px;
}
#name_label {
	width:100px;
}

#disclaimer {
	font-size:0.9em;
	padding: 0px 15px 0px 0px;
}

#pricing{
	position:relative;
	float:right;
	width:430px;
	background:#3e3e3e;
	right:10px;
	top:10px;
	padding:10px 10px 10px 10px;
}
#pricing ol{
	padding:0px 0px 0px 20px;
}
#prices_bold {
	font-weight:bold;
	font-size:1em;
}

	/*-- newsletter ****************************************************************************************************************************************** --*/

#newsletter_background {
	background:url(../images/silhowettebg.gif) no-repeat -60px 150px;
}
#newsletter {
	position:relative;
	font-size:0.9em;
	width:930px;
	height:auto;
    background:#2e2e2e;
	padding: 10px 0 10px 10px;
}

#newsletter_content {
	position:relative;
	float:left;
	width:560px;
	height:auto;
    background:#3e3e3e;
}
#newsletter_content h2{
	padding:10px 0 15px 10px;
	font-size:1.2em;
	}
#newsletter_content h3{
	padding:0 0 4px 10px;
	font-size:1em;
}
#newsletter_content p{
	padding:0 10px 20px 10px;
}
#newsletter_content table{
	padding:0 0 20px 0;
}
#newsletter_content td{
	padding:0 0 4px 0;
}
.newsletter_table {
	width:540px;
	margin-left:10px;
}
#newsletter_table_important {
	width:540px;
	margin-left:10px;
}
#newsletter_img {
	position:relative;
	float:right;
	right:10px;
	width:336px;
	height:493px;
  	border:solid #6b6b6b 1px;
}	
#newsletter_img img{
	padding:10px 0 0 10px;
}
/*-- newsletter ARCHIVE ****************************************************************************************************************************************** --*/
#newsletter_archive {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	padding: 0 0 10px 0;
}
#newsletter_content_archive {
	position:relative;
	float:left;
	width:900px;
	height:auto;
	padding:10px 10px 0 10px;
	margin:10px 0 0 10px;
    background:#3e3e3e;
}
#newsletter_content_archive h2{
	padding:0 0 15px 0;
	font-size:1.2em;
	}
#newsletter_content_archive h3{
	padding:0 0 4px 0;
	font-size:1em;
}
#newsletter_content_archive p{
	margin:0 0px 20px 0px;
}
/*-- contact *************************************************************************** --*/
#contact {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	padding: 0 0 20px 0;
}
#map {
    position: relative;
    background-color:black;
    float:left;
	top:10px;
	left:10px;
    border:0px;
    width:500px;
    height:300px;
    padding: 0px;
}
#contact_content {
	position:relative;
	float:right;
	top:10px;
	right:10px;
	width:390px;
    background:#3e3e3e;
	padding:0 0 5px 10px;
}	
#contact_content h2{
	margin: 10px 0 0 0;
	font-size:1.2em;
}
#contact_content p{
	margin:0 0px 10px 0px;
}
.bubble {
	width:          350px; 
	max-width:      350px;
	text-align:     left;
	font-family:    verdana,helvetica,arial,sans-serif;
	font-size:      11px;
	font-weight:    normal;
}
.bubble h1 {
	font-size:      11px;
	margin-bottom:  4px;
	font-weight:    bolder;
}
.bubble h2 {
	font-size:      11px;
	margin-bottom:  4px;
	font-weight:    bolder;
	font-style:     italic;
}
/*-- legals ************************************************************************************** --*/
#legals {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	padding: 0 0 20px 0;
}
#legals h2{
	margin: 10px 0 0 0;
	font-size:1.2em;
}
#legals p{
	margin:0 5px 10px 0px;
}
#legals_left {
	position:relative;
	float:left;
	top:10px;
	left:10px;
	width:440px;
    background:#3e3e3e;
	padding:0 0 5px 10px;
}
#legals_right {
	position:relative;
	float:right;
	top:10px;
	right:10px;
	width:440px;
    background:#3e3e3e;
	padding:0 0 5px 10px;
}
/*-- gallery ************************************************************************************** --*/
#gallery {
	position:relative;
	font-size:0.9em;
	width:940px;
	height:auto;
    background:#2e2e2e;
	padding: 10px 0 10px 0px;
}
#gallery_content img {
	padding:10px 10px 0px 10px;
}
#gallery_content h2{
	padding:0px 10px 0px 17px;
	font-size:1.2em;
}
#gallery_nav {
	padding:5px 10px 10px 17px;
}	
.row1 {
	position:relative;
	float:left;
	width:165px;
	height:180px;
	margin:10px 0px 0px 17px;
  	border:solid #6b6b6b 1px;
	background:#3e3e3e;
}
.row1 p {
	padding:0px 10px 0px 10px;
}
.row2 {
	position:relative;
	float:left;
	width:165px;
	height:180px;
	margin:10px 0px 0px 17px;
  	border:solid #6b6b6b 1px;
	background:#3e3e3e;

}
.gallery_ballet{
	background:#591009;
}
.gallery_tap{
	background:#024465;
}
.gallery_jazz{
	background:#650240;
}
.gallery_other{
	background:#5f4d4d;
}
	/*-- clerafix ****************************************************************************** --*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */