/*
-----------------------------------------------
MYOB Website

author: Ryan O'Connell
studio:	hothouse interactive
website:www.hothouse.com.au
email: 	info@hothouse.com.au
----------------------------------------------- */

/*
begin copyright
-----------------------------------------------

   Copyright Hothouse Interactive
   :: www.hothouse.com.au ::
   Unauthorised modification / use is a 
   criminal offence, and will be prosecuted 
   to the fullest extent permitted by law.
   All Rights Reserved
 
end copyright 
----------------------------------------------- */
@import url("standard.css");
@import url("nav.css");
@import url("elements.css");
@import url("layout.css");


html {
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #D2CDC2;
	color: #666660;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: x-small;
	voice-family: "\"}\"";  /* IE hack */
	voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;} /* be nice to Opera */

.container_main {
	background:none;
	min-width:0;
	width:90%;
	margin: 0px 5px 0px auto;
	font-size:90%;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	width:90%; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	height:100%;
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	width:90%;
	min-height: 100%; 
	height: auto;
} html>body .container_main { width:90%; min-height: 100%; height: auto;  }  /* For browsers that also couldn't see the correction but use the correct box model */

.container_content {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	background-color: #FFFFFF;
	line-height: normal; /* IE 6 Peekaboo bug hack */
	height:1%; /* IE 6 Peekaboo bug hack */
	width:100%;
}

.container_header .container_col_left {
	width:auto;
	height:auto;
}
.container_header .container_col_right {
		display:none;
}
.header_tools {
	display:none;
}
.nav {
	display:none;
}
.nav_sub {
	display:none;
}
.container_feature {
	display:none;
}
.container_login {
	display:none;
}
.container_col_left {
	width:100%;
}
.container_col_right {
	display:none;
}
.col_two {
	background:none;
	height:auto;
}
.col_one {
	background:none;
}
.container_sideTemplateBG {
	background:none;
}
.col_menu {
	display:none;
}
.col_product {
width:93%;
}
.container_leftBorder {
	background:none;
	padding:0 0 0 0;
}

.oneColPage_col {
	padding:0 0 0 0;
	background:none;
}
.bgWhite {
	background-color:none;
}
.container_footer {
   display:none;
}

table {
    float:left;
	border-spacing: 0px;
	margin: 0;
	width:100%;
	font-size:100%;
}


