html {
	margin: 0;
	padding: 0;
}
body {
	background: #f7f9ec url(../img/background.png) repeat-x top;
	font-family: Tahoma, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
div, form, input, label, p, h1, h2, h3, h4, ul, ol, li, dl {
	text-align: left;
	padding: 0;
	margin: 0;
}
h1 {font-size: 2.4em}
h2 {font-size: 2.1em}
h3 {font-size: 1.6em}
h4 {font-size: 1.4em}
input {
	vertical-align: middle;
}
input, textarea, select {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 1px 3px 0px;
}
input[type=hidden] {display:none !important}
form p {
	margin-bottom: 3px;
}
small, ul, ol, li {
	font-size: 1em;
}
ol, li {
	margin-left: 1em;
}
dt {
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #393;
}
a img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
	a:link {
		color: #f00;
	}

	a:visited {
		color: #d00;
	}

	a:hover {
		color: #800;
		text-decoration: underline;
	}
a.valid:link, a.valid:visited {
	color: #966;
}
a.valid:hover {
	color: #300;
	text-decoration: none;
}

.center {
	text-align: center;
}

.column {
	float: left;
	margin-right: -100%;
	width: 248px;
}
.cleared:after {
	overflow: hidden;
	content: '_';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header {
	width: 80%;
	min-width: 760px;
	margin: 0 auto;
	background: url(../img/ausphil.png) no-repeat top left;
}
	#header #nav {
		height: 115px;
		background: url(../img/cube.png) no-repeat top right;
	}
		#nav ul {
			margin: 0;
			position: relative;
			top: 67px;
			height: 25px;
			background: url(../img/tab_inactive.png) no-repeat left;
			padding-left: 2px;
		}
		#nav li {
			display: block;
			float: left;
			height: 25px;
			line-height: 25px;
			margin: 0;
			background: url(../img/tab_inactive.png) no-repeat right;
			font-size: 1.1em;
			padding: 0 15px;
			text-align: center;
			text-transform: uppercase;
		}
		#nav li.active {
			background: url(../img/tab_active.png) no-repeat right;
		}
		#nav li a {
			color: #fff;
		}
		#nav li.active a {
			color: #9fe;
		}
		#nav li a:hover {
			color: #6fd;
			text-decoration: none;
		}

