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

/*------ Copyright 2008 - Horizon Fitness ------ Contact . phillmackie@pbmfitness.com.au ------*/

/*------ Styles ------*/

/*------ global ------*/
*{
	margin: 0px;
	padding: 0px;
}
#header #search {
	width: 200px;
	position: absolute;
	top: 20px;
	right: 0px;
}
.searchInput {
	width: 150px;
	background-image: url(../horizon_images/site_images/form_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #286A8D;
	padding: 2px;
}
.searchHeading {
	font-size: 12px;
	color: #26688B;
}
#search a {
	text-decoration: none;
	font-size: 11px;
	color: #F30;
}
#search a:hover {
	color: #26688B;
	text-decoration: underline;
}





body {
	background-color: #FFF;
	background-image: url(../horizon_images/site_images/bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
.clearFloats {
	clear: both;
}

/*------- Header -------*/
#header {
	height: 140px;
	width: 920px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}#header .pageHeading {
	position: absolute;
	left: -90000px;
}
#header #logo {
	height: 62px;
	width: 250px;
	background-image: url(../horizon_images/site_images/horizon_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 10px;
	display: block;
}
#header #aus {
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	color: #81A4C7;
	left: 290px;
	text-align: right;
	top: 10px;
	width: 190px;
	line-height: 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #919295;
}

/*-- menu --*/
#header #menu {
	width: 900px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu ul li {
	display: block;
	font-size: 16px;
	float: left;
	height: 25px;
	padding-top: 15px;
	background-image: url(../horizon_images/site_images/sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	height: 22px;
	padding-top: 15px;
}
#menu ul li a:hover {
	background-image: url(../horizon_images/site_images/menu_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #9F0;
}
#menu .active a   {
	background-image: url(../horizon_images/site_images/menu_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
#menu #pbm a {
	color: #FFF;
	display: block;
	float: right;
	width: 300px;
	text-align: right;
	background-image: url(../horizon_images/site_images/pbm_logo.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 20px;
	height: 20px;
}

/*-- End Menu --*/

/*------ content top wrapper ------*/
#topContentWrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
/*------ IE 6 Hack ------*/
*html #leftContentTop {
	height: 447px;
	width: 635px;
	background-image: url(../horizon_images/site_images/top_content_bg.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
/*------ end Hack -------*/

#leftContentTop {
	height: 447px;
	width: 638px;
	background-image: url(../horizon_images/site_images/top_content_bg.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#leftContentTop #innerLeftTop {
	width: 410px;
	position: absolute;
	left: 30px;
	top: 40px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	height: 380px;
}
#leftContentTop #innerLeftTop h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#leftContentTop #innerLeftTop h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: -1%;
	line-height: 30px;
	margin-top: 12px;
}
#innerLeftTop h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FC0;
	margin-top: 5px;
}

#leftContentTop #InnerRightCol {
	width: 160px;
	right: 6px;
	position: absolute;
	top: 40px;
	color: #FFF;
}
#innerLeftTop #guide {
	float: left;
	margin-right: 10px;
}
#innerLeftTop a #adobe {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#innerLeftTop a {
	color: #CF0;
	text-decoration: none;
}
#innerLeftTop a:hover {
	color: #333;
	text-decoration: underline;
}
.iconLeftFloat {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#midLeftCol ol {
	list-style-type: none;
	float: left;
	margin-top: 10px;
}
#midLeftCol ol li {
	padding-left: 15px;
	display: block;
	background-image: url(../horizon_images/site_images/i_bullet_wht.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 12px;
}
.bluetext {
	font-size: 16px;
	color: #6B8EB6;
}
.greenText {
	color: #7AA83C;
	font-size: 16px;
}
.orangeText {
	color: #E49F13;
	font-size: 16px;
}


