/* CSS Document Created by Dale Fyfe of Quoth Design, for Golds Gym Sydney, October 2008
Golds colours: 
Yellow:	#FFE100
Red:	#E0393D
Black:	#000000

 */

body {
	margin: 0;
	padding: 0;
	background: #CCCCCC url(../graphics/styles/bg_body.jpg) center repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.siteContainer {
	width: 904px;
	padding: 0;
	margin: 5px auto 10px auto;
	background-color: #FFFFFF;
	color: inherit;
}

.header {
	height: 150px;
	background-color: #000000;
	width: 904px;
	margin: 0;
	padding: 0;
	background: url(../graphics/styles/header_bg.jpg) no-repeat top left;
}

.contact {
	float: right;
	text-align: right;
	color: #FFE100;
	padding-right: 20px;
	margin-top: 80px;
}


.contentContainer {
	border-left: 2px #FFE100 solid;
	border-right: 2px #FFE100 solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contentIndex {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 10px 180px;
	background: url(../graphics/styles/img_bglogo.jpg) bottom left no-repeat;
}
.content {
	margin: 0px 10px 0px 0px;
	padding: 0px 60px 10px 60px;
	background: url(../graphics/styles/img_bglogo.jpg) bottom right no-repeat;
}

.leftColumn {
	float: left;
	width: 165px;
	border: 1px #CCCCCC solid;
	margin-right: 10px;
	min-height: 220px;
}

.trainers {
	border-top: 1px solid #000000;
	padding-top: 15px;
	margin-bottom: 15px;
	min-height: 220px;
}

.footer {
	width: 904px;
	height: 23px;
	padding-top: 7px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	clear: both;
	background: url(../graphics/styles/footer.jpg) no-repeat top left;
}

/* NAVIGATION STYLES */
#nav
{
	width: 900px;
	height: 50px;
	background-color: #E0393D;
	border-bottom: 5px #FFE100 solid;
	border-left: 2px #FFE100 solid;
	border-right: 2px #FFE100 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.navTab
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.navTab li {
	display: inline;
}

.navTab a:link, .navTab a:visited {
	float: left;
	padding: 2px 3px 6px 3px;
	width:  84px;
	height: 42px;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color:#FFE100;
	background: url(../graphics/styles/nav/navTab.jpg) no-repeat;
}

.navTab a:link.active {
	color: #FFE100;
	background: url(../graphics/styles/nav/navTabMO.jpg) no-repeat;
}

.navTab a:hover {
	color: #FFE100;
	background: url(../graphics/styles/nav/navTabMO.jpg) no-repeat;
}

.navTab a:visited.active{
	color: #FFE100;
	background: url(../graphics/styles/nav/navTabMO.jpg) no-repeat;
}

/* OTHER LINKS */
a:link {
	color: #E0393D;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #EB4A4E;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	color: #E0393D;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/* TEXT STYLES */
.subHeading1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}

.subHeading2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}

.subHeading3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
}

.indexText {
	text-align: justify;
	display: block;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
	font-size: inherit;
}

.featuresLinks {
	text-align: center;
	margin: 5px auto 0px auto;
}

.opening {
	text-align: center;
	margin-top: 15px;
}

/* IMAGE STYLES */
.galleryCenter {
	text-align: center;
	width: 100%;
	margin: 0px auto 0px auto;
}

.thumb {
	margin: 0px 3px 5px 3px;
	border: none;
}

.floatLeft {
	float: left;
	border: none;
	margin: 5px 10px 5px 5px;
}

.floatRight {
	float: right;
	border: none;
	margin: 5px 5px 5px 10px;
}

.animatedText {
	float: left;
	margin-left: 200px;
	margin-top: 85px;
	display: inline; /*IE6 bug fix: http://www.positioniseverything.net/explorer/doubled-margin.html */
}

/*FORM STYLES */
.formLabel {
	width: 180px;
	margin: 5px 0px 5px 0px;
	float: left;
	clear: right;
	text-align: right;
	margin-right: 15px;
}

.checkBoxes {
	width: 300px;
	margin-left: 195px;
	padding-bottom: 5px;
}


/* MERCHADISE STYLES */

.itemBox {
	display: block;
	min-height: 200px;
	border-bottom: 1px solid #999999;
	margin: 10px 0px 0px 0px;
	clear: both;
}

.itemHeader {
	font-weight: bold;
	font-size: 16px;
}

itemDesc {
	color: #666666;
}

.formElements {
	width: 250px;
	height: 150px;
	padding: 0px 10px 0px 10px;
	float: right;
	vertical-align: baseline;
}