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

:focus {outline: 0;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

/* misc */

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #32a960;
}

a.active {
	color: #333;
}

a img {
	border: 0;
}

img {
	margin: 0; /* ie hack */
}
input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
/* layout */

#container {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background: #fff url('/images/body_bg.png') top left repeat-x;
}

#main {
	padding-bottom: 80px;
}

/* header */

#header {
	height: 125px;
}
#logo {
	height: 90px;
	margin-top: 20px;
	width: 516px;
}

/* nav */
#nav {
	height: 25px;
	line-height: 25px;
}

#nav a {
	font-weight: bold;
	color: #3a1402;
	margin-right: 48px;
	text-transform: uppercase;
	font-size: 11px;
}

#nav a:hover, #nav a.active {
	color: white;
}
/* content */

#body, #left, #center, #right {
	float: left;
}

#body {
	width: 980px;
}

#left {
	width: 230px;
}

.home_bio {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

#left h2 {
	color: #943d1c;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
}

.menu {
	padding-top: 5px;
}
.menu a {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 24px;
	padding-left: 10px;
	color: #666;
	background: transparent url('/images/left_menu_bg.png') top left no-repeat;
}

.menu a:hover, .menu a.active {
	color: black;
	background-position: bottom left;
}

#center {
	width: 445px;
	padding-left: 40px;
}

.quote {
	margin-top: 15px;
	padding-right: 20px;
	height: 122px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote .text {
	color: #000;
	font-size: 26px;
	line-height: 30.5px;
}
.quote .open, .quote .close {
	font-size: 65px;
	font-weight: bold;
	color: #ff9b00;
}

.quote .open {
	position: absolute;
	margin-left: -35px;
	margin-top: -15px;
}
.quote .close {
	position: absolute;
	margin-top: -40px;
}
.home_blurb {
	font-size: 15px;
	margin-top: 40px;
}
.home_blurb p {
	margin-top: 0;
	margin-bottom: 12px;
}
#right {
	width: 250px;
	overflow: hidden;
	padding-bottom: 10px;
}

.promo {
	border-bottom: 1px solid #c2c2c2;
	background: transparent url('/images/right_promo_bg.png') top left no-repeat;
	float: left;
	width: 185px;
	padding-left: 50px;
	padding-right: 15px;
}
.promo:hover {
	background-position: 0 -231px;
	cursor: pointer;
	margin-top: -1px;
	border-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
.promo h2 {
	color: #943d1c;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
}
.promo h3 {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	margin-top: -16px;
}
.promo p {
	line-height: 18px;
}
.promo .whiteout {
	background-color: white;
	height: 1px;
	margin-left: -50px;
	position: absolute;
	width: 20px;
}
.promo .book {
	position: absolute;
	margin-top: 10px;
	margin-left: 110px;
}

/* form css */

form {
	border: 1px solid #dcdcdc;
	background-color: #eee;
	padding: 25px;
	width: 373px;
}

form#register legend {
	display: none;
}
form#register fieldset {
	padding-bottom: 0;
}
form#register button {
	margin-top: 15px;
}
form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

form fieldset legend {
	font-size: 16px;
	color: #333;
	padding: 0;
	padding-bottom: 10px;
}

form fieldset fieldset legend {
	font-size: 14px;
	color: #666;
	display: block;
	width: 100%;
	background: transparent url('/images/form_section_border.png') top left repeat-x;
	line-height: 30px;
	padding: 0;
	padding-top: 1px;
}

form label {
	width: 120px;
	padding-left: 10px;
	display: block;
	float: left;
	line-height: 22px;
	margin-bottom: 4px;
	clear: left;
}

label[for=email], label[for=firstname], label[for=lastname], label[for=phone], label[for=message],
label[for=quantity], label[for=streetaddress1], label[for=suburb], label[for=postcode], label[for=state], label[for=country] {
	background: transparent url('/images/required_asterisk.png') 0 6px no-repeat;
}

form input[type=text] {
	width: 235px;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	padding: 3px;
}
input#postcode, input#quantity {
	width: 60px;
}
form textarea {
	border: 1px solid #ccc;
	width: 235px;
	padding: 3px;
	margin: 0;
	overflow: auto;
}
form button {
	background: #bababa url('/images/button_bg.png') top left repeat-x;
	border: 2px solid #bababa;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}
form button:hover {
	background-position: left -30px;
	border-color: #6f7171;
	color: white;
}
/* footer */

#footer {
	height: 80px;
	margin-top: -80px;
	position: relative;
	clear: both;
	background: transparent url('/images/footer_bg.png') top left repeat-x;
}
#footer div {
	width: 980px;
	font-size: 9px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	padding-top: 5px;
}
#footer div a {
	color: #666;
}
#footer div a:hover {
	color: #FF9A00;
}
/* sticky footer */

/* CLEAR FIX*/
#main { padding-bottom: 80px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */