/*
===================================================================================
	Hatha Fusion Yoga - Anika Grimm
===================================================================================
	Coded by : 		Shane Saunders
	Copywrite :		(c) Copyright 2007 by Shane Saunders
	Website : 	 	http://gnative.com/
	Date :
-----------------------------------------------------------------------------------		
	Notes :       
===================================================================================
     */

/* ------------------------------------ HTML -----------------------------------*/		
* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body {
	background: #FFF url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/bg.gif) repeat;
	font: 11px "Lucida Grande","Lucida Sans Unicode", verdana, helvetica,  arial, sans-serif;
	text-align: center;
	color: #FFF;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #3E606F;
}

a:hover {
	color: #193441;
}

a img {
	border: none;
}

p {
	padding-bottom: 10px;
	padding-left: 7px;
}

ul {
	list-style-type: none;
}

li {
	padding:5px 15px 5px 15px;
}
/* ------------------------------------ TYPOGRAPHY  -----------------------------------*/	
h1 {
	font: 15px "Lucida Grande","Lucida Sans Unicode", verdana, helvetica,  arial, sans-serif;
	padding-bottom: 8px;
	font-weight :  bold;
}
h3 {
	font: 13px "Lucida Grande","Lucida Sans Unicode", verdana, helvetica,  arial, sans-serif;
	padding-bottom: 8px;
	font-weight :  bold;
}

/* ------------------------------------ LAYOUT  -----------------------------------*/

#wrap {
	background: url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/lotus.jpg) no-repeat bottom right;
	margin:0;
	padding:0;
}
#wrap tr td{
	margin:0;
	padding:0;
	vertical-align:top;
}

#header{
	display: block;
	width: 600px;
	height: 95px;
	background:  url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/header.gif) no-repeat top left;
}
#page{
	position: relative;
	width: 600px;
	height:100%;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;		
}
#content {
	margin-bottom:1px;
}
.body_text{
	padding:10px  25px  20px 25px;
	background-color: #A4AD62;
}
.cross_page{
	padding:5px;
	background-color:#FFFFFF;
	margin:5px 0 5px 0;
}
#base {
	height: 119px;
	text-align: center;
	background-color: #A4AD62;
}
#footer	{
	height: 80px;
	font-size: 9px;
	color: #999;
	text-align: center;
	margin-top: 5px;
}
#footer	a{
	color: #999;
	text-decoration: none;
}
/* ------------------------------------ NAVIGATION  -----------------------------------*/
#navigation {
	position: relative;
	top: 70px;
	left: 0px;
	height: 18px;
	margin:0 15px 0 15px;
	background: #A4AD62 url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/nav_mid.gif) repeat-x;
}
#navigation span{
	float: left;
	width: 1px;
	height: 18px;
	background-color: #A4AD62;
}
#navigation a{
	float: left;
	font: 11px "Lucida Grande","Lucida Sans Unicode", verdana, helvetica,  arial, sans-serif;
	color: #666;
	line-height: 17px;
	height: 18px;
	padding: 0px 10px 0px 10px;
	background: #F5F0DB url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/nav_mid.gif);
}
#navigation a:hover, #navigation a.current {
	color: #999;
}
#navigation #nav_left {
	float: left;
	width: 7px;
	height: 18px;
	background: #F5F0DB url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/nav_left.gif) no-repeat top left;
}
#navigation #nav_right {
	float: right;
	width: 7px;
	height: 18px;
	background: #F5F0DB url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/nav_right.gif) no-repeat top right;
}
/* ------------------------------------ HOME --------------------------------------*/

#home_content{
	width: 600px;
	height: 400px;
	background: #A4AD62 url(http://www.hathafusionyoga.co.uk/images/content_images/anika.gif) no-repeat top left;
}
#home_quote {
	text-align:left;
	font-size:15px;
	padding:10px  25px  20px 25px;
}
#home_quote h1 {
	padding-top:10px;
	font-size:20px;
}
/* ------------------------------------ TEACHER --------------------------------------*/
#images {
	padding:10px  25px  20px 25px;
	background-color: #A4AD62;
	
}
#images span{
	float:left;
	width:15px;
	height:1px;
	display:block;
}
.image_small
{
	float:left;
	width:173px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}
.image_small img{
	width:163px;
	margin:5px;
	padding:0;
}

/* ------------------------------------ TIMETABLES --------------------------------------*/
#bluetables {
	border-top:1px solid #F5F0DB;
}
#bluetables .header{
	clear:both;
	height:24px;
	background-color: #3E606F;
}
#bluetables h3{
	float:left;
	line-height: 24px;
	width:300px;
	margin: 1px 0 0 0;
	padding: 0 0 0 5px;
}
#bluetables .map{
	float: right;
	width: 81px;
	height: 19px;
	margin: 3px 5px 0 0;
	color: #666;
	font: 11px "Lucida Grande","Lucida Sans Unicode", verdana, helvetica,  arial, sans-serif;
	text-align: center;
	line-height: 19px;
	background: #A4AD62 url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/map_button.gif) no-repeat;
}
#bluetables .map:hover{
	color: #999;
}
#bluetables .info {
	padding: 10px;
	background-color: #91AA9D;
}
.timetable{
        clear:both;
	margin-top: 1px;
	margin-bottom: 10px;
}
.timetable .row{
        clear:both;
        float:left;
        width:100%;
	text-align: left;
	line-height: 18px;
	color: #3E606F;
	border-bottom: 1px solid #91AA9D;
	background-color:#BAD3C6;
}
.timetable .row.alt
{
	background-color:#D0E2D8;
}
.timetable .day{
    float:left;
    padding-left:10px;
    width:100px;
}
.timetable .times{
    float:left;
}
#bluetables .notes{
	clear: both;
	text-align:left;
	padding: 10px;
        margin-top:2px;
	margin-bottom:2px;
	background-color: #91AA9D;
	color: #FFFFFF;
}
/* ------------------------------------ DEALS --------------------------------------*/

#base .btn {
	float: left;
	width: 150px;
	height: 119px;
	border-right: 1px solid #F5F0DB;
}
#base .btn a {
	display: block;
	font: 11px "Lucida Grande","Lucida Sans Unicode", verdana, helvetica,  arial, sans-serif;
	line-height: 18px;
	color: #666;
	width: 123px;
	height: 18px;
	margin: 90px 0px 0px 12px;
	background: #A4AD62 url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/btn.gif) no-repeat;
}
#base a:hover {
	color: #999;
}
#base #private{
	background: #A4AD62 url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/deal_private.gif) no-repeat bottom left;
}
#base #group{
	background: #A4AD62 url(http://www.hathafusionyoga.co.uk/images/hatha_fusion/deal_group.gif) no-repeat bottom left;
}
#base #BWYLogo {
	float:right;
	width:230px;
	margin-top:18px;
	margin-right:15px;
}
#base #BWYLogo a p {
	text-align:center;
	margin-top:25px;
	margin-right:10px;
	float:right;
	color:#F5F0DB;
	
}
#base #BWYLogo a img {
	float:right;
	margin:3px;
	padding:3px;
	border:1px solid #F5F0DB;
}
/* ------------------------------------ MISC --------------------------------------*/

.clear {
	clear: both;
}

.hidden {
	display: none;
}