@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------*/
html
{
	padding: 0px;
	margin: 0px;
}
body,td,th
{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #000000;
}
body
{
	background-color: #000;
	margin: 0;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
}

a, a:link, a:visited
{
	color:#000;
	text-decoration: none;	
}
a:hover
{
	color:#fff;
	text-decoration: underline;
}

/* -------------------------------------------------*/
#topWrapper
{
	background-color: #ffdc00;
	background-image: url(res/bg_voice.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -40px;
	padding-top: 40px;
	padding-bottom: 60px;	
}

#pageWrapper
{
	width: 938px;
	margin: 0px auto;
}
/* -------------------------------------------------*/
#header
{
	border-bottom: 1px solid #000;
}
#header h1
{
	border-bottom: 4px solid #000;
	padding-bottom: 17px;
	margin-top: 40px;

	height: 67px;
	background: url(res/logo_top.gif) no-repeat;
}
#header h1 span
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#header li
{
	position: relative;
	float: left;
	margin-right: 30px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;	
}

#header li.rightAlignedItem
{
	float: right;
	margin-right: 0px;
	margin-left: 30px;
}

#header a, #header a:link, #header a:visited
{
	color: #000;
	text-decoration: none;
}
#header a:hover
{
	color: #fff;
}

/* subs */

#header a
{
 	display: block;
}

#header ul ul
{
	position: absolute;
	/*top: 36px;*/
	border-top: 12px solid #ffdc00;
	background: #000;
	width: 230px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 90%;
}


#header ul ul
{
	display:none;
}

#header ul li:hover ul, #header ul li.sfhover ul
{
	display:block;
}

#header ul ul a, #header ul ul a:link, #header ul ul a:visited
{
	color: #ffdc00;
	font-weight: normal;
}
#header ul ul a:hover
{
	color: #fff;
}

#header ul ul li
{
	width: 220px;
	margin: 5px;
}

/* -------------------------------------------------*/
#main
{
	clear: both;
}

#main strong
{
	font-weight: bold;
}

#main a:link
{
	color: #000;
	text-decoration: none;
}

#main a:hover
{
	text-decoration: underline;
}
/* -------------------------------------------------*/
#footerWrapper
{
	background-color: #000;
	border-top: 1px solid #fff;
	padding-bottom: 100px;	
}
#footer
{
	padding-top: 40px;
	width: 938px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.footerHeading
{
	font-size: 14px;
	float: left;
	width: 184px;
	margin-right: 22px;
}
.footerContact
{
	font-size: 14px;
	float: left;
	margin-right: 22px;
	position: relative;
}
.footerContact table, .footerContact tr, .footerContact th, .footerContact td
{
	font-size: 14px;
	color: #fff;
	vertical-align: top;
}
.footerContact table
{
	position: relative;
	z-index: 1;
}
.footerContact .leftCol
{
	text-align: right;
	padding-right: 20px;
}
.footerContact th
{
	color: #ffdc00;
	font-weight: bold;
	padding-bottom: 4px;	
}
#footerContactBacker
{
	position: absolute;
	width: 300px;
	height: 194px;
	background-image: url(res/black1.png);
	left: -15px;
	top: -80px;
	z-index: 0;
	border: 1px solid #666;
}
#footerContactBacker h3
{
	color: #000;
	font-size: 20px;
	padding-top: 8px;
	padding-left: 12px;
	background-color: #d6b900;
	height: 30px;
}
.footerHeading h4
{
	color: #ffdc00;
	font-weight: bold;
	padding-bottom: 4px;
}
.footerRow
{
	padding-bottom: 40px;
}

.clear
{
	clear: both;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.footerContact a:link
{
	color: #FFDC00 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.footerContact a:hover
{
	text-decoration: underline !important;
}

/* -------------------------------------------------*/
#main p
{
	margin-bottom: 2ex;
}
#main ul
{
	list-style-type: disc;
	margin-left: 2ex;
}
#main ul li
{
	padding-left: 1ex;
	margin-bottom: 1ex;
}
#main h2
{
	font-size: 70px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1em;
}
/* -------------------------------------------------*/
.home
{
	padding-bottom: 50px;
}
.home h2
{
	font-size: 70px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 1em;
}
#homeLeft
{
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-left: 40px;	
	font-size: 18px;
	font-weight: bold;
}
#homeRight
{
	width: 300px;
	float: left;
	font-weight: bold;
}
#homeRight ul
{
	font-weight: normal;
	font-size: 15px;
	list-style-image: url(res/bullet_yellow.png);
}
/* -------------------------------------------------*/

#aboutLeft
{
	width: 600px;
	float: left;
}

#aboutLeftSmaller
{
	font-size: 75%;
}

#aboutRight
{
	margin-left: 30px;
	background: #fff;
	width: 300px;
	float: left;	
}
#aboutRight h3
{
	width: 280px;
	padding: 10px;
	color: #fff;
	background: #000;
}

#aboutRight h3 span
{
	color: #ffdc00;
}

#aboutRight div
{
	padding: 20px 10px 50px 10px;
	font-size: 75%;	
}

#aboutRight ul
{
	list-style-image:url(res/bullet_white.png);
}
/* -------------------------------------------------*/

#main.approach
{
	
}

.approachTopBox
{
	background: #fff;
	float: left;	
	height: 500px;
	margin-top: -42px;
}
.approachTopBox h3
{
	padding: 10px;
	color: #fff;
	background: #000;
}

.approachTopBox h3 span
{
	color: #ffdc00;
}

.approachTopBox div
{
	font-size: 13px;
}
.approachTopBox ul
{
	list-style-position: inside;
	margin-left: 5px !important;
}
#approachTopBox1
{
	width: 210px;
	margin-right: 20px;
	
	}
#approachTopBox1 p
{
	padding-left: 20px;
	padding-right: 20px;
}
#approachTopBox2
{
	width: 470px;
	margin-right: 20px;	
	list-style-position: inside;
}
#approachTopBox2 p
{
	padding-left: 20px;
	padding-right: 20px;
}
#approachTopBox2 ul
{
	margin-left: 12px !important;
	margin-top: -10px;
	margin-bottom: 15px;
}
#approachTopBox2 li
{
	margin-bottom: 2px !important;
}
#approachTopBox3
{
	width: 210px;
}
#approachTopBox3 p
{
	padding-left: 20px;
	padding-right: 20px;
}	
.approachTopBoxHead
{
	font-weight: bold;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 20px;
}

#approachEndText
{
	font-size: 14px;
	margin-top: 30px;
}
#approachEndText h4
{
	font-weight: bold;
}
#approachEndText ul
{
	list-style-type: none;
	margin: 0px !important;
}
#approachEndText ul li
{
	margin: 0px !important;
	padding: 0px;
}
#approachTopBoxArrow1
{
	position: relative;	
	top: 12px;
	left: 214px;
}
#approachTopBoxArrow2
{
	position: relative;	
	top: -8px;
	left: 704px;
}
/* -------------------------------------------------*/
#coachesLeft
{
	width: 300px;
	float: left;
	margin-right: 25px;
	font-weight: bold;
}
#coachesRight
{
	width: 600px;
	float: left;
}
.coachWrapper
{
	margin-bottom: 50px;
}
.coachHeader
{
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;	
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 30px;	
	background: url(res/approach-arrow.gif) 0px 15px no-repeat;
}
.coachHeader h3
{
	float: left;
	font-weight: bold;	
}
.coachHeader h4
{
	float: left;
	font-weight: normal;
	margin-left: 15px;
}
.coachHeader blockquote
{
	clear: both;
	font-weight: bold;
}
.coachBody
{
	font-size: 14px;
	padding-top: 15px;
}

/* -------------------------------------------------*/
#programsLeft
{
	width: 300px;
	float: left;
	margin-right: 25px;
	font-weight: bold;
}
#programsRight
{
	width: 600px;
	float: left;
	margin-bottom: 30px;
}

.programWrapper
{
	margin-bottom: 30px;
}
.programHeader
{
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;	
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 30px;	
	background: url(res/approach-arrow.gif) 0px 15px no-repeat;
}
.programHeader h3
{
	font-weight: bold;	
}
.programHeader h4
{
	font-weight: normal;
}
.programBody
{
	font-size: 14px;
	padding-top: 15px;
}
.programBodyBox
{
	background-color: #fff;
	padding: 20px 5px;
}
.programBodyBox ul
{
	list-style-position: inside;
	list-style-image: url(res/bullet_white.png);
}
.programEnquire
{
	margin-top: 20px;
}
.programEnquire a
{
	float:right;
	padding: 15px 35px;
	font-weight: bold;
	font-size: 20px;
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
}
.programEnquire a:hover
{
	color: #000 !important;
	background-color: #fff;
}

#programsLeft a
{
	color: #000;
}
#programsLeft a:hover
{
	color: #fff;
}
/* -------------------------------------------------*/

#clientsLeft
{
	width: 300px;
	float: left;
	margin-right: 25px;	
}


#clientsRight
{
	width: 600px;
	float: left;
	margin-bottom: 30px	
}
.clientList
{
	width: 45%;
	float: left;
}
.clientList h3
{
}
.clientList ul
{
	list-style: none !important;
	font-size: 15px;
	margin-left: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 20px !important;	
}
.clientList ul li
{
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}
/* -------------------------------------------------*/

#studioLeft
{
	width: 300px;
	float: left;
	margin-right: 25px;	
	font-weight: bold;
}
.studioEnquire
{
	margin-top: 45px;
}
.studioEnquire a
{
	padding: 15px 35px;
	font-weight: bold;
	font-size: 20px;
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
}
.studioEnquire a:hover
{
	color: #000 !important;
	background-color: #fff;
}

#studioRight
{
	width: 600px;
	float: left;
	margin-bottom: 30px	
	
}
#studioRight img
{
	margin-bottom: 25px;
}
#studioRight h3
{
	margin-bottom: 5px;
}
#studioRight p
{
	font-size: 15px;
}
#studioRight ul
{
	list-style: none !important;
	font-size: 15px;
	margin-left: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 20px !important;	
}
#studioRight li
{
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

/* -------------------------------------------------*/

#contactLeft
{
	width: 300px;
	float: left;
	margin-right: 25px;	
	font-weight: bold;
}
#contactLeft a
{
	color: #000;
}
#contactLeft a:hover
{
	color: #fff;
}
.contactEnquire
{
	margin-top: 45px;
}
.contactEnquire a
{
	padding: 15px 35px;
	font-weight: bold;
	font-size: 20px;
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
}
.contactEnquire a:hover
{
	color: #000 !important;
	background-color: #fff;
}

#contactRight
{
	width: 600px;
	float: left;
	margin-bottom: 30px	
	
}

#contactRight iframe
{
	margin-bottom: 30px;
}

#contactRight p
{
	font-size: 15px;
}

#contactRight h3
{
	margin-bottom: 10px;
}

#contactRight .u
{
	text-decoration: underline;
}

/* -------------------------------------------------*/

#touchLeft
{
	width: 230px;
	float: left;
	margin-right: 90px;	
	font-weight: bold;
}


#touchRight
{
	width: 600px;
	float: left;
	margin-bottom: 30px		
}

#touchRight h3
{
	clear: both;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;	
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 140%;
	margin-bottom: 20px;
	margin-top: 30px;
}

#touchFirstHeading
{
	margin-top: 0px !important;
}

#touchRight h4
{
	float: left;
	width: 200px;
	font-size: 90%;
}
#touchRight input
{
	float: left;
}
#touchRight .touchP1 h4
{
	width: 150px;
}
#touchRight .touchP1 label
{
	float: left;
	font-size: 60%;
	margin-bottom: 10px;
}
#touchRight .touchP1 input
{
	border: 0;
	padding: 15px;
	margin-right: 10px;
	width: 180px;
	height: 15px;
}

.touchHalfChooser h4
{
	margin-bottom: 10px;
}
.touchHalfChooser
{
	width: 300px;
	float: left;
}
.touchHalfChooser input
{
	margin-right: 15px;
}
.touchHalfChooser label
{
	font-size: 80%;
	clear: both;
	float: left;
	margin-bottom: 5px;
}
#thisWouldBeForSpecify
{
	border: 0;
	padding: 15px;
	margin-right: 10px;
	width: 180px;
	height: 15px;
	margin-top: 15px;
	font-size: 60%;
}

#touchEndBoxes h4
{
	width: 100%;	
	font-size: 80%;
	margin-bottom: 15px;
}

#touchEndBoxes textarea
{
	width: 570px;
	border: 0;
	padding: 15px;
	font-size: 60%;
}

#touchSend
{
	float:right;
	padding: 15px 35px;
	font-weight: bold;
	font-size: 20px;
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
}
#touchSend:hover
{
	color: #000 !important;
	background-color: #fff !important;
}


/* -------------------------------------------------*/
/* HEADINGS */
#main.home h2
{
	background:url(res/heading_home.png) top left no-repeat;
	width: 821px;
	height: 173px;
}
#main.home h2 span
{
	display: none;
}

#main.studio h2
{
	background:url(res/heading_studio.png) top left no-repeat;
	width: 645px;
	height: 86px;
}
#main.studio h2 span
{
	display: none;
}

#main.lucy h2
{
	background:url(res/heading_lucy.png) top left no-repeat;
	width: 425px;
	height: 88px;
}

#main.about h2
{
	background:url(res/heading_about.png) top left no-repeat;
	width: 411px;
	height: 78px;
}
#main.about h2 span
{
	display: none;
}

#main.approach h2
{
	background:url(res/heading_approach.png) top left no-repeat;
	width: 395px;
	height: 107px;
}
#main.approach h2 span
{
	display: none;
}

#main.clients h2
{
	background:url(res/heading_clients.png) top left no-repeat;
	width: 384px;
	height: 52px;
}
#main.clients h2 span
{
	display: none;
}

#main.coaches h2
{
	background:url(res/heading_coaches.png) top left no-repeat;
	width: 441px;
	height: 52px;
}
#main.coaches h2 span
{
	display: none;
}

#main.contact h2
{
	background:url(res/heading_contact.png) top left no-repeat;
	width: 267px;
	height: 52px;
}
#main.contact h2 span
{
	display: none;
}

#main.programs h2
{
	background:url(res/heading_programs.png) top left no-repeat;
	width: 902px;
	height: 88px;
}
#main.programs h2 span
{
	display: none;
}

#main.touch h2
{
	background:url(res/heading_touch.png) top left no-repeat;
	width: 416px;
	height: 52px;
}
#main.touch h2 span
{
	display: none;
}

/* -------------------------------------------------*/




/* -------------------------------------------------*/
/* IE6 */
/*
#footerContactBacker
{
	background-image: none;
}

#studioLeft
{
	width: 296px;
}

#contactLeft
{
	width: 296px;
}
*/
/* -------------------------------------------------*/







