/* CSS Document */

body{
	background:#D5D3CA url(/images/background.jpg) repeat-x;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form{padding:0;margin:0;}

a{
	color:#595959;
	text-decoration:none;
}

a:hover{
	color:#010101;
	/*text-decoration:underline;*/
}

/* ========== Layout Elements ============ */
#watermark {
	position:absolute;
	width:1004px;
	height:600px;
	top:266px;
	left:0;
	z-index:0;
}


#container{
	width:1029px;
}

#topPiece{
	width:1029px;
	height:266px;
	background-image:url(/images/top.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#logoLink{
	width:215px;
	height:160px;
	position:absolute;
	z-index:2;
	cursor:pointer;
}

#searchForm{
	position:relative;
	left:665px;
	top:30px;
	width:300px;
	z-index:30;
}

#preloader{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

#flash{
	position:absolute;
	top:81px;
	left: 225px;
	z-index:5;
}

#newFlash{
	position:absolute;
	top:30px;
	left: 225px;
	z-index:5;
}

#content{
	position:absolute;
	top:333px;
	left:245px;
	width:700px;
	z-index:2;
}


/* ========== Navigation ============ */

#nav{
	position:absolute;
	top:201px;
	left:15px;
	z-index:2;
}

#menu{
	background-image:url(/images/menuBG.png);
	background-repeat:repeat-y;
	font-size:14px;
}

#menuTop{
	background-image:url(/images/menuTop.png);
	background-repeat:no-repeat;
	width:203px;
	height:59px;
	position:relative;
	top:4px;
}

#menuBottom{
	background-image:url(/images/menuBottom.png);
	background-repeat:no-repeat;
	width:203px;
	height:8px;
}

#menu a{
	color:black;
}

#subNav{
	
}

#subNav a{
	color:White;
}

.menuItem{
	background-image:url(/images/menuItemBorderless.png);
	background-repeat:no-repeat;
	margin:4px 0 0 4px;
	width:195px;
	height:20px;
	padding-left:10px;
	padding-top:1px;
	cursor:pointer;
}

.menuItemCurrent{
	background-image:url(/images/menuItemBorderless.png);
	background-repeat:no-repeat;
	margin:4px 0 0 4px;
	width:195px;
	height:20px;
	padding-left:10px;
	padding-top:1px;
	cursor:pointer;
	color:#595959;
	font-weight:bold;
}

.menuItem:hover{
	background-image:url(/images/menuItemBorderlessHover.png);
	color:white;
}

.menuItemCurrent:hover{
	background-image:url(/images/menuItemBorderlessHover.png);
	color:white;
}

#enterButton{
	background-image:url(/images/menuItemBorderless.png);
	background-repeat:no-repeat;
	margin:10px 0 0 4px;
	width:195px;
	height:20px;
	padding-left:10px;
	padding-top:1px;
	cursor:pointer;
}

#enterButton:hover{
	background-image:url(/images/menuItemBorderlessHover.png);
}

#subNavTop{
	width:203px;
	height:5px;
	background-image:url(/images/subNavTop.png);
	background-repeat:no-repeat;
}

#subNav{
	background-image:url(/images/subNavMid.png);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:10px;
}

#subNavBottom{
	width:203px;
	height:4px;
	background-image:url(/images/subNavBottom.png);
	background-repeat:no-repeat;
}

.subMenuItem{
	margin-left:15px;
}

.subMenuItem:hover{
	color:black;
	text-decoration:none;
}

.limit{
	width:150px;
}

/* ========== Product, Tip & Recipe Explorers ========== */

.prodCatLink{
	font-size:14px;
}

.prodCatSubLink{
	font-size:14px;
}

.prodsTable{
	
}

.prodsTable td{
	padding:1px 5px 1px 5px;
}

.prodsTable th{
	text-align:left;
}

.prodsTable tr:hover{
	background-color:#F8E2C7;
}

.altRow{
	background-color:#E2E2E2;
}

.recipeTop{
	background-image:url(/images/recipeTop.png);
	background-repeat:no-repeat;
	width:603px;
	height:121px;
}

.recipeMid{
	background-image:url(/images/recipeMid.png);
	background-repeat:repeat-y;
	width:603px;
}

.recipeBottom{
	position:relative;
	background-image:url(/images/recipeBottom.png);
	background-repeat:no-repeat;
	width:603px;
	height:98px;
}

.recipeBackLink{
	position:relative;
	top:35px;
	left:50px;
	color:#82400F;
	font-weight:bold;
}

.recipeNextLink{
	position:absolute;
	top:40px;
	left:495px;
	color:#82400F;
	font-weight:bold;
}

.recipeCounter{
	position:absolute;
	top:40px;
	left:275px;
	color:#82400F;
}

.tipSig {
	font-size:14px;
	text-align:center;
}
.tipSig p {
	font-style:italic;
	font-weight:bold;
}

/* ========== Global Classes ============ */
.excaliburInput{
	border:1px solid #bebebe;
	color:#545454;
	font-size:12px;
	padding:2px;
}

.excaliburInputBold{
	border:1px solid #bebebe;
	color:#545454;
	font-size:11px;
	padding:2px;
	font-weight:bold;
}

/* ========== Search ========== */
.searchResultHeading{
	font-weight:bold;
	font-size:12px;
}