#InnerRightCol h1 {
	font-size: 24px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 34px;
}
.underline {
	background-image: url(../horizon_images/site_images/sep_left_col.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}

/*------ inner right menu ------*/
#InnerRightCol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#InnerRightCol ul li {
	display: block;
}
#InnerRightCol ul li a {
	display: block;
	width: 140px;
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	font-size: 16px;
	line-height: 32px;
	background-image: url(../horizon_images/site_images/i.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#InnerRightCol ul li a:hover {
	color: #C0FF00;
}
.menuUnderline {
	background-image: url(../horizon_images/site_images/sep-right-col.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
}
#innerLeftTop p a {
	color: #C0FF00;
	text-decoration: none;
	float: right;
	display: block;
	padding-left: 25px;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../horizon_images/site_images/h_grey.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#innerLeftTop p a:hover {
	color: #000;
	text-decoration: underline;
}



#rightColTop {
	background-image: url(../horizon_images/site_images/horizon_template_15.png);
	background-repeat: no-repeat;
	float: left;
	height: 447px;
	width: 282px;
}
#rightColTop2 {
	background-image: url(../horizon_images/site_images/photo2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 447px;
	width: 282px;
}
#rightColTop3 {
	background-image: url(../horizon_images/site_images/photo3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 447px;
	width: 282px;
}

/*------ content mid ------*/
#contentMid {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 22px;
}
.floatRight {
	float: right;
	padding-left: 10px;
}
#arow {
	float: right;
	padding-right: 50px;
}


#midLeftCol {
	float: left;
	width: 600px;
	text-align: justify;
}
#midLeftCol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #7DA1C4;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAD9E8;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#midLeftCol h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7DA1C4;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#midLeftCol h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	background-image: url(../horizon_images/site_images/form_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #25678A;
}

#midLeftCol ul li {
	list-style-type: none;
	display: block;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(../horizon_images/site_images/h_wht.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
#midLeftCol a {
	text-decoration: none;
	color: #F60;
}
#midLeftCol a:hover {
	color: #25688B;
}

.textInput1 {
	font-size: 16px;
	color: #28698C;
	width: 450px;
	padding: 4px;
	border: 1px solid #CCC;
	background-image: url(../horizon_images/site_images/form_bg.gif);
	background-repeat: repeat-x;
}
.textInput2 {
	font-size: 16px;
	color: #28698C;
	width: 460px;
	padding: 4px;
	border: 1px solid #CCC;
	background-image: url(../horizon_images/site_images/form_bg.gif);
	background-repeat: repeat-x;
}

.redStar {
	color: #F00;
}


#icon {
	float: left;
	margin-right: 15px;
}


#midRightCol {
	width: 270px;
	float: right;
}
#midRightCol h1 {
	color: #919295;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAD9E8;
}
#otherDetails h2 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAD9E8;
}
#otherDetails h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 40px;
	color: #999;
}
#otherDetails a {
	text-decoration: underline;
	color: #59A3CA;
	display: block;
	padding-left: 15px;
	background-image: url(../horizon_images/site_images/i_bullet_wht.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#otherDetails a:hover {
	color: #25678A;
	text-decoration: none;
}

/*------ Right Mid Col Menu ------*/
#midRightCol ul {
	list-style-type: none;
}
#midRightCol ul li {
	width: 270px;
	display: block;
}
#midRightCol ul li a {
	display: block;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background-image: url(../horizon_images/site_images/i_bullet_wht.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#midRightCol ul li a:hover {
	color: #26688B;
}
#otherDetails {
	margin-top: 15px;
}


/*-- end content --*/

/*------ footer ------*/
#footerStretch {
	background-image: url(../horizon_images/site_images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 160px;
}
#footerWrapper {
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
}
#footermenu {
	text-align: center;
	color: #25688B;
	padding-top: 50px;
}
#footermenu ul {
	list-style-type: none;
}
#footermenu ul li {
	display: inline;
}
#footermenu ul li a {
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
}
#footermenu ul li a:hover {
	color: #25688B;
	text-decoration: underline;
}
.floatLeft {
	float: left;
}
.floatRightPad {
	float: right;
	margin-right: 150px;
}
