@charset "utf-8";/*---------------------------------------CSS Document (c) copyright Gazal/is 676 Warrigal Rd Oakleigh South 3167 Meblourne Vic 03 9570 8065 ;) http://www.gazalis.com.au (do not copy/remove copyright) ---------------------------------------*/
@import url(typography.css);
@import url(nav.css);
@import url(flow.css);
@import url(flowv.css);
* {
	padding:0;
	margin:0;
}
html, body {
	background:#140b06 url(../_img/patbg.gif);
	font:normal 100% Tahoma, Geneva, sans-serif;
	height:100%;
	color:#ae9c8b;
	width:100%;
}
#w {
	width:927px;
	margin:0 auto;
	position:relative;
	min-height:90%;
}
#h {
	width:927px;
	position:relative;
	height:80px;
	border-bottom:2px dotted #2e2727;
	margin:0 0 20px 0;
}
#hc {
	width:835px;
	height:520px;
	float:left;
	clear:both;
}
.logo {
	background:url(../_img/logo.jpg) no-repeat;
	width:90px;
	height:113px;
	position:absolute;
	z-index:11;
	left:302px;
	top:310px;
	border:3px solid #000;
}
.brown {
	filter:alpha(opacity=30);
	opacity:0.3;
	background:#2f1704;
	border:3px solid #2e2727;
	width:835px;
	height:472px;
	position:absolute;
	z-index:0;
	right:0;
	top:120px;
}
.black {
	background:#000;
	width:311px;
	height:285px;
	position:absolute;
	z-index:2;
	left:100px;
	top:227px;
}
.mtitle {
	position:absolute;
	left:415px;
	z-index:1;
	top:210px;
	background:url(../_img/title.png) no-repeat;
	width:304px;
	height:302px;
}
.mdesc {
	position:absolute;
	top:185px;
	left:25px
}
.mdesc p {
	font-size:.8em;
	padding:0 0 10px 0;
}
.mdesc span {
	padding:0 0 0 20px;
	display:inline;
}
#f {
	width:927px;
	height:20px;
	border-top:2px dotted #2e2727;
	clear:both;
	float:left;
	margin:30px 0;
}
#box1 {
	position:absolute;
}
.mask {
	position:relative;
	width:338px;
	height:507px;
	overflow:hidden;
	z-index:10;
	border:1px solid #84ada9;
	padding:3px;
	background:#3d3937;
}
.mask img {
	position:absolute;
	display:block;
	border:none;
}
#ipage .mask {
	border:1px solid #84ada9;
	padding:3px;
	background:#3d3937;
	float:left;
	clear:both;
	margin:0 10px 0 0;
	width:308px;
	height:252px;
}
#ipage .mask img {
	border:none;
	padding:0;
}
strong {
	color:#fff;
}
#ipage .logo {
	width:90px;
	height:113px;
	position:absolute;
	z-index:11;
	left:35px;
	top:483px;
	border:3px solid #000;
	border-bottom:none;
}
.shop {
	width:800px;
	height:449px;
	position:absolute;
	z-index:2;
	left:100px;
	top:135px;
}
.shop img {
	border:1px solid #84ada9;
	padding:3px;
	background:#3d3937;
	float:left;
	clear:both;
	margin:0 10px 0 0;
	width:308px;
	height:252px;
}
.sdesc, .pdesc {
	font-size:.8em;
	border-left:1px solid #3d3937;
	display:block;
	width:450px;
	float:right;
	padding:0 10px
}
.pdesc {
	width:755px;
	overflow:auto;
	height:410px;
	border:none;
	float:left;
	margin:0 35px
}
.conc {
	float:left;
	clear:both;
	width:240px;
	padding:20px 0 0 0;
}
.conc2 {
	float:left;
	clear:both;
	width:330px;
	padding:20px 0 0 0;
}
ol {
	padding:0 10px;
}
ol li {
	list-style:square inside;
	color:#fff;
	padding:0 0 10px 0
}
form {
	padding:0;
	margin:0;
	float:right;
}
form fieldset {
	width:400px;
	display:block;
	margin:0 0 20px 0;
	border:1px solid #2e2727;
	padding:10px;
	clear:both;
}
form legend {
	font-size:1em;
	font-weight:bold;
	margin:0 0 10px 0;
	background:none;
	color:#dec76c;
	padding:6px 6px 0 6px;
	text-transform:capitalize;
}
* html form legend {
	border:none;
	margin:5px 0;
	padding:10px;
}
form label {
	display:block;
	font-size:.9em;
	float:left;
	width:150px;
	text-align:right;
	margin:0 0 10px 0;
	clear:both;
	padding:3px;
	border-bottom:1px solid #2e2727;
	clear:both;
	color:#fff;
}
label b {
	color:#FF0000;
}
form input {
	margin:0 0 10px 5px;
	float:left;
	border:none;
	border-bottom:1px dotted #a7897b;
	background:#3d3937;
	padding:2px;
	width:200px;
	color:#c6c5c5;
}
form select {
	margin:0 0 10px 5px;
	background:#3d3937;
	border:1px solid #a7897b;
	float:left;
	color:#c6c5c5;
}
form option {
	padding:0 0 0 2px;
}
form textarea {
	width:90%;
	height:10em;
	overflow:auto;
	padding:5px;
	margin:5px;
	border-bottom:1px solid #a7897b;
	background:#3d3937;
	border:none;
	color:#c6c5c5;
}
form .button {
	border:3px double #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:1px;
	color:#000;
	font-size:.9;
	width:auto;
	margin:0 5px 0 0;
	background:#fff;
}
span {
	display:block;
	clear:both;
}
* html span {
	display:block;
	clear:none;
}
input.DatePicker {
	cursor:pointer;
	background:url(../_img/datefocus.gif) left -2px no-repeat;
	padding:1px 20px;
	width:164px;
	color:#000;
}
.dp_container {
	position:relative;
	padding:0;
	z-index:500;
}
.dp_cal {
	background:#fff;
	border:1px solid #0070bf;
	position:absolute;
	width:177px;
	top:24px;
	left:160px;
	margin:0px 0px 3px 0px;
}
.dp_cal table {
	width:100%;
	border-collapse:collapse;
	border-spacing: 0;
}
.dp_cal select {
	margin:2px 3px;
	font-size: 11px;
}
.dp_cal select option {
	padding: 1px 3px;
}
.dp_cal th, .dp_cal td {
	width:14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th {
	border: solid #aad4f2;
	border-width: 1px 0;
	color:#797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td {
	cursor: pointer;
}
.dp_cal thead th {
	background: #d9eefc;
}
.dp_cal td.dp_roll {
	color: #000;
	background: #fff6bf;
}
.dp_hide {
	visibility: hidden;
}
.dp_empty {
	background:#eee;
}
.dp_today {
	background: #daf2e6;
}
.dp_selected {
	color: #fff;
	background: #328dcf;
}
#imagezoom_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:9999996;
}
.imagezoom {
	background:#3d3937;
	border:1px solid #84ada9;
	margin:-5px;
	padding:4px;
	z-index:9999997;
}
.imagezoom .loading {
	width:32px;
	height:32px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
}
.imagezoom .image {
	position:relative;
	z-index:25;
	display:block;
	cursor:move;
}
.imagezoom .close {
	width:30px;
	height:30px;
	background-image: url(../_img/closebox.png) !important;
	background-image: url(../_img/closebox.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	position:absolute;
	top:-15px;
	right:-15px;
	z-index:30;
}
.imagezoom .close span {
	display:none;
}
.imagezoom .caption {
	margin:0;
	margin-top:-30px;
	color:#fff;
	font-size:12px;
	text-align:center;
	height:30px;
	background-image:url(../_img/caption.png);
	background-repeat:repeat-x;
	background-color:transparent;
	background-position:bottom left;
	position:relative;
	z-index:30;
}
.imagezoom .caption p {
	margin:0px;
	line-height:22px;
	height:30px;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}
.imagezoom .caption .previous, .imagezoom .caption .next {
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	top:50%;
	margin-top:-11px;
	left:18px;
	cursor:pointer;
	background-image:url(../_img/prev.png) !important;
	background-image: url(../_img/prev.gif);
}
.imagezoom .caption .next {
	left:auto;
	right:18px;
	background-image: url(../_img/next.png) !important;
	background-image: url(../_img/next.gif);
}
.imagezoom .s_tl, .imagezoom .s_tr, .imagezoom .s_bl, .imagezoom .s_br {
	width:13px;
	height:18px;
	position:absolute;
	background-repeat:no-repeat;
	background-color:transparent;
}
.imagezoom .s_tl {
	background-image: url(../_img/shadow_tl.png) !important;
	background-image:none;
	background-position:top left;
	top:-19px;
	left:-14px;
}
.imagezoom .s_tr {
	background-image: url(../_img/shadow_tr.png) !important;
	background-image:none;
	background-position:top right;
	top:-19px;
	right:-14px;
}
.imagezoom .s_bl {
	background-image: url(../_img/shadow_bl.png) !important;
	background-image:none;
	background-position:bottom left;
	bottom:-19px;
	left:-14px;
}
.imagezoom .s_br {
	background-image: url(../_img/shadow_br.png) !important;
	background-image:none;
	background-position: bottom right;
	bottom:-19px;
	right:-14px;
}
.imagezoom .s_top, .imagezoom .s_bottom {
	width:100%;
	height:18px;
	background-color:transparent;
	background-repeat:repeat-x;
	position:absolute;
	left:-1px;
}
.imagezoom .s_top {
	top:-18px;
	background-image:url(../_img/shadow_top.png) !important;
	background-image:none;
	background-position:top left;
}
.imagezoom .s_bottom {
	bottom:-18px;
	background-image:url(../_img/shadow_bottom.png) !important;
	background-image:none;
	background-position:bottom left;
}
.imagezoom .s_left, .imagezoom .s_right {
	width:13px;
	height:100%;
	background-color:transparent;
	background-repeat:repeat-y;
	position:absolute;
	top:-1px;
}
.imagezoom .s_left {
	left:-13px;
	background-image: url(../_img/shadow_left.png) !important;
	background-image:none;
	background-position:top left;
}
.imagezoom .s_right {
	right:-13px;
	background-image: url(../_img/shadow_right.png) !important;
	background-image:none;
	background-position:top right;
}
.memsec {
	margin:0;
	float:right;
	padding:0 0 0 15px;
	width:480px;
	overflow:auto;
	border-left:1px solid #3d3937
}
.memsec ul {
	margin:0 auto;
	padding:0;
	clear:both;
}
.memsec ul li {
	list-style:none;
	float:left;
	margin:10px 0 0 0;
}
.memsec ul li a img {
	border:1px solid #84ada9;
	padding:3px;
	background:#b6aa9f;
	width:100px;
	height:67px;
}
.memsec ul li a:hover img {
	border:1px dotted #84ada9;
	padding:3px;
	background:#3d3937;
}
#MooFlow {
	position:absolute;
	left:89px;
	top:20px;
	width:835px;
	z-index:5;
}
#wom .logo {
	width:90px;
	height:113px;
	position:absolute;
	z-index:11;
	left:10px;
	top:520px;
	border:3px solid #000;
}
#home_cont {
	clear:both;
	padding-top:5px;
}
#home_cont h1 {
	color:#fff;
	margin:20px 0;
	font-size:30px;
	font-weight:200;
}
#home_cont h2 {
	margin:10px 0;
	font-size:30px;
	font-weight:200;
}
#home_cont p {
	font-size:0.8em;
}
#home_cont ul {
	font-size:0.8em;
	padding-left:10px;
	margin:10px 0;
}
