/* @override 
	http://activelifestyles.vtc.net.au/css/basic/custom.css
	http://www.activelifestyles.com.au/css/basic/custom.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family:  Arial, Verdana,Helvetica;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(/images/interface/body-bg.png) repeat-x top left;
	color: #30373A;
	float: left;
	width: 100%;
}

a:link, a:visited {
	color: #96a100;
	text-decoration: none;
}

a:hover, a:active {
	color: #c2cd23;
	text-decoration: underline;
}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-family: "Arial Black",Arial,Verdana;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #669999;
	padding: 0px;
	margin: 15px 0 15px 0;
}
h1.homehead {
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	margin: 15px 0 10px 0;
	color: #999;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #999;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {

	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	background: #f60 url(/images/interface/error_bkg.gif) repeat-x 0 100%;
	border: 1px solid #fff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.87;
}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
	opacity: 1;
}
#sidebarR #body_9 a  {
	border: none;
}
/* @end */

/* @group layout */

#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative; /* logo position relies on this */
}

#container {
	float: left;
	width: 900px;
	background: transparent url(/images/interface/container-bg.gif) no-repeat;
	padding: 0 10px 10px 10px;

}

#header {
	width: 900px;
	height: 320px;
	margin: 0;
	padding: 0;
	float: left;
	}

#nav {
	float: right;
	width: 400px;
	margin: 50px 180px 0 0;
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#content {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#main {
	float: left;
	width: 480px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 20px 30px 0 30px;
	background-color: #FFF;
	margin: 0 0 10px 0;
}

#sidebarL {	
	float: left;
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0px 0px 0 0px;
	padding: 0;
	border-top: 10px solid #8f99a0;
}

#sidebarR {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(/images/interface/sidebarr-bg.gif) no-repeat top left;}

#footer {
	float: left;
	width: 900px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 11px;
	line-height: 14px;
	padding: 12px 0;
	margin: 0 0 0 0px;
	color: #999;
	text-transform: lowercase;
	/*clear: both; apparently redundant because of width */
	background-color: #ECEEEF;
	border-top:1px solid #C2CD23;
	clear: both;
}

#navimage {
	width: 690px;
	height: 210px;
	float: left;
	margin: 38px 0px 0 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	display: inline;
	z-index: 10;
	
}

#navimagewrapper {
	width: 690px;
	height: 220px;
	position: absolute;
	margin:0px 0px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	display: inline;
	background: transparent url(/images/interface/nav-overlay.png) no-repeat top left;
	top: 100px;
	left: 10px;
	z-index: 500;
}
/* @end */

/* @group billboard */

#news {
	width: 170px;
	/*background-image: url(/images/interface/news-bg.png);*/
	height: 210px;
	padding: 0px 20px;
	margin:0;
	position: absolute;
	z-index: 800;
	top: 110px;
	left: 10px;
	line-height: 20px;
}

#news .article .embedtitle {
	margin: 0;
	padding: 0;
	color: #FFF;
}

#news .article .sequence h2{
	margin-top: 20px;
	color: #fff;
}
#news .article .sequence p{
	font-size: 12px;
	color: #fff;
}

#news .container, #news .container .sequence {
	width: 170px;
	height: 210px;
	position: relative;
	overflow: hidden;
}

#news .paused {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 10px;
	margin: 0;
	padding: 0px 2px;
	border: 1px solid #bbcee5;
	color: #FFFFFF;
	z-index: 100;
}

/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 184px;
	height: 54px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/interface/logo.gif) no-repeat 50% 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 26px;
	top: 24px;
	z-index: 10; /* display above sidebarR margin-top */
}

#headerright{
	float: right;
		width: 210px;
	height: 220px;
	background: transparent url(/images/interface/header-right-bg.gif) no-repeat 50% 50%;
	margin: 28px 0 0 0;
}

/*#navimagewrapper{
	behavior: url(/js/iepngfix.htc);
}*/ /* now fixed using helper.js */

