/*
	Desc: hostplus.com.au Screen Style Sheet
	Author: clickDM
=== === === === === === === === === === */

/* COLOURS
=== === === === === === === === === === *

	List of colours and hex values used:
	
	yellow: FDB813
	light grey: CFD4D8
	dark grey: 949383
	
*/

* /* Global reset removes default styling added by browsers */ { 
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-family: inherit;
	color: inherit;
}

:focus {
	outline: none;
}

/* STRUCTURE
=== === === === === === === === === === */

html {
	min-height: 100%;
	height: auto;
	font-size: 100%; /* for font scaling consistency in ie6 */
}

body {
	text-align: center; /* for center aligning container in ie6 */
	color: #333; /* default font colour */
	font: 62.5%/1.8em arial, sans-serif; /* resets default font size to 10px (so 1.0em = 10px) and sets leading at 26px */
	background-color: #97BE0D;
}

/* COMMON
=== === === === === === === === === === */

h1 {
	font-size: 2.6em; /* be careful when setting font-size higher than the default line-height, wrapped lines may overlap */
	margin-top: .346em; /* vertical spacing for elements should be a sum of the line-height to give 'vertical rythym' */
	margin-bottom: .692em;
	line-height: 1.05em;
	color: #F9A01B;
	display: block;
}

h2 {
	font-size: 3.2em;
	color: #77014F;
	padding-top: 8px;
	
}

h3 {
	font-size: 1.8em;
	padding-top: 9px;
	margin-bottom: .55em;
	color: #77014F;
}

h4 {
	font-size: 2.6em;
	margin-bottom: 0.524em;
	color: #77014F;
	padding-top: 8px;
}

h5 {
	font-size: 1.6em;
	margin-top: 0.525em;
	font-weight: bold;
	padding-left: 15px;
}

h6 {
	font-size: 1.3em;
	margin-top: 0.525em;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 40px;
}

#entry p,
#entry td {
	font-size: 1.3em;
}

#entry p {
	padding-bottom: .692em; 
	text-align: left;
}

#entry br {
	margin-bottom: .692em;
}

.caption {
	margin-bottom: 1.8em;
}

#entry ul {
	list-style: square;
	margin-bottom: 1.8em;
	padding-left: 20px;
}

#entry ul li {
	font-size: 1.3em;

}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	font-family: "lucida grande", "Lucida Sans Unicode", sans-serif;
	font-style: normal;
	line-height: 0em;
	font-size: 9px;
}

blockquote {
	color: #666;
	font-style: italic;
	font-size: 1.8em;
	padding-bottom: 1em;
	line-height: 1.222em;
}

cite {
	font-family: Helvetica, sans-serif !important;
	font-size: .722em;
	color: #AAA;
	
}

#entry p a,
#entry p a:link {	
	font-weight: bold;
	color: #80125b;
}

#entry a,
#entry a:link {	
	color: #333333;
}

#entry p a:hover,
a:hover {
	color: #F9A01B;
}


a,
a:link {	
	color: #333333;
}

a:visited {
	color: #666;
}

.grey {
	color: #333 !important;
	font-style: normal !important;
}

li.first {
	border-top: 0 !important;
}

li.last {
	border-bottom: 0 !important;
}

.download li a,
.download li a:link {
	font-weight: bold;
	color: #80125b !important;
}

.download li a:hover {
	color: #333 !important;
}

.fineprint {
	font-size: 10px !important;
	line-height: 13px;
	margin-top: 9px;
}

/* STRUCTURE
=== === === === === === === === === === */

#page {
	width: 960px; /* set for 1024x768 resolution, easily divided into 4 columns of 220px +16px space on all sides*/
	margin: 0 auto; /* center aligns container */
	overflow: hidden;
	background: transparent url(images/page-bg.png) 0 0 no-repeat;
}

#header {
	width: 960px;
	overflow: hidden;
}

#header .container {
	width: 780px;
	margin: 0 auto;
	overflow:visible;
}

#header .wide {
	width: 650px;
}

#logo {
	margin-left: 90px;
	margin-top: 0;
	margin-right: 20px;
	float:left;
}

#login {
	overflow: hidden;
}

#login ul {
	float: right;
}

#login li {
	font-size: 11px;
	list-style: none; 
	float:left;
	padding: 0 10px;
	border-right: 1px #BBB solid;
}

#login li a {
	color: #BBB;
}

#login li a:hover {
	color: #333;
}

#login .last {
	border: none;
	padding-right: 0;
}


#navigation {
	width: 620px;
	display: block;
	background: transparent url(images/navigation.png) 0 0 no-repeat;
	float: left;
	height: 28px;
	overflow: hidden;
	margin-top: 75px;
}

#kachingLogo {
	padding-top: 10px;
	position: relative;
	z-index: 100;
	left: 30px;
}


