* {
	margin:0;
	padding:0;
}

body {
	background:#F2F7FB;
	color:#7D7F80;
	font-family:'Georgia','Garamond','Serif';
	font-size:12px;
}

a { color:#FFFFFF; text-decoration:none; }
a:hover { color:#000000; }

a img { border:0; }

h2 {
	color:#000000;
	font-size:2.3em;
	font-weight:normal;
	margin:0;
}

h3 {
	font-weight:normal;
	font-size:1.3em;
	margin:5px 0;
}

.hr {
	background:url('../images/hr.gif') repeat-x;
	clear:both;
	height:3px;
	margin:10px 0;
}

body #wrapper {
	margin:10px auto;
	width:769px;
}

body #header, body #content, body #footer {
	padding-left:14px;
	padding-right:15px;
}

body #header {
	background:url('../images/header.jpg') no-repeat;
	height:228px;
	position:relative;
}

body #header h1 {
	left:43px;
	margin:0;
	position:absolute;
	top:107px;
}
body #header h1 a {
	display:block;
	height:40px;
	text-indent:-3000px;
	width:172px;
}

body #header ul {
	bottom:19px;
	list-style-type:none;
	position:absolute;
	right:30px;
}

body #header ul li {
	display:inline;
}

body #header ul li a {
	display:block;
	float:left;
	height:93px;
	margin:0 5px;
	text-indent:-3000px;
}

body #header ul li.shop a { background:url('../images/start_shopping.jpg') no-repeat; width:87px; }
body #header ul li.puddings a { background:url('../images/the_puddings.jpg') no-repeat; width:81px; }
body #header ul li.explore a { background:url('../images/explore_cartmel.jpg') no-repeat; width:80px; }
body #header ul li.prizes a { background:url('../images/win_lots_of_prizes.jpg') no-repeat; width:83px; }

body #container {
	background:url('../images/site_bg.jpg') repeat-y;
	padding-bottom:10px;
	position:relative;
}

body #nav {
	font-size:1.4em;
	left:28px;
	position:absolute;
}

body #nav #nav-top { 
	background:url('../images/tag_top.jpg') no-repeat; 
	overflow:hidden;
	padding-top:15px; 
	width:194px;
}
body #nav #nav-bottom { 
	background:url('../images/tag_bottom.jpg') no-repeat; 
	height:21px; 
	width:194px; 
}

body #nav ul {
	list-style-type:none;
	margin:5px 0 0;
	padding-left:30px;
}

body #nav ul li {
	list-style-image:url('../images/list-image.jpg');
	margin:5px 0;
}

body #nav a:hover, body #nav a.current {
	color:#C7C052;
}

body #nav ul li ul {
	font-size:0.8em;
	margin-bottom:5px;
	padding-left:15px;
}

body #nav #shop {
	color:#6E6E6E;
	font-size:0.7em;
	margin-top:10px;
	padding-left:15px;
}

body #nav #shop a { color:#6E6E6E; }
body #nav #shop a:hover { color:#C7C052; }

body #content {
	color:#4D5524;
	margin-left:205px;
	min-height:400px;
	padding:0 35px 0 29px;
	overflow:hidden;
}

body #content .item {
	clear:both;
	overflow:hidden;
}
body #content .item:first-child .hr {
	display:none;
}
body #content .item p {
	padding:5px 0;
}
body #content .col1, body #content .item .col2 {
	float:left;
}
body #content .col1 {
	padding-right:10px;
	width:280px;
}
body #content .col2 {
	overflow:hidden;
}

body #content .col2 p {
	padding: 2px 0 10px 0;
	width: 220px;
}
body #content .frame_wrapper {
	position:relative;
}
body #content .frame {
	position:absolute;
}

body #content .body {
	clear:both;
}

body #footer {
	background:url('../images/site_bg_bottom.jpg') no-repeat;
	clear:both;
	font-size:10px;
	padding-top:15px;
}
body #footer p {
	margin:0;
}

body #footer a { color:#7D7F80; }
body #footer a:hover { color:#C7C052; }

body #footer #credit {
	float:right;
	margin:0;
}


/*=========================
	Forms
=========================*/

form p {
	margin: 0 0 0.5em;
	overflow:hidden;
/*	font-size: 0.78em;*/
}

form p textarea{
	font-size: 11px;
}

form p label,
form p span {
	display: block;
	float:left;
	margin: 4px 5px 4px 0;
	width:85px;
	color: black;
}

form p input, form p textarea, form p select {
	width: 205px;
	padding: 0 2px;
	font-family: Georgia;
}

form p select {
	width: 213px;
}

form p.form-multi-input, form p.form-optin  {
	margin:0 0 0.5em;
	overflow:hidden;
}
form p.form-multi-input input, form p.form-optin input {
    margin: 0 10px 0 0;
	float:left;
	width: auto;
}
form p .form-btn {
	margin-top:10px;
	width: auto;
}	

form p.form-multi-input label,
form p.form-optin label {
	display: inline;
	color: #4D5524;
	float:left;
	margin: 0 10px 0 0;
	text-align:left;
	width:auto;
}
form p.form-optin label, form#send-to-friend form p.form-optin label{
	width: 250px ! important;
}

.label-error {
	color: red !important;
}

form p input.field-error,
form p textarea.field-error,
form p select.field-error {
	border: solid 1px red ! important;
}

form#send-to-friend p label,
form#send-to-friend span {
	width:145px;
}

input.submit, input.form-btn {
	clear:both;
}