﻿/*----------------------------------------------------------
The base color for this template is #565555. If you'd like
to use a different color start by replacing all instances of
#565555 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #565555;
	background: #d5edf1 url(images/sky.jpg) repeat-x 0 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 25px;
    line-height: 1.6em;
}

	.container ul {
		margin-bottom: 0;
	}

a img {
	border:0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 2em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 928px;
    margin: 0 auto;
	position: relative;
	z-index: 100;
}

#title
{
	margin: -10px 0 0;
}

#title h1, #title h1 a
{
	background: url(images/activkids-logo.png) no-repeat 0 0;
	width: 177px;
	height: 161px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -8000px;
	font-size: .05em;
	line-height: .05em;
	top:-10px;
}

#title p
{
	display:none;
}

#title div.cloud
{
	background: url(images/cloud.png) no-repeat 0 0;
	height: 87px;
	width:148px;
	position: absolute;
	z-index: -1;
}

	#title div#cloud1
	{
		top:30px;
		left:90px;
	}
	
	#title div#cloud2
	{
		top:70px;
		left:310px;
	}
	
	#title div#cloud3
	{
		top:40px;
		right:-15px;
	}
	
#nav
{
    position: absolute;
    top: 60px;
    right: 0;
}

#main
{
    padding: 0 0 10px;
    margin: -25px 0 0;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

	#main .bg 
	{
		margin: 0 -15px 0 0;
		padding-top: 40px;
		position: relative;
	}
	
	#main #bg_home
	{
		/*background: url(images/child-home.png) no-repeat right top;*/
		min-height: 440px;
	}

		#main #bg_home #homeFlash
		{
			position:absolute;
			top:66px;
			right:0;
		}

/*
	#main #bg_education
	{
		background: url(images/child-education.png) no-repeat right top;
		min-height: 520px;
	}
	
	#main #bg_leisure
	{
		background: url(images/child-leisure.png) no-repeat right top;
		min-height: 460px;
	}
*/

	#main #bg_programmes
	{
		background: url(images/child-education.png) no-repeat right top;
		min-height: 520px;
	}
		
	#main #bg_academy
	{
		background: url(images/child-leisure.png) no-repeat right top;
		min-height: 460px;
	}
	
	#main #bg_coaching, #main #bg_search
	{
		background: url(images/child-coaching.png) no-repeat right top;
		min-height: 460px;
	}
	
	#main #bg_aboutus
	{
		background: url(images/child-about.png) no-repeat right top;
		min-height: 460px;
	}
	
	#main #bg_contactus
	{
		/*background: url(images/child-about.png) no-repeat right top;*/
		min-height: 460px;
	}
	
			#main .content-inner h2
			{
				background: url(images/hello.png) no-repeat 0 0;
				height: 0;
				margin: 0 0 0 -15px;
				overflow: hidden;
				padding: 80px 0 0;
			}

				#main .home h2 
				{
					background: url(images/hello.png) no-repeat 0 0;
					width: 161px;
				}
				
				#main .programmes h2 
				{
					background: url(images/programmes.png) no-repeat 0 0;
					width: 332px;
				}

				#main .academy h2 
				{
					background: url(images/academy.png) no-repeat 0 0;
					width: 268px;
				}

