/* --------------------------------------------------------------------------------
 * HTML
 * -------------------------------------------------------------------------------- */ 
body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.5 verdana,arial,helvetica,sans-serif; /* Resets 1em to 10px */
	color: #000;
	background: #3d3f70;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 10px 0;
}

a:link,a:visited {
	color: #000;
}

a:hover {
	color: #ccc;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form {	
	margin: 0;
	padding: 0;
}

input, select {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	border: 1px solid #7591b7;
}

/* --------------------------------------------------------------------------------
 * Layout
 * -------------------------------------------------------------------------------- */ 
#wrap {
	width: 730px;
	margin: 0 auto;
}

#header {
	width: 730px;
	height: 153px;
	background: url(images/gr_header.jpg) no-repeat 0 0;
}

body#application #header {
	height: 124px !important;
	background: #CC9900 url(images/gr_header2.jpg) no-repeat 0 0;
}

#content {
	width: 730px;
}

	body#index #content {
		background: url(images/bg_content.jpg) repeat-y 0 0;
	}
	
	body#application #content, body#privacy_policy #content {
		background: #fff;
	}

#footer {
	clear: both;
	width: 730px;
	background: #fff url(images/bg_footer.jpg) repeat-x 0 0;
}
	
/* --------------------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------------------- */ 
h1#title {
	text-indent: -9999px;
}

	body#application h1#title a, body#privacy_policy h1#title a {
			display: block;
			float: left;
			text-indent: -9999em;
			width: 335px;
			height: 120px;
	}

h2#logo {
	text-indent: -9999px;
}

/* --------------------------------------------------------------------------------
 * Content
 * -------------------------------------------------------------------------------- */ 
.intro {
	float: left;
	width: 294px;
}
	.intro h3 {
		width: 71px;
		height: 16px;
		font-size: .5em; /* For IE that adds default size */
		margin: 15px 0 10px 25px;
		background: url(images/hd_welcome.gif) no-repeat 0 0;
		text-indent: -9999em;
	}
	.intro p {
		margin: 0 25px;
		color: #fff;
	}

.notice {
	float: left;
	width: 274px;
}
	.notice h3 {
		width: 57px;
		height: 16px;
		font-size: .5em; /* For IE that adds default size */
		margin: 15px 0 10px 25px;
		background: url(images/hd_notices.gif) no-repeat 0 0;
		text-indent: -9999em;
	}
	.notice p {
		margin: 0 25px;
	}
	
	#scroller-container {
		margin-left: 25px;
	}

.login {
	float: left;
	width: 162px;
}
	.login p {
		margin: 0 15px;
	}
	
	.epan-login {
		background: #cd9934;
	}
	
	.epan-login h3 {
		width: 41px;
		height: 31px;
		font-size: .5em; /* For IE that adds default size */
		margin: 0 0 10px 15px;
		background: url(images/hd_login.gif) no-repeat 0 15px;
		text-indent: -9999em;
	}
	
	.login .access h3 {
		width: 129px;
		height: 16px;
		font-size: .5em; /* For IE that adds default size */
		margin: 15px 0 10px 15px;
		background: url(images/hd_apply_for_access.gif) no-repeat 0 0;
		text-indent: -9999em;
	}
	
	/* Login Buttons */
	.login-button {
		display: block;
		margin: 0 0 0 12px!important;
	}
	
	.e-pan a, .e-pan a:visited {
		display: block;
		width: 136px;
		height: 23px;
		text-indent: -9999em;
		background: url(images/bt_e_pan_login.gif);
	}

	.new-e-pan a, .new-e-pan a:visited {
		display: block;
		width: 136px;
		height: 23px;
		text-indent: -9999em;
		background: url(images/bt_new_e_pan_login.gif);
	}

	.application a, .application a:visited {
		display: block;
		width: 127px;
		height: 23px;
		text-indent: -9999em;
		background: url(images/bt_application_form.gif);
	}
	
	.e-pan a:hover, .new-e-pan a:hover, .application a:hover { background-position: 0 -23px; }

