@charset "utf-8";
/*-----------------------------------------------------------------------------
Default Style Sheet

version:   3.0
author:    John Bullock
email:     jbullock@emptycupboard.co.uk
website:   http://www.emptycupboard.co.uk
-----------------------------------------------------------------------------*/

/* Reset browser - Credit: Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin: 0;
}

body {
	font:1.2em/1.4em helvetica,arial,sans-serif;
	background: #69C;
}

h1 {
    padding: 151px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("gfx/header.jpg");   
    height: 0px !important;
    height /**/: 151px;
	position: relative;
}

p {
	padding: 15px;
}

a:link { color: #036; }

a:visited { color: #006; }

a:active,
a:focus,
a:hover {
	color: #33F;
}

#divider {
	min-height: 41px;
	width: 840px;
	text-align: right;
	font-size: 0.65em;
	line-height: 1.7em;
	padding: 5px;
	background: #FFF url('gfx/divide.gif') 0 0 no-repeat;
}

#pageContainer {
	margin: 0 auto;
	width: 850px;
	min-height: 500px;
}

#content {
	min-height: 280px;
	padding: .8em .8em 100px .8em;
	background: #FFF url('gfx/foot.gif') bottom center no-repeat;
}

#content:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#featureList {
	list-style: square;
	padding-left: 3em;
	margin: .5em 0;
	background: url('gfx/ul.gif') right no-repeat;
}

#noListStyle {
	list-style: none;
	width: 16em;
	float: right;
	text-align: left;
}

#name,
#returnContact,
#enquiry {
	font:1.2em/1em helvetica,arial,sans-serif;
	padding: .1em;
	background: #FFF;
	border: 1px solid #000;
}

#mailForm {
	font-size: .8em;
}

#mailForm p {
	padding: .2em;
}

#leftBox {
	width: 50%;
	float: left;
}

#rightBox {
	width: 50%;
	float: left;
}