/*
				#main .education h2 
				{
					background: url(images/education.png) no-repeat 0 0;
					width: 277px;
				}

				#main .leisure h2 
				{
					background: url(images/leisure.png) no-repeat 0 0;
					width: 200px;
				}
*/

				#main .coaching h2 
				{
					background: url(images/coaching.png) no-repeat 0 0;
					width: 278px;
				}
				
				#main .aboutus h2 
				{
					background: url(images/aboutus.png) no-repeat 0 0;
				}
				
				#main .partners h2 
				{
					background: url(images/partners.png) no-repeat 0 0;
				}
				
				#main .news h2 
				{
					background: url(images/news.png) no-repeat 0 0;
				}
				
				#main .contactus h2 
				{
					background: url(images/contactus.png) no-repeat 0 0;
				}
				
				#main .search h2 
				{
					background: url(images/findatrainer.png) no-repeat 0 0;
				}
				
				#main .privacy h2 
				{
					background: url(images/privacy.png) no-repeat 0 0;
				}
				
				#main .terms h2 
				{
					background: url(images/terms.png) no-repeat 0 0;
				}
				
				#main .sitemap h2 
				{
					background: url(images/sitemap.png) no-repeat 0 0;
				}
				
				#main .news h2 
				{
					background: url(images/news.png) no-repeat 0 0;
				}
				
			#main .container {
				margin: 15px 0;
				width: 598px;
                height:280px;
                overflow: auto;
			}

				#main .home .container {
					height:185px;
				}
				
				#main .terms .container {
					width: 920px;
				}
				
	#main ul#homepanels
	{
		margin: 25px 0 0;
		padding: 0;
	}

		#main ul#homepanels li
		{
			display: block;
			float:left;
			list-style: none;
			margin: 0 10px 0 0;
			padding:7px;
			background-color: #fff;
			position:relative;
		}

		#main ul#homepanels li.last
		{
			margin: 0;
		}

			#main ul#homepanels li div#academytitle
			{
				background: url(images/homepanels/academy.png) no-repeat 0 0;
				position:absolute;
				top: -10px;
				left: -5px;
				width: 160px;
				height: 60px;
			}		

			#main ul#homepanels li div#educationtitle
			{
				background: url(images/homepanels/education.png) no-repeat 0 0;
				position:absolute;
				top: -10px;
				left: -5px;
				width: 175px;
				height: 60px;
			}		

			#main ul#homepanels li div#leisuretitle
			{
				background: url(images/homepanels/leisure.png) no-repeat 0 0;
				position:absolute;
				top: -10px;
				left: -5px;
				width: 175px;
				height: 60px;
			}		

			#main ul#homepanels li div#coachingtitle
			{
				background: url(images/homepanels/coaching.png) no-repeat 0 0;
				position:absolute;
				top: -10px;
				left: -5px;
				width: 175px;
				height: 60px;
			}		

			#main ul#homepanels li div#home_education, #main ul#homepanels li div#home_academy
			{
				background: url(images/homepanels/1.jpg) no-repeat 0 0;
				height: 130px;
				width: 280px;
			}		

			#main ul#homepanels li div#home_leisure
			{
				background: url(images/homepanels/2.jpg) no-repeat 0 0;
				height: 130px;
				width: 280px;
			}		

			#main ul#homepanels li div#home_coaching
			{
				background: url(images/homepanels/3.jpg) no-repeat 0 0;
				height: 130px;
				width: 280px;
			}
			
			#main ul#homepanels li div#home_academy a, 
			#main ul#homepanels li div#home_education a, 
			#main ul#homepanels li div#home_leisure a, 
			#main ul#homepanels li div#home_coaching a
			{
				background: url(images/homepanels/more-info.gif) no-repeat 0 0;
				position:absolute;
				bottom: 15px;
				left: 15px;
				width: 87px;
				height: 22px;
				text-indent:-8000px;
			}

		#main .archive-module {
			width: 260px;
			height: 260px;
			position: absolute;
			top: 120px;
			right: 0;
			background: #d2ecf0 url(images/news_archive_bg.gif) repeat-x 0 0;
			padding: 10px 0;
		}

			#main .archive-articles {
				margin: 0;
				height: 240px;
                overflow: auto;
			}
			
			#main .archive-navigation {
				position: absolute;
				margin: 10px;
				bottom: 0;
			}
			
			#main .archive-module ul {
				margin: 5px 5px 0 0;
				padding: 0;
			}

				#main .archive-module ul li {
					display: inline-block;
					list-style: none;
					padding: 2px 5px;
					width: 220px;
				}
				
					#main .archive-module ul li div.articleLinkDate {
						float:right;
					}
					
		
					#main .archive-module ul li a {
						color: #5497a3;
						font-weight: bold;
					}
					
			#main .article {
				position: relative;
			}
			
				#main .article p.article-published {
					position: absolute;
					top: -15px;
					right: 0;
				}
			
			
		#main .contact-form, #main .franchisee-search {
			width: 350px;
			position: absolute;
			top: 40px;
			right: 0;
			background: #d2ecf0 url(images/news_archive_bg.gif) repeat-x 0 0;
			padding: 0 20px 10px;
		}

#footer
{
	background: url(images/footer-bg-repeat.gif) repeat-x bottom left;
    color: #7e9627;
    margin: 0;
    font-size: .9em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
}

	#footerinner
	{
		width: 928px;
		margin: 0 auto;
		background: url(images/footer-bg.png) no-repeat bottom left;
		height: 130px;
		position: relative;
	}
	
	#footer ul 
	{
		position: absolute;
		margin: 0;
		padding: 0;
		line-height: 0.9em;
		bottom: 15px;
		left: 0;
	    z-index: 1000;
	}
	
		#footer ul li
		{
			display: inline;
			list-style: none;
			padding:2px 10px;
			border-right: 1px solid #cae175;
		}

			#footer ul li.last {
				border-right: 0;
			}

			#footer ul li a
			{
				color: #7e9627;
			}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    position: relative;
    margin: 0;
    right: 0;
}

ul#menu li
{
    display: inline;
    list-style: none;
    margin-right: 20px;
	text-indent: -8000px;
	text-decoration: none;
	font-size: .05em;
	line-height: .05em;
    border-bottom: 1px dotted #565555;
    position: relative;
}

