/*////////////////////*/
/* BODY  */

body {
	text-align: center;
	margin-top: 0px;
	background-color: #7c000e;
	
}

#page {
  position: relative;
  margin-top: 0;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-align: left;
  background: #ffffff no-repeat right bottom;
}

#header {
  position: relative;
  margin-top: 0;
  width: 960px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  background: url(images/neshama_010_header.jpg) #92001E no-repeat center bottom;
}

#cart, #contact, #prepayment, #thankyou {
	width: 100%;
	height: 540px;
	background: #ffffff no-repeat right bottom;
}

#contact, #thankyou {
	height: 500px;
}

h1, h2 {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #92001E;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

em, strong {
	font-family: times;
	font-style: normal;
	font-weight: bold;
	color: #92001E;
}

input, select, textarea {
	font-family: courier;
	font-size: 12px;
	position: absolute;
	left: 125px;	
	margin-bottom: 6px;
}


a:link, a:visited {
	color: #92001E;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	text-decoration: none;
}

p.spacer-10 {
	line-height: 10px;
	padding: 0; 
	margin: 0;
}



/*////////////////////*/
/* NAV-BAR  */

.nav-bar 
{
	margin: 0px;
	padding: 0px;
	background: #92001E;
	height: 30px;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.nav-bar a:link {
	color: white;
	text-decoration: none;
}

.nav-bar a:visited {
	color: white;
	text-decoration: none;
}

.nav-bar a:hover {
	color: #ffffff;
	text-decoration: none;
}

.nav-bar a:active {
	color: #ffffff;
	text-decoration: none;
}



/*////////////////////*/
/* HOME  */


.home-copy {
	font-family: Verdana;
	font-size: 13px;
	color: black;
}


/*////////////////////*/
/* ABOUT US  */


.contact-us, .corporate-name {
	font-family: Verdana;
	font-size: 13px;
	text-transform: uppercase;
	color: black;
}

.corporate-name {
	font-size: 15px;
	font-weight: bold;
}

/*////////////////////*/
/* PAGES  */


.page-head, .page-subhead, .page-subsubhead, .page-body {
	font-family: Verdana;
	font-size: 19px;
	text-transform: uppercase;
	color: black;
}

.page-subhead {
	font-size: 17px;
	font-weight: bold;
}

.page-subsubhead {
	font-size: 15px;
	font-weight: bold;
}

.page-body, .page-body ul, .page-body li
{
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}


/* PRODUCT PAGES */

#product-list-block, #product-list-on-shopping-cart {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 300px;
}

#product-list-on-shopping-cart {
	top: 30px;
	left: -30px;
	width: 650px;
}

#product-body-block, #recipe-body-block {
	position: absolute;
	top: 225px;
	left: 200px;
	width: 500px;
	line-height: 150%;
	margin-top: 0px;
	font-family: times;
	font-size: 16px;
	text-indent: 0px;
	vertical-align: top;	
	margin-top: 0px;
}

#product-ingredient-block {
	position: absolute;
	top: 225px;
	left: 720px;
	width: 220px;
}

#product-image {
	position: relative;
	width: 100%; 
	height: 100%;
}

#product-price-line {
	position: absolute;
	top: 480px;
	left: 200px;	
	width: 300px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-align: left;
	text-transform: uppercase;
}

#each-package-contains-call-out {
	position: absolute;
	top: 505px;
	left: 200px;	
	width: 300px;
	height: 18px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 3px 0 0 0;
	margin: 0;
}

#add-to-cart-button, #check-out-button, .cart-check-out-button, #add-to-mailing-list-button {

	width: 120px;
	height: 18px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background: #92001E;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0;
}

#add-to-cart-button {
	position: relative;
	top: 50px;
	left: 60px;
}

#add-to-mailing-list-button {
	width: 300px;
}

#add-to-cart-button a:link, #add-to-cart-button a:visited, #add-to-mailing-list-button a:link, #add-to-mailing-list-button a:visited {
	color: #ffffff;
	text-decoration: none;
}

#add-to-cart-button a:hover, #add-to-cart-button a:active, #add-to-mailing-list-button a:hover, #add-to-mailing-list-button a:active {
	color: white;
	text-decoration: none;
}

#check-out-button, .cart-check-out-button {
	left: 350px;
	background: black;
	text-decoration: none;
}

#add-to-mailing-list-button {
	position: absolute;
	margin-top: 90px;
	left: 200px;
}

.cart-check-out-button {
	
}

#check-out-button a:link, #check-out-button a:visited, .cart-check-out-button a:link, .cart-check-out-button a:visited {
	color: #ffffff;
	text-decoration: none;
}

#check-out-button a:hover, #check-out-button a:active, .cart-check-out-button a:hover, .cart-check-out-button a:active{
	color: white;
	text-decoration: none;
}

/*	PRODUCT LIST */

#product-list-block ul, #product-list-on-shopping-cart ul {
	list-style: none;
	font-family: tahoma;
	font-weight: bold;
	font-size: 15px;
	color: black;
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	margin-left: 30px;
	line-height: 20px;
	
}

#product-list-block ul ul, #product-list-on-shopping-cart ul ul {
	list-style: none;
	font-family: Times;
	font-weight: normal;
	font-size: 16px;
	color: black;
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	text-transform: none;
	margin-left: 0px;
	line-height: 24px;
}

#product-list-on-shopping-cart ul, #product-list-on-shopping-cart ul ul {
		line-height: 22px;

}