#content {
	text-align: center;
    min-height: 480px;
}
	#wrap {
		min-width: 760px;
		width: 80%;
		margin: 0 auto;
		height: 220px;
		background: #458069 url(../img/subhead_tile.png) repeat-x top;
	}
	#subhead {
		padding: 0 250px 0 0;
	}
		#slogan {
			float: left;
			width: 100%;
			height: 200px;
			padding-top: 15px;
			background: url(../img/subhead_bg.png) no-repeat 50% 0;
			text-align: center;
		}
		#s_wrap {
			margin: auto;
			width: 46em;
		}
		#slogan h1, #slogan h2, #slogan h3, #slogan h4 
		{
			color: #fff;
			text-align: center;
			font-weight: bold;
			margin-bottom: 5px;
			white-space: nowrap;
		}
		#slogan h1 {
			font-size: 2.1em;
			color: #ffc;
		}
		#slogan h1, #slogan ul {
			margin-bottom: 5px;
		}
		#slogan h2 
		{
			font-size: 1.8em;
		}
		#slogan h3
		{
			font-size: 1.6em;
			font-weight: normal;
		}
		#slogan h4
		{
			font-size: 1.4em;
			text-align: left;
			color: #554;
			margin: 0;
		}
		#slogan li {
			font-size: 1.4em;
			color: #554;
			padding-left: 0.3em;
		}
		#slogan ul {
			list-style: disc url(../img/bullet.png);
			margin-bottom: 10px;
		}
		#subhead .column {
			background: #ecefd1;
			height: 220px;
			border-left: 2px groove #e8ebcc;
		}
		#subhead .block {
			float: left;
			color: #444;
			width: 100%;
			margin-bottom: 5px;
		}
			#subhead .block .block_head {
				background: url(../img/block_head_tile.png) repeat-x top;
				height: 35px;
			}
				#subhead .block .block_head h2 {
					background: url(../img/block_head_bg.png) no-repeat top left;
					padding: 0 5px;
					height: 35px;
					line-height: 35px;
					text-transform: uppercase;
					text-align: center;
					font-size: 1.1em;
					white-space: nowrap;
				}
				#subhead .block .block_head h2 small {
					text-transform: none;
					font-weight: normal;
					padding: 0 5px;
					color: #000;
				}
				#subhead .block .block_head h2 img {
					vertical-align: middle;
					margin-top: -5px; 
				}
				#subhead .block .block_head h2 strong {
					font-weight: bold;
					font-size: 1.4em;
					vertical-align: -2px;
					padding: 0 3px;
				}
			#subhead .block .block_body {
				margin: 0;
				padding: 5px 10px;
				font-size: 1.1em;
			}

		#subhead form {
			float: left;
			width: 100%;
		}
		#frm_login label {
			display: block;
			float: left;
			clear: left;
			width: 60px;
			height: 18px;
			line-height: 18px;
			margin: 0 0 3px;
			font-size: 1em;
		}
		#frm_login input {
			height: 17px;
			width: 160px;
			border: 1px solid #999;
			display: block;
			float: left;
			margin: 0 0 3px;
		}
		input#login {
			width: 92px;
			height: 25px;
			border: 0;
			float: none;
			clear: both;
			margin: 0 auto;
		}
		#calculator input, #calculator label {
			display: inline-block;
			width: 30px;
			height: 20px;
			line-height: 20px;
			float: left;
			text-align: center;
			margin: 0 1px;
		}
		#calculator input {
			border: 1px solid #999;
			width: 45px;
			text-align: right;
			padding: 0 3px;
		}
		#peso { width: 58px; }
		#note {
			float: left;
			font-size: 0.9em;
			line-height: 1em;
			margin-top: 5px;
			text-indent: -1em;
			padding-left: 1em;
			padding-bottom: 0.5em;
		}
		#calculator #convert {
			width: 30px;
			margin-right: 3px;
			border: 0;
		}
		#calc-form {display:none}
		#calc-toggle {text-align: center; padding-top: 0.25em !important}
		#calc-toggle img {cursor: pointer}
	#main {
		min-width: 760px;
		width: 80%;
		margin: 0 auto 20px;
		background: #fff;
	}
		#main_content {
			padding: 1em 2em;
			margin: 0 1em 1em;
			background: url(../img/gradient_blue.png) repeat-x bottom;
		}
		#main_content h1 {
			font-size: 2.1em;
			margin: 0.5em 0;
			padding: 3px 10px;
			color: #458069;
			border-bottom: thin solid #458069;
		}
		#main_content p {
			font-size: 1.2em;
			line-height: 1.6em;
			letter-spacing: 1px;
			margin: 0.5em 0 1em;
			padding: 0 10px;
		}
		#main_content ol {
			font-size: 1.2em;
		}
		#main_content li.odd {
			background: #ffe;
		}
		#main_content ol li {
			margin: 1em 0 1em 2em;
			font-size: 1em;
			line-height: 1.4em;
			letter-spacing: 1px;
		}
		#main_content li p {
			font-size: 1em;
			margin-left: 0;
		}
		#main_content li li {
			margin-top: 0;
			margin-bottom: 0;
		}
		#main_content li ul {
			margin-bottom: 1em;
		}
		#main_content dl {
			margin: 1em 0 0 5em;
			font-size: 1em;
		}
		#main dt {
			width: 12em;
			line-height: 1.1em;
		}
		#main dd {
			position: relative;
			top: -1em;
			margin-left: 13em;
			line-height: 1em;
		}

	#main_wrap {
		padding: 0 250px 20px 20px;
		font-size: 1.2em;
	}
		#main_wrap .column {
			text-align: center;
			font-size: 0.8em;
		}
		#ads {
			float: left;
			width: 100%;
		}
		#ads h1 {
			font-size: 1.7em;
			margin: 15px 0;
			border-bottom: 1px solid #000;
		}
		#main_wrap p {
			line-height: 1.4em;
			letter-spacing: 1px;
			margin-bottom: 1em;
		}
