/* CSS Document */

/* Basic Elements----------------------------------------------------------------------------- */
*{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#868281;
}

body {
	margin:0px;
	padding:0px;
	background-color:#D6C5B7;
}

div#center-in-ie
{
	width: 100%;
	text-align: center;
}


/* Layout --------------------------------------------------------------------------------- */

div#container {
	width:770px;
	height:100%;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}	

div#topbar {
	width:770px;
	height:22px;
	margin:0 auto 0 auto;
	text-align:left;
	background-image:url(images/topbar.gif);
	background-repeat:repeat-x;
}	

div#content {
	width:693px;
	height:100%;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
	margin-top:8px;
}

div#border {
	width:691px;
	height:250px;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
	border:#AB8B74 1px solid;
	margin-top:4px;
}

div#pic {
	background-color:#711B0A;
	width:681px;
	height:242px;
	margin:4px 4px 4px 4px;
}	

div#menu {
	width:693px;
	height:24px;
	background-color:#E29830;
	margin-top:1px;
	text-align:right;
}	

div#welcome {
	width:610px;
	height:190px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}

.garlic {
	float:left;
	height:200px;
	margin-right:6px;
}	
		
.border-bottom {
	border-bottom:#9B9B9B 1px dashed;
	width:693px;
}

div#cuisine {
	width:618px;
	height:260px;
	margin-left:50px;
	margin-right:40px;
	margin-top:21px;
	
}				
div#dish {
	width:618px;
	height:150px;
	margin-top:21px;
	margin-bottom:10px;
}	

div#dish div.indian {
	width:151px;
	float:left;
}	

.text {
	color:#CA514A;
}	

.text-bold {
	color:#CA514A;
	font-weight:bold;
}	

.bottom-bar {
	width:770px;
	height:60px;
	background-color:#D57A36;
	text-align:center;
	margin-top:20px;
}	

.footer-text {
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
}


div#pic1 {
	float:left;
}	

.chef {
	padding:10px 10px 6px 6px;
	width:280px;
	float:right;
}	
	
.font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#D57A36;
}

.menu-margin {
	margin-left:190px;
}	

.menu-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right:18px;
	padding-left:18px;
	border-right:#F1CC98 1px solid;
	height:18px;
	float:left;
	padding-top:6px;
		
}	

.link {
	color:#ffffff;
	font-size:11px;
	text-decoration: none;
	
}
.link:hover {
	text-decoration: none;
	color:#7F4900;
}

.footer-link {
	color:#ffffff;
	font-size:10px;
	text-decoration: none;
	
}
.footer-link:hover {
	text-decoration: underline;
	
}
#flashcontent {
	display:none;
}
.playvideo {
	cursor:pointer;
}