body {
	margin:0;
	text-align:center;
	font-family:arial;
	color:#333;
	background: #fbf4ef url(images/nory_pageBackground.jpg) repeat-x
}

* {
	margin:0;	
	padding:0;
	outline:none;
}

ul {
	list-style-type:none;
}

ul li {
	margin:0;
}

img {
	border:0;
}

a {
	color:#000099;
}

.clear {
	clear:both;
	overflow:hidden;
	line-height:0.08em;
	font-size:0.08em;
	height:0.08em;
}


/* Stage
---------------------------------*/
#stage {
	background: url(images/nory_stageHeader.jpg) no-repeat;
	text-align:left;	
	zoom:1;
	width:870px;
}

#main #content {
width:762px;
}

#about #main #content,
#index #main #content,
#flavors #main #content,
#products #main #content,
#addToCart #main #content,
#contact_us  #main  {
width:auto;
}

#stage_wrapper {
	background: url(images/nory_stageFooter.gif) no-repeat left bottom;
	width:870px;
	margin: 0 auto;
	position:relative;
}

#stage #bottomEmail {
	position:absolute;
	bottom:10px;
	right:80px;
	display:block;
	width:186px;
	height:20px;
}

#stage #bottomEmail span {
	display:none;
}

#stage #bottomCS {
	position:absolute;
	bottom:10px;
	right:290px;
	display:block;
	width:240px;
	height:20px;
}

#stage #bottomCS span {
	display:none;
}

#stage #bottomTwitter {
	position:absolute;
	bottom:10px;
	right:738px;
	display:block;
	width:30px;
	height:20px;
}

#stage #bottomTwitter span {
	display:none;
}

#stage #bottomFacebook {
	position:absolute;
	bottom:10px;
	right:770px;
	display:block;
	width:30px;
	height:20px;
}

#stage #bottomFacebook span {
	display:none;
}

.radio span {
	width:100px;
}

/* Header
---------------------------------*/
ul#header {	
	height:266px;
	padding: 0 0 0 430px;
	color:white;
	position:relative;
}

ul#header li {
	float:left;
	margin: 211px 19px 0 0;
	height:39px;
	line-height:39px;
	background: url(images/nory_headerNavigationText.gif);
}

ul#header li a {
	display:block;
	height:100%;
}

ul#header li a span{
	display:none;
}

ul#header li.home {
	position:absolute;
	left:0;
	top:-211px;
	width:400px;
	height:250px;
	background:none;
}

ul#header li.about {
	width: 78px;
}

ul#header li.flavors {
	background-position:-97px top;
	width:66px;
}

ul#header li.products {
	background-position:-182px top;
	width:79px;
}

ul#header li.contact {
	background-position:-280px top;
	width:75px;
}

ul#header li.topLinks {
	position:absolute;
	top:-211px;
	background:none;
	right:66px;
	text-align:right;
	font-weight:bold;
	color:#666666;
	font-size:14px;
}

ul#header li.topLinks a {
	color:#666666;
	display:inline;
	text-decoration:none;
}

ul#header li.topLinks span {
	display:block;
}

ul#header li.topLinks .cart {
	background: url(images/nory_headerShoppingCart.gif) no-repeat left center;
	display:inline-block;
	padding: 0 0 0 26px;
	cursor:hand;
	cursor:pointer;
}


/* Main
---------------------------------*/
#main {
	min-height:560px;
	_height:560px;
	*height:560px;
}

#main .pad {
	padding: 0 54px 144px 54px;	
	zoom:1;
}

#about #main .pad,
#index #main .pad,
#flavors #main .pad,
#products #main .pad,
#addToCart #main .pad,
#contact_us  #main .pad {
	padding: 0 25px 144px 54px;
}

#main form {
	width: 762px
}

#addToCart #main form {
	width:auto;
}

#main h2 {
	height: 52px;
	margin: 24px 0 24px 0;
}

#main h2 span {
	display:none;
}

/* Commerce */
#main td.infoBoxHeading {
	font-weight:bold;
}

#main td.pageHeading {
	font-size:22px;
	margin: 6px 0 0 0;
}

#main table.infoBoxNotice td,
td.messageStackError {
	color:red;
	font-weight:bold;
}

#main .infoBoxContents td {
	padding:1px;
}

#main table p.productsNotifications {
	padding: 3px 6px 12px 3px
}

#main table a {
	color:#64b48c;
}

#create_account #main table tr.infoBoxContents td {
	padding-left: 0
}

#create_account #main table .tdLabel {
	padding: 0 0 2px 0 !important
}

#create_account #main table .trInputRow td {
	padding: 0 0 2px 4px !important
}

#create_account #main table .trInputRow td.tdLabel {
	padding: 0 0 2px 0 !important
}


