@charset "utf-8";
/*
********************************************************************
Copyright 2008 PBM Fitness Pty Ltd. Horizon Fitness, VersaBall. 

Horizon VersaBall - November 2008

********************************************************************
*/

/*-------- global styles --------*/

/* zero browser padding and margin */

* {
	margin: 0px;
	padding: 0px;
} 
#leftCol blockquote {
	padding-left: 35px;
	color: #666666;
	font-style: oblique;
	padding-bottom: 20px;
}


body {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #606060;
	background-position: left;
}

.clearfloats {
	clear: both;
	color: #C7CF23;
}

/*-------- headings --------*/

#leftCol h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 15px;
}

#leftCol h2 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	padding-left: 15px;
	padding-bottom: 20px;
	color: #666666;
}

#leftCol h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	text-align: center;
}
#leftCol h3 a {
	font-size: 28px;
	font-weight: bold;
	color: #C7CF23;
	line-height: 60px;
}
#leftCol h3 a:hover {
	font-size: 28px;
	font-weight: bold;
	color: #757779;
	line-height: 60px;
	text-decoration: none;
}

/*--------  structure --------*/

#headerWrapper {
	height: 135px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#banner  a {
	background: url(../images/header_banner.gif) no-repeat;
	height: 100px;
	width: 900px;
	display: block;
	text-indent: -9000px;
}

/* navigation */

#nav {
	bottom: 0px;
	line-height: 35px;
	background: #DCDCDC;
	position: absolute;
	font-size: 16px;
	left: 0px;
	color: #333333;
	width: 900px;
}

#nav ul {
	background: url(none);
	list-style: none;
}

#nav ul li {
	width: 900px;
	display: inline;
}

#nav ul li a {
	float: left;
	display: block;
	color: #5C5C5C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: -1px;
	border-right: 2px solid #FFFFFF;
}

#nav ul li a:hover {
	background: url(../images/nav_hover.gif) repeat-x;
	color: #333333;
}

#contentWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}

#leftCol {
	width: 480px;
	float: left;
}

#rightCol {
	background: url(../images/image-01.jpg) no-repeat right top;
	height: 508px;
	width: 420px;
	float: right;
}

#rightCol2 {
	background: url(../images/vb-01.jpg) no-repeat right bottom;
	height: 570px;
	width: 420px;
	float: right;
}

#rightCol3 {
	background: url(../images/vb-02.jpg) no-repeat right bottom;
	height: 520px;
	width: 420px;
	float: right;
}

#rightCol4Contact {
	background: url(../images/vb-02.jpg) no-repeat right bottom;
	height: 1000px;
	width: 420px;
	float: right;
}

#rightCol2QA {
	background: url(../images/vb-01.jpg) no-repeat right bottom;
	height: 1600px;
	width: 420px;
	float: right;
}

#rightCol2PR {
	background: url(../images/vb-01.jpg) no-repeat right bottom;
	height: 2300px;
	width: 420px;
	float: right;
}

#rightCol2order {
	background: url(../images/vb-01.jpg) no-repeat right bottom;
	height: 900px;
	width: 420px;
	float: right;
}

#contentWrapper #horizonLogo {
	float: right;
	padding-top: 20px;
	padding-right: 110px;
}

#footerWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #C7CF23;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	line-height: 24px;
	color: #4B4B4B;
}

/*-------- styling --------*/

.greenText {
	color: #BEC723;
}

.greyText {
	color: #999999;
	text-align: center;
}

#contentWrapper  p {
	padding-left: 20px;
}

#contentWrapper ul {
	list-style: disc;
	padding-left: 35px;
	line-height: 22px;
	padding-top: 10px;
}

.button {
	margin-top: 5px;
	margin-right: 5px;
}

/* links */

#footerWrapper a {
	color: #757779;
	text-decoration: none;
	font-weight: bold;
} 

#footerWrapper a:hover {
	color: #333333;
	text-decoration: underline;
}

#leftCol a {
	text-decoration: none;
	color: #FF6600;
	font-size: 18px;
}

#leftCol a:hover {
	color: #0099FF;
}

/*-------- forms --------*/

.inputFields {
	width: 250px;
	padding: 3px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #0099FF;
	border: 1px solid #999999;
}

.tablePad {
	padding: 5px;
}

.shortDropdowns {
	width: 80px;
	padding: 3px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #0099FF;
	border: 1px solid #999999;
}

.formBtn {
	background: url(../images/nav_hover.gif) repeat-x;
	padding: 3px;
	border: 1px solid #666666;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
}

.warning {
	color: #FF0000;
}

#leftCol #construction {
	padding: 5px 20px;
	background: #99CDFF;
	border: 3px solid #666666;
}

#leftCol #hLogo {
	margin-top: 10px;
}
