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

<?php


header('Content-type: text/x-component');
include('http://gear-fitness.com/templates/gearv2/css/iepngfix.htc');

?>

img, div, input { behavior: url("http://gear-fitness.com/templates/gearv2/css/iepngfix.htc") }

body {
	background: url(../images/bg.jpg) top repeat-x #21304b;
	font: 14px Arial, Helvetica, sans-serif;
	color: #90a4c2;
	
}

a, a:link a:visited {
	color: #b97124;	
	outline: none;
}
a:hover {
	color: #fff;	
}

h1 {
	font: 2em Arial Narrow, Arial, Helvetica, sans-serif;
	color: #fff;
	
}
h2 {
	font: 1.7em Arial Narrow, Arial, Helvetica, sans-serif;
	color: #b97124;
	
}



h3 {
	font: 1.5em Arial Narrow, Arial, Helvetica, sans-serif normal;
	color: #e1ed79;	
}

.orange {
	color: #b97124;	
}

#wrapper {
	width: 100%;
	text-align: center;
}
#column {
	width: 783px;
	margin: 0 auto;
	text-align: left;
}
h1#logo {
	background: url(../images/logo.png);
	width: 277px;
	height: 51px;
	float: left;
}
h1#logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999em;	
}
#contact {
	background: url(../images/contact.png);
	width: 176px;
	height: 51px;
	float: right;
	
}
#contact a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999em;	
}
#nav {
	width: 100%;
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	padding: 10px 14px;	
	font-size: .8em;
}
#nav li ul {
	display: none;	
}
#header {
	background: url(../images/header.png);
	height: 202px;
	clear: both;
	margin: 10px 0 10px 0;
}
a#testimonials, a#appointment {
	display: block;
	float: left;
	width: 165px;
	height: 27px;
	margin: 2px;
	position: relative;
	top: 150px;
	left: 35px;
	text-indent: -999em;
}
a#testimonials {
	margin-right: 15px;	
}
#leftcol {
	float: left;
	width: 520px

}


#leftcol img {
	border: 3px solid #383d43;
	background: #fff;
	padding: 1px;
	
}
#rightcol {
	float: right;
	width: 233px;
}

#maincol {
	margin: 20px;	
}
#quotes {
	background: url(../images/quotes.png);
	
}
#quotes h3 {
	margin: 0;	
}
#quotes div {
	padding: 8px;
	color: #fff;
}
#quote-bottom {
	background: url(../images/quote-bottom.png);	
	padding: 0;
	height: 42px;
	margin: 0 0 30px 0;
}

#gift-certificate {
	background: url(../images/gift-certificates.png);
	height: 119px;
}
#gift-certificate a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999em;
	
}
.cleaner {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 9px;
	padding: 10px;
	border-top: 1px dotted #2d3f59;
}