/*
------------------------------------------------------
Bete Noire - CSS
------------------------------------------------------
*/


/*
STYLES INDEX

I. Global

II. Containers

III. Navigation

IV. Header

V. Content Body

VI. Content

VII. Order Form & Shopping Cart Styles

VIII. Footer

*/


/*
======================================================
I. Global Styles
======================================================
*/

body
{
	margin: 40px 0 40px 0;
	padding: 0;
	background: #43060f;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #900;
	text-decoration: underline;
}

.skip
{
	display: none;
}

img
{
	border: 0;
}

.emphasis
{
	font-weight: 900;
	color: #900;
}

.emphasis-alt
{
	font-weight: normal;
	color: #300;
}

.note
{
	padding: 5px 0 0 0;
	font-size: 85%;
	line-height: 1.2em;
}

blockquote
{
	margin: 0 30px 15px 30px;
	padding: 0;
	font-size: 95%;
	line-height: 1.4em;
	color: #963;
}


/*
======================================================
II. Container Styles
======================================================
*/

#wrapper
{
	width: 740px;
	margin: 0 auto;
}

#main-body
{
	float: left;
	width: 740px;
	background: #ffffe2 url(../images/global/mainbody/global_mainbody_background.gif) repeat-y top left;
	border-top: 6px solid #361600;
	border-bottom: 6px solid #361600;
	border-left: 6px solid #361600;
}


/*
======================================================
III. Navigation Styles
======================================================
*/

#navigation
{
	float: left;
	width: 104px;
	background: transparent url(../images/global/navigation/global_navigation_background.gif) no-repeat top left;
}

#navigation .gutter
{
	padding: 10px;
}

#navigation ul
{
	margin: 109px 0 30px 0;
	padding: 0;
	font-size: 95%;
}

#navigation ul li
{
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
	line-height: 1.2em;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active
{
	color: #ffc;
	text-decoration: none;
}

#navigation ul li#selected
{
	color: #fff;
}

#navigation #calltoorder
{
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25em;
	color: #fff;
}


/*
======================================================
IV. Header Styles
======================================================
*/

#header
{
	margin: 0;
	padding: 0;
	height: 130px;
	background: transparent url(../images/global/header/global_header_background.gif) no-repeat top right;
}

#header-home
{
	margin: 0;
	padding: 0;
	height: 321px;
	background: transparent url(../images/global/header/global_header_background_home.gif) no-repeat 247px 0;
}

#content #header .gutter,
#content-home #header-home .gutter
{
	padding: 10px 22px 10px 30px;
}

#header #logo,
#header-home #logo
{
	float: left;
	width: 205px;
}

#header #promo,
#header-home #promo
{
	float: right;
	width: 345px;
	text-align: right;
}

#header #promo img,
#header-home #promo img
{
	margin: 0 0 10px 0;
}

#header-home #feature-image-home
{
	margin: 0;
	width: 327px;
	clear: both;
	vertical-align: top;
}

#header-home #feature-image-home img
{
	margin: 15px 0 0 0;
}

#header #promo a:link,
#header #promo a:visited,
#header #promo a:hover,
#header #promo a:active,
#header-home #promo a:link,
#header-home #promo a:visited,
#header-home #promo a:hover,
#header-home #promo a:active
{
	color: #300;
	text-decoration: none;
}

#header #promo p,
#header-home #promo p
{
	margin: 0;
	font-weight: 900;
}

/*
======================================================
V. Content Body Styles
======================================================
*/

#content-body,
#wide-content-body,
#shoppingcart-content-body
{
	margin: 0;
	padding: 0;
	background: transparent url(../images/global/contentbody/global_contentbody_specialty.gif) no-repeat 470px 0;
	clear: both;
}

#wide-content-body-home
{
	margin: 0;
	padding: 0;
	clear: both;
}

#content-body .gutter
{
	padding: 40px 200px 10px 30px;
}

#wide-content-body .gutter
{
	padding: 0 30px 10px 30px;
}

#wide-content-body-home .gutter
{
	padding: 0 30px 10px 30px;
}

#shoppingcart-content-body .gutter
{
	padding: 40px 30px 10px 30px;
}

/*
======================================================
VI. Content Styles
======================================================
*/

#content
{
	float: right;
	width: 636px;
}

#content-home
{
	float: right;
	width: 636px;
	background: transparent url(../images/global/content/global_content_home.gif) no-repeat 13px 210px;
}

#content h2,
#content-home h2
{
	margin: 0 0 12px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.25em;
	color: #900;
}

#content h2.headline,
#content-home h2.headline
{
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.4em;
	color: #900;
}

#content h3,
#content-home h3
{
	margin: 0 0 6px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 110%;
	line-height: 1.25em;
	color: #300;
}

#content h4,
#content-home h4
{
	margin: 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.55em;
	color: #300;
}

#content p,
#content-home p
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.4em;
	color: #963;
}

#content p.narrow,
#content-home p.narrow
{
	width: 330px;
}

#content ul,
#content-home ul
{
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 95%;
	color: #963;
}

#content ul li,
#content-home ul li
{
	padding: 0;
	line-height: 1.4em;
}

#content ul.info,
#content-home ul.info
{
	margin: 0;
	padding: 0;
	font-size: 95%;
}

#content ul.info li,
#content-home ul.info li
{
	padding: 0;
	list-style-type: none;
	line-height: 1.4em;
	color: #300;
}