/* @end */

/* @group nav */

/* @group topnav */
#topnavig {
	float: right;
	margin: 52px 20px 0 0;
	display: inline; /* combat IE6 Doubled float-margin bug */

}

.topnav {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0px;
	list-style-type: none;
	font-size: 10px;
	display: inline;
}

.hrTop .topnav {
	float: left;
}
.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 20px;
	font-size: 12px;

}
.topnav li.trolley {
	background: none;
}
.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #455560;
	text-transform: uppercase;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.topnav li a:hover, .topnav li a:active {
	color: #c2cd23;
}

.topnav li.hilite a:link, .topnav li.hilite a:visited {
	
	color: #c2cd23;
	
}

.topnav li.hilite a:hover, .topnav li.hilite a:active {

}



/* @end */



/* @group lev1 */

.lev1 {
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	background: #ECEEEF;
	font-size: 13px;
	border-bottom: 7px solid #C2CD23;
	float: left;
}

.lev1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
		line-height: 18px;
float: left;
}

.lev1 li.first {
}

.lev1 li.last {

}

.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	font-size: 13px;
	padding: 6px 8px 6px 34px ;
	text-decoration: none;
	color: #323232;
	margin: 0;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px solid #FFFFFF;
	background:transparent url(/images/interface/lev1-bg.gif) 0 0;
	width: 138px;

}

.lev1 li a:hover, .lev1 li a:active {
	background: transparent url(/images/interface/lev1-hover-bg.gif) no-repeat 0 0;

}

.lev1 li.hilite{
	color: #ffffff;

}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	background: transparent url(/images/interface/lev1-hilite-bg.gif) no-repeat 0 0;	color: #fff;
	border-bottom: 1px solid #FFFFFF;
	}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	color: #FFFFFF;
}



.lev1 li.hilite ul{
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;

}



.lev1 li.hilite li a:link, .lev1 li.hilite li a:visited {

float: left;
	display: block;
	font-size: 12px;
	padding: 4px 5px 4px 50px;
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: normal;
	background: #bbb url(/images/interface/arrow-lev1.gif) no-repeat 25px 4px;
/* hide from mac ie \*/
	/*height: 1%; */
line-height: 15px;
	letter-spacing: normal;
	width: 125px;
}

.lev1 li.hilite li a:hover, .lev1 li.hilite li a:active {
	background-color: #b3b3b3;
	color: #fff;
}

.lev1 li.hilite li.hilite a:link, .lev1 li.hilite li.hilite a:visited {
	color: #FFFFFF;
}







/* @end */

/* @end */

/* @group main */

#main .article, #main .article .article {
	line-height: 18px;
	background: #fff url(/images/interface/feature_body_bot.gif) no-repeat 50% 100%;
	padding: 0; 
	margin: 0 0 20px 0;
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#main h1.pagetitle, #main h1.embedtitle {
	
	color: #669999;
	margin: 0 0 10px 0; /* counteract .article padding */
	padding: 10px 0px 0 0px;
	font: bold 22px "Arial Black", impact, Verdana, sans-serif;
}

#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height: 20px;
}

/* @group tables */

#main .body table {
	border-top: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 12px;
	vertical-align: top;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;

}



/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
}