#content {
	margin: 20px auto 0 auto;
	width: 780px;
	background: url(images/content-BG.jpg) 0 top no-repeat;
	overflow: hidden;
	z-index: 0;
	margin-top: -85px;
	position: relative;
}

#content .top {
	height: 10px;
	display: block;
	background: url(images/content-ends.png) 0 0 no-repeat;
	overflow: hidden;
}

#content .container {
	background: url(images/content-BG.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#content .bottom {
	height: 10px;
	display: block;
	background: url(images/content-ends.png) 0 -10px no-repeat;
	overflow: hidden;
}

#feature {
	display: block;
	z-index: 1;
	position: relative;
	
}

#nofeature {
	display: block;
	background: transparent url() 0 0 no-repeat;
}

#footer {
	width: 960px;
	background: #97BE0D url(images/container-bg.png) 0 bottom no-repeat;
	overflow: hidden;
	margin: 40px auto 0 auto; /* center aligns container */
	padding-bottom: 40px;
}

#footer .container {
	margin: 0 auto;
	width: 780px;
}

a.button {
	line-height: 26px;
	height: 20px;
}

.button {
	padding: 3px 10px;
	background: #AD6795	url(images/button-BG.png) 0 0 repeat-x;
	font-size:13px;
	border: 1px solid #AD6795;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color:#FFF !important;
	font-weight: bold;
	cursor: pointer;
}

.button:hover {
	background: #AD6795 url(images/button-BG.png) 0 -26px repeat-x;
}

.button:focus {
	background: #AD6795 url(images/button-BG.png) 0 -52px repeat-x;
}

.left {
	float: left !important;
}

.clear {
	clear:both;
}

.right{
	float: right !important;
	margin-left: 15px; 
}

/* entry */

#entry {
	overflow: hidden;
	display: block;
	width: 610px;
	padding-left: 160px;
	z-index: 3;
	position: relative;
}

.feature {
	margin-top: -180px;
}

#entry .top {
	height: 18px;
	display: block;
	background: transparent url(images/entry-ends.png) 0 0 no-repeat;
}

#entry .bottom {
	padding: 0;
	height: 18px;
	display: block;
	background: transparent url(images/entry-ends.png) 0 bottom no-repeat;
}


#home #entry .container{
	padding: 10px 30px 20px 30px;
}

#entry .container {
	padding: 10px 40px 20px 40px;
	background: transparent url(images/entry-BG.png) 0 0 repeat-y;
}


.inside {
	width: 607px !important;
	float: right;
	margin-top: 310px;
	overflow: hidden;

}

/* search */

#search {
	float: right;
	height: 24px;
	position: relative;
	width: 175px;
}

#search .icon {
	height: 22px;
	width: 20px;
	position:absolute;
	left:0;
	top:3px;
	background: transparent url(images/search-icon.png) 0 0 no-repeat;
}

#search .capLeft {	
	display:block;
	height:22px;
	position:absolute;
	left:20px;
	top:3px;
	width:5px;
	background: transparent url(images/search-in.png) 0 0 no-repeat;
}

#search .input {
	color: #88929b;
	font-size: 12px;
	height: 18px;
	position:absolute;
	padding: 4px 0 0 0;
	right:10px;
	top:3px;
	width: 140px;
	background: transparent url(images/search-bg.png) 0 0 repeat-x;
}

#search .input:focus {
	color: #48545e;
}

#search .capRight {	
	display:block;
	height:22px;
	position:absolute;
	right:5px;
	top:3px;
	width:5px;
	background: transparent url(images/search-out.png) top right no-repeat;
}

.column {
	float: left;
}

.thin {
	width: 80px;
}

.narrow {
	width: 120px;
	height: 256px;
	margin-right: 18px;
	padding: 8px 8px 0 8px;
	float:left;
}

.steps {
	overflow: hidden;
}

.steps .narrow {
	width: 149px;
	padding: 0 10px 0 0;
	margin-left: 22px;
	height: auto;
	margin-right: 0;
}

.number {
	font-size: 20px;
	float: left;
	font-weight: bold;
	margin-left: -22px;
	margin-top: 2px;
	color: #77014F;
}

.wide {
	width: 780px;
}


#boxes {
	height: 226px;
	display: block;
	margin-bottom: 14px;
	margin-top: 24px;
	margin-left: 90px;
	display: block;
	float:left;
}

.content {
	padding-top: 20px;
}

/* form */


#register {
	overflow: hidden;
	background: transparent url(images/contentFade-bot.png) 0 bottom no-repeat;
	display: block;
	width: 610px;
}

fieldset {
	overflow: hidden;
	display: block;
	border-bottom: 1px #BB80A7 solid;
	padding-bottom: 9px;
	padding-top: 18px;
}

fieldset p {
	overflow: hidden;
	padding-bottom: 5px !important;
	clear: both;
}

fieldset p.book {
	overflow: visible;
	margin-right: 80px;
	clear:both;
	position: relative;

}

