/*===============================================
	basic.css
	2009-03-12
	Mark Gerrard
	bigfish.co.uk
===============================================*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #597D39;
	text-decoration: none;
	outline:none;
}

a:hover {
	color: #000;
}

a img {
	border: none;
	outline:none;
}

body {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
}

h1 {
	margin: 0 0 20px;
	font-size: 0.9em;
	color: #8F9092;
	font-weight: normal;
}

h2 {
	margin-bottom: 10px;
}

input, textarea, select {font-size: 1em;}

p, ol {
	margin-bottom: 10px;
}

ol {
	list-style-position: inside;
	margin-left: 10px;
}

p.list-intro {
	margin-bottom: 0;
}

.hr {
	margin-bottom: 15px;
	height: 2px;
	background: url("../images/layout/bg-hr.gif") no-repeat 0 0;
}

.hr.dots {
	background: url("../images/layout/bg-hr-dots.gif") repeat-x left center;
}

.hr hr {display: none;}

.hide {display: none;}

#container {
	width: 970px;
	margin: 20px auto;
	text-align: left;
}

#main {
	clear: both;
	background: url("../images/layout/bg-page-middle.gif") repeat-y 0 0;
}

/*#head {
	position: relative;
	padding: 10px 20px;
	height: 85px;
	background: url("../images/layout/bg-head.gif") no-repeat 0 0;
}*/

#head .form-cont {
	position: absolute;
	right: 20px;
	bottom: 22px;
}

#logo {
	position: relative;
	width: 214px;
	height: 89px;
}

#logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/layout/logo-abel-cole.gif") no-repeat 0 0;
}


#main-inner {
	padding: 0 20px 20px 20px;
	overflow: hidden;
	background: url("../images/layout/bg-footer.gif") no-repeat left bottom;
}

/*===============================================
	FOOTER
===============================================*/
#footer {
	clear: both;
	font-size: 1.4em;
}

#footer ul {
	list-style: none;
}

#footer ul.nav-image li {
	float: left;
	background: url("../images/layout/footer-sep.gif") no-repeat right center;
}

#footer ul.nav-image li.first a {margin-left: 0;}
#footer ul.nav-image li.last {background: none;}

#footer ul.nav-image li a {
	float: left;
	height: 17px;
	margin: 4px 10px 0 10px;
	background: url("../images/layout/sprite-nav.gif") no-repeat 0 -82px;
	text-indent: -1000em;
}

#footer .nav-image li#foot-why a {width: 144px;}
#footer .nav-image li#foot-why a:hover {background-position: 0 -99px;}

#footer .nav-image li#foot-school a {width: 149px; background-position: -158px -82px;}
#footer .nav-image li#foot-school a:hover {background-position: -158px -99px;}

#footer .nav-image li#foot-officebox a {width: 158px; background-position: -313px -81px;}
#footer .nav-image li#foot-officebox a:hover {background-position: -313px -98px;}


#footer .nav-text {
	margin: 0 0 10px;
	clear: left;
}

.nav-text li {
	padding: 0 4px 0 5px;
	display: inline;
	border-left: 1px solid #000;
}

.nav-text li.first {
	padding-left: 0;
	border-left: none;
}

#footer .credit {
	font-size: 0.6em;
	color:#8F9092;
}

#footer .logos img {
	float: right;
	margin-left: 5px;
}


/*===============================================
	NAVIGATION
===============================================*/
.nav, .nav-logged-in {
	margin-left: 10px;
	list-style: none;
}

.nav li, .nav-logged-in li {display: inline;}

.nav li a {
	float: left;
	height: 38px;
	background-image: url("../images/layout/sprite-nav.gif");
	background-repeat: no-repeat;
	text-indent: -1000em;
}

.nav li.nav-home a {width: 97px;}
.nav li.nav-home a:hover {width: 97px; background-position: 0 -38px;}
.nav > li.nav-home.on a {width: 97px; background-position: 0 -38px;}

.nav li.nav-start a {width: 206px; background-position: -96px 0;}
.nav li.nav-start a:hover {width: 206px; background-position: -96px -38px;}
.nav > li.nav-start.on a {width: 206px; background-position: -96px -38px;}

.nav li.nav-boxes a {width: 200px; background-position: -303px 0;}
.nav li.nav-boxes a:hover {width: 200px; background-position: -303px -38px;}
.nav > li.nav-boxes.on a {width: 200px; background-position: -303px -38px;}

