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

/*------ Copyright c 2008 PBM Fitness Pty. Ltd. ------*/
/*------ Contact - phillmackie@pbmfitness.com.au ------*/

/*------ screen ------*/
/*------ Global ------*/
* {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
.clearFloats {
	clear: both;
}


/*------ header ------*/
#headerStretch {
	height: 158px;
	background-image: url(../pbm_fitness_images/header_bg.png);
	background-repeat: repeat-x;
}
#headerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 145px;
	position: relative;
}
.whiteText {
	color: #FFF;
	text-align: center;
	line-height: 26px;
}#headerWrapper #pbmLogo {
	bottom: 5px;
	position: absolute;
}
/*-- nav --*/
#headerWrapper ul {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#headerWrapper ul li {
	position: relative;
	display: inline;
}
#headerWrapper ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	display: block;
	padding-top: 55px;
	padding-bottom: 10px;
	background-image: url(../pbm_fitness_images/nav_sep.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
}
#headerWrapper ul li a:hover {
	background-image: url(../pbm_fitness_images/nav_hover.png);
	background-repeat: no-repeat;
}

/*------ Content ------*/
#contentWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footerStretch {
	height: 210px;
	background-image: url(../pbm_fitness_images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 15px;
}
#footerStretch #footerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	position: relative;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


/* ------ left col ------*/
#contentWrapper #leftCol {
	width: 200px;
	float: left;
}
#matrixLogo {
	float: right;
	margin-right: 12px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #2A8900;
	font-weight: normal;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: -1px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 29px;
	text-indent: 10px;
	background-image: url(../pbm_fitness_images/h2_corner.png);
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
h4 {
	background-image: url(../pbm_fitness_images/h4_bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 29px;
	color: #FFF;
	padding-left: 10px;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
h5 {
	font-weight: normal;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.subTitle {
	line-height: 25px;
	font-size: 14px;
	background-color: #DFDFDF;
	padding-left: 25px;
	background-image: url(../pbm_fitness_images/triangle_down.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#leftCol ul  {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
#leftCol ul li {
}
#leftCol ul li a {
	width: 165px;
	padding-left: 35px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../pbm_fitness_images/triangle_right.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	display: block;
}
#leftCol ul li a:hover {
	color: #2B8A00;
}

/*------ main content ------*/
#contentWrapper #contentMain {
	float: right;
	width: 680px;
}
#spcPad {
	margin-right: 40px;
}

#functionalAd {
	margin-right: 13px;
}
a {
	text-decoration: none;
	color: #F30;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


/*------ Footer ------*/
#footerWrapper ul {
	list-style-type: none;
	top: 80px;
	font-size: 12px;
	line-height: 20px;
	left: 305px;
	position: absolute;
	width: 300px;
}
#footerWrapper ul li {
	float: left;
}
#footerWrapper ul li a{
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footerWrapper ul li a:hover{
	color: #000;
	text-decoration: underline;
}
#copy {
	position: absolute;
	font-size: 12px;
	color: #666;
	top: 115px;
	left: 335px;
}
