/* Pinnacle Gym Style Sheet */
/*Global Styles*/
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #645F5F;
}
body {
	background-image: url(../images/background-scanlines.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.main {
	padding:20px;
	}
.body_td {
	padding:20px;
	vertical-align:text-top;
	}
.footer_td {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:0px;
	vertical-align:text-top;
	}
.bodytext {
	padding-left:10px;
	padding-right:10px;
	text-indent:20px;
	font-size:11pt;
	line-height:1.5em;
	}
.bodytext2 {
	padding-left:10px;
	padding-right:10px;
	font-size:11pt;
	line-height:1.5em;
	}
.bodytable {
	padding-left:40px;
	}
.servicetable {
	border-left:1px solid #333333;
	border-top:1px solid #333333;
}
.servicetable td {
	padding:3px;
	text-indent:3px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
.servicetable th {

	padding:3px;
	text-indent:3px;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}
.footnote {
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	font-size:9pt;
	font-style:italic;
	line-height:1.5em;
}
.imgdesc {
	font-size:8.5pt;
	font-style:italic;
	width:160px;
	color:#645F5F;
	margin:auto;
}
.img {
	padding:2px;
	border:1px solid #645F5F;
}
.coupons {
	padding:8px;
	border:3px dashed #645F5F;
}
.bioheading {
	font-family:'Trebuchet MS';
	font-size:14pt;
	}
.biotext {
	text-indent:20px;
	font-size:11pt;
	line-height:1.5em;
	}
.biopics {
	float:left;
	padding:2px;
	border:1px solid #645F5F;
	margin-right:13px;
	margin-top:4px;
	}
.heading {
	width: 100%;
	margin: 0px auto;
	text-indent:5px;
    background: url(../images/dot.gif) repeat-x 0 34px;
	font-family:'Trebuchet MS';
	color:#BE1E10;
	font-size:22pt; 
	}
.subheading {
	width: 100%;
	margin: 2px;
	text-indent:5px;
    background: url(../images/dot.gif) repeat-x 0 26px;
	font-family:'Trebuchet MS';
	color:#312B2B;
	font-size:18pt; 
	}
.subheading2 {
	width: 100%;
	margin: 20px 0px 20px 0px;
	text-indent:5px;
    /*background: url(../images/dot.gif) repeat-x 0 26px;*/
	font-family:'Trebuchet MS';
	color:#312B2B;
	font-size:18pt; 
	}

.footerline {
	width:100%;
	background: url(../images/dot.gif) repeat-x;
	}

input, textarea {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	padding: 1px 0px 1px 4px;
	border: inset 1px #645F5F;
}
textarea {
	width:95%;
	height:150px;
	overflow:hidden;
	}
SELECT {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	padding: 1px 0px 1px 4px;
	border: inset 1px #645F5F;
}

.tableheader {
	background-color:#645F5F; 
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	}
.contactform th {
	color:#BE1E10;
	}
dl{width: 98%;overflow: auto; margin: 0 0 5px;
    background: url(../images/dot.gif) repeat-x 0 14px}
dt,dd.price{background: #FFF;font-weight: normal;}
dt{padding:0 0 0 4px; float: left;padding-right: 3px;}
dd{margin:0 0 0 0; padding-right:2px;}
dd.price{float: right;padding-left: 3px;color: #BE1E10}

/*Link Styles*/
/*Standard Links*/
a:link, a:visited, a:active {
	color: #BE1E10;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #312B2B;
}
/*Top Navigation Links*/
.menu {
	margin: 0;
	padding: 0;
	padding-left:20px;
	float: left;
	font: bold 12px Arial;
	width: 762px;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../images/blockdefault.gif) center center repeat-x;
}
.menubegin a {
	border-left:1px solid #FFF
	}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	padding: 6px 15px;
	text-align:center;
	color:#fff;
	border-right:1px solid #fff;
	line-height:20px;
	overflow:hidden;
}
.submenubegin a {
	border-top:1px solid #FFF;
}
.submenu li a, .submenu li a:visited  {
	display:block;
	text-decoration:none;
	padding: 2px 4px;
	width:180px;
	text-align:center;
	color:#fff;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	overflow:hidden;
}
 .menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/*specific to non IE browsers */
.menu ul li:hover a, .menu ul li:hover ul li a.hide, .menu ul li:hover ul li:hover a.hide, .active {
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:32px;
	left:-1px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#494949;
	color:#FFF;
}
.menu ul li:hover ul li a:hover, .active {
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: /style/ 
.solidblockmenu{
margin: 0;
padding: 0;
padding-left:20px;
float: left;
font: bold 13px Arial;
width: 762px;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenubegin a{
	border-left:1px solid white;
	}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}*/
/*Special Sytles*/

/*Thumbnail Styles*/
.thumbs {
/*border:2px inset #BE1E10;*/
	padding:2px;
	border:1px solid #645F5F;
}
#thumbstable td {
padding:10px;
}

.numbers {
	text-align:center;
	}

/*Bullets*/
.bullet {
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#BE1E10;
	}

/* Customer Care Form
.careform {border-top: 1px solid #87847d; border-left: 1px solid #87847d;}
.careform td {padding: 11px 5px; border-bottom: 1px solid #87847d; border-right: 1px solid #87847d;}
.careform th {height: 27px; padding: 1px 0 0 5px; text-align:left; background: #8b8378; color: #FFF; font-weight: bold;}
#textinput {font-size: 9px;}
.gobutton {padding-left: 5px;}
.odd {background: #EEEFF5;}*/