body {
  background-color:#fff;
  color:#006;
  font-size:62.5%;
  font-family:Verdana, Helvetica, Tahoma, Arial, sans-serif;
  margin:0px;
}
/* high level styles */
a:link, a:visited, a:active, a:hover {
	color:#000066;
	font-weight:bold;
}
ul, ol, p { font-size:1.1em; }
ul, ol { line-height:1.2em; }
ol { margin-left:28px; }
ol li {
  list-style-type: decimal;
  margin:3px;
}
p {
  margin:0px 0 10px;
  line-height:1.3em;
}
small { font-size:85%; }
strong { font-weight:bold; }
em { font-style:italic; }
address { line-height:140%; margin:3px 0 6px 0; font-style:normal;}

#frame, #header {
	width:960px;
	margin:0 auto;
}
#header {
 height:40px;
 background-color:#fff;
 position:relative;
}
#logo {
	position:absolute;
	left:0;
	top:20px;
}
.mainContent {
	margin-top:15px;
	height:585px;
	background:url(../images/mainBg.jpg) top left no-repeat transparent;
	position:relative;
}
.hideOS {
	position:absolute;
	left:-9999px;	
}
h1#mainHeading {
	position:absolute;
	top:20px;
	left:70px;
	width:855px;
	height:115px;
	background:url(../images/mainHeading.png) top left no-repeat transparent;
}
h2#txt_Features {
	width:262px;
	height:17px;
	margin-bottom:15px;
	background:url(../images/txtToolkitFeatures.png) top left no-repeat transparent;
}

#toolkit {
	position:absolute;
	left:295px;
	top:165px;
	width:615px;
	background:url(../images/appIconBig.png) top left no-repeat transparent;
}
#toolkit .toolkitInfo {
	margin:8px 0 0 94px;
}
#toolkit .toolkitInfo p {
	line-height:1.4em;
}
#toolkit .toolkitFeatures {
	margin:39px 0 0 15px;
}
h3#txt_Borrowing {
	width:213px;
	height:15px;
	margin-bottom:3px;
	background:url(../images/txtBorrowingCalc.png) top left no-repeat transparent;
}
h3#txt_Repayment {
	width:172px;
	height:15px;
	margin-bottom:3px;
	background:url(../images/txtRepaymentCalc.png) top left no-repeat transparent;
}
h3#txt_Prices {
	width:105px;
	height:14px;
	margin-bottom:3px;
	background:url(../images/txtPricesSuburb.png) top left no-repeat transparent;
}
.toolkitFeatures ul li {
	padding-left: 55px;
	margin-bottom:3px;
}
.toolkitFeatures ul li.calc {
	background:url(../images/icoCalc.png) top left no-repeat transparent;
}
.toolkitFeatures ul li.price {
	background:url(../images/icoPrices.png) top left no-repeat transparent;
}
.toolkitFeatures ul li p {
	margin-bottom:13px;
	font-size:1.0em;
	color:#FFF;
}
ul.priceFeature {
	list-style-type:disc;
}
ul.priceFeature li {
	padding-left:0px;
	margin-left:12px;
	font-size:0.9em;
	color:#FFF;
}

#getApp {
	position:absolute;
	bottom:-1px;
	left:303px;
}
#getApp a.button {
	background-position:0 0;
	background-color:transparent;
	background-repeat:no-repeat;
	display:block;
	width:165px;
	height:107px;
	background-image:url(../images/btnGetApp.png);
}

#disclaimer {
	color:#999;
	margin-top:25px;
}
#disclaimer h3 {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:8px;
	font-size:.9em;
}
#disclaimer p {
	font-size:.9em;
}
#disclaimer a {
	color:#999;
}

/* tabs */
#phoneGallery {
	position:absolute;
	left:51px;
	top:196px;
}
#phoneScreen {
	height:268px;
	overflow:hidden;	
}
#phoneSlider {
	position:absolute;
	left:0px;
	bottom:-117px;
}
.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0; 
	background: none; 
}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}

/* tab nav */
.ui-tabs-nav {
	list-style: none; 
	height:15px;
}
.ui-tabs-nav li {
	background:transparent;
	float:left;
}
.ui-tabs-nav li a { 
	display:block;
	padding:0;
	height:15px;
	width:15px !important;
	margin-left:12px;
	text-decoration:none;
	background:url(../images/CarouselNav.png) -15px 0px no-repeat;
}
.ui-tabs-nav li a:hover { 
	text-decoration:none; 
}
.ui-tabs-nav li a.first,
.ui-tabs-nav li a.next { 
	margin-left:6px;
}
.ui-tabs-nav li.ui-tabs-selected { 
	background-color: transparent; 
}
.ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs-nav li.ui-state-processing a { 
	cursor: text; 
}
.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-nav li a:hover {
	background-position:-30px 0;
	background-color:#000066;
}
.ui-tabs-nav li.ui-tabs-selected a {
	background-position:-30px 0;
	background-color:#000066;
}
.ui-tabs-nav li a.prev {
	background-position:0 0;
	background-color:transparent;
}
.ui-tabs-nav li a.next {
	background-position:-45px 0;
	background-color:transparent;
}
