
/*
file : screen.css
client : Ironbark Brewery
use : Contains all styles to be used for screen and projection display
author : Karl Brightman
date created: 18th January 2007
the song : M-Flo loves YOSHIKA - Let Go
on this day : 1778 - Captain James Cook discovered the Sandwich Islands, now known as Hawaii.
*/


/*
=body and =wrapper
*/

body {
	background: #264617;
	font-family: "Verdana", "Trebuchet", sans-serif;
	font-size: 62.5%;
	margin: 20px 0;
	padding: 0;
}

div#wrapper {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 752px;
}

/*
=header
*/

div#header {
	background: url(../images/core/header.jpg) no-repeat 0 0;
	height: 126px;
	position: relative;
	width: 752px;
}

div#header a.logo {
	height: 119px;
	left: 10px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 127px;
}

/*
=main_box && =feature && =content
*/


div#main_wrapper {
	background: #fff;
	border: 1px solid #d6cfc7;
	border-top: 0;
	height: auto;
	padding: 0 13px 15px;
	width: 724px;
}

div#main {
	background: #fff url(../images/core/main_bg.gif) repeat-y right bottom;
}

div#main div.left,
div#main div.right {
	background: #f2f2f2;
	float: left;
	margin-bottom: 10px;
}

div#main div.left {
	color: #342d28;
	font-size: 1.1em;
	width: 536px;
}

div#main div.right {
	color: #342d28;
	font-size: 1.1em;
	margin-left: 9px;
	width: 179px;
}

/*
=navigation
*/

div#navigation {
	background: #fff;
	padding-top: 4px;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	margin-bottom: .5em;
	padding: 0;
}

div#navigation ul li {
	margin: 0;
	padding: 0;
}

div#navigation ul li a {
	display: block;
	height: 39px;
	overflow: hidden;
	text-indent: -9999px;
	width: 179px;
}

div#navigation ul li a:hover {
	background-position: -179px 0  !important;
}

div#navigation ul li a.nav-home { background: url(../images/nav/home.gif) no-repeat 0 0; }
div#navigation ul li a.nav-profile { background: url(../images/nav/profile.gif) no-repeat 0 0; }
div#navigation ul li a.nav-ironbark { background: url(../images/nav/ironbark.gif) no-repeat 0 0; }
div#navigation ul li a.nav-gallery { background: url(../images/nav/gallery.gif) no-repeat 0 0; }
div#navigation ul li a.nav-menus { background: url(../images/nav/menus.gif) no-repeat 0 0; }
div#navigation ul li a.nav-contact { background: url(../images/nav/contact.gif) no-repeat 0 0; }

/*
=left
*/

div#main div#feature {
	background: url(../images/core/feature.jpg) no-repeat 0 0;
	height: 253px;
	width: 536px;
}

div#main div#welcome_to {
	background: url(../images/index/welcome.gif) no-repeat 0 0;
	height: 49px;
	overflow: hidden;
	text-indent: -9999px;
	width: 536px;
}
div#main div#welcome_to h1 {
	background: transparent !important;
}

div#main div#ironbark_orange {
	background: url(../images/core/ironbark_orange.gif) no-repeat 0 0;
	height: 49px;
	overflow: hidden;
	text-indent: -9999px;
	width: 536px;
}

div#main div.left div.content {
	background: #f2f2f2;
	margin-bottom: 10px;
	padding: 5px 25px;
}

div#main div.left div.content a {
	color: #3365a9;
	text-decoration: underline;
}

div#main div.left div.content a:hover {
	color: #c60821;
}

div#main div.left h1 {
	background: url(../images/core/left_header_bg.gif) no-repeat left center;
	color: #342d28;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0;
	padding: 3px 0 3px 30px;
}

div#main div.left h2 {
	color: #e07725;
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

div#main div.left h3 {
	color: #342d28;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 .5em;
	padding: 0;
}

div#main div.left h4 {
	color: #e07725;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 .5em;
	padding: 0;
}

div#main div.left h5 {
	color: #342d28;
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 -.5em;
	padding: 0;
}

table.menu tr td {
	border-bottom: 1px dotted #ccc;
}

/*
=right
*/

div#main div.right div#call_to_action {
	background: #fff url(../images/core/call_to_action.gif) no-repeat left bottom;
	height: 120px;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	overflow: hidden;
	text-indent: -9999px;
	width: 179px;
}

div#main div.right div.content {
	background: #f2f2f2;
	margin: 10px 0;
	padding: 5px 10px;
}

div#main div.right div.content strong {
	color: #3365a9;
}

div#main div.right div.content span.red {
	color: #c60821;
}

div#main div.right div.content a {
	color: #3365a9;
	text-decoration: underline;
}

div#main div.right div.content a:hover {
	color: #c60821;
}

/*
=footer
*/

div#footer {
	color: #fff;
	font-size: 1.1em;
	padding: 20px 10px;
	width: 732px;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

div#footer div.left {
	float: left;
}

div#footer div.left ul {
	list-style: none;
	margin: 0;
	margin-top: 6px;
	padding: 0;
}

div#footer div.left ul li {
	display: inline;
	margin-right: 8px;
}

div#footer div.right {
	float: right;
	text-align: right;
}

/*
=forms
*/
#enquiryform {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
#enquiryform em {
	color: #ff0000;
}
#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}
#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#enquiryform fieldset ol li {
	padding: 10px;
}
#enquiryform fieldset ol li.alt {
	background: #ececec;
}
#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
}
#enquiryform textarea, #enquiryform input {
	color: #555;
	font-size: 1em;
	width: 180px;
}
#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}

/*
=misc
*/

img {
	border: 0;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
 /* End hide from IE-mac */
 
 
/* Landing page */
div#header1 {
	background: url(../images/core/header1.jpg) no-repeat 0 0;
	height: 145px;
	position: relative;
	width: 752px;
}

div#header1 a.logo {
	height: 135px;
	left: 10px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 127px;
}

div#container {}

div#container div.wide {
	color: #342d28;
	float: left;
	margin-bottom: 10px;
}

div#container h1 {
	background: #e07725;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 2.2em;
	margin: 10px 0 0 0;
}

div#container h2 {
	color: #e07725;
	font-size: 1.4em;
	font-weight: bold;
}

div#container h3 {
	color: #342d28;
	font-size: 1.3em;
	font-weight: bold;
}

div#container h4 {
	color: #e07725;
	font-size: 1.2em;
	font-weight: normal;
}

div#container h5 {
	color: #342d28;
	font-size: 1em;
	font-weight: bold;
}

div#centre-box {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 60px;
}

div#centre-box ul li {
	line-height: 1.6em;
}

p.centre {
	text-align:center;
	font-size: 1.4em;
	font-weight: bold;
}

.red {
	color: #c60821;
}

ul#link {
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
}

ul#link li {
	padding: 0 35px;
	float: left;
}

ul#link li a {
	color: #333333;
	text-decoration: none;
}

ul#link li a:hover {
	color: #c80821;
	text-decoration: underline;
}



 