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;line-height: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}

html {
	background-color: #fff;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}

body {
	font-size: small;
	font-family: 'Arial', 'Helvetica', sans-serif;
	background-image: url(/images/shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}

h1 {
	position: absolute;
	z-index: 100;
	top: 4px;
	left: -30px;
	width: 373px;
	height: 370px;
	text-indent: -9999px;
	background-image: url(/images/logo.png);
}

h1 a, h1 a:link, h1 a:visited {
	display: block;
	width: 373px;
	height: 370px;
}

h2 {
	margin: 0 0 10px;
	color: #993333;
	font-size: 571%;
	line-height: 88%;
	font-family: 'Gotham-Medium', 'Gotham-Book', 'Arial', sans-serif;
	letter-spacing: -5px;
}

h3 {
	margin: 0 0 10px;
	color: #993333;
	font-size: 265%;
	line-height: 88%;
	font-family: 'Gotham-Medium', 'Gotham-Book', 'Arial', sans-serif;
	letter-spacing: -2px;
}

p {
	margin: 0 0 15px;
	color: #666;
	font-size: 105%;
	line-height: 125%;
}

fieldset {
	border: none;
	margin: 0 0 15px;
}

a, a:link, a:visited {
	color: #ff2893;
	text-decoration: none;
}

a img, a:link img, a:visited img {
	border: none;
}

sup {
	font-size: 55%;
}

/* NAV ===================================================================== NAV */
#nav {
	float: right;
	margin: 21px 0;
}

#nav li {
	display: block;
	float: left;
	margin: 0 40px 0 0;
	font-size: 150%;
	font-family: 'Gotham-Book', 'Arial', sans-serif;
}

#nav li.last {
	margin: 0;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	float: left;
	color: #000;
}

#nav a:hover, #nav a:visited:hover {
	color: #000;
}

/* STRUCTURE ===================================================================== STRUCTURE */
#pink_box {
	position: relative;
	width: 980px;
	height: 375px;
	background-image: url(/images/pink-box.png);
	background-repeat: repeat-x;
}

#pink_box_inner {
	position: absolute;
	width: 987px;
	background-image: url(/images/white-line-shadow.png);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	padding: 2px 7px 0 2px;
	margin: 8px 9px 0;
	background-image: url(/images/shadow2.png);
	background-repeat: no-repeat;
}

/* HOMEPAGE ===================================================================== HOMEPAGE */
#promo {
	position: relative;
	margin: 0 0 0 7px;
	height: 410px;
	background-image: url(/images/bg-promo.jpg);
	background-repeat: no-repeat;
}

#promo h3 {
	margin: 0 0 10px 3px;
}

#promo div {
	padding: 68px 50px 0 542px;
}

#promo li {
	float: left;
	margin: 0 4px 0 0;
}

#bun1, #bun2 {
	display: block;
	position: absolute;
}

#bun1 {
	z-index: 300;
	top: 155px;
	left: 60px;
}

#bun2 {
	z-index: 200;
	top: 80px;
	left: 220px;
}

#bottom_half {
	margin: 0 8px;
}

#bottom_half li {
	float: left;
	margin: 0 13px 0 0;
	width: 300px;
	height: 200px;
	background-image: url(/images/bg-bottom-half.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#bottom_half h4 {
	margin: 0 0 10px;
	padding: 20px 30px 0 25px;
	color: #884b4a;
	font-size: 137%;
	font-weight: normal;
	font-family: 'Myriad Pro', 'Arial', sans-serif;
	line-height: 115%;
}

#bottom_half p {
	padding: 0 40px 0 25px;
}

#bottom_half li.testimonial {
	margin: 0;
	padding: 0;
	font-family: 'Gotham-Light', 'Arial', sans-serif;
	background-image: none;
}

#bottom_half blockquote {
	padding: 20px 0 0;
	font-size: 127%;
}

#bottom_half blockquote p {
	padding: 0 50px 0 17px;
}

#bottom_half cite {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: normal;
	font-family: 'Gotham-Book', 'Arial', sans-serif;
}