/* --------------------------------------------------------------------------------
 * Footer 
 * -------------------------------------------------------------------------------- */ 
.contact-details {
	padding: 62px 0 15px 25px;
	color: #3d3f70;
}

.contact-details a, .contact-details a:visited {
	color: #3d3f70;
}

.contact-details a:hover {
	color: #000;
}

.address-details {
	padding: 0 0 10px 25px;
	color: #333;
	font-size: 1em;

}

/* --------------------------------------------------------------------------------
 * News Section
 * -------------------------------------------------------------------------------- */ 
body#news {
	width: 200px; 
	margin: 0;
	padding: 0 5px 0 0;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #acbdd1;
}

/* --------------------------------------------------------------------------------
 * Application Form
 * -------------------------------------------------------------------------------- */ 
#epan-form h3, #epan-form p, #epan-form ul { margin: 0 25px; color: #333; }
#epan-form a, #epan-form a:visited { color: #3d3f70; }
#epan-form a:hover { color: #000; }

#epan-form h3 {
	background: url(images/hd_epan_account_app.gif) no-repeat 0 25px;
	padding: 40px 0 0 0;
	text-indent: -9999em;	
	font-size: 0;
}

.content-title {
	padding: 15px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #4d6b95 !important;
}

ul.note {
	padding-bottom: 15px;
	font-size: 1.1em;
}

ul.note li {
	background: url(images/gr_bullet.gif) no-repeat 0 6px;;
	padding: 0 0 0 15px;
	line-height: 18px;
}

.post-address {
	magin-left: 40px !important;
} 

#application-form label {
	display: block;
}

.street-info {
	padding-top: 15px;
	color: #3d3f70 !important;
}

em {
	color: #3d3f70 !important;
}

p.ic-account_name {
	width: 235px;
	float: left;
	margin: 0!important;
	padding-left: 25px;
}

.ic-suburb {
	width: 180px;
	float: left;
	margin: 0!important;
	padding-left: 25px;
}

.ic-state {
	width: 205px;
	float: left;
	margin: 0!important;
}

/* textbox input */
#name, 
#principal, 
#street, 
#phone, 
#email, 
#fax			{ width: 270px; }

#pan,
#account_name,
#trading,
#abn 			{ width: 215px; }

#suburb 		{ width: 160px; }
#state 			{ width: 185px; } 
#postcode 		{ width: 100px; }

#buyer,
#staff,
#sales			{ width: 55px; }

/*submit button*/
input#submit {
	border: 0;
}

/*terms*/
body#terms {
	width: 650px; 
	margin: 0;
	padding: 0 5px 0 0;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color: #fff;
}

body#application #scroller-container {
	 border: 1px solid #7591b7;
	 margin-right: 23px;
	 border-right: 0;
}

body#terms ul {
	font-size: 1.1em;
}

body#terms ul li {
	margin-bottom: 10px;
}

/* Thank you page */
#thankyou-page {
	padding: 25px 0 300px 0;
}

.error {
	color: #ff0000!important;;
	font-weight: bold;
}
	
/* --------------------------------------------------------------------------------
 * Privacy Policy
 * -------------------------------------------------------------------------------- */ 
body#privacy_policy #content {
	padding-top: 25px;	
}

body#privacy_policy p {
	margin: 0 25px;
}

body#privacy_policy ul {
	font-size: 1.1em;
	margin: 0 25px 10px 35px;
}

body#privacy_policy li {
	background: url(images/gr_bullet.gif) no-repeat 0 6px;;
	padding: 0 0 0 15px;
	line-height: 18px;
}

/* --------------------------------------------------------------------------------
 * Extras
 * -------------------------------------------------------------------------------- */ 
.clearer {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height:0;
	font-size: 0;
}

.divider {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #fff;
}

.divider-blue {
	margin: 5px 25px 0 25px;
	padding: 0;
	border-top: 1px solid #7591b7;
}

.textformErrorMsg
{
	color: #cc3333!important;
	font-weight: bold;
	font-size: 11px;
}