#content ol,
#content-home ol
{
	margin: 0 0 15px 25px;
	padding: 0;
	font-size: 95%;
	color: #963;
}

#content ol li,
#content-home ol li
{
	padding: 0;
	line-height: 1.4em;
}


#content #feature-image,
#content-home #feature-image
{
	width: 327px;
	height: 153px;
	margin: 0 0 15px 0;
}

#content .product-image,
#content-home .product-image
{
	float: right;
	width: 245px;
}

#content .product-image p,
#content-home .product-image p
{
	margin: 7px 0 0 0;
	text-align: center;
	font-size: 85%;
	line-height: 1.25em;
	color: #300;
}


/*
======================================================
VII. Order Form & Shopping Cart Styles
======================================================
*/

#content form,
#content-home form
{
	margin: 0;
}

.orderform
{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	color: #300;
	clear: both;
}

#content .orderform caption,
#content-home .orderform caption
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	font-size: 135%;
	font-weight: 300;
	line-height: 1.25em;
	color: #900;
}

#content .chocolateform,
#content-home .chocolateform
{
	margin: 0 0 15px 0;
}

.chocolateform .orderform
{
	margin: 0;
}

#shoppingcart
{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.8em;
	color: #300;
}

#shoppingcart-status
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 95%;
	line-height: 1.4em;
	color: #300;
}

#shoppingcart th,
.orderform th
{
	text-transform: uppercase;
	vertical-align: bottom;
	line-height: 1.2em;
}

#shoppingcart th,
#shoppingcart td,
.orderform th
{
	border-bottom: 3px solid #e6e3b3;
}

.orderform td
{
	padding: 3px 0 0 0;
	vertical-align: top;
}

#shoppingcart .item,
#shoppingcart .qty,
#shoppingcart .remove,
.orderform .item,
.orderform .addtocart
{
	text-align: center;
}

#shoppingcart .qty
{
	width: 50px;
}

#shoppingcart .qty input
{
	padding: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

#shoppingcart .amount
{
	text-align: right;
}

#shoppingcart .description,
.orderform .product
{
	text-align: left;
}

.orderform .product .productdetails
{
	text-transform: none;
	font-size: 90%;
	font-weight: normal;
}

#content .orderform .product h1,
#content-home .orderform .product h1
{
	margin: 0;
	font-size: 105%;
	font-weight: 900;
	line-height: 1.4em;
	color: #900;
}

#content .orderform .product h2,
#content-home .orderform .product h2
{
	margin: 0;
	text-transform: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	color: #300;
}

#content .orderform .product p,
#content-home .orderform .product p
{
	width: 300px;
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 1.4em;
	color: #963;
}

.orderform .product .greentea
{
	color: #060;
}

.greentea a {
	color: #060;
	text-decoration: none;
}

.orderform .item
{
	width: 50px;
}

.featuredform .orderform .selectitem
{
	text-align: center;
}

.chocolateform .orderform .selectitem
{
	white-space: nowrap;
	text-align: left;
}

.cookieform .orderform .selectitem,
.cookieform .orderform .selectitem-dipped
{
	text-align: center;
}

.cookieform .orderform th.selectitem-dipped
{
	padding: 0 0 3px 0;
}

.cookieform .orderform .selectitem-dipped
{
	width: 140px;
}

.orderform .selectitem-dipped .note
{
	text-transform: none;
	font-size: 85%;
}

.orderform .addtocart input
{
	margin: 2px 0 0 0;
}

#shoppingcart-footer
{
	background: #e6e3b3;
}

#shoppingcart-footer #checkout
{
	border-right: 5px solid #e6e3b3;
	border-bottom: 2px solid #e6e3b3;
	text-align: right;
	font-size: 95%;
}

#shoppingcart-footer #checkout input
{
	padding: 2px;
	background: #900;
	border: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 95%;
	color: #fff;
}

#shoppingcart-footer #tools
{
	border-bottom: 2px solid #e6e3b3;
	border-left: 5px solid #e6e3b3;
	text-align: left;
	font-size: 95%;
}

#shoppingcart-footer #tools input
{
	margin:  0 6px 0 0;
	padding: 2px;
	display: inline;
	background: #400a12;
	border: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 95%;
	color: #fff;
}

#shoppingcart-footer #subtotal
{
	white-space: nowrap;
	text-align: right;
	font-size: 90%;
	font-weight: 900;
}

#shoppingcart-agreement
{
	width: 300px;
}

#shoppingcart-agreement p
{
	margin: 0 0 0 30px;
	vertical-align: top;
	font-size: 85%;
	line-height: 1.25em;
	color: #300;
}

#shoppingcart-agreement input#agreementcheckbox
{
	float: left;
	margin: 6px 0 50px 7px;
}


/*
======================================================
VIII. Footer Styles
======================================================
*/

#footer
{
	margin: 10px 0 10px 0;
	padding: 0;
}

#footer .gutter
{
	padding: 15px 20px 10px 30px;
}

#footer ul#footer-navigation
{
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	border-top: 3px solid #e6e3b3;
	text-align: center;
	font-size: 85%;
	color: #300;
}

#footer ul#footer-navigation li
{
	padding: 0;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	line-height: 1.4em;
}

#footer ul#footer-navigation li a:link,
#footer ul#footer-navigation li a:visited,
#footer ul#footer-navigation li a:hover,
#footer ul#footer-navigation li a:active
{
	color: #300;
	text-decoration: none;
}

#footer ul#footer-navigation li#copyright
{
	display: block;
	text-transform: none;
}