p .field {
	padding-bottom: 0 !important;
}

.field {
	height: 26px;
	width: 330px;
	float: left;
	position: relative;
	padding-bottom: 9px !important;
}

.field .selectList {
	color: #333;
	font-size: 13px !important;
	width: 120px;
	height: 20px;
}


.field .capLeft {	
	height: 26px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	background: transparent url(images/field-in.png) 0 0 no-repeat;
}

.field .textInput {
	height: 22px;
	color: #333;
	font-size: 13px !important;
	position:absolute;
	padding: 4px 0 0 0;
	right:5px;
	top:0px;
	width: 320px;
	background: transparent url(images/field-bg.png) 0 0 repeat-x;
}

.field .capRight {	
	height: 26px;
	position:absolute;
	right:0;
	top:0px;
	width:5px;
	display: block;
	background: transparent url(images/field-out.png) top right no-repeat;
}

.field .textAreaTop {
	margin-top: 4px;
	display: block;
	background: transparent url(images/textArea-top.png) 0 0 no-repeat;
}


.field .textArea {
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 13px !important;
	width: 320px;
	background: transparent url(images/textArea-BG.png) 0 0 repeat-y;
	overflow: hidden;
	padding: 0 5px;
	margin: 4px 0;
}

.field .textAreaBottom {
	margin-bottom: 9px;
	display: block;
	background: transparent url(images/textArea-bottom.png) 0 bottom no-repeat; 
}

.noWidth {
	width: 330px;
	height: auto;
	margin-bottom: 4px;
}

.noHeight {
	height: auto;
}

.noMargin {
	position: relative;
	margin-right: 25px;
	margin-bottom: 10px;
}

.outsideMargin {
	margin-left: -120px;
}

.padLeft {
	padding-left: 120px;
}


span.indent  {
	padding-left: 120px;
	padding-right: 80px;
	margin: 0;
	padding-bottom: 9px !important;
	height: auto !important;
	font-size: 12px;
}

.checkBoxLabel {
	width: 230px;
	font-size: 13px;
	float: left;
}

.indent {
	margin-left: 120px;
	margin-right: 80px;
	clear:both;
	position: relative;
	overflow: hidden;
}

.extra {
	padding-left:275px !important;
}

p.indent {
	padding-bottom: 9px !important;
}

.button.indent {
	margin-top: 18px;

}

label {
	height: 21px;
	width: 120px;
	display:block;
	padding-top: 5px;
	float: left;
	font-size: 13px !important;
}

.width60 {
	width: 60px !important; 
}

.width65 {
	width: 65px !important;
	padding-right: 5px !important;
}

.width45 {
	position: relative;
	width: 65px !important;
	padding-left: 20px !important;
}

.checkBox {
	padding-left: 10px;
	float: left;
	width: 90px;
}

.checkBox label {
	font-size: 13px !important;
	padding-left: 5px;
	width: auto;
	float: none;
	display: inline;
	font-weight: bold;
}

.ErrorMsg {
	color: red;
	font-size: 12px;
}

/* footer  */

#footerstrip {
	width: 830px;
	background: transparent url(images/footer_BG.png) -160px 0 no-repeat;
	overflow: hidden;
	float: left;
	list-style: none;
	height: 245px;
}

#footerstrip li {
	height: 150px;
	display: block;
	width: 160px;
	float: left;
}

#footerstrip li.lastitem {
	height: 150px;
	display: block;
	width: 140px !important;
	float: left;
}

#footerstrip li a {
	height: 150px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#footerstrip li a:hover {
	background: transparent url(images/footer_BG.png) 0 0 no-repeat;
}

#footerstrip li a span {
	width: 120px !important;
	position: relative;
	top:10px;
	left: 10px;
	float: left;
	display: block;
}

#footerstrip .icon {
	position: relative;
	bottom: 60px;
	left:90px;
	display: block;
	width: 40px;
	height: 40px;
}

#footerstrip .iconBarefoot {
	position: relative;
	bottom: 130px;
	left:15px;
	display: block;
	width: 120px;
	height: 120px;
}

#footerstrip #meet {
	background: transparent url(Images/icon_meet.png) 0 0 no-repeat;
}

#footerstrip #brilliance {
	background: transparent url(Images/icon_brilliance.png) 0 0 no-repeat;
}

#footerstrip #bondage {
	background: transparent url(Images/icon_bondage.png) 0 0 no-repeat;
}

#footerstrip #ikaching {
	background: transparent url(Images/icon_iKaching.png) 0 0 no-repeat;
}

#footerstrip #barefootinaction {
	background: transparent url(Images/icon_barefoot.png) 0 0 no-repeat;
}

.header  {
	font-size: 1.8em !important;
	color: #fbb813 !important;
}

.text  {
	font-size: 1.2em !important;
	color: #fff !important;
}