.children li {
	position: relative;
	padding: 6px 0 4px 15px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #ddd;
		background-image: url(/images/interface/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	list-style-type: none;
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font-weight: bold;
	font-size: 14px;
}

.children li .summary  {
line-height: 15px;	color: #999;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #eee;
}

.files dl dt {
	border-bottom: 1px solid #eee;
	border-top: 2px solid #fff;
}

.files dl dt.first {
	border: 1px solid #f8f0cb;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

.files dl dd {
	border: 1px solid #eee;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #a8b20d;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */

/* @group siderbar R */

/* @group sidebar article */

#sidebarR .article {
	margin: 0 -3px 10px 0;
	padding: 0px 0px; /* 1px padding to prevent margin collapse */
	font-size: 10px;
	line-height: 13px;
	color: #666;
	float: left; /* required to stop images escaping */
	width: 180px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR h1.embedtitle {
	font-family: "Arial Black",Arial,Verdana;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #336666;
	padding: 8px 18px;
	margin: 10px 0;
	background:transparent url(/images/interface/sidebarr-header.png) repeat-y;
	
}

#sidebarR .article p {
	padding: 0 18px;
	margin: 10px 0;
	font-size: 11px;
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #c2cd23;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}



#sidebarR 
div#article_231.article h1#title_231.embedtitle {
	font-family: "Arial Black",Arial,Verdana;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 18px;
	margin: 0px 0;
	background:#336666;
	
}

#sidebarR 
div#article_231.article li a.doclink, div#article_231.article li a.poplink, div#article_231.article li a.link {
	color: #336666;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px 0 15px;
	border: 0px;
	background:transparent url(/images/interface/arrow-green.gif) no-repeat;
}

#sidebarR 
div#article_231.article li a.doclink:hover, #sidebarR 
div#article_231.article li a.poplink:hover, #sidebarR 
div#article_231.article li a.link:hover{
	color: #c2cd23;
}
#sidebarR 
div#article_231.article li{
list-style-type: none;
}

/* @end */

/* @group sidebar cart */

#sidebarR p.error {
	margin: 0 0 10px 0;
	float: left; /* required to stop images escaping */
	width: 179px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #ccc;
	margin: 0 10px;
}

#footer .right {
	float: right;
	color: #666;
	margin: 0 10px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #333;
}

#footer a:link, #footer a:visited {
	color: #44535E;
	border-bottom: 1px dotted #666;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
	font-size: 14px;	
}

.sitemap li ul{
	padding: .3em 3em;
	margin: 0;
	font-size: 14px;	
}
.sitemap li li {
	padding: 2px 0 2px 15px;
	margin: 0;
	list-style-type: none;
	background:transparent url(/images/interface/arrow-green.gif) no-repeat 0 3px;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */


/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Perstain */
#perstrain{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#perstrain ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#perstrain ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#perstrain ul li a {
	text-indent: -9999px;
	overflow: hidden;
	width: 160px;
	height: 105px;
	float: left;
	margin: 0 0 0px 0;
	padding: 0px;
	display: inline;
}

#perstrain ul li.aspire a {
	background: url(/images/interface/aspire.gif) no-repeat 0px 0%;
}

#perstrain ul li.aspire a:hover{
	background: url(/images/interface/aspire.gif) no-repeat 0px -107px;
}

#perstrain ul li.align a {
	background: url(/images/interface/align.gif) no-repeat 0px 0%;
}

#perstrain ul li.align a:hover {
	background: url(/images/interface/align.gif) no-repeat 0px -107px;
}

#perstrain ul li.activate a {
	background: url(/images/interface/activate.gif) no-repeat 0px 0%;
}

#perstrain ul li.activate a:hover {
	background: url(/images/interface/activate.gif) no-repeat 0px -106px;
}

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

div#article_10.article h1{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 20px 5px 20px;
	line-height: 20px;
	margin: 0px;
}

div#article_10.article a.doclink{
	margin: 0 0 0 20px;
	text-indent: -9999px;
	background: url(/images/interface/get-in-touch.gif) no-repeat 0px 0px;
	width: 170px;
	height: 60px;
	float: left;
	
}

div#article_10.article a.doclink:hover{
	margin: 0 0 0 20px;
	text-indent: -9999px;
	background: url(/images/interface/get-in-touch.gif) no-repeat 0px -60px;

}


/* @end */

/* @group My Group */

div#main div.booking_table{

}

div#main div.booking_table tr td{
 	width: 14%;
 	padding: 5px;
 
}

div#main div.booking_table tr td b{
 	color: #899219;
 	font-weight: normal;
}
	
div#main div.booking_table tr:first-child {
	background-color: #C2CD23;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}



/* @end */
