/* ------------- Navigation------------*/
#nav a {
	color: #999;
}
#nav ul{
	width: 148px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 0;
	}


#nav .no-bullet {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav {
	position: relative;
    }

ul li {
	position: relative;
	font-size: 0.9em;
	}
li ul {
	position: absolute;
	left: 148px;
	top: 0;
	display: none;

	}
ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	}
    
ol li {
}
    
    /* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }
    
#nav .personal_training ul li, #nav .group ul li, #nav .timetables ul li, #nav .contact ul li {
	
 }

#nav .personal_training ul li a {
	background-color: #C69E59;
	padding: 5px 0px 5px 20px;   
	height: 100%;
}

#nav .group ul li a {
	background-color: #6DAD33;
	padding: 5px 0px 5px 20px;
	height:100%;
}

#nav .timetables ul li a {
	background-color: #A0ABA5;
	padding: 5px 0px 5px 20px;
    height:100%;
    margin:0;
}

#nav .contact ul li a {
	background-color: #ED7F34;
	padding: 5px 0px 5px 20px;
    height:100%;
}

#nav .special ul li a {
	background-color: #1177cc;
	padding: 5px 0px 5px 20px;
    height:100%;
}

#nav ul li a {
	color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	font-size: 0.9em;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #CCC;
}


#nav ul li  {
	padding:0;
}


/* ------------- Website ------------*/






#results h2 {
	padding-top: 0px;
}
#container {
	width: 765px;
	margin: auto;
}
#header {
	float: left;
	width: 765px;
	height: 258px;
}
#left_column {
	float: left;
	width: 148px;
    z-index: 100;
    position: relative;
}
#right_column {
	float: left;
	width: 550px;
	margin-left: 48px;
    _margin-left: 24px;
    *margin-left: 24px;
	z-index: 1;
    position: relative;
}
#nav {
	width: 148px;
	float: left;
	z-index: 100;
}
#footer {
	width: 395px;
	float: left;
	background-image: url(../images/footer.gif);
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 38px 30px 0 390px;
    _padding: 48px 30px 0 390px;
	font-size: 10px;
}
#footer p {
	color: #FFF;
}
#footer  a {
	color: #FFF;
	text-decoration: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
}
#nav_img {
	float: left;
	width: 148px;
}
#container #body_container #left_column #nav {
}
.highlight {
	color: #009999;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;	
	font-weight: normal;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	color: #009999;
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 10px;
}
h3 {
	color: #666;
	font-size: 0.7em;
	font-weight: bold;
}
#right_column p , #right_column li{
	font-size: 0.7em;
	line-height: 1.5em;
	z-index: 0;
}
#right_column a{
	color: #666;
	text-decoration: none;
}
.intro {
	font-weight: bold;
	font-size: 0.7em;
	color: #333;
	line-height: 1.5em;
}
p {
	color: #999;
	line-height: 1.3em;
}	
#right_column li{
	color: #999;
}
#right_column ul {
	list-style-type: disc;
}
.bold {
	color: #666;
	font-weight: bold;
}

div#pt-banner {
	padding:10px 0 20px 0;
	float:left;
}