ul#menu li, ul#menu li a
{
    width: 101px;
    float: left;
	height: 25px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
}

	ul#menu li a
	{
		background-position: 0 0;
	}

	ul#menu li#nav_education, ul#menu li#nav_education a
	{
		width: 101px;
	}
		ul#menu li#nav_education a
		{
			background-image: url(images/nav/education.gif);
		}
	
	ul#menu li#nav_programmes, ul#menu li#nav_programmes a
	{
		width: 126px;
	}
		ul#menu li#nav_programmes a
		{
			background-image: url(images/nav/programmes.gif);
		}
	
	ul#menu li#nav_leisure, ul#menu li#nav_leisure a
	{
		width: 67px;
	}
		ul#menu li#nav_leisure a
		{
			background-image: url(images/nav/leisure.gif);
		}
	
	ul#menu li#nav_academy, ul#menu li#nav_academy a
	{
		width: 101px;
	}
		ul#menu li#nav_academy a
		{
			background-image: url(images/nav/academy.gif);
		}
	
	ul#menu li#nav_coaching, ul#menu li#nav_coaching a
	{
		width: 100px;
	}
		ul#menu li#nav_coaching a
		{
			background-image: url(images/nav/coaching.gif);
		}
	
	ul#menu li#nav_about, ul#menu li#nav_about a
	{
		width: 90px;
	}
		ul#menu li#nav_about a
		{
			background-image: url(images/nav/aboutus.gif);
		}
	
	ul#menu li#nav_contact, ul#menu li#nav_contact a
	{
		width: 111px;
	    margin-right: 0;
	}
		ul#menu li#nav_contact a
		{
			background-image: url(images/nav/contactus.gif);
		}
	
	ul#menu li a:hover, ul#menu li.active a {
		background-position: 0 -25px;
	}

ul#menu li ul {
    visibility: hidden;
    margin: 0;
    padding: 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 27px;
	left: 0;
}

	ul#menu li ul#subnav_about {
		height: 68px;
		width: 96px;
		background-image: url(images/nav/about_subnav_bg.png);
	}

	ul#menu li ul#subnav_contact {
		height: 38px;
		width: 117px;
		background-image: url(images/nav/contact_subnav_bg.png);
	}


	ul#menu li ul li, ul#menu li ul li a {
		width: 89px;
		height: 23px;
		display:block;
		border-bottom: 0;
		padding: 0;
		margin: 0;
	}

	ul#menu li ul li#subnav_franchisees, ul#menu li ul li#subnav_franchisees a {
		width: 110px;
	}
	
	
	ul#menu li ul li {
		margin: 2px 0;
	}

		ul#menu li ul li#subnav_partners, ul#menu li ul li#subnav_franchisees {
			margin: 6px 0 2px;
		}

		ul#menu li ul li#subnav_partners a {
			background-image: url(images/nav/partners.gif);
			background-repeat: no-repeat;
		}

		ul#menu li ul li#subnav_news a {
			background-image: url(images/nav/news.gif);
			background-repeat: no-repeat;
		}

		ul#menu li ul li#subnav_franchisees a {
			background-image: url(images/nav/find_a_trainer.gif);
			background-repeat: no-repeat;
		}

	ul#menu li ul li a:hover, ul#menu li ul li.active a {
		background-position: 0 -23px;
		background-repeat: no-repeat;
	}
	
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    vertical-align: top;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"], textarea
{
    width: 190px;
}

textarea 
{
	height:60px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* Scroll Pane 
----------------------------------------------------------*/
	.jScrollPaneTrack {
		/*background: url(images/scroll-line.png) repeat-y 12px 0;*/
		width:10px !important;
	}
	.jScrollPaneDrag {
		/*background: url(images/scroll-bar.png) no-repeat;
		width: 24px;*/
		width:10px !important;
	}

	.archive-module .jScrollPaneTrack {
		/*background: url(images/scroll-line-blue.png) repeat-y 12px 0;*/
		background-color: #97c8d1;
	}
	.archive-module .jScrollPaneDrag {
		/*background: url(images/scroll-bar-blue.png) no-repeat;
		width: 24px;*/
		background-color: #78b5c0;
	}


/** Form Styles **/
/**region**/

.contact-form form div {
    margin: 0 0 8px;
}

    .contact-form form label {
        width: 120px;
        display:inline-block;
    }
    
        .contact-form form label.error {
            width: 205px;
            margin-left:5px;
        }

        .contact-form form label.isdependent {
            width: 170px;
        }

    .contact-form form .submit {
        margin-left:122px;
    }

.field-validation-error, span.required, p.required, label.error {
    color:#ff0000;
}

.emphasis {
    font-style:italic;
}

.contact-form #recaptcha_widget_div div {
	margin: 0;
}

#searchBox input[type="text"] {width: 100px; margin: 0 3px; padding: 3px; color: #666666; font-size: 100%;}
#searchBox input[type="submit"] {padding: 1px;}

/**endregion**/


/** Trainer Search **/
/**region**/

ul#trainerList, ul#trainerList li ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

ul#trainerList li, ul#trainerList li ul li {
	margin: 5px 0;
	padding: 0;
}

	ul#trainerList li ul li {
		margin: 0 0 5px 15px;
		padding: 0;
	}

/**endregion**/