.block .block_body p {
	margin: 3px 0 2px;
}
		#main .block {
			background: #ebebeb url(../img/block_bg.png) repeat bottom right;
			padding-right: 15px;
			font-size: 1.1em;
			width: 200px;
			color: #444;
			margin: 0 auto;
		}
			#main .block .block_head {
				background: url(../img/block_bg.png) no-repeat top right;
				margin-right: -15px;
				padding-right: 30px;
			}
				#main .block .block_head h2 {
					background: url(../img/block_bg.png) no-repeat top left;
					padding: 10px;
					font-size: 1.2em;
					font-variant: small-caps;
					text-transform: capitalize;
				}
			#main .block .block_body {
				background: url(../img/block_bg.png) repeat bottom left;
				font-size: 1em;
				padding: 5px 15px 15px;
			}
			#main .block .block_body dt {
				width: 6em;
			}
			#main .block .block_body dd {
				margin-left: 8em;
			}

			#main .register {
				width: 55% !important;
				float: left;
				margin: 0;
				margin-left: 25%;
			}
			#main .register p {
				font-size: 1em;
				line-height: 1.2em;
				padding: 0;
			}
			.register label {
				display: inline-block;
				float: left;
				clear: both;
				width: 13em;
				height: 18px;
				line-height: 18px;
				margin: 0 0 3px;
				font-size: 1em;
				text-align: right;
			}
            .register input.text {
				width: 50%;
				border: 1px solid #999;
            }
            .register .id-text {
                clear:both;
                margin: 5px;
                padding: 5px 0;
            }
			.register input, .register select, .register textarea {
				display: inline-block;
				float: left;
				margin: 0 0 3px 10px;
			}
			.register input {
				height: 17px;
			}
			.register select {
				height: 19px;
			}
	.register select, #sender_postcode {
		width: 9em !important;
	}
.thumb {
	width: 49%;
	float: left;
	text-align: center;
}
#footer {
	border-top: 1px solid #aba;
	background: #d9e8e2 url(../img/gradient_gray.png) repeat-x bottom;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: -10px;
	padding: 10px;
}
#footer p {
	min-width: 760px;
	width: 80%;
	margin: 10px auto;
	font-size: 1em;
	text-align: left;
}

#signup, #login_form, #m_id, #reg_form {
	display: none;
}

#promo 
{
	padding: 2em 4em;
	background: url(../img/gradient_blue.png) repeat-x bottom;
	border-bottom: 2px solid #eea;
}
#promo h2
{
	font-weight: bold;
	font-size: 1.6em;
	color: #458069;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eeb;
}
#promo h2 a
{
	font-size: 0.86em;
}
#promo li
{
	margin: 1em 0;
	list-style: none;
	font-size: 1.4em;
	color: #555;
}
#promo h4
{
	font-weight: bold;
	font-size: 1.2em;
	color: #458069;
	margin:0;line-height:1;text-align:center
}
#blurb 
{
	padding: 1em 2em 0.5em;
	margin: 1em 2em 2em;
	border-bottom: 1px solid #e2e2e2;
}
#blurb h1
{
	font-size: 2.4em;
	border-bottom: 2px solid #ccc;
	padding-bottom: 0.25em;
	color: #666;
}
#blurb p
{
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0.75em 0;
}
#findout h2
{
	font-size: 2.1em;
	margin: 0.5em 0;
	color: #666;
}

/* list form styles */
.list-form * {letter-spacing:0 !important; line-height:1 !important}
.list-form {float:left}
.list-form label, .list-form .label {float:left; line-height:1.5; margin-right: 0.5em; padding-top:4px; width: 10em}
.list-form label.checkbox {font-weight: normal; float: none; margin: 0; width:auto}
.list-form .hint {font-size: 1em}
.list-form li {clear:both; font-size: 1.4em; list-style: none; margin:0.25em 0 !important; padding:0.25em 2em}
.list-form li.actions {text-align: center; margin-top:1em}
.list-form .errors {margin:0 0 0 10.5em !important; padding: 0; font-size: 1em; color:#666}
.list-form .errors li {list-style: square outside; margin: 0.25em 0 0.25em 1.25em !important; padding: 0; font-size:1em}
.list-form .text, .list-form input[type=text], .list-form textarea, .list-form .value {width: 20em}
.list-form .value {margin-left:10.5em;}
.list-form textarea {height: 10em}
.list-form .group {background: #e6e6e6; padding:0.5em; font-weight:bold}
.list-form .group li {font-size: 1em}
.list-form .group .errors li {margin-left: 2em}
.date-part {float:left; text-align:center; margin:0 1em 1em 0}
.date-part label {float:none; margin:0}
/* used by js validator */
.list-form .error {background-color: #fdd}
.list-form .error label {color: #f00}
.list-form .button {padding:0.25em 1em; text-align:center}
.message {color:#f33; text-align:center}

#agent-agreement {width: 30em; height: 10em; overflow:auto; margin:0 auto; background:#fff; padding:0.5em 1em; border:1px inset #ccc}
#agent-agreement ol {margin:0; padding:0; padding-left:2em; font-size:1em}
#agent-agreement p {padding:0; line-height:1.2 !important}
.list-form #agent-agreement ol li {list-style:decimal outside; padding:0; line-height:1.2 !important}
.required:before {content:'* '; font-weight:bold; color:#393}


