body {
	margin: 0 auto;
	padding: 0;
	font: 14px Arial,Verdana,Tahoma,sans-serif;
	background-color: #fff;

}

#container {
	margin:0 auto;
	width: 780px;
	min-height: 750px;
	height:auto !important;
	height: 750px;

}

#contents {
	position: relative;
	left: 85px;
}

.bodytext {
	width: 420px;
	line-height: 1.2em;
}

p {
	padding: 10px 0 10px 0;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bigtext {
	font-size: 30px;
}

blockquote {
	margin-top: 15px;
}
/* Header */
#header {
	position: relative;
	height: 100px;
}

.email {
	position: absolute;
	top: 0;
	left: 288px;
}

/* Navigation */

#nav {
	position: relative;
	top: -25px;
	height: 90px;

}

#navbar * {
	font: 15px Arial, sans-serif;
	text-decoration: none;
	color: #000;
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-transform: uppercase;
}

#navbar {
	margin-left: 170px;
}

#navbar li {
	top:0;
	display: block;
	float: left;
	width: 118px;
	padding-top: 15px;
	text-align: center;
}

#navbar li a {
	color: #000;
}
#navbar li a:hover {
	font-weight: bold;
	font-size: 115%;
}

#navbar li a.selected {
	font-weight: bold;
	font-size: 115%;
}

#bottomnav * {
	font: 13px Arial, sans-serif;
	text-decoration: none;
	color: #000;
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-transform: uppercase;
}

#bottomnav {
	position: absolute;
	left: 0;
	top: 50px;
	margin-left: 103px;
}

#bottomnav  li {
	display: block;
	float: left;
	width: 113px;
	padding-top: 15px;
	text-align: center;
	width: 110px;
	
}

#bottomnav li a {
	background-color:transparent;
}

#bottomnav  li a:hover {
	font-weight: bold;
	font-size: 115%;
}

#bottomnav li a.selected {
	font-weight: bold;
	font-size: 115%;
}

/* End navigation */

/* page backgrounds */

.home { background: url(/images/bg-home.jpg) no-repeat top right; }
.dance  { background: url(/images/bg-dance.jpg) no-repeat top right; }
.corporate { background: url(/images/bg-corporate.png) no-repeat top right; }
.education { background: url(/images/bg-education.png) no-repeat top right; }
.health { background: url(/images/bg-health.png) no-repeat top right; }
.aboutus { background: url(/images/bg-aboutus.png) no-repeat top right; }
.showreels { background: url(/images/bg-showreels.png) no-repeat top right; }
.selectcv { background: url(/images/bg-selectcv.png) no-repeat top right; }
.contactus { background: url(/images/bg-contactus.png) no-repeat top right; }
.reviews { background: url(/images/bg-reviews.png) no-repeat top right; }

/* End page backgrounds */

/* Home page */

#nav.homenav { background: url(/images/menu-home.png) no-repeat; }

.homecontents {
	position: absolute;
	top: 420px;
	width: 400px;
}

#contents #buttons {
	text-indent: -9999px;
	overflow: hidden;
}

#buttons #dance a {
	position: absolute;
	top: 50px;
	left: 0px;
	background-image: url('/images/dance-button.png');
	width: 225px;
	height: 210px;
	z-index: 1;
}

#buttons #dance a:hover { 
	background-position: -225px 0px;
	z-index: 5;
}

#buttons #corporate a {
	position: absolute;
	top: 50px;
	left: 190px;
	background-image: url('/images/corp-button.png');
	width: 225px;
	height: 210px;
	z-index: 4;
}
#buttons #corporate a:hover {
	background-position: -225px 0px;
	z-index: 5;
}

#buttons #education a {
	position: absolute;
	top: 212px;
	left: 20px;
	background-image: url('/images/education-button.png');
	width: 225px;
	height: 210px;
	z-index: 2;
}

#buttons #education a:hover { background-position: -225px 0px; z-index: 5;}

#buttons #health a {
	position: absolute;
	top: 200px;
	left: 200px;
	background-image: url('/images/health-button.png');
	width: 225px;
	height: 210px;
	z-index: 3;
}

#buttons #health a:hover  { background-position: -225px 0px; z-index: 5;}

/* Dance page */

#nav.dancenav { background: url(/images/menu-dance.png) no-repeat; }
.dancefooter {
	margin-left: -50px;
	margin-top: -70px;
}

.indenttext {
	width: 300px;
	margin-left: 25px;
}
/* Corporate page */

#nav.corporatenav { background: url(/images/menu-corporate.png) no-repeat; }

.corporatefooter {
	margin-left: -50px;
	margin-top: 10px;
}

/* Education page */

#nav.educationnav { background: url(/images/menu-education.png) no-repeat; }

.educationfooter {
	margin-left: -50px;
	margin-top: -50px;
}

/* Health page */

#nav.healthnav { background: url(/images/menu-health.png) no-repeat; }

.healthfooter {
	margin-left: -50px;
	margin-top: -110px;
}
/* About Us page */

#nav.aboutusnav { background: url(/images/menu-aboutus.png) no-repeat; }

.aboutusfooter {
	margin-left: -50px;
	margin-top: 0px;
}

/* Showreels page */

#nav.showreelsnav { background: url(/images/menu-showreels.png) no-repeat; }

.showreelsfooter {
	margin-left: -50px;
	margin-top: -110px;
}


a.player {
	display:block;
	background:url(/images/player-splash.jpg) no-repeat;
	width:512px;
	height:288px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	margin-bottom: 10px;
}


a.player img {
	margin-top: 103px;
	border:0;
}

a.player {
	margin-top:0px;
}

#playlist {
	width: 550px;
}

.clips img {
	display: block;
	padding:0; margin:0;
}

.clips a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	margin-left: 10px;
		padding: 0;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}
/* Select CV page */

#nav.selectcvnav { background: url(/images/menu-selectcv.png) no-repeat; }

.selectcvfooter {
	margin-left: -50px;
	margin-top: 0px;
}

#cvtable {
	width: 540px;
	text-transform: uppercase;
}

#cvtable tr {
	height: 22px;
}
#cvtable th {
	text-align: left;
}
/* Contact Us page */

#nav.contactusnav { background: url(/images/menu-contactus.png) no-repeat; }

.contactusfooter {
	margin-left: -50px;
	margin-top: -110px;
}

.contact {
	padding: 3px 0;
	
}
.contact span {
	display: inline-block;
	width: 50px;
}
/* Reviews page */

#nav.reviewsnav { background: url(/images/menu-reviews.png) no-repeat; }

.reviewsfooter {
	margin-left: 200px;
	margin-top: -450px;
}

