/* CSS Document */

/* -- Reset Rules -- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset,img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

.center {
	text-align: center;
}

/* -- General Rules -- */

body {
	background-color: #d8518c;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #0669b2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Basic Structure */

#body {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	background: url(/images/bg-top.gif) repeat-x top #fff;
	padding-top: 40px;
}

#body {
	background: url(/images/scribble-br.gif) no-repeat bottom right;
	overflow: hidden;
}

h1 {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	padding: 86px 0 0 0;
	width: 548px;
	overflow: hidden;
	background: url(/images/logo.gif) no-repeat top left;
	height: 0px !important; 
	height /**/:156px;
}

#slogan {
	position: absolute;
	left: 57%;
	top: 76px;
	margin-left: 60px;
	position: absolute;
	padding: 39px 0 0 0;
	width: 323px;
	overflow: hidden;
	background: url(/images/slogan.gif) no-repeat top center;
	height: 0 !important;
	height /**/: 44px;
}

#now_open {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 15px;
	width: 140px;
	padding-top: 140px;
	overflow: hidden;
	background: url(/images/now-open.png) no-repeat top center;
	height: 0 !important;
	height /**/: 140px;
}

#footer {
	background: url(/images/bg-bottom.gif) repeat-x top;
	height: 241px;
	text-align: center;
	clear: left;
	margin-top: 20px;
	padding-top: 20px;
}

#footer img {
	vertical-align: middle;
	padding: 0 100px;
}

#footer a {
	color: #fff;
}

#footer span {
	padding: 0 1em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}



/* Navigation */

#nav {
	font-size: 22px;
	text-align: right;
	width: 250px;
	float: left;
	margin-top: 125px;
}

#nav a {
	color: #626262;
}

#nav a:hover {
	background: url(/images/scribble-nav-mo.gif) no-repeat left center;
	padding-left: 100px;
	color: #7cc333;
	text-decoration: none;
}

#nav li {
	margin: 10px 0;
}

#face {width:250px; float:left; margin-top:50px;}

#face a:hover {margin:0; padding:0;}

#current a, #current a:hover {
	color: #F87409;
	font-weight: bold;
	background: url(/images/scribble-nav.gif) no-repeat left center;
	padding-left: 100px;
}

/* -- Content Rules -- */

#content {
	margin: 130px 0 0 280px;
	padding: 70px;
	background: url(/images/scribble-tl.gif) no-repeat top left;
	color: #3d3d3d;
}

h2 {
	margin-bottom: 30px;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	background-repeat: no-repeat;
	background-position: top center;
	height /**/:38px;
}

h1#welcome {
	background-image:url(../images/headings/welcome.gif);
	margin-bottom: 30px;
	padding: 38px 0 0 0;
	overflow: hidden;
	/*height: 0px !important; */
	background-repeat: no-repeat;
	background-position: top center;
	height /**/:38px;
}


h3 {
	font-size: 22px;
	color: #f87409;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 20px;
}

h3.alternative {
	font-size: 22px;
	color: #E16CA3;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 20px;
}

h4 {
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 10px;
}

#content p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
}

#content ul, #content ol {
	margin-left: 2em;
}

#content ul {
	list-style: disc;
	margin-bottom: 20px;
}

#content ol {
	list-style: decimal;
	margin-bottom: 20px;
}

#content li {
	margin: 0.3em 0;
	font-size: 16px;
	line-height: 20px;
}

/* Basic form rules. */

fieldset {
	border-top: 1px solid #bddc38;
	margin-bottom: 30px;
}

legend {
	font-size: 22px;
	margin-left: 20px;
	padding: 0 10px;
}

button, a.button {
	display: block;
	width: 152px;
	height: 42px;
	margin: 10px auto;
	background: url(/images/button.gif) no-repeat;
	border: none;
	cursor: pointer;
	font-size: 18px;
	text-shadow: #fff 1px 1px 0;
	text-align: center;
	color: #333;
	line-height: 40px;
}

#content ul.form-list {
	margin: 0;
}

button.over, button:hover, a.button:hover {
	background-position: 0 -42px;
	text-decoration: none;
}

button:active, a.button:active {
	background-position: 0 -84px;
}

.error {
	background-color: #fcc !important;
	border-bottom: 1px solid #fff !important;
}

#popup {
	display: none;
}

#popup button {
	margin-top: 20px;
}

.contact-info h3 {
	font-size: 18px;
}

.contact-info p {
	font-size: 14px;
}

td {
	vertical-align: top;
}

#map {
	height: 400px;
	border: 1px solid #ddd;
}

/* -- Contact Rules -- */

.form-list li {
	clear: right;
	padding: 7px 3px;
	list-style: none;
}

fieldset {
	float: right;
	width: 50%;
}

label {
	display: block;
	padding-bottom: 2px;
}

input.text, textarea {
	width: 100%;
}

#owners {
	position: relative;
	overflow: hidden;
	background: url(/images/owners.jpg) no-repeat right;
	width: 540px;
	height: 452px;
	margin: 0 auto 20px;
}

* html #owners {
	width: 535px;
}

#owners a {
	position: absolute;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	overflow: hidden;
	padding: 420px 0 0 0;
	height: 0 !important;
	height /**/: 420px;
}

#owners a#bridgette { left: 0;  }
#owners a#allan     { right: 0; }

#owners a#bridgette:hover {
	background: url(/images/scribble.png) no-repeat left top;
}

#owners a#allan:hover {
	background: url(/images/scribble.png) no-repeat right 20px;
}

* html #owners a {
	width: 265px;
}

/* -- Owners photo lists -- */

dl {
	width: 270px;
	float: left;
}

dl.center {
	float: none;
	margin: 0 auto;
	clear: both;
	width: auto;
}

dt, dd {
	text-align: center;
}

dd {
	font-size: 14px;
	padding-bottom: 20px;
	color: #666;
}

#badge {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: 410px;
	width: 163px;
	height: 0;
	padding-top: 162px;
	overflow: hidden;
	background: url(/images/tullamarine-opening-early-09.png);
}



.newslet a:link, .newslet a:hover {font-size:20px; font-weight:bold; color: #f87409;}
