/*
* Style Reset
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
* Layout Helpers 
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hiden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.error, .success {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.1em;
	background-color: #cc1111;
	border: 1px solid #600;
	padding: 10px 15px;
	color: #fff;
}
.success {
	background-color: #008457;
	border: 1px solid #005048;
	padding: 10px 15px;
	margin: 5px 0 10px 0;
	font-weight: bold;
}
.center {
	text-align: center;	
}

/*
* Main Definitions 
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3d3d3d;
	background: top center url(../img/bg-x.gif) repeat-y #016631;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height: 0;
}
#skip-nav {
	text-indent: -9999em;
	height: 0;
	float: left;
}
#print-logo {
	display: none;
}
#wrapper {
	background: top center url(../img/bg-head.png) no-repeat;
}
#main {
	width: 959px;
	min-height: 340px;
	margin: 0 auto;
	position: relative;
}
a {
	color: #2982ce;
}
dl {
	padding: 10px 0;
}
dt {
	font-weight: bold;
	font-style: italic;	
	padding: 0 0 5px 0;	
}
dd {
	padding: 0 0 15px 0;	
}
	dd ul{
		list-style: inside disc none;
		padding: 5px 0;
	}

/*
* Page Header 
*/

#header {
	height: 160px;
	background: top center url(../img/title.gif) no-repeat;
	position: relative;
	z-index: 102;
}
#header #logo {
	width: 900px;
	padding-top: 25px;
	padding-left: 60px;
	margin: 0 auto;
}
#logo a {
	display: block;
	height: 55px;
	width: 335px;
	text-indent: -9999em;
}
#main #flash-cow {
	position: absolute;
	width: 180px;
	height: 120px;
	top: -120px;
	right: 20px;
}
#main #flash-button{
	position: absolute;
	width: 195px;
	height: 195px;
	top: -190px;
	right: 210px;
	z-index: 10000;
}

/*
* Page Column Layout
*/

#content {
	padding: 0 0 0 20px;
	margin: 30px 0 0 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
#left-col {
	width: 235px;
	padding: 5px 0 0 0;
	float: left;
}
#left-col .top {
	padding: 0 0 20px 5px;
	background: bottom left url(../img/leftcol-top-bg.jpg) no-repeat;
}
#mid-col {
	float: left;
	width: 620px;
	margin-left: 10px;
	padding: 26px 35px;
	margin-bottom: -60px;
	position: relative;
	overflow: visible;
	z-index: 103;
}

/*
* Page Content
*/

#mid-col h2 {
	padding: 0 0 5px 0;
	line-height: 1em;
	font-size: 1.65em;
	color: #2982ce;
}
#mid-col h2 a {
	text-decoration: none;
}
#mid-col h2 a:hover {
	border-bottom: 2px dotted #2982ce;	
}
#mid-col .lead-in {
	padding: 0 0 10px 0;
   	font-weight: bold;
   	font-size: 1.08em;
}
#mid-col p {
	padding: 5px 0;	
}
#mid-col .error p {
	padding: 0;
}
#mid-col h3 , #mid-col legend {
	font-size: 1.17em;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
	color: #2982ce;
}
#mid-col .section {
	float: left;
	width: 300px;
}
.section h3 {
	color: #2982ce;
	clear: right;
	font-size: 1.08em;
}
.section p {
	padding: 0 0 5px;
}
.section .right, .right {
	float: right;
}
.section sup {
	font-size: 1.4em;
	vertical-align: baseline;
}
.section sup.hash, sup.hash {
	font-size: 0.8em;
	vertical-align: top;
}
.section a {
   	color: #2982ce;
}
.section h3:first-child {
	padding-top: 25px;
}
.terms {
	font-size: 0.75em;
	line-height: 1.4em;
}
.home-terms {
	clear: left;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: center;
}
#content h3 sup {
	font-size: 1.0em;
}

/*
* Left Column Content
*/

#myaccount-box, #login-box {
	background: bottom left url(../img/loginbox-bg.gif) no-repeat;	
}
#login-box label {
	display: none;	
}
#login-box p, #myaccount-box p {
	padding: 5px 10px 5px 15px;
	color: #fff;
}
#login-box .error p {
	padding: 0;
}
#login-box .error {
	background-color: #cc1111;
	margin: 0 25px 0 15px;
	padding: 5px 5px 5px 8px;
	font-size: 0.92em;
}
#login-box #login_email {
	border: 0;
	width: 180px;
	height: 18px;
	padding: 3px 5px 2px 5px;
	background: top left url(../img/emailbox-bg.gif) no-repeat #008457;	
}
#login-box #login_email.empty {
	background: top left url(../img/emailbox-bg-label.gif) no-repeat #008457;	
}
#login-box #login_password {
	float: left;
	border: 0;
	width: 143px;
	height: 18px;
	padding: 3px 5px 2px 5px;
	background: top left url(../img/passwordfield-bg.gif) no-repeat #008457;	
}
#login-box #login_password.empty {
	background: top left url(../img/passwordfield-bg-label.gif) no-repeat #008457;	
}
#login-box #login_submit {
	float: left;
	margin-top: -1px;
}
#login-box .register {
	padding: 10px 10px 10px 15px;;
}
#login-box .register p {
	padding: 15px 0 0 0;
   	font-size: 1.08em;
}
#login-box .forgotten {
	clear: both;
	padding: 5px 10px 5px 30px;
	background: 15px 8px url(../img/forgottenpass-bg.gif) no-repeat;	
}
#login-box .forgotten a {
	font-size: 0.83em;
	color: #c7e7dc;
	text-decoration: none;
}
#login-box .forgotten a:hover {
	text-decoration: underline;
}
#left-col li {
	padding: 15px 0 0 0;	
}
#myaccount-box a {
	color: #fff;	
}
#myaccount-box p.points {
	margin-top: 35px;
	padding: 0px 10px 35px 15px;
}
#myaccount-box p.admin {
	margin-top: 35px;
	padding: 0px 10px 10px 15px;
}
#myaccount-box p.points strong {
	display: block;	
	font-size: 2.00em;
	padding: 15px 15px 5px 5px;
	text-align: center;
}
#myaccount-box p.points strong.secondary {
	padding: 2px 15px 1px 5px;
	font-size: 1em;
		
}

/*
* Image Replaced Titles
*/

h2.title {
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

h2.home {		background: top left url(../img/title-home.gif) no-repeat; }
h2.register {	background: top left url(../img/title-register.gif) no-repeat; }
h2.myaccount {	background: top left url(../img/title-myaccount.gif) no-repeat;height: 37px; }
h2.login {		background: top left url(../img/title-login.gif) no-repeat;height: 37px; }
h2.account {	background: top left url(../img/title-account.gif) no-repeat; }
h2.update {		background: top left url(../img/title-update.gif) no-repeat; }
h2.products {	background: top left url(../img/title-products.gif) no-repeat; }
h2.faq {		background: top left url(../img/title-faq.gif) no-repeat; } 
h2.gallery {	background: top left url(../img/title-gallery.gif) no-repeat; }
h2.join {		background: top left url(../img/title-gallery-join.gif) no-repeat; }
h2.contact {	background: top left url(../img/title-contact.gif) no-repeat; }
h2.password {	background: top left url(../img/title-password.gif) no-repeat; }
h2.packcode {	background: top left url(../img/title-packcode.gif) no-repeat; }
h2.coupon {		background: top left url(../img/title-coupon.gif) no-repeat; }
h2.terms {		background: top left url(../img/title-terms.gif) no-repeat; }
h2.sitemap {	background: top left url(../img/title-sitemap.gif) no-repeat; }



/*
* Registration Page
*/

#mid-col p.pack {
	float: right;
	text-align: right;	
	padding: 0 0 10px 30px;
	margin-top: -40px;
}
#mid-col p.pack em {
	display: block;
	font-size: 0.92em;
	text-align: center;
}
ol.steps {
	padding: 5px 0;	
}
ol.steps li {
	padding: 1px 0 10px 28px;

}
ol.steps li.one {
	background: top left url(../img/icon-one.gif) no-repeat;	
}
ol.steps li.two {
	background: top left url(../img/icon-two.gif) no-repeat;	
}
ol.steps li.three {
	background: top left url(../img/icon-three.gif) no-repeat;	
}
ol.help {
	list-style: decimal;
	padding: 1em 2em;
}
ol.help li {
	padding-bottom: 0.5em;	
}

/*
* Account Summary Page
*/

#mid-col p.account-buttons {
	text-align: center;	
	padding: 20px 0 30px ;
}
#mid-col p.account-buttons img {
	margin: 0 5px;	
}
.account-table {
	background-color: #fff;
	clear: left;
}
.account-table th {
	background: bottom left url(../img/table-head-bg.jpg) repeat-x;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	border-right: 1px solid #cee7f7;
	padding: 0 8px;	
}
.account-table th a {
	color: #fff;
}
.account-table td {
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #cee7f7;
	padding: 4px 8px;
	font-size: 0.92em;
}
.account-table tr th:last-child, .account-table tr th.last-child,
.account-table tr td:last-child, .account-table tr td.last-child {
	border-right: 0;
}

/*
* Form layout
*/

fieldset {
	background: top left url(../img/form-bg.gif) repeat-y;
	padding: 0 20px 10px 20px;
	width: 580px;
}
#mid-col fieldset h3 {
	background: top left url(../img/form-top.gif) no-repeat;
	height: 40px;
	padding-left: 5px;
	padding-right: 495px;
	padding-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}
#mid-col fieldset h3.gallery {
	background: top left url(../img/form-top-gallery.gif) no-repeat;
	padding-top: 25px;
}
fieldset label {
	float: left;
	width: 200px;
	padding-top: 2px;
}
fieldset#bonus-form label {
	display: block;
	float: none;
	width: auto;
	padding: 0 0 3px 0;
}
fieldset p {
	clear: left;	
}
fieldset .checkbox input {
	float: left;
	margin-top: 5px;
}
fieldset .checkbox label {
	float: none;
	display: block;
	width: auto;
	margin-left: 30px;
}
fieldset input, fieldset select, fieldset textarea {
	border: 1px solid #44a9ff;
	font-size: 1.0em;
	padding: 2px;
}
#mid-col fieldset p.buttons {
	padding: 10px 0 5px 200px;	
}
fieldset .buttons input, fieldset .checkbox input {
	border: 0;
	padding: 0;
} 
#mid-col .form-bottom {
	height: 20px;
	background: top left url(../img/form-bottom.gif) repeat-y;
	margin: 0 0 10px 0;
	font-size: 1px;
	overflow: hidden;
}
fieldset .medium {
	width: 180px;
}

fieldset .long {
	width: 350px;
}

.paging li {
	float: left;
	padding: 0 5px 5px 0;
	text-align: center;	
}
.paging li a {
	display: block;
	padding: 5px 10px;
	background-color: #fff;
	text-decoration: none;	
}
.paging li a:hover, .paging li.current a {
	background-color: #EFF4F7;
}

.red, .red a {
	color: #900;	
}


/*
* Contact Page
*/

address {
	padding-left: 20px;
	font-style: normal;	
}
address a {
	font-weight: bold;	
}

/*
* Product details page
*/

.product-image {
	float: left;	
}
.product-detail {
	float: right;
	width: 30em;
	padding-top: 10px;	
}
.product-detail h4, #mid-col .product-detail p {
	font-size: 1.17em;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
	color: #2982ce;
}
#mid-col .product-detail p {
	padding: 0 0 5px 0;
}
#mid-col .product-detail li {
	background: top left url(../img/product-icon.gif) no-repeat;
	padding: 3px 0 15px 35px;
}
.product-type {
	clear: both;	
}
#mid-col p.recipe-link {
	font-size: 1.0em	
}

#product-links {
	height: 40px;
	padding: 10px 0 10px 30px;
}
#product-links li {
	float: left;
}
#product-links li a {
	display: block;
	height: 40px;
	width: 108px;
	background: 0 0 url(../img/products-links.jpg) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
#product-links li.extra-soft a {
	width: 163px;
	background-position: -108px 0;	
}
#product-links li.dairy-soft a {
	width: 159px;
	background-position: -271px 0;	
}
#product-links li.butter a {
	width: 127px;
	background-position: -430px 0;	
}
#mid-col p.top {
	text-align: right;
	font-size: 0.92em;
	color: #333;
}
#mid-col p.top a {
	color: #333;
}

/*
* Gallery Page
*/

#gallery-image {
	float: left;
	width: 385px;
}
#gallery-image span {
	float: left;
	text-align: center;
	background-color: #eee;
	padding-bottom: 10px;
}
#gallery-image img {
	border: 10px solid #eee;
	border-bottom: 5px solid #eee;		
}
#gallery-image strong {
	font-weight: normal;
}
#gallery-thumbnails {
	float: right;
	width: 185px;
}

#gallery-thumbnails p {
	float: left;
	clear: none;
	height: 65px;
	padding: 2px 2px 10px;
	text-align: center;
	width: 80px;
}
#gallery-thumbnails p img {
	border: 3px solid #eee;
	border-bottom: 10px solid #eee;		
}
#gallery-paging {
	clear: right;
	float: right;
	width: 	170px;
	padding-right: 15px;
}
#gallery-paging .next{
	float: right;
}
#gallery-paging .previous{
	float: left;
}
#gallery-links {
	height: 40px;
	padding: 10px 0 10px 0px;
}
#gallery-links li {
	float: left;
}
#gallery-links li a {
	display: block;
	height: 40px;
	width: 85px;
	background: 0 0 url(../img/gallery-links.jpg) no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
#gallery-links li.a a {
	width: 79px;
	background-position: -85px 0;	
}
#gallery-links li.e a {
	width: 76px;
	background-position: -164px 0;	
}
#gallery-links li.i a {
	width: 72px;
	background-position: -240px 0;	
}
#gallery-links li.m a {
	width: 80px;
	background-position: -312px 0;	
}
#gallery-links li.q a {
	width: 81px;
	background-position: -392px 0;	
}
#gallery-links li.u a {
	width: 84px;
	background-position: -473px 0;	
}

/*
* Terms and Conditions page
*/

ol.conditions {
	list-style: decimal;
	padding: 0 20px;
}
ol.conditions li {
	padding: 5px;	
}
ol.conditions ol {
	list-style: lower-alpha;
	padding-left: 20px;	
}

/*
* Footer
*/

#footer {
	background: top center url(../img/bg-foot.jpg) no-repeat;
	font-size: 1.1em;
	position: relative;
	z-index: 101;
}
#footer-nav {
	width: 900px;
	margin: 0 auto;
	padding-top: 160px;
	padding-left: 60px;
	height: 160px;
}
#footer-nav .logo-panel {
	float: right;
	padding-right: 90px;
}
	.logo-panel a img {
		border: 0;
	}
#footer-nav ul {
	list-style-type: none;
	padding: 15px 10px;
}
#footer-nav li {
	float: left;
	padding: 1px 10px 1px 0;
	margin-right: 10px;
	border-right: 1px solid #fff;
}
#footer-nav li:last-child, #footer-nav li.last-child {
	border: 0;
}
#footer-nav li a {
	color: #fff;
	text-decoration: none;
}

