/*--Reset margins-- */
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/*--GLOBAL--*/
body {
	padding: 0;
	margin: 0; 
	text-align: center; 
	font: 9pt/150% "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	color:#3C3C3C;
	background-color: #444;
}

a:link, a:active, a:visited {
	text-decoration : none;
	color: #115470;
}

a:hover {
	color: #036;
	background-color: #eee;
	text-decoration : underline;
}

strong {
	color: #115470;
}


/*--LAYOUT--*/
#container {
	width:646px;
	margin:0 auto;
	text-align:left;
	border-left: 1px solid #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 8px;
}

#container {
	background: #FFF url(images/redbg.jpg) no-repeat top left;
}

#header {
	padding: 9px;
	background: #215F78 url(images/bg.gif) repeat;
}

#navigation {
	border: 1px solid;
	border-color: #A2B3C4 #3C4B5B #3C4B5B #A2B3C4;
	background: #156688 url(images/nav_bg.gif) repeat-x;
	height: 26px;
}

#content{
	width:432px;
	float:left;
	background: url(images/sidebar_shadow.gif) repeat-y right;
}

#subcontent{
	width:190px;
	margin-left:437px;
	padding-top: 16px;
	font: 10px;
	line-height: 130%;
}

#header h1.logo {
	height: 55px; 
	background:url(images/logo.gif) no-repeat;
	display: inline;
	text-indent: -9000px;
	border: 1px solid red;
}

h1.logo span {
	font-size: 9px;
} 


#header h2 {
	background: url(images/tagline.gif) no-repeat 0 50%;
	height: 55px;
	text-indent: -9000px;
	margin: 0 0 0 262px;
	padding: 0;
}

/*--NAVIGATION--*/
#navigation {
	z-index:100;
}

#navigation ul {
	padding:0;
	margin:0;
	list-style: none;
}

#navigation ul li {
	position:relative;
	float:left;
	display:block;
	margin:0;
	padding:0;
	background:none;
}

#navigation ul li a {
	background-repeat:no-repeat;
	display:block;
	height:26px;
}

#navigation-home a {		background-image:url(images/home.gif);	width:53px; }
#navigation-products a {	background-image:url(images/products.gif);	width:76px; }
#navigation-overview a {		background-image:url(images/overview.gif);		width:128px; }
#navigation-installs a {		background-image:url(images/installs.gif);		width:71px; }
#navigation-news a {		background-image:url(images/news.gif);	width:120px; }
#navigation-contact a {	    background-image:url(images/contact.gif);	width:72px; }

#navigation ul li a span {
	display:none;
}

#navigation ul li a:hover {
	background-position:0 -26px;
}

#navigation ul li a.selected {
	background-position:0 -26px;
}



/*--CONTENT--*/
#content h2 {
	font-weight: bold;
	font-size:18px;
	line-height:22px;
	padding: 0;
	margin: 15px 0 5px 15px;
	color: #115470;
}

#content p {
	margin: 0 25px 10px 15px;
	padding: 0;
}

#content ul {
	margin: 0 1em 1em 1.2em;
	padding: 0 1.2em;
	list-style: disc;
}

/*--SUBCONTENT--*/
#subcontent h2.products {
	background: url(images/products_subcontent.gif) no-repeat;
	height: 30px;
	text-indent: -9000px;
	margin-bottom: 5px;
	padding: 0;
}

#subcontent h3 {
	font-weight: bold; 
	font-size: 11px;
	line-height: 130%;
	color: #333;
	margin-bottom: 2px;
	padding: 5px;
	text-transform: uppercase;
	background-color: #d7d7d7;
	border: 1px solid #ccc;
}

#subcontent ul {
	border: 1px solid #eee;
	list-style: none;
}


#subcontent li {
	margin: 0;
	padding: 0;
}

#subcontent li a {
	display: block;
	padding: 9px;
	width: 174px;
	background-color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}

#subcontent li a:hover {
	background-color: #D0E0E7;
}

/*--PRODUCT SECTION--*/
#product h2 {
	background: url(images/product_header.jpg) no-repeat;
	height: 68px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#strength {
	width:215px;
	float:left;
}

#cardio {
	width:215px;
	float:left;
}

#misc {
	width:216px;
	float:left;
}
* html #misc {width: 216px;}

#strength h3 {
	background: url(images/strength_h3.gif) no-repeat;
	height: 30px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#cardio h3 {
	background: url(images/cardio_h3.gif) no-repeat;
	height: 30px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#misc h3 {
	background: url(images/misc_h3.gif) no-repeat;
	height: 30px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#product ul {
	border-left: 1px solid #eee;
	list-style: none;
}

#product li {
	margin: 0 0 0 5px;
	padding: 0;
}

#product li a {
	display: block;
	text-decoration: none;
}

#product li a:hover {
	background-color: #fff;
}

/*--OVERVIEW--*/
#overview h2 {
	background: url(images/company_header.jpg) no-repeat;
	height: 68px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#overview h3 {
	font-weight: bold;
	font-size:  18px;
	line-height: 22px;
	padding: 0;
	margin: 15px 0 5px 15px;
	color: #115470;
}
#overview p {
	margin: 0 25px 10px 15px;
}

