/* Style for VIM Pliates Site */

/* ===== Common Style ===== */
body{
	background: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5c5c5c;
	line-height: 1.3em;
}
.spacer{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
.container{
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
/* ===== SideList Style ===== */
/* Position (3 sets) */
.sideListTopRight{
	float: right;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.sideListTopRight li{
	margin: 0 0 0 5px;
	background: url(../images/icon_square.gif) top left no-repeat;
	padding: 0 0 0 10px;
	line-height: 16px;
	display: block;
	float: right;	
}
.sideListBottomLeft{
	font-size: 11px;
	margin: 5px 0 0 0;
	float: left;	
}
.sideListBottomLeft li{
	margin: 0 10px 0 0;
	line-height: 16px;
	display: block;
	float: left;
}
.sideListBottomRight{
	font-size: 11px;
	margin: 5px 0 0 0;
	float: right;	
}
.sideListBottomRight li{
	margin: 0 0 0 10px;
	line-height: 16px;
	display: block;	
	float: right;
}
/* Icon for sideList Item */
li.listOnlineBooking,
li.listOnlineBooking a,
li.listOnlineBooking a:link,
li.listOnlineBooking a:visited{
	width: 144px;
	height: 22px;
	padding: 0;
	background: url(../images/btn_onlinebooking.gif) top left no-repeat;
	display: block;
	text-indent: -9999px;
}
.listTrainerWanted{
	background: url(../images/icon_trainer.gif) top left no-repeat;
}

/* ===== Typography ===== */
h1 a{
	text-indent: -9999px;
	width: 249px;
	height: 80px;
	display: block;
	float: left;
	background-image: url(../images/site_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 8px;
}
h2{
	font-size: 28px;
	font-weight: bold;
	color: #6f7a10;
	line-height: 30px;
	margin: 0 0 20px 0;
}
h3, h4{
	font-size: 18px;
	font-weight: bold;
	color: #6f7a10;
	line-height: 24px;
}
a, a:link, a:visited{color: #6f7a10;}
a:hover, a:active{color: #93a11e;text-decoration: underline;}

/* Hightlight */
.highlight1{color:#6f7a10; font-weight: bold;}
/* ===== MainBody ===== */
.mainBody{
	width: 960px;
	height: 500px;
	
}
/* ===== mainContent ===== */
.contentBox{
	width: 100%;
	height: 500px;
}
.mainContent{
	width: 480px;
	height: 460px;
	float: right;
	overflow: scroll;
	overflow-x: hidden;
	padding: 20px;
	background: #FFF;
}
.mainContent p{
	margin: 2px 0 12px 0;	
}
ul.contentList{
	margin: 15px;
}
ul.contentList li{
	background: url(../images/icon_square.gif) top left no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0;
	line-height: 16px;
	display: list-item;
}
/* Different Page */
.pageBenefit{ background: url(../images/bg_benefit.jpg) top left no-repeat;	}
.pageWhoWeAre{ background: url(../images/bg_whoweare.jpg) top left no-repeat; }
.pagePackage{ background: url(../images/bg_package.jpg) top left no-repeat; }
.pageInstruTrain{ background: url(../images/bg_instructortraining.jpg) top left no-repeat; }
.pageClient{ background: url(../images/bg_client.jpg) top left no-repeat; }

/* Who We Are */
.contentListTrainer{
margin: 10px 0 0 0;
}
.contentListTrainer ul.contentList{
margin: 0;
padding: 0;
}
.contentListTrainer li{
margin: 0 0 30px 0;
padding: 0;
display: block;
}
.contentListTrainer li div.trainerPic{
border: 2px solid #CCC;
width: 150px;
float: left;
}
.contentListTrainer li div.trainerPic2 {
	border: 2px solid #CCC;
	width: 100px;
	float: left;
	margin-left: 25px;
}
.contentListTrainer li div.trainerInfo{
width: 290px;
margin: 0 0 10px 10px;
padding: 0;
display:block;
float: right;
}
.contentListTrainer li div.trainerInfo2 {
	width: 290px;
	padding: 0;
	display:block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* Package */
.packageTable{
width: 90%;
border-collapse: collapse;
margin: 0 auto 15px auto;
}
html>body .packageTable{
	width: 95%;
}
.packageTable td{
	border: 1px solid #c9c9c9; /*!! Table Style*/
	padding: 3px;
	margin: 0;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
.packageTable tr.fieldTitle{
	background: #006f47; /*!! Table Style*/
	color: #FFF;
	border: 1px solid #006f47; /*!! Table Style*/
	text-align: center;
}
.packageTable tr.fieldRemarks{
	font-size: 11px;
}
.packageTable tr.fieldRemarks ul{
	margin: 5px;
}
.packageTable tr.fieldRemarks li{
	padding: 0 0 0 12px;
	margin: 0;
	text-indent: 0;
}
.packageTable tr.even{
background: #d9d9d9;	
}
.packageTable tr.month{
font-weight: bold;
background: #d9d9d9;	
}