.nav li.nav-recipes a {width: 99px; background-position: -502px 0;}
.nav li.nav-recipes a:hover {width: 99px; background-position: -502px -38px;}
.nav > li.nav-recipes.on a {width: 99px; background-position: -502px -38px;}

.nav li.nav-faqs a {width: 68px; background-position: -602px 0;}
.nav li.nav-faqs a:hover {width: 68px; background-position: -602px -38px;}
.nav > li.nav-faqs.on a {width: 68px; background-position: -602px -38px;}

.nav-logged-in li a {
	float: left;
	height: 38px;
	background-image: url("../images/layout/sprite-nav-logged-in.gif");
	background-repeat: no-repeat;
	text-indent: -1000em;
}

.nav-logged-in li.nav-home a {width: 79px;}
.nav-logged-in li.nav-home a:hover {width: 79px; background-position: 0 -40px;}
.nav-logged-in > li.nav-home.on a {width: 79px; background-position: 0 -40px;}

.nav-logged-in li.nav-shop a {width: 82px; background-position: -78px 0;}
.nav-logged-in li.nav-shop a:hover {width: 82px; background-position: -78px -40px;}
.nav-logged-in > li.nav-shop.on a {width: 82px; background-position: -78px -40px;}

.nav-logged-in li.nav-boxes a {width: 201px; background-position: -160px 0;}
.nav-logged-in li.nav-boxes a:hover {width: 201px; background-position: -160px -40px;}
.nav-logged-in > li.nav-boxes.on a {width: 201px; background-position: -160px -40px;}

.nav-logged-in li.nav-recipes a {width: 102px; background-position: -361px 0;}
.nav-logged-in li.nav-recipes a:hover {width: 102px; background-position: -361px -40px;}
.nav-logged-in > li.nav-recipes.on a {width: 102px; background-position: -361px -40px;}

.nav-logged-in li.nav-account a {width: 162px; background-position: -463px 0;}
.nav-logged-in li.nav-account a:hover {width: 162px; background-position: -463px -40px;}
.nav-logged-in > li.nav-account.on a {width: 162px; background-position: -463px -40px;}

#callus {
	float: right;
	width: 236px;
	height: 23px;
	position: relative;
	top: 13px;
}

#callus span {
	position: absolute;
	width: 100%;
	height: 23px;
	background: url("../images/layout/callus.gif") no-repeat 0 0;
}



/*===============================================
	FORMS
===============================================*/
.form-cont {
	margin-bottom: 20px;
}

td.add {
	vertical-align:middle !important;
}
td.add .form-cont {
	margin-bottom:11px;
}

input,
select,
textarea {
	padding: 3px 4px;
	font-family: Helvetica, Verdana, sans-serif;
	border: 1px solid #000;
	outline:none;
}

input.checkbox {
	border: none;
	padding: 0;
	vertical-align: middle;
}

label {
	margin: 0 0 5px;
	display: block;
}

.form-search {
	margin-bottom: 0;
}

.form-search p {
	margin: 0;
}

.form-cont p.multi-part span {
	margin-bottom: 5px;
	display: block;
}

.form-cont p.multi-part label {
	margin-right: 20px;
	display: inline;
}

.form-cont span.note {
	display: block;
}

/*===============================================
	BUTTONS
===============================================*/
.btn {
	padding: 3px 6px;
	background: #597d39;
	color: #FFF;
	font-size: 1em;
	border: none;
	display:inline-block;
}

form p input.btn {width: auto;}

.btn:hover {background-color: #D58D1D;color: #FFF;}

/* NL not supported by IE7 & IE6, fix requires > within btn text
.cta:after {
	padding-left: 5px;
	content: '>';
}
*/

/*===============================================
	NOTEPAD
===============================================*/
.sidecol {
	float: right;
	width: 248px;
}

.notepad {
	background: url("../images/layout/notepad-bottom.gif") no-repeat left bottom;
	font-size: 1.1em;
}

.notepad .inner {
	overflow: hidden;
	padding: 44px 15px 25px 12px;
	background: url("../images/layout/notepad-top.gif") no-repeat 0 0;
}

.notepad h2 {
	margin-bottom: 16px;
}

.notepad h3 {
	margin-bottom: 10px;
}

.blahblah h3 {
	margin-bottom: 10px;
}
