/* Pinnacle Gym Style Sheet */
/*Global Styles*/
body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #272222;
	line-height:1.75em;
	text-align:left;
}
body {
	background-color:#B8B8B8;
	margin:15px auto;
	height:100%;
}

.wrapper {
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 782px;
	background-color:#FFF;
	padding:15px;
	text-align: left;
}
.header {
	padding-bottom:15px;
	background-image:url(http://www.pinnaclegym.net/images/header.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:225px;
}
.leftcolumn {
	float:left; 
	width:560px;
}
.rightcolumn {
	float:right; 
	width:200px;
}
.clear { 
	clear: both;
}
.main {
	padding:20px 0;
	vertical-align:text-top;
}
h1 {
	margin: 0px auto;
	color:#BE1E10;
	font-size:22px;
	font-weight:normal;
}
h2{
	width: 100%;
	margin: 0px auto;
	color:#312B2B;
	font-size:22px;
	font-weight:normal;
}
em {
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	font-size:9pt;
	font-style:italic;
	display:block;
}
.contact {
	padding-left:35px; 
	padding-top:5px;
}

.footerline {
	width:100%;
	background: url(../images/dot.gif) repeat-x;
}
.footer {
	font-size:8pt;
	padding:2px;
	text-align:center;
}

textarea {
	width:95%;
	height:150px;
	overflow:hidden;
}

.tableheader {
	background-color:#272222;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.contactform th {
	/*color:#BE1E10;*/
	text-align:right;
}
.hand {
	cursor:pointer;
}

/*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;
	height:32px;
}
.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:210px;
	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;
}

/*Thumbnail Styles*/
.thumbs {
	/*border:2px inset #BE1E10;*/
	padding:2px;
	border:1px solid #272222;
}
#thumbstable td {
	padding:10px;
}
.numbers {
	text-align:center;
}


/*admin tables*/
#Tables td {
	padding:6px;
	border-bottom:1px solid #CCCCCC;
}

#Tables th {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	border-bottom:1px solid #CCCCCC;
}


