/* Table of Contents:
	- Imported CSS
	- Global Containers
	- Link Styles
	- Header Layout
	- Middle Layout
	- Shopping Cart and Checkout
	- Footer Layout
*/

/* Imported CSS
--------------------------------------------------------------------------------------- */
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #451d11 url(../img/background.png) top left repeat-x;
}

#container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/container-bg.png) top left repeat-y;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	position: absolute;
	visibility: hidden;
}

hr.hidden {
	position: relative;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

a img {
	border: 0;
}


/* Links
--------------------------------------------------------------------------------------- */

a, a:link, a:active {
	color: #7c2939;
}

a:visited {
	color: #a24b5c;
}

a:hover {
	color: #38628a;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	background: url(../img/header-bg.png) top center no-repeat;
	height: 74px;
}

#header.home {
	background: url(../img/home-header-bg.png) top center no-repeat;
}

h1 {
	margin: 8px 0 0 35px;
	float: left;
	display: inline;
}

h1 span {
	display: none;
}

#bag {
	font: 12px/14px Arial, Helvetica, sans-serif;
	text-align: right;
	float: left;
	display: inline;
	margin: 12px 0 9px 214px;
	height: 28px;
}

#bag a {
	background: url(../img/shopping-bag.png) center right no-repeat;
	color: #f5a1bb;
	text-decoration: none;
	display: block;
	width: 120px;
	padding: 0 36px 0 0;
}

#bag a:hover {
	color: #38628a;
}

#nav {
	font: 16px/18px Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	list-style: none;
	margin: 0 0 0 54px;
}

#nav li {
	float: left;
	display: inline;
	margin: 0 8px;
}

#nav a {
	font-weight: bold;
	color: #8b5636;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.current a {
	border-bottom: solid 5px #f5a1bb;
	color: #f5a1bb;
}





/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	background: url(../img/body-bg.png) top center no-repeat;
	padding: 20px 20px 1px 20px;
}

p, ul {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #2b0802;
	margin: 0 40px 12px 40px;
}

ul li {

}

h2 {
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #d4f7fd;
	margin: 0 40px 12px 40px;
}

h3 {
	font: 26px/28px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #2b0802;
	margin: 0 40px 4px 40px;
}

div.cols2 {
	width: 360px;
	float: left;
}

div.terms p, div.terms ul {
	font-size: 11px;
	line-height: 15px;
}

div.terms div.cols2 p {
	margin-right: 0;
}

div.terms div.col1 {
	padding: 0 80px 0 0;
}

div.terms div.col1 ul.contents {
	list-style: none;
	width: 240px;
	float: left;
	display: inline;
}

#content.contact h3 {
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2b0802;
	margin: 0 40px 2px 40px;
	clear: both;
	font-style: italic;
}

#content.about p {
	margin-right: 310px;
}

#content.about p.img {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	margin-bottom: 4px;
}

#content.about p img {
	border: solid 1px #2b0802;
}

#content.about p.signature {
	font: 20px/22px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin-top: -10px;
}

h4 {
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2b0802;
	margin: 0 40px 2px 40px;
	clear: both;
	font-style: italic;
}

#content.selection {

}

#content.selection h2 {
	font: 26px/28px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #2b0802;
	margin-bottom: 4px;
	margin: 12px 40px 6px 40px;
}

#content.selection ul {
	margin: 0 0 0 40px;
	list-style: none;
	float: left;
	display: inline;
}

#content.selection li {
	width: 305px;
	height: 114px;
	margin: 0 20px 10px 0;
	padding: 176px 10px 0 10px;
	float: left;
	font: 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #d4f7fd;
	font-weight: bold;
}

#content.selection li.toffee {
	background: url(../img/selection/toffee.png) top left no-repeat;
}

#content.selection li.caramels {
	background: url(../img/selection/caramels.png) top left no-repeat;
}

#content.selection li.marshmallows {
	background: url(../img/selection/marshmallows.png) top left no-repeat;
}

#content.selection li.cherries {
	background: url(../img/selection/cherries.png) top left no-repeat;
}

#content.selection li.hot {
	background: url(../img/selection/cocoa.png) top left no-repeat;
}

#content.selection li.seasonal {
	/* background: url(../img/selection/peppermint.png) top left no-repeat; */
	background: url(../img/selection/marshmallow-eggs.png) top left no-repeat;
}

#content.selection ul ul {
	text-align: center;
	margin: 6px 0 0 0;
	padding: 2px 0 6px 0;
	float: none;
	background: #d4f7fd;
	display: block;
}

#content.selection li li {
	border: none;
	width: auto;
	height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	float: none;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#content.details img {
	border: solid 1px #2b0802;
	float: right;
	display: inline;
	margin: 0 40px 12px 40px;
}

#content.details p, #content.details ul, #content.details h2, #content.details h3, #content.details h4 {
	margin-right: 332px;
}

#content.details table, #content.bag table {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #2b0802;
	width: 670px;
	margin: 0 40px 2px 40px;
	clear: right;
	border: solid 1px #2b0802;
}

#content.details table th, #content.bag table th {
	font-size: 10px;
	padding: 0 6px 0 6px;
	background: #d4f7fd;
	white-space: nowrap;
}

#content.details table td, #content.bag table td {
	padding: 5px 6px 5px 6px;
	background: #fff;
	border-top: solid 1px #ccc;
}

#content.details table .qty, #content.bag table .qty {
	text-align: center;
	padding-right: 6px;
}

#content.details table .qty input, #content.bag table .qty input, #content.details table select, #content.bag table select {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}
#content.details table select, #content.bag table select {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
}

#content.details p.add, #content.bag p.add {
	text-align: right;
	margin: 0 40px 12px 40px;
}

input.button, a.button {
	color: #fff;
	background: #7c2939 url(../img/add-bg.png) top left repeat-x;
	border: solid 1px #7d2a3a;
	padding: 3px 6px 4px 6px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: 175px;
	text-decoration: none;
}

input.button:hover, a.button:hover {
	background-position: bottom left;
}

#content.about #events {
	float: right;
	display: inline;
	width: 260px;
	background: #d3f8fe;
	margin: 54px 10px 0 0;
	padding: 4px 6px 6px 6px;
	border: solid 1px #f4a0ba;
}

#content.about #events h3 {
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding-bottom: 2px;
	border-bottom: solid 1px #f4a0ba;
}

#content.about #events h4  {
	font: 14px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 12px 0 4px 0;
	border-bottom: dashed 1px #f4a0ba;
}

#content.about #events p, #content.about #events ul {
	list-style: none;
	margin: 0 0 8px 0;
	font-size: 11px;
	line-height: 14px;
}

#content.about #events li {
	margin: 0 0 8px 0;
}

#content.about #events li strong {
	display: block;
}

#content.about #events p.center {
	text-align: center;
	padding-top: 4px;
	border-top: solid 1px #f4a0ba;
}

#content.about #events a {
	font-weight: bold;
}





/* Shopping Cart and Checkout
--------------------------------------------------------------------------------------- */
#content.bag {

}

#content.bag h2, #content.contact h2, #content.about h2 {
	font: 26px/28px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #2b0802;
	margin: 20px 40px 10px 40px;
}

#content.bag h2 img {
	float: left;
	margin: 0 5px 0 0;
}

#content.bag table {
	margin-bottom: 8px;
}

#content.bag table .qty span {
	font-size: 10px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

#content.bag table td, #content.bag table th {
	padding-right: 12px;
	white-space: nowrap;
}

#content.bag table td.total, #content.bag table th.total {
	text-align: right;
	padding-right: 6px;
}

#totals {
	width: 350px;
	float: right;
	display: inline;
	margin: 0 40px 0 0;
	text-align: right;
}

#totals p {
	float: right;
	width: 220px;
	margin: 0 0 10px 0;
	padding-right: 7px;
}

#totals span {
	float: left;
	text-align: right;
	width: 110px;
}

#totals p.total {
	font-weight: bold;
	border-top: solid 1px;
	padding-top: 8px;
}

#content.bag div.terms p {
	text-align: right;
	font-size: 10px;
	margin-bottom: 4px;
}

#content.bag img.ssl, #content.bag div.ssl {
	float: left;
	margin: 0 0 12px 40px;
	width: 130px;
}

#content.bag div.pickup {
	margin: 10px 40px;
	padding: 10px 0;
	border: solid 1px #7d2a3a;
	clear: both;
}

#content.bag div.pickup h3 {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#content.bag div.pickup p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 6px;
}

/* CHECKOUT PROCESS
------------------------------------------------------------------------------------------------------------------------------------- */
#orderform {
	margin: 0 33px;
}

#checkout, #next {
	width: 175px;
	text-transform: uppercase;
}

#continue {
	font-size: 11px;
	letter-spacing: normal;
}

