/* - - - - - - - - - - - - - - - - - - - - -

Title : Sunrise Fitness
URL : www.sunrisefitness.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th{ 
	margin: 0;
	padding: 0;
	}
	
body {
	font: 13px/19px Tahoma, Arial, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#000000;
	}
	
ul {
	padding-left: 25px;
	}
	
li {
line-height: 21px;
}

	
font, td, tr, p {
	font: 13px/20px Tahoma, Arial, sans-serif;
	color: #fff;
}

a {
	color: #bfc101;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
	

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}
	
/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	font: normal 20px/25px Tahoma, Arial, sans-serif;
	color: #fff;
	padding: 0px;
	}
	
h2 {
	font: normal 20px/25px Tahoma, Arial, sans-serif;
	color: #fab617;
	padding:0px;
	}
	
h3 {
	font: normal 20px Tahoma, Arial, sans-serif;
	color: #bfc101;
	padding:0px;
	margin:0px;
	}
	
.heading-yellow {font: normal 14px Tahoma, Arial, sans-serif;
	color: #fab617;
	line-height: }

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#mainWrapper {
	width:951px;
	padding: 0px;
	margin: 20px auto 20px auto;
	text-align:left;
	}
	
	#menuWrapper {
	float:right;
	padding-right: 30px;
	height:27px;
	}
	
	#masthead {
	width: 951px;
	height: 472px;
	}
	
	#content-top  {
	width:951px;
	height: 8px;
	margin-top:40px;
	}
	
	#content-bottom  {
	width:951px;
	height: 8px;
	margin: 0px 0px 20px 0px;
	padding:0px;
	}
	
	#contentWrapper {
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
	width:949px; 
	
	}
	
	#content {
	padding:15px;
	width:951px; /* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 921px;
	}
	html>#content {
	width: 921px;
	}
	
		.column1 {
		float:left; 
		padding-right:40px;
		width: 340px;	/* bmh */
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 300px;
		}
		html>.column1 {
		width: 300px;
		}
		.column2 {float:left; width: 290px;}
		.column3 {float:left; width: 290px;}
		.column4 {float:left; width: 590px;}
	
	#footer {
	background-image:url(../images/footer-bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 15px;
	height: 67px;
	width:950px;/* bmh */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 920px;
	height: 37px;
	}
	html>#footer {
	width: 920px;
	height: 37px;
	}
	
		.footerNewsletter { 
		float:left; 
		width: 550px;
		
		}
		.footerCopyright { 
		float:right; 
		width: 200px; 
		font: 11px/17px Tahoma, Arial, sans-serif;
		color: #8e8c8c; 
		text-align: right;}
		
		.subscribeButton { background:url(../images/join-bg.jpg); background-repeat:no-repeat; border:none; height: 25px; width: 44px; padding: 0px;color:#FFFFFF; font: bold 12px tahoma; } 
	
	
/*-------------- MAIN NAVIGATION MENU  ---------------------*/

/* -- Top Menu Sucker Fish 4 Level -- */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	}

#nav li {
	float: left;
	padding: 0;
	height: auto;
	margin: 0;
	list-style: none;
	}

#nav li a {
	color: #fff;
	font: bold 11px Tahoma, Arial, sans-serif;
	display: block;
	padding: 7px 0px 0px 25px;
	text-decoration: none;
	text-transform:uppercase;
	}
	
#nav li a:hover { 
	color: #fab617;
	text-decoration: none;
	}
		
#nav li.home a { 
	background-image:url(../images/btn-home.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width:50px;
	height: 28px;
	margin:0px;
	}

#nav li.home a:hover { 
	background-image:url(../images/btn-home.gif);
	background-repeat:no-repeat;
	background-position: top left;
	}
	
#nav li.contact a { 
	background-image:url(../images/btn-contact.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width:109px;
	height: 28px;
	margin:0px;
	}

#nav li.contact a:hover { 
	background-image:url(../images/btn-contact.gif);
	background-repeat:no-repeat;
	background-position: top left;
	}

