/* Main CSS */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background: url("../img/bluebg_rp.jpg");
	margin-top: -20px;
}
.container {
	background: url("../img/bg_repeat.jpg");
	background-repeat: repeat-x;
}
.wrapper {
	max-width: 900px;
	margin: 0 Auto;
	padding-top: 20px;
}
.content {
	max-width: 896px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #6666ff;
	margin-bottom: 4px;
}

/* CSS For Header */

.header {
	width: 100%;
	background-image: url("../img/header.jpg");
	background-size:contain;
	height: 145px;
	margin-bottom: 4px;
}
.header ul {
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	color: #ae272c;
	float: right;
	height: 24px;
	background-color: white;
	margin-top: 115px;
	font-size: .95em;
}
.header ul li {
	display: inline;
	/*letter-spacing: -1px;*/
	padding-bottom: 6px;

}
.header ul li a {
	height: 19px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 2px;
	padding-bottom: 6px;
}
.header ul li a:link, a:visited {
	text-decoration: none;
	color: #000000; /* ae272c */
}
.header ul li a:hover {
	text-decoration: none;
	background-image: url("../img/hover_rp.jpg");
	background-repeat: repeat-x;
	
}
.aerobics {
	font-size: .8em;
	color: #5eb3f5;
	background-color: grey;
	text-decoration: underline;
}
.aerobics:hover {
	text-decoration: none;
}
h1 a {
	text-decoration: none;
}

.sale {
	width: 100%;
	background-image: url("../img/sale.jpg");
	background-repeat:no-repeat;
/*	background-size:contain;background-repeat:no-repeat; */
	height: 196px;
	border-style: solid;
	border-width: 2px;
	border-color: #6666ff;
	margin-bottom: 4px;
}
.sale a:link ,a:visited {
 width: 100%;
 height: 196px;
}
.fitprostore {
	background-image: url("../img/store.png");
	margin-top: 5px;
}
.fitprostore:hover {
	background-image: url("../img/storehover.png");
}
.leftcontent {
	width: 60%;
	float: left;
	margin: 5px 5px 15px 10px;
	font-family: Geneva, sans-serif;
}
.leftcontent ul {
	font-size: .8em;
	list-style: none;
	color: red;
	margin-left: 20px;
}
.leftcontent h1 {
	font-size: 1.6em;
	font-weight:bold;
	color: #ae272c;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-left: 4px;
}
.leftcontent h2 {
	font-size: 1.2em;
	font-weight:bold;
	color: #6475c2;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-left: 4px;
}
.leftcontent h3 {
	font-size: 1.0em;
	font-weight: lighter;
	color: #ae272c;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-left: 4px;
}
.leftcontent p {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: .8em;
}
.aerobicsdetails {
	list-style: none;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: .8em;
	color: grey;
	border-top-style: solid;
	border-width: 2px;
	border-color: grey;
}

.rightcontent {
	width: 30%;
	float: right;
	margin-bottom: 15px;
	font-family: Geneva, sans-serif;
}
.rightcontent h1 {
	font-size: 1.6em;
	font-weight:bold;
	color: #ae272c;
	letter-spacing: -2px;
	margin-top: 20px;
	margin-left: 8px;
}
.rightcontent h2 {
	font-size: .9em;
	font-weight:bold;
	color: #ae272c;
	letter-spacing: -1px;
	margin-top: 8px;
	text-align:right;
	margin-right: 14px;
}
.rightcontent table {
	font-size: .75em;
	margin-left: 5px;
	float:left;
	margin-right: 3px;
}
.rightcontent table tr td {
	padding: 0 3px 0 3px;
}
.dayofweek {
	width: 80px;
	padding: 0;
}
.highlightrow {
	background-color: #fae8e9;
}
.rightcontent img {
	margin-left: 8px;
	margin-bottom: 5px;
}


/* CSS for the Form */
.giftcert {
	width: 325px;
	margin: 15px 50px;
	float: left;
}
.formfloat {
	font-size: .7em;
	color:grey;
	padding-bottom: 6px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #ae272c;
	width: 325px;
}
.giftcert label {
	display: block;
	margin-top: 25px;
	margin-bottom: 12px;
	width: 325px;
}

.memberships {
	width: 896px;
	font-family: Geneva, sans-serif;
}
.memberships h1 {
	font-size: 1.6em;
	font-weight:bold;
	color: #ae272c;
	letter-spacing: -2px;
	margin-top: 20px;
	text-align: center;
}

/* End CSS for the Form */

/* Contact CSS for the Form */
.contactform {
	width: 325px;
	margin: 15px 50px;
	float: left;
}
.contactformfloat {
	font-size: .7em;
	color:grey;
	width: 325px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #ae272c;
	padding-top: 15px;
}
.contactform input {
	margin-bottom: 5px;
	
}
.contactform label {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	width: 325px;
}
/* End Contact CSS for the Form */

/* Memberships CSS for the Form */
.membershipsform {
	width: 325px;
	margin: 15px 50px 55px 50px;
	border-bottom-style: solid;
	border-width: 4px;
	border-color:grey;
}
.membershipsform label {
	display: block;
	margin-top: 25px;
	margin-bottom: 12px;
	width: 325px;
}

/* End Memberships CSS for the Form */

/* Memberships CSS for the Table */
.membershipstable {
	font-size: .7em;
	margin: 8px Auto;	
}
.membershipstable th {
	width: 136px;
}
.membershipprice {
	text-align: right;
}

/* End Memberships CSS for the Table */
.footer {
	width: 896px;
	height: 55px;
	background-image: url("../img/footer_top.jpg");
	background-repeat: no-repeat;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #6666ff;
	margin-bottom: 5px;
}
.footer p {
	text-align: center;
	margin-top: 20px;
	font-size: .75em;
	color: red;
}
.footer p a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* *									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; }

#page-wrap							{ width: 700px; margin: 25px auto; }
*/

.ui-tabs 							{ zoom: 1; }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; padding: 2px 2px 0; overflow: hidden; 
									  top: 1px; z-index: 1000; font-size:12px;font-weight:bold;}
.ui-tabs .ui-tabs-nav li 			{ position: relative; float: left; border: 1px solid #ccc; 
									  border-bottom-width: 0 !important; margin: 0 2px -1px 0; background: #ccc; }
.ui-tabs .ui-tabs-nav li a 			{ float: left; text-decoration: none; padding: 5px 10px; color: black; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 1px; border-bottom-width: 0; background: white; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected a, .ui-tabs 
.ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav 
li.ui-state-processing a 			{ cursor: text; }
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible 
.ui-tabs-nav li.ui-tabs-selected a  { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel 			{ padding: 20px; display: block; border-width: 0; background: none; 
									  border: 1px solid #ccc; position: relative; min-height: 350px; }
.ui-tabs .ui-tabs-hide 				{ display: none !important; }




a.mover 							{ background: #900; padding: 6px 12px; position: absolute;
								      color: white; font-weight: bold; text-decoration: none; }
.next-tab 							{ bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.prev-tab 							{ bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }