@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size: 20px;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0;
	color: #3B0000;
}

body {
	width: 100%;
	height: 100%;	
	background-image: url(/images/bg_header_dark.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

a img { 
	border: none;
}

h1 { 
	font-size: 35px;
	font-weight: bold;
	margin: 35px 0 0 0;
}
.subsection h1 {
	font-size: 25px;
	margin-top: 0px;
}
h1.discrete {
	font-size: 20px;
	padding: 0;
	margin: 0;
}
h2 { 
	font-size: 35px;
	color: #FF7900;
	font-weight: normal;
}
h3 { 
	font-size: 36px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
	line-height: 130%;
	margin-top: 0px;
	padding-top: 0px;
}


/*
 *  Structure
 *
 */
.wrapper {
	position: relative;
	display: block;
	width: 980px;
}
#footer {
	display: block;
	width: 100%;
	margin: 20px 0;
}

/*
 *   Navigation
 *
 */

#topNavBar {
	position: absolute;
	font-size: 12px;
	top: 78px;
	left: 110px;
	width: 870px;
	height: 30px;
}
#topNavBar #primaryNav {
	float: left;
}
#topNavBar #secondaryNav {
	float: right;
	margin-right: 310px;
}
#topNavBar #primaryNav li { 
	padding-right: 45px;
}
#topNavBar #secondaryNav li { 
	padding-left: 45px;
}

#topNavBar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topNavBar li {
	display: inline;
}
#topNavBar a { 
	color: #3B0000;
	font-weight: bold;
	text-decoration: none;
}
#topNavBar a:hover { 
	color: #FF7900;
}

#home #n-home a, 
#kit #n-kit a, 
#recipes #n-recipes a, 
#faq #n-faq a, 
#about #n-about a, 
#contact #n-contact a {
	color: #FF7900;
	cursor: default;
}

/*
 *
 * Page Elements and Styles
 *
 */

#header { 
	position: relative;
	width: 980px;
	height: 123px;
}

#header #logo {
	position: absolute; 
	top: 36px;
	left: 22px;		
}

#main { 
	width: 100%;
	position: relative;
	display: block;
}
#main .section {
	position: relative;
	background-image: url(/images/divider_dark.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a {
	color: #FF7900;
	text-decoration: none;	
}
a:hover {
	color: #F00;
}

.content1 { 
}

.priceHeader {
	color: #FF7900;
	font-size: 35px;
	padding: 0;
	margin: 0;
}

.list1, .list2, .list4, .list 5 {
	padding: 0;
	margin: 0 0 0 25px;
	font-weight: bold;
}
.list1 li, .list2 li, .list4 li, .list5 li { 
	padding-left: 0px;
	margin-bottom: 10px;
}
.list1 {
	list-style-image: url(/images/star_white.gif);
	color: #3B0000;
}
.list2 { list-style-image: url(/images/star_orange.gif); }
.list4 { list-style-image: url(/images/star_orange_grey.gif); }
.list5 { list-style-image: url(/images/star_white_brown.gif); }
.list3 {
	list-style-image: url(/images/bullet_orange_disc.gif);
	padding: 0 0 0 10px;
	margin: 0;
}
.list3 li {
	padding: 0;
	margin: 0 0 10px 0;
}

.content1 {
	padding-left: 28px;
}
.subsection {
	background: #F5F3F3;
	position: relative;
}

#copyright {
	font-size: 11px;
	padding-left: 28px;
}

.highlightBlock1 {
	width: 303px;
	background: #FF7900;
	color: #FFF;
	position: absolute; 
	right: 0;
	padding: 10px;
}
.highlightBlock1 a {
	color: #F5F3F3;
}
.highlightBlock1 a:hover {
	color: #F00;
}
.highlightBlock2 {
	color: #FFF;
	background: #3B0000;
	padding: 10px;
	width: 303px;
}

/*
 * Cart styles.
 *
 */
.cartButton {
	border: none;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
}
.addCartButton {
	background: #FF7900;
	color: #FFF;
	font-size: 18px;
	height: 40px;
	cursor: pointer;
}
.addCartButton:hover {
	background: #3B0000;
}
.continueCartButton {
	background: #3B0000;
	color: #FFF;
	font-size: 18px;
	height: 40px;
	position: relative;
	top: 40px;
	left: -250px;
	width: 245px;
}
.checkoutCartButton {
	background: #FF7900;
	color: #FFF;
	font-size: 18px;
	height: 40px;
	width: 245px;
}
.viewCartButton {
	background: #3B0000;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	top: -6px;
	width: 126px;
	height: 28px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	z-index: 99;
}
.viewCartButton:hover {
	background: #FF7900;
}


.addQuantityField { 
	display: none;
}

.price {
	display: inline;
}

.product {
}

#shoppingCartContainer {
	position: absolute;
	top: 77px;
	right: 0;
	font-size: 11px;
	width: 600px;
	text-align: right;
	list-style: none;
	border: 0;
	margin: 0;
} 
#home #shoppingCartContainer {
	color: #FFF;
}
#shoppingCartContainer li {
	display: inline;
	float: right;
	margin-left: 20px; 
}
#shoppingCartContainer li div {
	display: inline;
}

.cartSummaryStat {
	font-weight: bold; 	
}

.alertDialog {
	padding: 20px;
	border-top: 4px solid #3B0000;
	border-left: 4px solid #3B0000;
	border-right: 4px solid #3B0000;
	border-bottom: 4px solid #3B0000;
	background: #FFF;
}
.checkoutPopup {
}

.cartTable {
	width: 500px;
	margin: 10px 0;
	border-spacing: 5px;
}
.cartTable td {
	padding: 5px;
	margin: 5px;
}

.cartTable .headerRow {
	background: #3B0000;
	color: #FFF;
	font-size: 11px;
}
.cartTable .altRow {
	background: #F5F3F3;
}
.cartTable .discount {
	font-style: italic;
}
.cartTable .total {
	font-weight: bold;
}

.cartTable .numericData {
	text-align: right;
}

#filter {
	z-index: 50;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #666;
	display:none;
}

#filter.filterHide { display: none; }
#filter.filterShow {  } 
