﻿/* 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 {
	margin-left: 2px;
	width:690px;
	height:240px;
	
}	

div#menu {
	width:693px;
	height:24px;
	background-color:#E29830;
	margin-top:1px;
	text-align:right;
}	

div#welcome {
	width:610px;
	height:540px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}

div#welcome-restaurant {
	width:610px;
	height:1190px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}

div#welcome-accommodation {
	width:610px;
	height:475px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}

div#welcome-walking {
	width:610px;
	height:1200px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}

div#welcome-walking {
	width:610px;
	height:1100px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}


div#welcome-contact {
	width:610px;
	height:550px;
	margin-top:25px;
	margin-left:40px;
	margin-right:46px;
}

.garlic {
	float:left;
	height:145px;
	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;
	margin-right:2px;
}	

.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 {

}	

.chef {
	padding:0px 4px 4px 4px;
	width:280px;
	float:right;
}	
	
.font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#D57A36;
}

.menu-margin {
	margin-left:10px;
}	

.menu-link {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
	border-right:#F1CC98 1px solid;
	height:18px;
	float:left;
	padding-top:6px;
		
}	

.link {
	color:#ffffff;
	font-size:12px;
	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;
	
}

#mainContainerB{
		width:100%;
		margin:0 auto;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}

