* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	background: #ffffff url(./../gfx/bgTest.jpg) fixed;
	margin: 0px;
	padding: 0px;
}

#splashbg{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #11773b;
	z-index: 10000;
}

#splash {
	width: 900px;
	height: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -400px;
}

#splashlogo {
	width: 500px;
	height: 350px;
	position: absolute;
	left: 180px;
	top: 180px;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #299e13;
	padding-bottom: 10px;
	
}

h2 {
	font-size: 12px;
	font-weight:bold;
	color: #636467;
}

p {	
	font-size: 14px;
	font-weight: normal;
	color: #4d2558;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}

p sup, a sup {
	font-size: 10px;
}

ul, ul li ul {	
	font-size: 14px;
	font-weight: normal;
	color: #693c75;
	padding-bottom: 0px;
	line-height: 20px;
	text-align: justify;
	margin: 0px 0px 0px 30px;
}

ul li ul {
}

a {	
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

a img, img {
	border: none;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.asterisk {
	font-size: 10px;
	font-weight: normal;
	color: #693c75;
	padding-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#topBg {
	width: 100%;
	height: 370px;
	background: url(./../gfx/topBg.jpg) repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}

#leftBg {
	width: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	z-index: 500;
	background: url(./../gfx/leftBg.png) repeat-y;
}

#rightBg {
	width: 50px;
	position: absolute;
	top: 0px;
	right: -25px;
	z-index: 500;
	background: url(./../gfx/rightBg.png) repeat-y;
}

#container {
	width: 1000px;
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -500px; 
	margin-top: 0px;  
	z-index: 600;
	background: white url(./../gfx/centerBg.png) bottom repeat-x;
}

#tellFriend {
	width: 500px;
	height: 225px;
	position: absolute;
	top: 170px;
	right: -80px;
	z-index: 1000000000;
	border: 3px solid #6a009c;
	background: white;
	padding: 10px;
}

#tellFriend .close {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: url(./../gfx/closeButton2.png);
	cursor: pointer;
}

#header {
	width: 1000px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#quickNav {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 740px;
}

.quickNavItem {
	width: 50px;
	height: 60px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.quickNavItem:hover {
}

.quickNavItem a, .quickNavItem a:hover, .quickNavItem a:visited {
	font-size: 10px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}

#logo {
	position: absolute;
	top: 0px;
	left: 450px;
}

#packsRot {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 130px;
	left: 450px;
	z-index: 10000;
	
}

#clearMenu {
	width: 1000px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#menu {
	width: 1000px;
	height: 60px;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 100000000;
}




#menuItem-01 {
	position: absolute;
	top: 0px;
	left: 115px;
}

#menuItem-02 {
	position: absolute;
	top: 0px;
	left: 245px;
}

#menuItem-03 {
	position: absolute;
	top: 0px;
	left: 375px;
}

#menuItem-04 {
	position: absolute;
	top: 0px;
	left: 505px;
}

#menuItem-05 {
	position: absolute;
	top: 0px;
	left: 635px;
}

#menuItem-06 {
	position: absolute;
	top: 0px;
	left: 765px;
}

#menu .menuItem, #menu .menuItem a {
	width: 120px;
	height: 60px;
	display: block;
	padding: 0;
	margin: 0;
}

#menu .menuItem .menuOff {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu .menuItem .menuOn {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#breadCrumb {
	height: 30px;
	position: absolute;
	top: 135px;
	left: 50px;
	z-index: 10000000;
}

#breadCrumb a {
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
}

#breadCrumb .text {
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	text-align: center;
}

#breadCrumb a:hover,  #breadCrumb a.openLink {
	color: #91d068;
	font-weight:bold;
}

#subMenu {
	width: 1000px;
	position: absolute;
	top: 120px;
	left: 0px;
	z-index: 100000000;
}

#subMenu-01 {
	width: 116px;
	height: 60px;
	border: 2px solid #693c75;
	background: white;
	filter:alpha(opacity=80);
	opacity:.8;
	margin-left: 115px;
}

#subMenu-02 {
	width: 116px;
	height: 60px;
	border: 2px solid #693c75;
	background: white;
	filter:alpha(opacity=80);
	opacity:.8;
	margin-left: 245px;
}

#subMenu-03 {
	width: 116px;
	height: 150px;
	border: 2px solid #693c75;
	background: white;
	filter:alpha(opacity=80);
	opacity:.8;
	margin-left: 375px;
}

#subMenu-04 {
	width: 116px;
	height: 120px;
	border: 2px solid #693c75;
	background: white;
	filter:alpha(opacity=80);
	opacity:.8;
	margin-left: 505px;
}

#subMenu-05 {
	width: 116px;
	height: 60px;
	border: 2px solid #693c75;
	background: white;
	filter:alpha(opacity=80);
	opacity:.8;
	margin-left: 635px;
}

#subMenu-06 {
	width: 116px;
	height: 90px;
	border: 2px solid #693c75;
	background: white;
	filter:alpha(opacity=80);
	opacity:.8;
	margin-left: 765px;
}

#subMenu .subMenuItem {
	width: 100%;
	padding: 5px 10px 5px 10px;
	display: block;
	float: left;
}

