body {
	background-image: none;
	background-color: #383838;
	padding: 0 0 0 50px;
	text-align: left;
	color: #989898;
	font-family: Tahoma,Arial,sans-serif;
	margin-top:0px;
}

h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	color: white;
	font-size: 1.5em;
}

h2{
	font-size: 1.1em;
	margin-bottom:20px;
}


.returnToKwicks {
	display:block;
	border:1px dashed #888;
	padding:5px;
	float:right;
}
.returnToKwicks:hover {
	background-color: #5e5e76;
	text-decoration: none;
	color: #aaa;
}

/* defaults for all examples */
.menu {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.menu li{
	display: block;
	overflow: hidden;
	padding: 0;
}

/* nav */
#nav {
	margin-top: 10px;
}

#nav .menu li{
	width: 125px;
	height: 60px;
}

#nav #menuItemInst { 
/*	background-color: #2c5709;   */
	color: orange;
	background: url(../images/instructors.gif) no-repeat top right ;
	border-left: 1px solid #383838;
}

#nav #menuItemInst.active {
	border-left: 1px solid #454444;
}

#nav #menuItemGallery {
	color: #0dad1f;
	background: url(../images/gallery.gif) no-repeat top right ;
	border-left: 1px solid #383838;
}

#nav #menuItemGallery.active {
	border-left: 1px solid #454444;
}

#nav #menuItemTT {
	background: url(../images/timetable.gif) no-repeat top right ;
	color: #7129b8;
	border-left: 1px solid #383838;
}

#nav #menuItemTT.active {
	border-left: 1px solid #454444;
}

#nav #menuItemPrices {
	background: url(../images/prices.gif) no-repeat top right ;
	color: #fa5555;
	border-left: 1px solid #383838;
}

#nav #menuItemPrices.active {
	border-left: 1px solid #454444;
}

#nav #menuItemFAQ {
	background: url(../images/faq.gif) no-repeat top right ;
	color: #7129b8;
	border-left: 1px solid #383838;
}

#nav #menuItemFAQ.active {
	border-left: 1px solid #454444;
}


#nav #menuItemReview { 
	background: url(../images/testimonials.gif) no-repeat top right ;
	border-left: 1px solid #383838;
	color: #b125a5;
}

#nav #menuItemReview.active {
	border-left: 1px solid #454444;
}

#nav #menuItemPilates { 
	background: url(../images/wPilates.gif) no-repeat top right ;
	color: #0e92b1;
	border-left: 1px solid #383838;
}

#nav #menuItemPilates.active {
	border-left: 1px solid #454444;
}



#nav .kwicks_inner {
	width: 125px;
	
}
#nav .menuItem {
	font-size: 1em;
	float: left;
	width: 120px;
	text-align: left;
	padding-left:5px;
	margin-bottom:10px;
}

#nav .menuItemDesc {
	display: none;
	text-align: left;
	width: 115px;
	color: #989898;
	font-size: 0.8em;
	margin-top: 13px;
	padding-right:5px;
	
	float: right;
	
}

#nav li.active .menuItemDesc {
	display: block;
}

.instructorsRef {
	text-decoration: none;
	color: #d18610;
	cursor:pointer;
}

.testimonialsRef  {
	text-decoration: none;
	color: #b125a5;
	cursor:pointer;
}

.timetableRef  {
	text-decoration: none;
	color: #7129b8;
	cursor:default;
}

.pilatesRef  {
	text-decoration: none;
	color: #0e92b1;
	cursor:pointer;
}

.galleryRef  {
	text-decoration: none;
	color: #0dad1f;
	cursor:pointer;
}

.instructorsRef  {
	text-decoration: none;
	color: #d18610;
	cursor:pointer;
}

.pricesRef  {
	text-decoration: none;
	color: #fa5555;
	cursor:pointer;
}

.faqRef  {
	text-decoration: none;
	color: #d6c73a;
	cursor:pointer;
}


.label {
	font-weight: bold;
	color: #6687bd;
	width: 140px;
	height:30px;
	font-size:0.8em;
	vertical-align:text-top;
}

.outter {
	padding-left:2px; 
	padding-right:2px; 
	border-left:1px solid #494949;
	border-right:1px solid #494949;
	width: 900px;
	height:90%; 
}
.maintable {
	font-size:0.9em;
	line-height:1.4em; 
	text-align:justify; 
	color:#989898; 
	padding-top:10px; 
	padding-right:40px;	
}

.bottom_nav {
	margin-left:auto;
	margin-right:auto;
 
	text-align:left;
	width:901px;
	color: #cfcfcf;
	background: url(../images/grey_line.gif) repeat-x;
}

.space {
	margin-bottom: 15px;
}

a#showhide{
	color:#f25eed;
	text-decoration: none;

	
}

a#showhide:hover {
	color:#f2c4ed;
}

.etrio {
	font-size: .8em;
	float:right; 
	margin-right:20px;
	margin-top:10px;
}

.etrio a {
	text-decoration: none;
	color: #7290c2;
	
}

.instTitle {
	color: #f4ab6f;
	margin-bottom:0px;
}

.timetableInnerlink {
	text-decoration: none;
	color: #aa85cf;
}
