/*-----------------------------------------------------------------------------
Screen Style Sheet

version:   120808
website:   http://www.babylon-freefly.com/
-----------------------------------------------------------------------------*/
@import url(msgpanels.css);

/*---------------------------------------------------------------------------*/
/* Import any External Styles */
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/* General & Resets */
/*---------------------------------------------------------------------------*/

/* Remove padding and margin */
*
{
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ul { margin: 1em 0 0 0; }
 
/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images and remove bottom padding */
img { border: 0; }

/*---------------------------------------------------------------------------*/
/* Typography */
/*---------------------------------------------------------------------------*/

body
{
	background-color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
	color: #777;
	text-align: center;
	font-size: 13px;
	line-height: 1.231em;
}

* html body
{
	font-size: 13px;
	line-height: 1.231em;
}

strong, em
{
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", verdana, arial, sans-serif;
}

/* font sizes - use percentages

10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

*/

/*---------------------------------------------------------------------------*/
/* Headings */
/*---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #468199;
	font-size: 100%;
}

h1 { font-size: 220%; } /* approx 32px */
h2 { font-size: 182%; } /* 24px */
h3 { font-size: 153.9%; } /* 20px */
h4 { font-size: 138.5%; } /* 18px */
h5 { font-size: 123.1%; } /* 16px */
h6 { font-size: 108%; } /* 14px */

#heading {
font-size: 108%;
font-weight: bold;
color: #468199;
display: inline;
padding: 1em 0 0 0;
}

#subheading {
font-size: 100%;
font-weight: normal;
color: #468199;
display: inline;
padding: 1em 0 0 0;
}

/*---------------------------------------------------------------------------*/
/* Links */
/*---------------------------------------------------------------------------*/

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #468199;
}

a:hover { text-decoration: underline; }