/*--INSTALLS--*/
#installs h2 {
	background: url(images/installs_header.jpg) no-repeat;
	height: 68px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#installs h3 {
	font-weight: bold; 
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	margin: 15px 0 5px 15px;
	color: #115470;
}
#installs p {
	margin: 0 25px 10px 15px;
	padding: 0;
}

/*--CONTACT--*/
#contact { 	padding-bottom: 10px; margin-bottom: 1em; }
#contact h2 {
	background: url(images/contact_header.jpg) no-repeat;
	height: 68px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#contact h3 {
	font: bold 18px/22px Verdana, sans serif;
	padding: 0;
	margin: 15px 0 5px 15px;
	color: #115470;
}

#contact p {
	margin: 15px 0 0 0;
	padding: 0;
}

#contactinfo {
	padding: 15px;
}

#locations {
	padding: 15px;
	margin-bottom: 1em;
}

#contactinfo h3 {
	background: url(images/fim_contacthead.gif) no-repeat;
	height: 32px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

.division {
	border: 1px solid #115470;
	background-color: #D2E5ED;
	float: left;
	margin-bottom: 1em;
	margin-right: 10px;
	margin-top: 20px;
	padding: 12px;
	font-size: 11px;
	width: 270px;
}

.division h4 {
	color: #115470;
	font-size: 16px;
	margin: 0 0 .5em 0;
	line-height: 120%;
}

.division h5 {
	color: #115470;
	font-size: 14px;
	margin: 0 0 .5em 0;
	line-height: 120%;
}

.second {
	clear: left;
}


#locations h3 {
	background: url(images/fim_otherlocations.gif) no-repeat;
	height: 51px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

.location1 {
	width:180px;
	float: left;
}

.location2 {
	width:280px;
	margin-left: 10px;
	float: left;
}

.location2_bot {
	width:180px;
	margin-left: 10px;
	float: left;
}


.location3 {
	width:180px;
	float: left;
	margin-left: 10px;
}

.sanantonio {
	margin-top: 0;
}


/*--NEWS--*/
#news h2 {
	background: url(images/news_header.jpg) no-repeat;
	height: 68px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#news h3 {
	font: bold 18px/22px Verdana, sans serif;
	padding: 0;
	margin: 15px 0 5px 15px;
	color: #115470;
}
#news p {
	margin: 0 25px 0 15px;
	padding: 0;
}

/* NEWS - Tables */
.events {
	padding: 0;
	margin: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

th {
	font: bold 11px Verdana, sans-serif;
	color: white;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #FFF url(images/eventstable_bg.gif) no-repeat;
	text-transform: uppercase;
}

td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
}


td.alt {
	background: #EFEFEF;
}



/*--LOGOS--*/
.magnum {
	background: url(images/magnum.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.matrix {
	background: url(images/matrix.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.tuffstuff {
	background: url(images/tuffstuff.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.york {
	background: url(images/york.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.muscledynamics {
	background: url(images/muscledynamics.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.prospot {
	background: url(images/prospot.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.multisports {
	background: url(images/multisports.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.keys {
	background: url(images/keys.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.woodway {
	background: url(images/woodway.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.octane {
	background: url(images/octane.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.vision {
	background: url(images/vision.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.versaclimber {
	background: url(images/versa.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.scifit {
	background: url(images/scifit.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.diamondback {
	background: url(images/diamondback.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.cardiovision {
	background: url(images/cardiovision.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.totalgym {
	background: url(images/totalgym.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.waterrower {
	background: url(images/waterrower.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.cateye {
	background: url(images/cateye.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.tko {
	background: url(images/tko.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.detecto {
	background: url(images/detecto.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.everlast {
	background: url(images/everlast.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.hoist {
	background: url(images/hoist.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.nautilus {
	background: url(images/nautilus.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.landice {
	background: url(images/landice.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.stairmaster {
	background: url(images/stairmaster.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.capbarbell {
	background: url(images/capbarbell.gif) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 5px 0;
	padding: 0;
}
.hampton {
	background: url(images/hampton.gif) no-repeat;
	height: 70px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

.bh {
	background: url(images/bh.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.bodycraft {
	background: url(images/bodycraft.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.jacobs {
	background: url(images/jacobs-ladder.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.makoto {
	background: url(images/makoto.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.firstdegree {
	background: url(images/firstdegree.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 10px 0 0;
	padding: 0;
}
.powerblock {
	background: url(images/powerblock.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.lifespan {
	background: url(images/lifespan.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
.powerplate {
	background: url(images/power-plate.jpg) no-repeat;
	height: 49px;
	text-indent: -9000px;
	margin: 10px 0;
	padding: 0;
}



/*--FOOTER--*/
#footer {
	clear:both;
	border-top: 1px solid #ccc;
	padding: 5px;
	background: #eee url(images/footershadow.jpg) repeat-x;
}

#footer ul { 
	font-size: 11px;
	text-align: center; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#footer ul li { 
	margin: 0; 
	padding: 0 7px; 
	display: inline; 
}

#footer li a { 
	text-decoration: underline; 
}
#footer li a:hover { 
	text-decoration: underline; 
}
#footer p {
	font-size: 10px;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}

.Customers ul { padding-left: 1em;}

.Customers li { margin-left: 1.5em;}

/*IE Float Clear Hack */
.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