#terms {
	text-align: right;
	margin: 0 44px 0 0;
}

#terms p {
	font-size: 11px;
}

fieldset {
	background: #fdf8c0;
	border: solid 1px #2b0802;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

#billing {
	margin-right: 20px;
}

legend {
	font-weight: bold;
	font-size: 12px;
	background: #fff;
	padding: 2px 5px;
	border: solid 1px #2b0802;
	margin: 0 0 0 10px;
	color: #2b0802;
}

fieldset p, #static.terms #contact p {
	margin: 0 10px 6px 10px;
	font-size: 11px;
}

fieldset p input {
	font-size: 12px;
}

fieldset p.required {
	font-weight: bold;
	color: #2b0802;
}

fieldset label {
	width: 75px;
	float: left;
	text-align: right;
	margin: 0 6px 0 0;
}

fieldset span label {
	float: none;
	margin: 0 2px 0 12px;
}

fieldset p.check {
	margin: 10px 0;
	padding: 4px 10px;
	background: #f5a1bb;
}

fieldset#agree p.check {
	margin-bottom: 5px;
}

p.check label, p.cardtype label {
	width: auto;
	float: none;
	font-weight: normal;
}

p.check input, p.cardtype input {
	float: left;
	clear: left;
	margin: 2px 6px 2px 0;
}

fieldset.floatleft {
	width: 330px;
}

p.next {
	margin: 0 100px 10px 100px;
	clear: left;
	line-height: 24px;
	text-align: center;
}

#payment p {
	margin-bottom: 10px;
	float: left;
}

p.cardtype {
	font-weight: bold;
	line-height: 18px;
	width: 110px;
	float: left;
}

#payment {
	margin: 0 100px 10px 100px;
}

#coupon {
	margin: 0 200px 10px 200px;
}

#payment label, #coupon label {
	width: 120px;
}

#bfname, #blname, #sfname, #slname, #bcity, #scity {
	width: 180px;
}

#badd1, #badd2, #sadd1, #sadd2, #email, #cardname, #realname {
	width: 220px;
}

#bstate, #sstate, #expmonth {
	width: 24px;
}

#bzip, #szip, #expyear {
	width: 40px;
}

#bphone, #sphone, #bfax, #cardnumber, #phone {
	width: 120px;
}

p.confirm {
	float: left;
	width: 290px;
}

p.final {
	clear: both;
	line-height: 16px;
}

p.final input {
	margin-top: 10px;
}

#content.contact #contact {
	width: 400px;
	float: left;
	display: inline;
	margin: 0 0 10px 40px;
}

#MESSAGE {
	width: 376px;
}

/* Homepage Layout
--------------------------------------------------------------------------------------- */
#content.home {
	background: url(../img/home-body-bg.png) 21px 341px no-repeat;
	padding: 0 20px 1px 20px;
}

#content.home img.home {
	margin: 0 0 12px 0;
}

#content.home h2 {
	font: 26px/28px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #d4f7fd;
	margin-bottom: 4px;
	margin-top: 4px;
}

#content.home p, #content.home h2 {
	margin-left: 40px;
	margin-right: 350px;
}

#monthly {
	width: 280px;
	height: 260px;
	background:url(../img/monthly-feature-bg.png) top left no-repeat;
	float: right;
	display: inline;
	margin: 0 15px 12px 0;
	padding: 0 15px;
}

#monthly h3 {
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 12px 0 6px 0;
}

#monthly img {
	margin: 0 0 5px 0;
}

#content.home #monthly p.link {
	margin: 0;
	height: auto;
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	float: none;
	display: block;
}

#content.home #monthly a {
	text-decoration: none;
}

#content.home #monthly div {
	list-style: none;
	margin: 3px 6px;
	float: left;
	display: inline;
	height: 186px;
	width: 268px;
}

#content.home #monthly p {
	margin: 0 0 6px 0;
}

#content.home #monthly h4 {
	display: block;
	font: 14px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 2px 0;
	border-bottom: dashed 1px #f4a0ba;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	background: #451d11 url(../img/footer-bg.png) top left no-repeat;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 18px 0 0 0;
}

#footer a {
	color: #fff;
}

#footer a:hover, #webmaster a:hover {
	color: #d4f7fd;
}

#webmaster  {
	background:	none;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 18px 0 0 0;
}

#webmaster a  {
	color: #ccc;
}
div#shipping_charges p {
	margin-bottom: 0px;
	height: auto;
	line-height: auto;
}

	