/* CSS Document */
body{
	background-color:#b19268;
	padding:0;
	margin:0;
	color:#000;
}

table#content
{
	background-color: #FFF;
	background-image: url(/food/images/menu/left_nav_bkg.jpg);
	background-repeat: repeat-y;
}

a{
	color:#ff0000;
	text-decoration:underline;
}
a:hover{
	color:#000;
}

#left-holder{
	width:195px;
	xbackground:url(../images/dot.gif) repeat-y #fff right;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#left
{
	/*in div #main */
	width: 195px;
	height: 400px;
}
	/*left navigation*/
	#menu{
		padding:50px 0 0 25px;
		}
		#menu a{
			color:#000;
			text-decoration:none;
		}
		#menu a:hover{
			color:#ff0000;
			text-decoration:none;
		}
		#menu ul{
			list-style:none;
			}
			#menu li.menu-one{
				margin-bottom:20px;
				position:relative;
			}
			#menu li.menu-one a{
				background:url(../images/careers_title.gif) no-repeat;
				width:81px;
				height:20px;
				padding-bottom:20px;
			}
			#menu li.menu-one a:hover{
				background:url(../images/careers_title_over.gif) no-repeat;
				width:81px;
				height:20px;
				padding-bottom:20px;
			}
			#menu li{
				text-transform:uppercase;
				margin:10px 0;
				font-size:10px;
				line-height:14px;
			}
		
	
	
	#left-bottom{
		xbackground:#fbf3b4 url(../images/left_bottom_bg.jpg) repeat-x top;
		padding:16px 0 0 13px;
		margin-top:0px;
		width:168px;
		}
		#left-bottom-p{
			width:168px;
			background:#aa8a60;
			}
			#left-bottom-p p{
				text-align:center;
				color:#fff;
				padding:5px 0;
				font-size:12px;
			}
		#left-bottom-img{
			width:166px;
			height:60px;
			border:1px solid #aa8a60;
		}
		#left-bottom-img a,
		#left-bottom-img a:visited{
			height: 44px; /*need this to select the button*/
			width:166px;
			display: block;
			background:url(../images/search_btn.gif) no-repeat bottom;
			margin:8px 0 0 0;
		}
		#left-bottom-img a:hover,
		#left-bottom-img:hover a{
			height:44px;
			background:url(../images/search_btn.gif) no-repeat top;
			margin:8px 0 0 0;
		}

/*main body content area*/
#body-text{
	float:left;
	xbackground:#fff;
	width:751px;
	}
	#body-text p, #body-text h1, #body-text h2, #body-text ul{
		padding-left:30px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#body-text p, #body-text li{
		font-size:12px;
	}
	#body-text li{
		margin:0 0 10px 20px;
	}
	#body-text a{
		color:#ff0000;
		text-decoration:underline;
	}
	#body-text a:hover{
		color:#000;
	}
	#breadcrumbs{
		margin:5px 0 0 30px;
		}
		#breadcrumbs a{
			color:#666666;
		}
		#breadcrumbs a:hover{
			color:#ff0000;
		}
		#breadcrumbs p{
			color:#ff0000;
			font-size:10px;
			padding:0;
		}

/*flash */
#flashcontent{
	position:absolute;
	top:1px;
	left:482px;
	width:465px;
	height:400px;
	background:#fff;
	}
	#flashcontent p{
		float:right;
	}
	
	
	
/*general styles*/
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.left{
	float:left;
}

.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}

.gray{
	color:#666666;
}
.red{
	color:#b20001;
}