#subMenu .subMenuItem a {
	font-size: 11px;
	font-weight:bold;
	color: #693c75;
	text-decoration:none;
	text-align: center;
}

#subMenu .subMenuItem a:hover,  #subMenu .subMenuItem a.openLink {
	color: #91d068;
	text-decoration: underline;
}

#subMenu .subSubMenuItem {
	width: 100%;
	padding: 0px 10px 0px 20px;
	display: block;
	float: left;
}

#subMenu .subSubMenuItem a {
	font-size: 11px;
	font-weight:bold;
	color: #693c75;
	text-decoration:none;
	text-align: center;
}

#subMenu .subSubMenuItem a:hover,  #subMenu .subSubMenuItem a.openLink {
	color: #91d068;
	text-decoration: underline;
}

#title {
	width: 600px;
	height: 85px;
	position: absolute;
	top: 150px;
	left: 200px;
}

#topImage {
	width: 180px;
	height: 130px;
	position: absolute;
	top: 130px;
	left: 410px;
}



#centerCol {
	width: 520px;
	position: absolute;
	top: 165px;
	left: 410px;
	padding-bottom: 20px;
	z-index: 10000;
}

#centerColWideNoTitle {
	width: 840px;
	position: absolute;
	top: 170px;
	left: 80px;
	padding-bottom: 20px;
	z-index: 10000;
}

#centerColWide {
	width: 840px;
	position: absolute;
	top: 250px;
	left: 80px;
	padding-bottom: 20px;
	z-index: 1000000;
}

#centerColWideNoTitle .text .imageL, #centerColWide .text .imageL {
	width: 400px;
	height: 300px;
	float: left;
	padding: 10px 10px 10px 10px; 
}

#centerColWideNoTitle .text .imageP, #centerColWide .text .imageP {
	width: 300px;
	height: 400px;
	float: left;
	padding: 10px 60px 10px 60px; 
}

#centerColWideNoTitle .text .recipe, #centerColWide .text .recipe{
	width: 100%;
	height: 160px;
	padding-top: 10px;
	float: left;
	border-bottom: 1px dotted #4d2558;
}

#centerColWideNoTitle .text .recipeImg, #centerColWide .text .recipeImg{
	width: 60px;
	height: 100%;
	float: left;
}

#centerColWideNoTitle .text .recipeText, #centerColWide .text .recipeText{
	width: 780px;
	height: 100%;
	float: right;
}

#centerCcenterColWideNoTitleolWide .pressKitItem, #centerColWide .pressKitItem {
	width: 280px;
	height: 160px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
}
	

#centerColWideNoTitle .topRightImage, #centerColWide .topRightImage {
	float: right;
}

#centerColWideNoTitle .wideImages, #centerColWide .wideImages {
	width: 840px;
	height: 280px;
	position: relative;
}

.wideImages #img1, .wideImages #img1-on{
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.wideImages #img2, .wideImages #img2-on{
	position: absolute;
	top: 0px;
	left: 280px;
	cursor: pointer;
}

.wideImages #img3, .wideImages #img3-on{
	position: absolute;
	top: 0px;
	left: 560px;
	cursor: pointer;
}

.popup {
	z-index: 1000000000;
	padding: 10px 10px 10px 10px;
	border: 2px black solid;
	background: #693c75;
}

.popup img {
	float: left;
}

.popup p {
	color: white;
	font-size: 10px;
}

a.tool {
  position: relative;   /* this is key */
}
 
a.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */


a.tool span.tipHover {
  display: block;
  z-index: 1000000000;
  position: absolute;
  top: 20px;
  left: -130px;
  width: 250px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: red;
  text-align: left;
  text-decoration: none;
}



#centerCol img {
	float: left;
	padding: 0px 10px 0px 10px;
}

#centerCol .text {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 500px;
}

#centerCol .text .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 12px;
	top: 10px;
	background: url(./../gfx/shadow.png) bottom right no-repeat !important;
	background: none;
}

#centerCol .text .shadowBL {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 2px;
	bottom: -10px;
	background: url(./../gfx/shadowBL.png) no-repeat !important;
	background: none;
}

#centerCol .text .shadowTR {
	width: 10px;
	height: 10px;
	position: absolute;
	right: -12px;
	top: 0px;
	background: url(./../gfx/shadowTR.png) no-repeat !important;
	background: none;
}

#topIcons {
	height: 25px;
	position: absolute;
	top: 135px;
	right: 50px;
	z-index: 10000000;
}

#bottomIcons {
	height: 25px;
	float: right;
	padding-right: 20px;
}

#topIconsHomePage {
	width: 100%;
	height: 25px;
	position: absolute;
	top: -100px;
	left: 50px;
}

#topIcons .icon, #bottomIcons .icon, #topIconsHomePage .icon {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	float: right;
}

#topIcons .icon img, #bottomIcons .icon img, #topIconsHomePage .icon img {
	margin: 0;
	padding: 0;
}



#leftCol {
	width: 350px;
	height: 550px;
	position: absolute;
	top: 185px;
	left: 60px;
}

#leftCol .block {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

