	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{ margin:0; padding:0; }
	fieldset, img { border:0; }
	ul { list-style:none; }
	caption, th { text-align:left; }
	h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
	abbr, acronym { border:0; }
	



	/* ----======== HTML Selectors ========---- */
	
	html
	{
	overflow: -moz-scrollbars-vertical;	    
	}
	
	body
	{
	text-align: center;
	margin: auto;
	color: #555;
	font-size: 11px;
	padding: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
	}
	
	a
	{
	color: #5CCAD2;
	text-decoration: none;
	}
	
	a:hover { color: #000; }
	
    #header a:hover
    {
    border-bottom: 0;
    }
    
	h1
	{
	color: #555;
	font-size: 25px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #FFD200;
	font-weight: bold;
	}
	
	h2
	{
	color: #555;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
	h3
	{
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
	h5 { color: #fff; }
	
	p
	{
	margin-bottom: 10px;
	line-height: 16px;
	}
    
    #columnRight img
    {
    }
	
	
	/* ----======== Custom Selectors ========---- */
	
	#columnLeft ul, #columnRight ul { margin-bottom: 10px; }
	
	#columnLeft li, #columnRight li
    {
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	line-height: 18px;
	}

	.floatRight
	{
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.floatLeft
	{
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.noMargin { margin: 0 !important; }
	
	.clearer { clear: both; }
	
    .noBorder { border: none !important; }
    
    .noPadding { padding: none !important; }
    

	
	/* ----======== Layout and Styling ========---- */
	
	#facebookLink
	{
	position: absolute;
	top: -20px;
	right: 0;
	}
	
	.layout3 #facebookLink, .layout4 #facebookLink
	{
	position: absolute;
	top: -50px;
	right: 0;
	}
	
	#wrapper
	{
	width: 700px;
	margin: auto;
	position: relative;
	z-index: 99;
	text-align: left;
    padding: 30px 50px 0 50px;
    overflow: visible !important;
	}
    
    #mainMenu
    {
    height: 37px;
    width: 800px;
    margin-left: -55px;
    }
    
    #mainMenu ul
    {
    float: left;
    }
    
    #mainMenu ul li
    {
    float: left;
    }
    
    #mainMenu ul li a
    {
    display: inline-block;
    height: 23px;
    margin-left: 15px;
    }
    
    #mainMenu ul li a:hover
    {
    background-position: left bottom;
    border: none;
    }
    
    .active a
    {
    background-position: left center !important;
    }
    
    .about a
    {
    background: url(../images/about_btn.gif) no-repeat left top;
    width: 57px;
    }
    
    .cuisine a
    {
    background: url(../images/cuisine_btn.gif) no-repeat left top;
    width: 69px;
    }
    
    .functions a
    {
    background: url(../images/functions_btn.gif) no-repeat left top;
    width: 91px;
    }
    
    .weddings a
    {
    background: url(../images/weddings_btn.gif) no-repeat left top;
    width: 97px;
    }
    
    .locations a
    {
    background: url(../images/locations_btn.gif) no-repeat left top;
    width: 74px;
    }
    
    .gallery a
    {
    background: url(../images/gallery_btn.gif) no-repeat left top;
    width: 61px;
    }
    
    .contact a
    {
    background: url(../images/contact_btn.gif) no-repeat left top;
    width: 76px;
    }
    
    .events a
    {
    background: url(../images/events_btn.gif) no-repeat left top;
    width: 66px;
    }
    
    .media a
    {
    background: url(../images/media_btn.gif) no-repeat left top;
    width: 60px;
    }
    
    #mainMenu span
    {
    display: none;
    }
    
    #logo
    {
    float: right;
    margin-top: 100px;
    display: inline-block;
    }
    
    #contentBottom
    {
    clear: both;
    padding-top: 15px;
    width: 720px;
    }
    
    #contentBottom p
    {
    text-align: right;
    padding-left: 0px;
    }
    
    #columnRight
    {
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    }
    
    .layout2 #columnRight
    {
    display: inline-block;
    float: left;
    margin-right: 20px;
    }
    
    .layout2 #contentBottom p
    {
    text-align: left;
    padding: 0;
    }
    
    .layout2 #columnLeft
    {
    width: 340px;
    float: right;
    }
    
    .layout2 #logo
    {
    margin: 0;
    }
    
    .layout3 #mainMenu ul li
    {
    float: none;
    width: 130px;
    }
    
    .layout3 #mainMenu
    {
    width: 130px;
    float: left;
    margin: 0;
    }
    
    .layout3 #mainMenu ul li a
    {
    float: right;
    margin-bottom: 0;
    margin-top: 0px;
    display: block;
    }
    
    .layout3 #logo
    {
    padding-bottom: 20px;
    margin-top: 0;
    }
    
    .layout3 #columnLeft
    {
    float: left;
    position: relative;
    width: 556px;
    margin-left: -200px;
    padding-top: 50px;
    overflow: visible;
    }
    
    .layout3 #columnRight
    {
    float: left;
    width: 170px;
    margin-left: 30px;
    }
    
    .layout3
    {
    padding-top: 50px;
    }
    
    
    
    
    .layout4 #mainMenu ul li
    {
    float: none;
    width: 110px;
    }
    
    .layout4 #mainMenu
    {
    width: 110px;
    float: left;
    margin-left: 15px;
    padding-right: 10px;
    padding-bottom: 5px;

    }
    
    .layout4 #mainMenu ul li a
    {
    float: right;
    margin-bottom: 0;
    margin-top: 0px;
    display: block;
    }
    
    .layout4 #logo
    {
    margin-top: 0;
    }
    
    .layout4 #columnLeft
    {
    float: left;
    width: 140px;
    padding-top: 150px;
    text-align: right;
    }
    
    .layout4 #columnRight
    {
    float: right;
    width: 400px;
    margin-left: 20px;
    margin-bottom: 0;
    }
    
    .layout4
    {
    padding-top: 50px;
    }
    
    .layout4 #wrapper
    {
    background: url(../images/functions_background.jpg) no-repeat 50% 230px;
    }
    
    #thumbnails li
    {
    width: 62px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    float: left;
    }
    
    #thumbnails li img
    {
    width: 90px;    
    }
    
    #thumbnails
    {
    text-align: right;
    
    }
    
    #galleryThumbnails li
    {
    width: 49px;
    height: 49px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    float: left;
    }
    
    #galleryThumbnails li img
    {
    height: 50px;    
    }
    
    #galleryThumbnails
    {
    text-align: center;
    padding-bottom: 15px;
    width: 704px;
    }
    
    #galleryText
    {
    text-align: right;
    clear: both;
    padding-top: 15px;
    }
    
    #weddingPics
    {
    width: 395px;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    }
    
    #weddingText
    {
    width: 260px;
    height: 313px;
    float: left;
    overflow: auto;
    padding: 0 20px;
    margin-top: 20px;
    }
    
    #galleryPics
    {
    margin-top: 20px;
    }
    
    #contactImage
    {
    width: 700px;
    text-align: right;
    height: 297px;
    margin-bottom: 0px;
    margin-top: 56px;
    }
    
    #locationText
    {
    width: 265px;
	padding: 0 20px;
    margin: 0;
    float: right;
    overflow: visible;
    }
    #locationText p
    {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    }
    
    #contactText
    {
    width: 190px;
	padding: 0;
    margin: 0;
    float: right;
    }
    #contactText p
    {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    }
    
    #contactForm
    {
    width: 372px;
    float: left;
    padding-left: 135px;
    }

    
    .formItem
    {
    border: 1px solid #ccc;
    padding: 0 0 0 8px;
    margin-bottom: 5px;
    text-align: right;
    }
    
    .formItem input
    {
	background: #fff;
	padding: 4px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	border-left: 3px double #ccc;
	width: 210px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
    }
    
    .formItem span
    {
	float: left;
	padding-top: 5px;
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
    
    }
    
    #contactForm textarea
    {
	border: 1px solid #ccc;
	background: #fff;
	padding: 8px;
	width: 354px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: 5px;
    }
    
    #submitBtn
    {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	width: 80px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	cursor: pointer;
	float: right;
	margin-top: 5px;
    }
    
    #submitBtn:hover
    {
    border: 1px solid #63CAD1;
    color: #fff;
    background: #63CAD1;
    }
    
    #footer
    {
    text-align: center;
    padding: 20px 0 20px 0;
    color: #999;
    clear: both;
    }
    
    #sampleMenu a
    {
    display: block;
    float: right;
    margin-right: -135px;
    width: 455px;
    height: 205px;
    margin-top: 40px;
    background: url(../images/dishes_comp.jpg) no-repeat top left;
    outline: none;
    position: relative;
    }
    
    #sampleMenu a:hover
    {
    background: url(../images/dishes_comp.jpg) no-repeat bottom left;
    }
    
    #video
    {
    width: 320px;
    height: 179px;
    }
    .formItem .tickbox {
	width: 20px;
	border-width: 0px;
	border-style: none;
	text-align: left;
	margin: 7px 150px 0px 0px;
	padding: 0px;
}
#recaptcha_div {
	width: 343px;
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
.newsletter_security {
	border-width: 0px;
	border-style: none;
}
.newsletter_security input {
	border: 1px solid #CCC;
}