#product-list-block ul ul a:link, #product-list-block ul ul a:visited, #product-list-on-shopping-cart ul ul a:link, #product-list-on-shopping-cart ul ul a:visited {
	color: black;
	text-decoration: none;
}

#product-list-block ul ul a:hover, #product-list-block ul ul a:active, #product-list-on-shopping-cart  ul ul a:hover, #product-list-on-shopping-cart  ul ul a:active {
	color: #92001E;
	text-decoration: none;
}

#product-item-selected li {
	color: #92001E;
}

#product-item-selected li a:link, #product-item-selected li a:visited {
	color: #92001E;
	text-decoration: none;
}

#product-item-selected li a:hover, #product-item-selected li a:active {
	color: #92001E;
	text-decoration: none;
}

/*	PRODUCT DETAIL */


#product-body-block h1, #recipe-body-block h1 {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #92001E;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.product-indgredients-title {
	display: inline;
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
	vertical-align: top;	
	margin-top: 0px;
}

.product-indgredients-body {
	display: inline;
	font-family: times;
	font-size: 14px;
	text-indent: 0px;
	vertical-align: top;	
	margin-top: 0px;
}

.product-indgredients-link {
	font-family: times;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
	vertical-align: top;	
}

.product-indgredients-link a:link, .product-indgredients-link a:visited  {
	color: black;
	text-decoration: none; 
}

.product-indgredients-link a:hover, .product-indgredients-link a:active {
	color: #92001E;
	text-decoration: none;
}

/*	RECIPE PAGES */

 
#recipe-body-block, #recipe-body-block h1{
	width: 700px;
	font-size: 15px;
	padding: 0px;
	margin: 0;
}

#recipe-body-block p, #recipe-body-block h1{
	padding: 2px;
	margin: 0;
	line-height: 110%;
}

#recipe-serves {
	display: inline;
	font-family: times;
	font-size: 14px;
	color: black;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/*	SHOPPING CART*/

#cart-instructions {
	position: absolute;
	top: 225px;
	left: 20px;
	width: 230px;
	height: 300px;
}

#cart-add-to-cart, #cart-contact-info, #receipt-page {
	position: absolute;
	left: 270px;
	width: 500px;
}

#cart-add-to-cart input, #cart-add-to-cart select, #cart-add-to-cart textarea {
	left: 155px;
}

#cart-display-cart {
	position: absolute;
	top: 225px;
	left: 720px;
	width: 275px;
	height: 500px;
}

#cart-instructions p {
	margin-top: 0px;
	font-family: times;
	font-size: 14px;
}

#cart-add-to-cart h1, #cart-display-cart h1, #cart-contact-info h1, #receipt-page h1, #receipt-page h2  {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #92001E;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

 #cart-contact-info h1  {
 	text-indent: 40px;
 }

#cart-quantity-line  {
	position: absolute; 
	left: 170px;
	width: 200px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 350px;
}

#cart-quantity-line select {
	left: 120px;
}

#cart-package-message {
	position: absolute; 
	bottom: 10px;
	font-family: times;
	font-size: 14px;	
}

.cart-quantity-display, .cart-item-display, .cart-price-display, .cart-total-label-display {
	position: absolute; 
	left: 0px;
	font-family: times;
	font-size: 13px;	
}

.cart-item-display {
	left: 30px;
	font-family: times;
	font-size: 13px;
}

.cart-price-display {
	left: 120px;
}

.cart-total-label-display {
	left: 0px;
}

.cart-check-out-button {
	position: absolute; 
	left: 0px;
}

#cart-contact-info {
	left: 230px;
}

#cart-contact-info ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 3px;
}

#cart-contact-info li {
	font-family: times;
	font-size: 15px;
	line-height: 140%;
}

#cart-content-table, .cart-content-table-price-cell {
	width: 200px;
	margin: 0;
	padding: 0;
	font-family: times;
	font-size: 13px;
	vertical-align: top;	
}

.cart-content-table-price-cell {
	text-align: right;
	width: 20px;
}

#cart-contact-info input, #cart-contact-info select,  #cart-contact-info textarea {
	font-family: courier;
	font-size: 12px;
	position: absolute;
	left: 180px;
	margin-bottom: 3px;
}

#cart-contact-info em {
	position: absolute;
	left: 330px;
	color: #92001E;;
}

/* CONTACT-PAYMENT PAGE */

#contact-info-left, #contact-info-center, #contact-info-right {
	position: absolute;
	left: 20px;
	top: 225px;
	width: 500px;
	height: 320px;
	font-family: times;
	font-size: 13px;	
}


#contact-info-center {
	left: 335px;
}

#contact-info-right {
	left: 650px;
	width: 300px;
}

#contact-info-left ul, #contact-info-center ul, #contact-info-right ul {
	list-style: none;
	margin-left: -35px;
	padding-left: 35px;
	line-height: 140%;	
}

#contact-info-left li, #contact-info-center li, #contact-info-right li {
	margin-bottom: 6px;
}


/* RECEIPT PAGE */



/*	RECEIPT PAGE */

#receipt-page h2  {
	font-weight: normal;
	margin-top: 5px;
	font-size: 13px;
}

.receipt-page-info-blocks {
	font-size: 14px;
	position: relative; 
	left: 20px
	}


#footer-debugging {
	position: absolute;
	top: 570px;
	left: 200px;
	text-align: center;
}