* {
	margin:0;
	padding:0;
}

html,body,#wrap {
	height:100%;
}

body > #wrap {
	height:auto;
	min-height:100%;
}

#main {
	padding-bottom:155px; /* must be same height as the footer */
}

#footer {
	position:relative;
	margin-top:-155px; /* negative value of footer height */
	height:150px;
	clear:both;
}
	
/* CLEAR FIX */
.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 */

body {
	background:#2c3312 url(../img/back_grad.png) top left repeat-x;
	color:#666;
	font-family:Helvetica, Arial, Sans;
	font-size:12px;
	line-height:18px;
}

.container {
	width:965px;
	margin:0 auto;
}

h1#logo {
	padding:21px 0 5px;
}

h1#logo a {
	display:block;
	width:315px;
	height:92px;
	background:url(../img/david-mellors.png);
}

h1#logo a span {
	display:none;
}

h2 {
	color:#5c6409;
	font-size:24px;
	letter-spacing:-1px;
	line-height:30px;
	font-weight:normal;
}

a {
	color:#8b981a;
}

a:hover {
	color:#b0c859;
}

#wrap {
	background:url(../img/back_lighting.jpg) top center no-repeat;
}

.page_wrap {
	padding:20px 0 10px;
}

.page {
	background:url(../img/page_back.png) bottom right no-repeat;
	padding:15px 30px 25px 45px;
}

.frame1 {
	display:block;
	width:638px;
	height:508px;
	background:url(../img/frame1.jpg);
	float:left;
}

.frame1 p {
	padding:60px 0 0 68px;
}

.frame2 {
	display:block;
	width:360px;
	height:330px;
	background:url(../img/frame2.png) top left no-repeat;
	padding:51px 0 0 52px;
	font-size: 20px;
	text-align: left;
}

.panel1 {
	display:block;
	width:326px;
	height:470px;
	background:url(../img/panel1.png) 0 50px no-repeat;
	float:left;
}

.panel2 {
	display:block;
	width:300px;
	height:430px;
	background:url(../img/panel2.png) 0 50px no-repeat;
	float:left;
	margin-right: 32px;
}

#col3 .panel2 { margin-right: 0; }

.pad {
	padding:80px 30px 20px;
	overflow:auto;
}

.scroll {
	height: 300px; display: block; padding-right: 10px; overflow-y: scroll;
}

.pad p { margin-bottom: 10px; }

#gallery {
	list-style:none;
}

#gallery li {
	float:left;
}

#footer {
	border-top:5px solid #121600;
	background:black url(../img/floor.jpg) top center no-repeat;
	color:#36221a;
}

#footer a {
	color:#4e3023;
	text-decoration:none;
}

#footer a:hover {
	color:#6e4331;
	text-decoration:underline;
}

#footer .left {
	display:block;
	width:49%;
	float:left;
	padding-top:100px;
}

#footer .right {
	display:block;
	width:50%;
	float:right;
	text-align:right;
	padding-top:60px;
}

ul#footernav li {
	float:left;
	margin-right:20px;
	list-style:none;
}

img {
	border:none;
}

#lavaLampBasicImage {
	position: absolute;
	top: 38px;
	left: 50%;
	margin: 0 0 0 -150px;
	float:right;
	width:620px;
	background:url(../img/bg.png) no-repeat top;
	padding:15px 0 0 25px;
	overflow:hidden;
	height:60px;
}

#lavaLampBasicImage li {
	float:left;
	list-style:none;
}

#lavaLampBasicImage li.backLava {
	background:url(../img/lava.png) no-repeat right -30px;
	width:9px;
	height:30px;
	z-index:8;
	position:absolute;
}

#lavaLampBasicImage li.backLava .leftLava {
	background:url(../img/lava.png) no-repeat top left;
	height:30px;
	margin-right:9px;
}

#lavaLampBasicImage li a {
	font:normal 18px arial;
	text-decoration:none;
	outline:none;
	text-align:center;
	top:4px;
	letter-spacing:0;
	z-index:10;
	display:block;
	float:left;
	height:30px;
	position:relative;
	overflow:hidden;
	margin:auto 10px;
}

div.controls {  }

div.scrollable {
	position:relative;
	overflow:hidden;
	width:100%;
	height:350px;
	padding-top: 20px;
}

div.scrollable div.items {
	width:990000em;
	position:absolute;
	clear:both;
	margin-left:10px;
}

div.scrollable div.items div {
	float:left;
	margin-right:0px;
}

div.scrollable {
	float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev,a.next,a.prevPage,a.nextPage {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrow_left.png) no-repeat;
	position: absolute;
	left: 48%;
	top: 450px;
	margin:0px;
	cursor:pointer;
}
a.next,a.nextPage{
	left: 52%;
}

a.prev:hover,a.next:hover,a.prevPage:hover,a.nextPage:hover {
	background-position:0 -30px;
}

a.disabled {
	visibility:hidden!important;
}

a.next,a.nextPage {
	background-image:url(../img/arrow_right.png);
	clear:right;
}

div.navi {
	width:200px;
	height:20px;
}
	
/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;
	cursor:pointer;
}
	
/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;
}
	
/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div 
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy_title_right.png) repeat-x;
}

textarea { height: 80px; width: 230px; }
label { margin-right: 20px;  }
td { padding: 0; margin: 0;}
form { line-height: 180%; }

.large { font-size: 300%; margin-bottom: 20px; display: block; color: #343c07;}

