html,body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	text-align: center;
}

#container {
	background: url(images/mainbg.gif) repeat-y;
	margin: 0px auto 0px auto;
	width: 777px;
	padding: 0px;
}

#header {
    background: no-repeat url(images/header-new.jpg);
	height: 148px;
	width: 777px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#header h1 {
    padding: 5px;
	margin: 0;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 18px;
}

#page {
	display: block;
	margin: 0px;
	padding: 0px;
}

#navcontainer {
	margin: 0;
	padding: 0;
	height: 24px;
	width: 777px;
	text-align: center;
	border-right: 1px solid #fff;
	background: url(images/navbarbg.gif) repeat-y;
}

#innernavcontainer {
	margin: 0 0 0 6px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #3f3f3f;
	font: small-caps bold 12px/20px "Arial", Helvetica, sans-serif;
	width: 85px;
	height: 18px;
	border-top: 5px solid #00a1de;
	border-left: 0;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}

#navcontainer ul li a {	
	background: #3f3f3f;
	width: 85px;
	height: 18px;
	border-top: 5px solid #00a1de;
	border-left: 0;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#navcontainer ul li a:hover {
	color: #fff;
	background: #52576d;
	border-top: 5px solid #ffdc00;
}	

#navcontainer a:active {
	background: #c60;
	color: #fff;
}

#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}

#navcontainer ul li.selected {
	color: #fff;
	background: #52576d;
	border-top: 5px solid #ffdc00;
	width: 85px;
	height: 18px;
	border-left: 0;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}	

#content {
    float: left;
    width: 450px;
	text-align: left;
	padding: 10px;
}

#content h2, #content h3, #content p {
    padding: 0 10px;
}

#content ul {
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a:link {
	color: blue;
	text-decoration: none;
}
#content a:visited {
	color: purple;
	text-decoration: none;
}
#content a:hover {
	color: blue;
	text-decoration: underline;
}

#sidebar {
	float: left;
    padding-left: 10px;
	padding-top: 5px;
    width: 180px;
	line-height: 1.2em; 
	text-align: left;		
	border-right: 1px dotted #999999;	
}
	
#sidebar ul {
	margin-bottom: 10px;
}

#sidebar h3, #sidebar p {
    padding: 0 10px 0 0;
}

#contentright {
	float: left;
	width: 100px;
	padding: 0px;
	margin: 0;
}
	
#footer {
	background: #ffffff url(images/footer.gif) no-repeat top;
	font-size: 10px;
	text-align: center;
	clear: both;
	height: 26px;
	color: #ffffff;
	width: 777px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#footer a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	
}
#footer a:hover {
	color: #ffff00;
	text-decoration: underline;
	
}
#footer p {
    padding: 5px;
    margin: 0;
}


#login {
	margin: 0 0 0 -3px;
	border: 2px solid #52576d;
	width: 172px;
	height: 81px;
	background: #3f3f3f;
}

.loginlabel {	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: inherit;
}
.loginlabel a:link, a:visited {	
	color: #ffffff;
	text-decoration: none;
}
.loginlabel a:hover {	
	color: #ffff00;
	text-decoration: underline;
}

.loginbox {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 85px;
}

#loginbut a:hover {
	background-position: -40px 0;
}

#loginbut a {
	position: absolute;
	z-index: 2;
	display: block;
	width: 40px;
	height: 18px;
	margin: -18px 0 0 133px; 
	padding: 0;
	background: url(images/loginbut.gif) 0 0 no-repeat;
}

#guestbut a {
	display: block;
	width: 175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/guestbut.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#guestbut a:hover {	
	background-position: -175px 0;
}

#guestbut a:active {
	background-position: -350px 0;
}

#guestbut a.selected {	
	background-position: -175px 0;
}

#ptrainerbut a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/p-trainerbut.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#ptrainerbut a:hover {	
	background-position: -175px 0;
}

#ptrainerbut a:active {
	background-position: -350px 0;
}

#ptrainerbut a.selected {	
	background-position: -175px 0;
}

#gymclubbut a {
	display: block;
	width: 175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/gymclubbut.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#gymclubbut a:hover {	
	background-position: -175px 0;
}

#gymclubbut a:active {
	background-position: -350px 0;
}

#gymclubbut a.selected {	
	background-position: -175px 0;
}

#businessbut a {
	display: block;
	width: 175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/businessbut.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#businessbut a:hover {	
	background-position: -175px 0;
}

#businessbut a:active {
	background-position: -350px 0;
}

#businessbut a.selected {	
	background-position: -175px 0;
}

#educationbut a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/educationbut.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#educationbut a:hover {	
	background-position: -175px 0;
}

#educationbut a:active {
	background-position: -350px 0;
}

#educationbut a.selected {	
	background-position: -175px 0;
}

#profile-home-btn a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/profile-home-btn.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#profile-home-btn a:hover {	
	background-position: -175px 0;
}

#profile-home-btn a:active {
	background-position: -350px 0;
}

#profile-home-btn a.selected {	
	background-position: -175px 0;
}

#modify-account-btn a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/modify-account-btn.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#modify-account-btn a:hover {	
	background-position: -175px 0;
}

#modify-account-btn a:active {
	background-position: -350px 0;
}

#modify-account-btn a.selected {	
	background-position: -175px 0;
}

#mailbox-btn a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/mailbox-btn.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#mailbox-btn a:hover {	
	background-position: -175px 0;
}

#mailbox-btn a:active {
	background-position: -350px 0;
}

#mailbox-btn a.selected {	
	background-position: -175px 0;
}

#jobs-btn a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/jobs-btn.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#jobs-btn a:hover {	
	background-position: -175px 0;
}

#jobs-btn a:active {
	background-position: -350px 0;
}

#jobs-btn a.selected {	
	background-position: -175px 0;
}

#invoices-btn a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/invoices-btn.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#invoices-btn a:hover {	
	background-position: -175px 0;
}

#invoices-btn a:active {
	background-position: -350px 0;
}

#invoices-btn a.selected {	
	background-position: -175px 0;
}

#logout-btn a {
	display: block;
	width:175px;
	height: 25px;
	margin: 0 0 0 -3px; 
	padding: 0;
	background: url(images/logout-btn.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}

#logout-btn a:hover {	
	background-position: -175px 0;
}

#logout-btn a:active {
	background-position: -350px 0;
}

#logout-btn a.selected {	
	background-position: -175px 0;
}

#left-adverts {
	width: 170px;
/*	height: 170px;	*/
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.adbox1 {
	float: left;
	width: 160px;
	height: 70px;
	margin: 0 5px 5px 0;
	padding: 0;
}

.adbox2 {
	float: left;
	width: 160px;
	height: 160px;
	margin: 0 5px 5px 0;
	padding: 0;
} 

.adbox3 {
	float: left;
	width: 78px;
	height: 160px;
	margin: 0 5px 5px 0;
	padding: 0;
}

.adbox4 {
	float: left;
	width: 78px;
	height: 320px;
	margin: 0 5px 5px 0;
	padding: 0;
}

.adbox5 {
	width: 100px;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 0;
}

.adbox6 {
	width: 100px;
	height: 80px;
	margin: 10px 0 0 0;
	padding: 0;
}

.adbox7 {
	width: 100px;
	height: 140px;
	margin: 10px 0 0 0;
	padding: 0;
}

.adbox8 {
	width: 100px;
	height: 500px;
	margin: 10px 0 0 0;
	padding: 0;
}

.adbox9 {
	width: 420px;
	height: 80px;
	margin: 20px 0 0 15px;
	padding: 0;
	text-align: center;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.bodytext11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.red {
	color: #FF0000;
}
.red-bold {
	color: #FF0000;
	font-weight: bold;
}
.red-bold-9 {
	color: #FF0000;
	font-weight: bold;
	font-size: 9pt;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3f3f3f;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageright {
	float: right;
	margin: 0 0 0 5px;
} 

.imageleft {
	float: left;
	margin: 0 5px 0 0;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	text-align: right;
}
.indent50 {
	display: block;
	margin-left: 25px;
}
.order-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-left: 1px solid #3f3f3f;
}
.order-details th {
	background-color: #00A1DE;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #3f3f3f;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
}
.order-details td {
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	text-align: left;
}
.article {
	margin-bottom: 10px;
}
.clearer {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.pagemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.pagemenu_total {
	color: #ffffff;
	background-color: #3f3f3f;
	border: 1px solid #3f3f3f;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: inline;
	margin: 0px;
}
.pagemenu_selected {
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	border-top: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding: 2px 4px;
	margin: 0px;
	display: inline;
}
.pagemenu a {
	color: blue;
	background-color: white;
	border-top: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	text-decoration: none;
	padding: 2px 4px;
	margin: 0px;
	display: inline;
}
.pagemenu a:hover {
	color: blue;
	background-color: #ffffcc;
	text-decoration: none;
}
#discountBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 5px;
	height: 45px;
	width: 400px;
	background-image: url(images/discount-bnr-bg.jpg);
	background-repeat: repeat;
	left: auto;
	right: auto;
}

.notice-box {
	text-align: left;
	padding: 10px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffcc;
	margin: 10px 10px 0px;
}
.profile-text {
	text-align: left;
	padding: 10px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #eeeeee;
	margin: 0px 0px 10px;
}
#contentright {
	width: 100px;
	display: block;
}
#idlookup {
	display: block;
	padding: 120px 25px 0 0;
}
.highlight-box {
	background-color: #f4f4f4;
	border: solid 1px #3f3f3f;
	margin: 20px 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
}