#bottom_half cite span {
	display: block;
	font-size: 75%;
	font-weight: normal;
	font-family: 'Gotham-Light', 'Arial', sans-serif;
}

#buy-now {
	position: absolute;
	z-index: 500;
	top: 20px;
	right: -40px;
	width: 138px;
	height: 139px;
	background-image: url(/images/buy-now.png);
}

#buy-now a {
	display: block;
	width: 138px;
	height: 139px;
}

.more {
	display: block;
	text-indent: -9999px;
	height: 29px;
	background-image: url(/images/buttons.png);
	background-repeat: no-repeat;
}

.left_arrow, .right_arrow {
	width: 29px;
}

.right_arrow {
	background-position: -29px 0;
}

.products {
	width: 169px;
	background-position: -58px 0;
}

.buns, .shipping {
	margin: 10px 0 0;
}

.buns {
	width: 188px;
	background-position: -227px 0;
}

.shipping {
	width: 169px;
	background-position: -415px 0;
}

/* MAIN ===================================================================== MAIN */
#content_inner {
	padding: 9px 0 20px;
	background-color: #fff;
}

#content_main {
	position: relative;
	margin: 64px 0 0;
	padding: 0 85px 95px 360px;
}

#ribbon {
	position: absolute;
	z-index: 400;
	bottom: -48px;
	right: -2px;
	width: 244px;
	height: 174px;
	background-image: url(/images/ribbon.png);
}

#footer {
	margin: 0 9px 0 10px;
	padding: 20px 21px 0 10px;
	background-image: url(/images/bg-footer.png);
	background-repeat: no-repeat;
}

#footer p {
	color: #999;
}

#mc {
	float: left;
	padding: 0 23px 0 0;
	font-size: 90%;
	background-image: url(/images/mc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#mc a, #mc a:link, #mc a:visited {
	color: #666;
}

.shadow_pic {
	position: absolute;
	top: 152px;
	left: 31px;
	width: 313px;
	height: 235px;
	background-image: url(/images/shadow-pic.png);
}

.shadow_pic img {
	display: block;
	padding: 11px 15px;
}

/* STORE ===================================================================== STORE */
#content_store {
	position: relative;
	margin: 64px 0 0;
	padding: 0 85px 0 60px;
}

#content_store h2, #content_store .big {
	padding: 0 0 0 297px;
}

#content_store .big {
	margin: 0 0 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#content_store h3 {
	padding: 10px 0 0;
}

#product_list li {
	clear: left;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

#product_list li {
	border-bottom: 1px solid #ccc;
}

.product_image {
	display: block;
	float: left;
	margin: 0 18px 0 0;
}
.product_content {
	float: left;
	width: 500px;
}
.product_content.no_image {
	margin-left: 295px;
}

/* CLASSES ======================================================================== CLASSES */
.big {
	margin: 0 0 25px;
	font-size: 133%;
	font-family: 'Myriad Pro', 'Arial', sans-serif;
}

.pink {
	color: #ff2893;
	font-family: 'Gotham-Medium', 'Arial', sans-serif;
}

.pink span {
	padding: 0 0 0 20px;
	margin: 0 0 0 7px;
	background-image: url(/images/phone.gif);
	background-repeat: no-repeat;
}

.box {
	margin: 0;
	padding: 15px 0 15px 95px;
	color: #000;
	font-size: 120%;
	font-family: 'Gotham-Book', 'Arial', sans-serif;
	line-height: 150%;
	background-image: url(/images/box.gif);
	background-repeat: no-repeat;
}

.callout {
	width: 315px;
	position: absolute;
	top: -39px;
	right: 20px;
	font-family: 'Gotham-Light', 'Arial', sans-serif;
}

.callout blockquote {
	text-indent: -8px;
	font-size: 170%;
}

.callout p {
	margin: 6px 0 0;
	font-size: 105%;
}

/* CLEAR */
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}* html .clear{height:1%;}*:first-child+html .clear{min-height:1px;}
