/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body, html {
	font-family: Helvetica;
	font-size :13px;
	background: #c0b2a1 url(images/bg.jpg) top left repeat-x;
	color: white;
}

strong, b {
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 100%;
	text-align: center;
	margin: 0;
}

#wrapper {
	width: 900px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	background: url(images/stripes.jpg) top left repeat-y;
	position: relative;
}

#page_top {
	padding: 10px 8px 5px 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 880px;
	height: 365px;
	display: block;
	position: relative;
	border: 2px solid #062523;
}

#page_top a#logo {
	display: block;
	height: 165px;
	width: 208px;
	background: url(images/logo.png) top left no-repeat;
	float: left;
}

#navigation {
	float: left;
	display: block;
	height: 57px;
	width: 900px;
	position: absolute;
	background: url(images/navbar-bg.png) top left no-repeat;
	left: -2px;
	top: 200px;
}

#navigation li, #navigation ul {
	float: left;
	display: inline;
}

	#navigation a {
		display: block;
		height: 15px;
		background-image: url(images/nav-text.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
		margin-left: 103px;
		margin-top: 10px;
		
	}
	
	#nav_index a {
		margin-left: 30px;
		width: 83px;
		background-position: 0 0;
	}
	
		#nav_index a:hover {
			background-position: 0 -15px;
		}
	
	#nav_at-your-service a {
		width: 155px;
		background-position: -95px 0;
	}
	
		#nav_at-your-service a:hover {
			background-position: -95px -15px;
	
		}
	#nav_fine-food-wine a {
		width: 170px;
		background-position: -263px 0;
	}
	
		#nav_fine-food-wine a:hover {
			background-position: -263px -15px;
		}
	
	#nav_concierge-service a {
		width: 105px;
		background-position: -448px 0;
	}
	
		#nav_concierge-service a:hover {
			background-position: -448px -15px;
		}
#content {
	border-top: 2px solid #092926;
	border-bottom: 2px solid #092926;
	background: url(images/content-bg.jpg) top left repeat-y;
	width: 898px;
	float: left;
	margin-top: 10px;
}

.bgPane {
	background: url(images/bgPane.png) top left repeat;
	width: 398px;
	padding: 10px 20px 0 20px;
	float: left;
	border: 2px solid #062523;
}

#columnOne {
	margin-right: 15px;
}

#content.tabbed {
	margin-top: 0px;
}

.page {
	padding: 10px 0 0 20px;
	color: white;
	width: 416px;
	padding-right: 460px;
	float: left;
	background: url(../../assets/images/deli-img.jpg) top right no-repeat;
}

#columns {
	padding: 10px 0 0 0;
}

#page_fine-food-wine .page {
	width: 856px;
	padding-right: 20px;
	background: none !important;
}

p, h2, h3 {
	padding: 0 0 12px 0;
	line-height: 18px;
}

h2 {
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
}

.page ul {
	margin: 10px 0;
}

.page ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding: 5px 0;
}

#footer {
	clear: both;
	border-top: 1px solid #c0d8d5;
	text-align: center;
	color: white;
	padding: 10px 0 0 0;
	background: url(images/stripes.jpg) top left repeat-y;
	width: 920px;
	margin: 0px auto;
}

#footer p {
	padding: 0 0 10px 0;
}

#copyright {
	font-size: 10px;
}

#tabs {
	padding-left: 2px;
	padding-top: 10px;
}

#tabs li, #tabs ul, #tabs a {
	float: left;
}

#tabs a {
	font-weight: bold;
	padding: 8px 20px;
	text-decoration: none;
	border-top: 2px solid #011e1a;
	border-right: 2px solid #011e1a;
	background: url(images/tab-bg.png) top left repeat;
}

#tabs a.li_0 {
	border-left: 2px solid #011e1a;
}

#tabs li.active a, #tabs li a:hover {
	background: url(images/tab-bg-active.png) top left repeat;
}

.page-home {
	padding: 10px 15px 0 20px;
	color: white;
	width: 416px;
	float: left;
}
	
.page-imageslider {
	background-color: #007f73;
	float: right;
	height: 270px;
	width: 430px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
}

