/*========================================================

Global CSS file for Denise Kelly

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

body {
	background: url('../cssimages/body_bg.jpg') repeat-x #000;
	color: #fff;
}

#wrapper {
	background: url('../cssimages/body_top_bg.jpg') top no-repeat #0A0A0A;
}

#container {
	width: 970px;
	margin: 0 auto;
}

a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}

/*===================================================================
BRANDING
===================================================================*/

#branding {
	position: relative;
	width: 970px;
	margin: 0 auto;
	z-index: 999;
}

#branding h1 {
	position: absolute;
	width: 184px;
	z-index: 999;
}

#branding h1 a {
	text-indent: -9999em;
	display: block;
	width: 184px;
	height: 200px;
	background: url('../cssimages/branding.png') no-repeat;
}

#branding p {
	position: absolute;
	right: 15px;
	top: 45px;
	width: 284px;
	height: 22px;
}

#branding p a {
	display: block;
	width: 284px;
	height: 22px;
	background: url('../cssimages/cta_email.png') no-repeat;
}

#branding p a:hover {
	background: url('../cssimages/cta_email_h.png') no-repeat;
}

/*----------------------------- NAVIGATION -----------------------------*/
#branding ul {
	position: relative;
	list-style: none;
	float: right;
	margin: 94px 0 1px 0;
}

#branding ul li {
	float: left;
	margin: 0 10px 0 0;
}

#branding ul li a {
	text-indent: -9999em;
	display: block;
	height: 25px;
	width: 33px;
	padding: 0px 0px 2px 0px;
	color: #fff;
}

#branding ul li#home a {
	width: 43px;
	background: url('../cssimages/nav_home.png') no-repeat;
}

#branding ul li#about a {
	width: 67px;
	background: url('../cssimages/nav_about.png') no-repeat;	
}

#branding ul li#services a {
	width: 64px;
	background: url('../cssimages/nav_services.png') no-repeat;	
}

#branding ul li#fridge a {
	width: 113px;
	background: url('../cssimages/nav_fridge.png') no-repeat;	
}

#branding ul li#k4 a {
	width: 81px;
	background: url('../cssimages/nav_k4.png') no-repeat;	
}

#branding ul li#products a {
	width: 70px;
	background: url('../cssimages/nav_products.png') no-repeat;	
}

#branding ul li#schools a {
	width: 100px;
	background: url('../cssimages/nav_schools.png') no-repeat;	
}

#branding ul li#gallery a {
	width: 62px;
	background: url('../cssimages/nav_gallery.png') no-repeat;	
}

#branding ul li#blog a {
	width: 43px;
	background: url('../cssimages/nav_blog.png') no-repeat;	
}

#branding ul li#contact a {
	width: 64px;
	background: url('../cssimages/nav_contact.png') no-repeat;	
}

#branding ul li#shop a {
	width: 43px;
	background: url('../cssimages/nav_shop.png') no-repeat;	
}

/*----------------------------- SUB NAVIGATION -----------------------------*/

#branding ul li:hover ul, ul#main_navigation li.msieFix {
	display: block;
}

#branding ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 26px;
	margin: 0;
	width: 195px;
	padding: 10px;
	border-top: solid 2px #cfdd27;
	background: url('../cssimages/subnav_bg.jpg');
}

#branding ul ul li {
	float: none;
}

#branding li#services ul a {
	background: none;
	border-top: solid 1px #3F3F3F;
	border-bottom: solid 1px #202020;
	height: 25px;
	width: 195px;
}

#branding li#services li#subnav_life a {
	background: url('../cssimages/subnav_life.png') no-repeat;
}

#branding li#services li#subnav_eft a {
	background: url('../cssimages/subnav_eft.png') no-repeat;
}

#branding li#services li#subnav_fridge a {
	background: url('../cssimages/subnav_fridge.png') no-repeat;
}

#branding li#services li#subnav_personal a {
	background: url('../cssimages/subnav_personal.png') no-repeat;
}

#branding li#services li#subnav_nutritional a {
	background: url('../cssimages/subnav_nutritional.png') no-repeat;
}

#branding li#services li#subnav_illness a {
	background: url('../cssimages/subnav_illness.png') no-repeat;
}

#branding li#services li#subnav_book a {
	height: 31px;
	background: url('../cssimages/subnav_book.png') no-repeat;
}

/*===================================================================
NAV HOVER
===================================================================*/

#branding ul li#home a:hover {
	width: 43px;
	background: url('../cssimages/nav_home_hover.png') no-repeat;
}

#branding ul li#about a:hover {
	background: url('../cssimages/nav_about_hover.png') no-repeat;	
}

#branding ul li#services:hover {
	background: url('../cssimages/nav_services_hover.png') no-repeat;	
}

#branding ul li#services a:hover {
	background: url('../cssimages/nav_services_hover.png') no-repeat;	
}