a.external
{
	padding-right: 10px;
	background-image: url(../images/elements/externalLink.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#eventHeader
{
	text-decoration: none;
	color: #468199;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

/*---------------------------------------------------------------------------*/
/* Forms */
/*---------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset { border: 0 solid transparent; }


/*---------------------------------------------------------------------------*/
/* Tables */
/*---------------------------------------------------------------------------*/

table
{
	border-spacing: 0;
	border-collapse: collapse;
}

th, td
{
	text-align: left;
	padding: 0.2em 0.5em;
	border: 1px #ddd solid;
	font-weight: normal;
	font-size: 93%;
}

th
{
	border-bottom: 2px #ebdeba solid;
	color: #AC8D39;
	white-space: nowrap;
}

thead
{
	background-image: url(../images/elements/theadBack.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

/*---------------------------------------------------------------------------*/
/* Structure */
/*---------------------------------------------------------------------------*/

#wrapper
{
	width: 100%;
	background-image: url(../images/elements/pageBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
}

#page
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#mainNavigation
{
	float: right;
	width: 655px;
	height: 32px;
	background-image: url(../images/elements/mainNavigation.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	position: relative;
	background-color: #DC5901;
	margin: 0;
	padding: 0;
}

#sideColumnContent
{
	float: left;
	width: 300px;
	margin-left: 15px;
	display: inline;
	padding-top: 60px;
}

#mainContent
{
	float: left;
	width: 610px;
	margin-left: 10px;
	display: inline;
}

#featuresContent
{
	float: left;
	clear: both;
	margin: 20px 0 10px 5px;
	display: inline;
	width: 945px;
}

#footerWrapper
{
	float: left;
	clear: left;
	width: 100%;
	clear: both;
	background-image: url(../images/elements/footerWrapperBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #231f20;
}

#footer
{
	width: 1110px;
	margin: 13px auto 0 auto;
	text-align: left;
	background-image: url(../images/elements/footerBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*---------------------------------------------------------------------------*/
/* Main Nav */
/*---------------------------------------------------------------------------*/

#mainNavigation li
{
	float: left;
}

#mainNavigation li a
{
	position: absolute;
	top: 0;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important;	/* IE5/Win */
	background-color: transparent;
	background-image: url(../images/elements/mainNavigation.gif);
	background-repeat: no-repeat;
}

#mainNavigation li#button1 a
{
	background-position: 0 0;
	width: 84px;
	left: 0;
}

ul#mainNavigation li#button1 a:hover { background-position: 0 -32px; }

#mainNavigation li#button2 a
{
	background-position: -84px 0;
	width: 178px;
	left: 84px;
}

ul#mainNavigation li#button2 a:hover { background-position: -84px -32px; }

#mainNavigation li#button3 a
{
	background-position: -262px 0;
	width: 86px;
	left: 262px;
}

ul#mainNavigation li#button3 a:hover { background-position: -262px -32px; }

#mainNavigation li#button4 a
{
	background-position: -348px 0;
	width: 119px;
	left: 348px;
}

ul#mainNavigation li#button4 a:hover { background-position: -348px -32px; }

#mainNavigation li#button5 a
{
	background-position: -467px 0;
	width: 60px;
	left: 467px;
}

ul#mainNavigation li#button5 a:hover { background-position: -467px -32px; }

#mainNavigation li#button6 a
{
	background-position: -527px 0;
	width: 56px;
	left: 527px;
}

ul#mainNavigation li#button6 a:hover { background-position: -527px -32px; }

#mainNavigation li#button7 a
{
	background-position: -583px 0;
	width: 72px;
	left: 583px;
}

ul#mainNavigation li#button7 a:hover { background-position: -583px -32px; }

body#coaching li#button1 a { background-position: 0 -64px; }
body#coaching li#button1 a:hover { background-position: 0 -96px; }
body#productions li#button2 a { background-position: -84px -64px; }
body#productions li#button2 a:hover { background-position: -84px -96px; }
body#team li#button3 a { background-position: -262px -64px; }
body#team li#button3 a:hover { background-position: -262px -96px; }
body#news li#button4 a { background-position: -348px -64px; }
body#news li#button4 a:hover { background-position: -348px -96px; }
body#media li#button5 a { background-position: -467px -64px; }
body#media li#button5 a:hover { background-position: -467px -96px; }
body#shop li#button6 a { background-position: -527px -64px; }
body#shop li#button6 a:hover { background-position: -527px -96px; }
body#contactus li#button7 a { background-position: -583px -64px; }
body#contactus li#button7 a:hover { background-position: -583px -96px; }


/*---------------------------------------------------------------------------*/
/* Sub Nav */
/*---------------------------------------------------------------------------*/

#subNavigation
{
	clear: left;
	float: left;
	list-style-type: none;
	padding: 10px 0 20px 5px;
	width: 259px;
}

#subNavigation li
{
	background-image: url(../images/elements/subNavBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#subNavigation li:hover
{
	background-position: -259px bottom;
}

#subNavigation li.on
{
	background-position: -518px bottom;
}

#subNavigation li a
{
	display: block;
	padding: 0 10px 0 18px;
	background-image: url(../images/elements/subNavTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	color: #468199;
	text-decoration: none;
	width: 231px;
}

#subNavigation li a:hover
{
	background-position: -259px top;
	color: #fff;
}

#subNavigation li.on a
{
	background-position: -518px top;
	color: #fff;
}


/*---------------------------------------------------------------------------*/
/* Generic Content */
/*---------------------------------------------------------------------------*/

h1#logo
{
	width: 350px;
	height: 100px;
	margin: 0 0 0 -30px;
	padding: 0;
	background-image: url(../images/elements/logo.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 10;
}

#logo1
{
	width: 350px;
	height: 70px;
	margin: 15px 0 0 -30px;
	padding: 0;
	background-image: url(../images/elements/logo.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 10;
}

h1#logo a
{
	overflow: hidden;
	width: 350px;
	height: 120px;
}

#logo1 a
{
	overflow: hidden;
	width: 350px;
	height: 120px;
}

.pageClear
{
	clear: both;
	height: 10px;
}

#mainTextContent
{
	float: left;
	padding: 10px 25px 25px 25px;
	width: 600px;
}

#mainTextContent p
{
	margin: 0.8em 0 0 0;
}

#mainTextContent ul
{
	padding-left: 45px;
	list-style-type: none;
}

#mainTextContent li
{
	padding: 5px 0 5px 20px;
	background-image: url(../images/elements/smallArrowList.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	line-height: 1.3em;
}

#interiorImage
{
	width: 610px;
	height: 300px;
	background-image: url(../images/elements/interiorImageBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}

#interiorImage div#interiorFlashContainer 
{
	padding: 15px 0 0 15px;
}

.space20 { margin-top: 20px; }
.left { float: left; }
.right { float: right; }
.button { font-size: 85%; }
.textRight { text-align: right; }
.bold { font-weight: bold; }
.grey { color: #bbb; }



/*---------------------------------------------------------------------------*/
/* Footer */
/*---------------------------------------------------------------------------*/

#footer ul li a
{
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover
{
	color: #468199;
}

.footerLinks
{
	float: left;
	width: 138px;
	margin-left: 20px;
	display: inline;
}

.footerLinks h6 a
{
	color: #fff;
	font-size: 93%;
	margin: 16px 0 0 0;
}

.footerLinks h6 a:hover 
{
	text-decoration: none;
	color: #468199;
}

.footerLinks ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.footerLinks ul li
{
	font-size: 77%;
}

#baseline
{
	float: left;
	clear: both;
	margin: 16px;
	padding: 24px 0 0 45px;
	color: #fff;
	background-image: url(../images/elements/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 77%;
	width: 500px;
	display: inline;
}

#baseline a
{
	color: #fff;
}

#baseline a:hover
{
	color: #468199;
	text-decoration: none;
}

#baseline a,
#baseline span
{
	margin: 0 4px 0 4px;
}

#addthisfooter
{
	float: right;
	margin: 16px 150px 16px 16px;
	padding: 24px 0 0 45px;
	color: #DC9C76;
	font-size: 77%;
	display: inline;
}

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

/* Homepage Main Image */
/*---------------------------------------------------------------------------*/

#mainImage
{
	width: 610px;
	height: 386px;
	background-image: url(../images/elements/mainImageBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 40px;
}

#mainImage div#homeFlashContainer 
{
	float: left;
	width: 580px;
	height: 356px;
	margin: 15px 0 0 15px;
	display: inline;
}

/*---------------------------------------------------------------------------*/
/* Features */
/*---------------------------------------------------------------------------*/

.feature
{
	margin: 10px 0 0 0;
	float: left;
	display: inline;
	width: 300px;
	height: 124px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

#featuresContent .feature
{
	margin: 0 0 0 10px;
}

#featureCoaching
{
	background-image: url(../images/elements/featureCoaching2.jpg);
}

#featureProductions
{
	background-image: url(../images/elements/media.jpg);
}

#featureShop
{
	background-image: url(../images/elements/meetTeam.jpg);
}

/*---------------------------------------------------------------------------*/
/* Homepage General Content */
/*---------------------------------------------------------------------------*/

#welcome,
#homeNews
{
	float: left;
	padding: 0 5px 0 5px;
}

#welcome h2
{
	clear: left;
	padding-top: 5px;
}

#homeNews img
{
	display: inline;
}

h6.homeNewsTitle
{
	font-size: 93%;
	margin: 0;
	text-transform: lowercase;
}

p.homeNewsSynopsis
{
	font-size: 85%;
	margin: 0;
	line-height: normal;
}

#homeNews a
{
	color: #666;
	text-decoration: none;
}

#homeNews a:hover
{
	color: #999;
}


/*---------------------------------------------------------------------------*/
/* Team Members */
/*---------------------------------------------------------------------------*/

div.individual
{
	float: left;
	width: 120px;
	margin: 10px 20px 10px 0;
	display: inline;
	text-align: center;
	font-size: 85%;
}

/*
div.individual img.photo
{
	width: 100px;
	height: 136px;
}
*/


/*---------------------------------------------------------------------------*/
/* myBox 1 */
/*---------------------------------------------------------------------------*/

.myBox1
{
	float: left;
	background-image: url(../images/elements/myBox1BottomLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*
	cursor: pointer;
	*/
}

.myBox1-outer
{
	background-image: url(../images/elements/myBox1BottomRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 7px;
}

.myBox1-inner
{
	background-image: url(../images/elements/myBox1TopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.myBox1 h2, .myBox1 h3, .myBox1 h4
{
	background-image: url(../images/elements/myBox1TopRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.myBox1 h2
{
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: center;
}

p.video
{
	padding: 0 10px 5px 0;
	margin: 0;
	text-align: right;
}


/*---------------------------------------------------------------------------*/
/* Production Box Styles */
/*---------------------------------------------------------------------------*/

#productionsBox
{
	padding: 20px 0 20px 0;
}

div.production
{
	width: 170px;
	text-align: center;
	display: inline;
	margin-right: 10px;
}

div.production h2
{
	text-indent: -9999px;
	height: 7px;
}

div.production p.logo
{
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	height: 60px;
}


/*---------------------------------------------------------------------------*/
/* Video View Box Styles */
/*---------------------------------------------------------------------------*/

div.viewVideo
{
	width: 115px;
	float: none;
	margin-top: 10px;
}

div.viewVideo h2
{
	text-indent: -9999px;
	height: 7px;
}


/*---------------------------------------------------------------------------*/
/* Coaching Events Box Styles */
/*---------------------------------------------------------------------------*/

div.coachingEvents
{
	width: 300px;
}

div.coachingEvents h4
{
	margin: 0;
	padding: 15px 0 10px 15px;
}

div.coachingEvents ul
{
	list-style-type: none;
	margin: 0 15px 10px 15px;
	padding: 10px 0 0 0;
	border-top: 1px #e6d4a2 dotted;
}


/*---------------------------------------------------------------------------*/
/* Sponsors Box Styles */
/*---------------------------------------------------------------------------*/

#sponsors
{
	padding: 20px 0 20px 0;
}

div.sponsor
{
	width: 270px;
	display: inline;
	margin: 0 10px 10px 0;
}

div.sponsor h3
{
	margin: 0;
	padding: 15px 0 0px 15px;
}

div.sponsor p
{
	padding: 0 15px 0 15px;
	margin: 0;
	font-size: 85%;
}



/*---------------------------------------------------------------------------*/
/* Latest News Styles */
/*---------------------------------------------------------------------------*/

#latestNews, #upcomingEvents
{
	float: left;
	width: 250px;
}

#latestNews
{
	padding-right: 20px;
}

#upcomingEvents
{
	padding-left: 20px;
}

#latestNews h4, #upcomingEvents h4
{
	border-bottom: 1px #e6d4a2 dotted;
	padding-bottom: 10px;
}

.newsitem
{
	padding-bottom: 10px;
	border-bottom: 1px #e6d4a2 dotted;
}

	
/*---------------------------------------------------------------------------*/
/* Gallery Styles */
/*---------------------------------------------------------------------------*/

#gallery
{
	margin: 20px 0 0 0;
}

div.galleryItemWrapper {
	width: 30%;
	float: left;
	margin-left: 10px;
	text-align: center;
}

div.galleryItem
{
	float: left;
	padding: 10px;
	border: 1px #EAEAE0 solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-right: 10px;
	display: inline;
	text-align: center;
}

div.galleryItem span
{
	padding: 5px 0 5px 0;
	font-size: 85%;
	display: block;
	background-color: #F2F3E6;
}

/*---------------------------------------------------------------------------*/
/* Wallpaper Styles */
/*---------------------------------------------------------------------------*/

#wallpapers
{
	margin: 20px 0 0 0;
}

div.wallpaper
{
	float: left;
	padding: 10px;
	border: 1px #ddd solid;
	margin: 0 12px 12px 0;
	display: inline;
	text-align: center;
}

div.wallpaper div.sizes
{
	padding: 5px 0 5px 0;
	font-size: 85%;
	background-color: #F2F3E6;
}

	
/*---------------------------------------------------------------------------*/
/* Shop Styles */
/*---------------------------------------------------------------------------*/

#shopItems, #shopItem
{
	margin: 20px 0 0 0;
}

#shopItem
{
	width: 560px;
}

div.shopItemList, #shopPhoto
{
	float: left;
	width: 150px;
	padding: 10px;
	border: 1px #ddd solid;
	margin: 0 12px 12px 0;
	display: inline;
	text-align: center;
}

div.itemDetails
{
	padding: 5px 0 5px 0;
	font-size: 85%;
	background-color: #F2F3E6;
}

ul#itemList
{
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
}

ul#itemList li
{
	background-image: url(../images/elements/magnifyer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 14px;
	margin: 0;
	display: inline;
}

#shopDesc
{
	float: right;
	width: 300px;
}

#shopOptions { line-height: 2em; }

#addBasket, #updateBasket { margin-left: -5px; }

table#basket
{
	width: 560px;
}

table#basket .basketTotal
{
	color: #AC8D39;
	font-size: 116%;
	border-top: 2px #ebdeba solid;
}

table#basket img.icon { vertical-align: text-bottom; }


/*---------------------------------------------------------------------------*/
/* Newsletter Form Styles */
/*---------------------------------------------------------------------------*/

#newsletter
{
	margin: 30px 0 10px 0;
}

#newsletter fieldset
{
	clear: left;
	width: 274px;
	margin: 0 0 0 5px;
	padding: 15px 5px 15px 5px;
}

#newsletter label
{
	padding: 0 5px 0 5px;
	width: auto;
	text-align: left;
}

#newsletter p
{
	display: inline;
	background-color: #663;
}

#newsletter input
{
	float: left;
	width: 160px;
}

#newsletter input#newsletterButton
{
	float: left;
	width: auto;
	padding: 0 0 0 5px;
}



/*---------------------------------------------------------------------------*/
/* Chris Styles */
/*---------------------------------------------------------------------------*/


div#homePagePlayerNext
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	cursor: pointer;
	background-color: #ccc;
	z-index: 1;
}



/* Generated via www.cssmenubuilder.com */

.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('../images/elements/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('../images/elements/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('../images/elements/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('../images/elements/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('../images/elements/topMenuImages.png') 100% -90px no-repeat;}

a {
   outline: none;
}
