@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	line-height: 16px;
}

html, body {
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg_main2.jpg) no-repeat 50% 0;
	background-repeat:no-repeat;
	background-color:#FFF;
}
img {
	border:none;
}

a{
	text-decoration:none;
	color:#0067B1;
}
a:hover{
	text-decoration:none;
	color:#000;
}
h1, h2, h3, h4, h5{
	margin-top: 0px;
	margin-bottom: 5px;	
}

h4 {
	color:#0067B1;
	font-weight:bold;
}

h3.title{
	color:#f8981d;
	font-size:20px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
}
p.small{
	font-style:italic;
	font-size:10px;
}
span.sub_title{
	color:#0067B1;
	font-weight:bold;
}
#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
#container {
	position:relative; 
	z-index:1; 
	margin:0px auto 0px auto;
	width:956px;
	padding:20px 0px 0px 0px;
}
#header{
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	height:130px;
	margin-top:-20px;
	z-index:2;
}
#mainNav{
	float:left;
	width:957px;
	
}
#content{
	float:left;
	width:956px;
	margin-top:20px;
	z-index:2;
	
}
#content_left{
	float:left;
	width:266px;
	height:900px;
	margin-right:10px;
	background-image:url(../images/sign.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#content_right_win{
	float:left;
	width:670px;
}
#win_left{
	float:left;
	width:450px;
	height:400px;
	margin-top:20px;
	margin-right:20px;
	background-image:url(../images/winBg.gif);
	background-repeat:no-repeat;
}
#win_right{
	float:left;
	width:200px;
	height:400px;
	margin-top:20px;
	background-image:url(../images/logBg.gif);
	background-repeat:no-repeat;
}
#win_content{
	width:180px;
	margin-left:10px;
	margin-top:10px;
	color:#FFF;
	font-size:11px;
}
.inputBg{
	float:left;
	margin:1px 0px 0px 5px;
	width:170px;
	border:none;
	background-color:#FFF;
}
#regInput{
	float:left;
	width:180px;
	height:20px;
	margin-bottom:3px;
	background-color:#FFF;
}
.inputBg1{
	float:left;
	margin:1px 0px 0px 5px;
	width:170px;
	border:none;
	background-color:#FFF;
}
#regInput1{
	float:left;
	width:180px;
	height:50px;
	margin-bottom:3px;
	background-color:#FFF;
}
#inputPass{
	float:left;
	width:180px;
	height:20px;
	margin-bottom:3px;
	background-color:#FFF;
}
#inputPassOver{
	float:left;
	width:180px;
	height:20px;
	display:none;
	margin-bottom:4px;
	background-color:#FFF;
}
#regBtn{
	float:left;
	text-align:right;
	width:180px;
	height:23px;
	margin-top:5px;
}
.already{
	float:left;
	cursor:pointer;
}

#content_right_home{
	float:left;
	width:670px;
}
#home_pod{
	float:left;
	width:234px;
	margin-right:17px;
}
#home_pod_small{
	float:left;
	width:168px;
}
#content_right{
	float:left;
	width:670px;
	height:520px;
	background-image:url(../images/right_bg.png);
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/right_bg.png'); */
	background-repeat:no-repeat;
}
#right_txt{
	margin:20px;
	width:635px;
	height:470px;
	overflow:auto;
}
.sign_img{
	float:left;
	margin-top:20px;
	margin-left:30px;
}

#state{
	float:left;
	width:180px;
	margin-top:20px;
	margin-right:15px;
}
#suburb{
	float:left;
	width:180px;
	margin-top:20px;
	margin-right:15px;
}
#stockists{
	float:left;
	width:240px;
	height:418px;
	overflow:auto;
	margin-top:20px;
}
#stocInput{
	width:180px;
	border:0;
	border:none;
	border-color: transparent;
	background:none;
}
#result_line1{
	border-bottom:1px solid #cccccc;
	margin-top:10px;
	width:200px;
}
#result_title{
	font-size:14px;
	font-weight:bold;
}

#loading_loader{
	text-align: center;
	visibility: hidden;
	position:absolute;
	margin-left:340px;
	margin-top:230px;
}
#left_float{
	float:left;
	width: 320px;
}

#right_float{
	float:left;
	width: 260px;
	margin-left:30px;
}

#footer{
	float:left;
	width:670px;
	text-align:right;
}
a.footer{
	color:#FFF;
}
a.footer:hover{
	color:#CCC;
}