#branding ul li#fridge a:hover {
	background: url('../cssimages/nav_fridge_hover.png') no-repeat;	
}

#branding ul li#k4 a:hover {
	background: url('../cssimages/nav_k4_hover.png') no-repeat;	
}

#branding ul li#products a:hover {
	background: url('../cssimages/nav_products_hover.png') no-repeat;	
}

#branding ul li#schools a:hover {
	background: url('../cssimages/nav_schools_hover.png') no-repeat;	
}

#branding ul li#gallery a:hover {
	background: url('../cssimages/nav_gallery_hover.png') no-repeat;	
}

#branding ul li#blog a:hover {
	background: url('../cssimages/nav_blog_hover.png') no-repeat;	
}

#branding ul li#contact a:hover {
	background: url('../cssimages/nav_contact_hover.png') no-repeat;	
}

#branding ul li#shop a:hover {
	background: url('../cssimages/nav_shop_hover.png') no-repeat;	
}


/*===================================================================
SUBNAV HOVER
===================================================================*/

#branding li#services li#subnav_life a:hover {
	background: url('../cssimages/subnav_life_h.png') no-repeat;
}

#branding li#services li#subnav_eft a:hover {
	background: url('../cssimages/subnav_eft_h.png') no-repeat;
}

#branding li#services li#subnav_fridge a:hover {
	background: url('../cssimages/subnav_fridge_h.png') no-repeat;
}

#branding li#services li#subnav_personal a:hover {
	background: url('../cssimages/subnav_personal_h.png') no-repeat;
}

#branding li#services li#subnav_nutritional a:hover {
	background: url('../cssimages/subnav_nutritional_h.png') no-repeat;
}

#branding li#services li#subnav_illness a:hover {
	background: url('../cssimages/subnav_illness_h.png') no-repeat;
}

#branding li#services li#subnav_book a:hover {
	background: url('../cssimages/subnav_book_h.png') no-repeat;
}

/*===================================================================
SEARCH
===================================================================*/
#search {
	position: absolute;
	top: 55px;
	right: 0;
	width: 220px;
	height: 21px;
	background: url('../cssimages/search_bg.png') no-repeat;
}

#search p {
	margin: 0;
}

#search p input#input_search {
	border: none;
	height: 16px;
	width: 165px;
	margin: 1px 9px 0 5px;
}

#search p input#go {
	vertical-align: middle;
}

/*===================================================================
#BANNER
===================================================================*/

#banner {
	width: 970px;
	height: 322px;
	margin: 0 auto 0 0px;
	background: url('../cssimages/banner_bg.png') no-repeat;
}

#banner p {
	text-indent: -9999em;
	width: 970px;
	height: 322px;
	margin: 0 auto;
}

#banner p.strap1 {
	background: url('../cssimages/banner_default.jpg') no-repeat;
}

#banner p.strap2 {
	background: url('../cssimages/banner_thriving.jpg') no-repeat;
}

#banner p.strap3 {
	background: url('../cssimages/banner_k4.jpg') no-repeat;
}

/*===================================================================
CONTACT FORM
===================================================================*/

#contact_form {
	width: 230px;
}

#contact_form span.required {
	font-size: 2em;
	color: #C90704;
}

#appointment {
	text-indent: -9999em;
	height: 30px;
	background: url('../cssimages/header_contact.png') no-repeat;
}

#contact_form dt {
	margin: 0 0 5px 10px;
}

#contact_form dd {
	margin: 5px 0 5px 0;
}

#contact_form input#name, #contact_form input#email {
	border: none;
	width: 191px;
	height: 23px;
	padding: 5px 20px 0 10px;
	background: url('../cssimages/input_bg.jpg') no-repeat;
}

#contact_form textarea {
	border: none;
	width: 211px;
	height: 106px;
	padding: 0px 20px 0 10px;
	background: url('../cssimages/textarea_bg.jpg') no-repeat;
}

/*===================================================================
IE FIX
===================================================================*/
* html #contact_form textarea {
	width: 190px;
	background-color: #fff;
}

*:first-child+html #contact_form textarea {
	width: 190px;
	background-color: #fff;	
}

#contact_form input#submit {
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	width: 80px;
	height: 22px;
	color: #fff;
	margin: 0 0 0 75px;
	background: url('../cssimages/submit.png') no-repeat;
}

h3.contact_response {
	padding: 0 40px 0 20px;
	text-align: center;
	color: #cfdd27;
}

.contact_warning {
	color: #C90704;
}

/*===================================================================
FOOTER
===================================================================*/

#webdesign {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

#webdesign a#strawberrysoup {
	width: 970px;
	margin: 0 auto;
	text-indent: -9999em;
	display: block;
	width: 131px;
	height: 40px;
	background: url('../cssimages/strawberrysoup.png') no-repeat;
}


