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

#mainarea {}

body {
	width: 750px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	font:Helvetica;
	font-size:16px;
	color:#036;
	}
	
 .gradientgymnastics{
    /* fallback (Opera) */
    background: #6CF;
    /* Mozilla: */
    background: -moz-linear-gradient(9% 0% 307deg,#FFFFFF, #0099CC);
    /* Chrome, Safari:*/
    background:   -webkit-gradient(linear,left top,right bottom,color-stop(0,#FFFFFF),color-stop(.8,#0099CC));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#0099CC', GradientType=0);
  }
  
 .gradientgymnastics1{
    /* fallback (Opera) */
    background: #6CF;
    /* Mozilla: */
    background: -moz-linear-gradient(2% 0% 307deg,#FFFFFF, #0099CC);
    /* Chrome, Safari:*/
    background:   -webkit-gradient(linear,left top,right bottom,color-stop(0,#FFFFFF),color-stop(.2,#0099CC));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#0099CC', GradientType=0);
  }
  
 .gradientgymnastics2{
    /* fallback (Opera) */
    background: #6CF;
    /* Mozilla: */
    background: -moz-linear-gradient(1% 0% 307deg,#FFFFFF, #0099CC);
    /* Chrome, Safari:*/
    background:   -webkit-gradient(linear,left top,right bottom,color-stop(0,#FFFFFF),color-stop(.1,#0099CC));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#0099CC', GradientType=0);
  }  
    
#outerframe {

	position:absolute;
	top:103px;
	left:auto;
	width:750px;
	margin-left:0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

a, a:link, a:visited {color: #036;text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}

a.whitebg, a.whitebg:link, a.whitebg:visited {color: #09C;text-decoration: none;}
a.whitebg:hover {color: #036; text-decoration: none;}

hr {background-color:#09C; border:none;}

div.coachphoto {
	position:absolute;
	width:80px;
	height:80px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#mainlogo {
	position:absolute;
	top:0px;
	left:auto;
	width:527px;
	height:183px;
	margin-left: 100px;
	background-image:url(../images/TG_Logo_50pc.png); 
}

#normalcontentareainner {
	position:absolute;
	top:190px;
	left:auto;
	margin:30px;
	width:690px;
	height:680px;
	z-index:0;
}

#normalcontentareaouter { 
	position:absolute;
	top:215px;
	left:auto;
	width:710px;
	height:695px;
	background-color:#FFF;
	margin-left:20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
}

#aboutusouter { 
	position:absolute;
	top:215px;
	left:auto;
	width:410px;
	height:695px;
	background-color:#FFF;
	margin-left:20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#picturecarouselouter {
	 position:absolute;
	 top:215px;
	 left:auto;
	 width:280px;
	 height:220px;
	 background-color:#036;
	 margin-left:450px;
	 border-radius: 20px;
	-webkit-border-radius: 20px;
	 -moz-border-radius:20px;

}

#stage {
	position:absolute;
	 top:10px;
	 left:-70px;
	 width:280px;
	 height:220px;
}

#trampolininginner {
	position:absolute;
	top:215px;
	left:auto;
	width:710px;
	height:970px;
	background-color:#FFF;
	margin-left:20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
}

#gymnasticsinner {
	position:absolute;
	top:215px;
	left:auto;
	width:710px;
	height:2365px;
	background-color:#FFF;
	margin-left:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-border-radius:20px;
}

#preschoolinner {
	position:absolute;
	top:215px;
	left:auto;
	width:710px;
	height:800px;
	background-color:#FFF;
	margin-left:20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
}

#newsouter {
	position:absolute;
	top:450px;
	left:auto;
	width:280px;
	height:220px;
	background-color:#FFF;
	margin-left:450px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
}

#newsiframe {
	position:absolute;
	top:462px;
	left:auto;
	width:260px;
	height:200px;
	background-color: #FFF;
	margin-left: 460px;
	display:true;

}

#fbouter {
	position:absolute;
	top:450px;
	left:auto;
	width:280px;
	height:460px;
	background-color:#FFF;
	margin-left:450px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
}

#fbiframe {
	position:absolute;
	top:462px;
	left:auto;
	width:260px;
	height:440px;
	background-color: #FFF;
	margin-left: 460px;
	display:true;

}

#footerouter {
	position:absolute;
	top:940px;
	left:auto;
	width:750px;
	height:120px;
	background-color: #09C;
	margin-left: 0px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#footerinner {
	position:absolute;
	top:960px;
	left:auto;
	width:710px;
	height:80px;
	background-color: #FFF;
	margin-left: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
}

#navbar {
	position:absolute;
	top:188px;
	left:auto;
	width:710px;
	height:20px;
	background-color:#09C;
	margin-left:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

#Menu1 { /*Classes*/
	width:100px;
	height:240px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#Menu2 { /*Schools*/
	height:240px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#Menu3 { /*Coaches - Not Currently Used*/
	width:100px;
	height:100px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#Menu4 { /*Events*/
	width:100px;
	height:160px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#Menu5 { /*Shop - Not Currently Used*/
	width:100px;
	height:100px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#Menu6 { /*Downloads*/
	width:100px;
	height:110px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#Menu7 { /*Contact Us - Not Currently Used*/
	width:100px;
	height:100px;
	background: #09C;
	color:#036;
	font-size:14px;
	display:none;
}

#KWLCVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#TSCVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#RPLCVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#POTPVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#HUBVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#BGPSVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#CSVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#BPSVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#OAMVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#STCVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#TPSVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:none;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#PINVenue {
	width:310px;
	height:500px;
	color:#036;
	font-size:16px;
	display:true;
	position:absolute;
	left:340px;
	top:0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.CoachesInfo {
	width:515px;
	height:200px;
	color:#036;
	background-color:#09C;
	font-size:16px;
	display:none;
	position:absolute;
	left:170px;
	top:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
    /* fallback (Opera) */
    background: #6CF;
    /* Mozilla: */
    background: -moz-linear-gradient(9% 0% 307deg,#FFFFFF, #0099CC);
    /* Chrome, Safari:*/
    background:   -webkit-gradient(linear,left top,right bottom,color-stop(0,#FFFFFF),color-stop(.8,#0099CC));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#0099CC', GradientType=0);
}
.CoachInfoPlaceholder {
	width:515px;
	height:200px;
	color:#036;
	background-color:#09C;
	font-size:16px;
	display:true;
	position:absolute;
	left:170px;
	top:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
    /* fallback (Opera) */
    background: #6CF;
    /* Mozilla: */
    background: -moz-linear-gradient(9% 0% 307deg,#FFFFFF, #0099CC);
    /* Chrome, Safari:*/
    background:   -webkit-gradient(linear,left top,right bottom,color-stop(0,#FFFFFF),color-stop(.8,#0099CC));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#0099CC', GradientType=0);
}


#slideshow {
	margin:0 auto;
	width:530px;
	height:650px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:432px;
  height:650px;
  overflow:auto;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:432px;
  height:650px;
  }


.control {
  display:block;
  top:300px;
  width:64px;
  height:64px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:300px;
  left:0;
  background: url(/images/prev.png) no-repeat 0 0;
}
#rightControl {
  top:300px;
  right:0;
  background: url(/images/next.png) no-repeat 0 0;
}

#jobadvert {
	position:absolute; width:320px; height:200px; background-color:#09C;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
    /* fallback (Opera) */
    background: #6CF;
    /* Mozilla: */
    background: -moz-linear-gradient(9% 0% 307deg,#FFFFFF, #0099CC);
    /* Chrome, Safari:*/
    background:   -webkit-gradient(linear,left top,right bottom,color-stop(0,#FFFFFF),color-stop(.8,#0099CC));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#0099CC', GradientType=0);
	
}#jobadvertinner {
	position:absolute;
	left:10px;
	top:10px;
	width:299px;
	height:180px;
	background-color: #FFFFFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