#leftCol .block .top {
	width: 170px;
	height: 17px;
	padding: 3px 15px 0px 15px;
	background: url(./../gfx/blockTop.gif) no-repeat;
}

#leftCol .block .content {
	width: 200px;
	background: url(./../gfx/blockBg.gif) repeat-y;
	padding-top: 5px;
}

#leftCol .block .bottom {
	width: 200px;
	height: 20px;
	background: url(./../gfx/blockBottom.gif) no-repeat;
}

#leftCol2 {
	width: 350px;
	position: absolute;
	bottom: 380px;
	left: 60px;
}



#bottomLeftCorner {
	width: 350px;
	height: 450px;
	position: absolute;
	bottom: 80px;
	left: 0px;
}

#bottomRightCorner {
	width: 350px;
	height: 250px;
	position: absolute;
	bottom: 80px;
	left: 650px;
}

#bottomCol {
	width: 1000px;
	height: 300px;
	position: absolute;
	bottom: 80px;
	left: 0px;
	
}

#bottomCol #disclaimer {
	width: 100%;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: white;
	z-index: 1000;
	position: absolute;
	bottom: 5px;
	line-height: 12px;
	
}

#bottomCol img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

img.bottomLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#bottomCol2 {
	width: 1000px;
	height: 700px;
	position: absolute;
	bottom: 80px;
	left: 0px;
	z-index: 10000000;
	
}

#bottomCol2 #contactNav {
	width: 400px;
	height: 100px;
	position: absolute;
	left: 390px;
	top: 80px;
	cursor: pointer;
	z-index: 10000000;
}



#contactNav .navItem #img0, #contactNav .navItem #img0-on {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#contactNav .navItem #img1, #contactNav .navItem #img1-on {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 100px;
}

#contactNav .navItem #img2, #contactNav .navItem #img2-on {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 200px;
}

#contactNav .navItem #img3, #contactNav .navItem #img3-on {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 300px;
}



.contactPage {
	
	position: absolute;
	top: 185px;
	left: 195px;
	width: 600px;
	height: 390px;
}

.contactText {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 50px;
}

.contactText p {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
}

.contactText p sup {
	font-size: 8px;
}

.contactText p a, .contactText p a:visited {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
}

.contactText p a:hover {
	color: #fce1ae;
}


.contactForm {
	float: left;
	width: 500px;
	margin-left: 50px;
}

.contactForm form {
	height: 285px;
	width: 500px;
	color: #ffffff;
	font-family: Verdana, Arial,  sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.contactForm p {
	font-family: Verdana, Arial,  sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
	margin: 0px;
	color: #693c75;
	text-align: right;
}

.contactForm form input {
	width: 240px;
	float: left;
	font-family: Verdana, Arial,  sans-serif;
	font-weight: bold;
	border: 1px solid #299e13;
	font-size: 12px;
	padding: 2px;
	margin: 0px 2px 4px 2px;
	color: #693c75;
}

.contactForm form input.wide {
	width: 490px;
}

.contactForm form input.checkbox {
	width: 20px;
	height: 20px;
	float: left;
	font-family: Verdana, Arial,  sans-serif;
	font-weight: bold;
	border: none;
	font-size: 12px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	color: #693c75;
}

.contactForm form label {
	width: 470px;
	height: 20px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	float: right;
	font-size: 10px;
	color: white;
}

.contactForm form label#required-01, .contactForm form label#required-02, .contactForm form label#required-03{
	text-align: right;	
}

.formError {
	color: red ;
}

.contactForm form .filler {
	width: 125px;
	height: 26px;
	float: left;
}

.contactForm form input.submitButton {
	width: 90px;
	height: 30px;
	position: relative;
	top: -22px;
	left: 460px;
	border: none;
	padding: 0;

	background: none;
}

.contactForm form textarea {
	width: 490px;
	height: 100px;
	overflow: auto;
	float: left;
	font-family: Verdana, Arial,  sans-serif;
	font-weight: bold;
	border: 1px solid #299e13;
	font-size: 12px;
	padding: 2px;
	margin: 0px 2px 4px 2px;
	color: #693c75;
}

/*
#rightCol {
	width: 200px;
	float: right;
	margin-bottom: 80px;
}

#rightCol .block {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

#rightCol .block .top {
	width: 170px;
	height: 17px;
	padding: 3px 15px 0px 15px;
	background: url(./../gfx/blockTop.gif) no-repeat;
}

#rightCol .block .content {
	width: 200px;
	background: url(./../gfx/blockBg.gif) repeat-y;
	padding-top: 5px;
}

#rightCol .block .bottom {
	width: 200px;
	height: 20px;
	background: url(./../gfx/blockBottom.gif) no-repeat;
}

*/



#footer {
	width: 1000px;
	height: 80px;
	background: url(./../gfx/botBg.jpg) repeat-x;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

#footer p, #footer a {
	font-size: 12px;
	font-weight: bold;
	color: #fee5a0;
	text-align: center;
	line-height: 12px;
	margin-top: 10px;
	padding-bottom: 0px;
	letter-spacing: 0px;
}

#footer a:hover {
	text-decoration: none;
}
