body {
	margin: 0;
	padding: 0;
	background: url(/img/body-bg.jpg);

	font-family: Georgia, Trebuchet MS, Times, serif;
	color: #626262;
	font-size: 62.5%;
}

a img { border: 0; }

*:focus { outline: none; }


/*** =LAYOUT ***/

#container {
	width: 864px;
	margin: 0 auto 0 auto;
}

#header {
	width: 864px;
	height: 136px;
	background: url(/img/header-bg.gif) no-repeat top;
	position: relative;
}

	#logo {
		position: absolute;
		top: 18px;
		left: 40px;
	}

	#auxnav {
		padding: 9px 50px 6px 660px;
		font-size: 1em;
	}

	#auxnav a, #auxnav a:link, #auxnav a:visited {
		color: white;
		text-decoration: none;
		padding: 0 20px;
	}

	/*** =NAVIGATION ***/

	ul#nav {
		list-style-type: none;
		margin: 0;
		padding: 70px 0 0 335px;
	}

	ul#nav li {
		float: left;
	}

	ul#nav li a {
		display: block;
		float: left;
		height: 39px;
		margin: 0;

		background-image: url(/img/nav-sprite.gif);

		text-align: center;
		color: #626262;
		font-weight: bold;
		font-size: 2em;
	}


	a#nav-about, a#nav-about:link, a#nav-about:visited 		{ width: 58px;  background-position: 0px 0px; }
	a#nav-about-on, a#nav-about:hover, a#nav-about:active 		{ width: 58px;  background-position: 0px 39px; }
	a#nav-cater, a#nav-cater:link, a#nav-cater:visited 		{ width: 77px;  background-position: -58px 0px; }
	a#nav-cater-on, a#nav-cater:hover, a#nav-cater:active 		{ width: 77px;  background-position: -58px 39px; }
	a#nav-weddi, a#nav-weddi:link, a#nav-weddi:visited 		{ width: 137px; background-position: -135px 0px; }
	a#nav-weddi-on, a#nav-weddi:hover, a#nav-weddi:active 		{ width: 137px; background-position: -135px 39px; }
	a#nav-banqu, a#nav-banqu:link, a#nav-banqu:visited 		{ width: 115px; background-position: -272px 0px; }
	a#nav-banqu-on, a#nav-banqu:hover, a#nav-banqu:active 		{ width: 115px; background-position: -272px 39px; }
	a#nav-photo, a#nav-photo:link, a#nav-photo:visited 		{ width: 107px; background-position: -387px 0px; }
	a#nav-photo-on, a#nav-photo:hover, a#nav-photo:active 		{ width: 107px; background-position: -387px 39px; }
	a#nav-resta, a#nav-resta:link, a#nav-resta:visited 		{ width: 115px; background-position: -494px 0px; }
	a#nav-resta-on, a#nav-resta:hover, a#nav-resta:active 		{ width: 115px; background-position: -494px 39px; }

	/*** end =NAVIGATION ***/

#main {
	background: url(/img/main-bg.gif) repeat-y;
	padding: 0 22px;
}
	#inner {
		background: #ffffff url(/img/inner-bg.png) repeat-x top;
	}

	#frame-top {
		background: url(/img/frame-top.gif) no-repeat top;
	}

	#frame {
		width: 808px;
		margin: 0 auto 0 auto;
		background: url(/img/frame-bg.png) repeat-y;
	}

	#frame-bot-footer {
		height: 66px;
		width: 808px;
		margin: 0 auto 0 auto;
		background: url(/img/frame-bot-footer.gif) no-repeat top;
	}

	#frame-bot {
		background: url(/img/frame-bot.gif) no-repeat bottom;
		padding: 21px 16px 18px 16px;
	}

#main-bot {
	width: 864px;
	height: 26px;
	background: url(/img/main-bot.gif) no-repeat;
}

#footer {
	width: 820px;
	height: 50px;
	margin: 0 auto 0 auto;
	position: relative;
	background: url(/img/footer.gif) no-repeat;
	margin-top: 8px;
}

	.footer {
		padding: 18px;
		text-align: center;
	}

	.footer span {
		padding: 0 22px;
	}

/*** end =LAYOUT ***/



/*** =FEATURES ***/

#features {
	width: 820px;
	height: 248px;
	margin: 0 auto 0 auto;
	background: url(/img/feature-bg.gif) no-repeat;
	margin-top: 8px;
	position: relative;
}

	#features .item {
		position: absolute;
		top: 28px;
		width: 219px;
		height: 195px;
		cursor: pointer;
	}

	#features #one.item { left: 31px; }
	#features #two.item { left: 301px; }
	#features #three.item { left: 570px; }


	#features .item a.block {
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 219px;
		height: 146px;
		background-image: url(/img/feat-sprite.jpg);
	}

	#features .item a.title {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 219px;
		height: 40px;
		background-image: url(/img/feat-sprite-title.gif);
	}


	#one.item a.block, #one.item a.block:link, #one.item a.block:visited {
		background-position: 0px -292px;
	}

	#one.item a.title,  #one.item a.title:link, #one.item a.title:visited {
		background-position: 0px 0px;
	}

	#one.item a.block.on, #one.item a.block:hover, #one.item a.block:active {
		background-position: 219px -292px;
	}

	#one.item a.title.on, #one.item a.title:hover, #one.item a.title:active {
		background-position: 219px 0px;
	}
	#two.item a.block, #two.item a.block:link, #two.item a.block:visited {
		background-position: 0px -146px;
	}

	#two.item a.title, #two.item a.title:link, #two.item a.title:visited {
		background-position: 0px -40px;
	}

	#two.item a.block.on, #two.item a.block:hover, #two.item a.block:active {
		background-position: 219px -146px;
	}

	#two.item a.title.on, #two.item a.title:hover, #two.item a.title:active {
		background-position: 219px -40px;
	}

	#three.item a.block, #three.item a.block:link, #three.item a.block:visited {
		background-position: 0px 0px;
	}

	#three.item a.title, #three.item a.title:link, #three.item a.title:visited {
		background-position: 0px -80px;
	}

	#three.item a.block.on, #three.item a.block:hover, #three.item a.block:active {
		background-position: 219px 0px;
	}

	#three.item a.title.on, #three.item a.title:hover, #three.item a.title:active {
		background-position: 219px -80px;
	}

/*** end =FEATURES ***/


/*** =SUBNAV ***/

#nosubnav {
	height: 40px;
}

#subnavigate {
	padding: 21px 18px 0px 16px;
}

#subnav {
	margin: 0;
	background: #5a1d15 url(/img/subnav.png) no-repeat bottom;
	padding: 0 6px 10px 6px;
	line-height: 25px;
	font-size: 1.2em;
}

ul#subnav li {
	background: url(/img/subnav-li-bg.gif) no-repeat right center;
	float: left;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
}

#subnav a, #subnav a:link, #subnav a:visited {
	padding: 0 10px;
	color: white;
	text-decoration: none;
}

#subnav a.on, #subnav a:hover, #subnav a:active {
	color: white;
	text-decoration: underline;
}


/*** end =SUBNAV ***/



/*** =CONTENT ***/

#content {
	min-height: 280px;
	padding: 14px 30px;
	font-size: 1.2em;
	line-height: 1.7em;
}

	#content a, #content a:link, #content a:visited {
		color: #5e1e16;
	}
	#content a:hover, #content a:active {
		color: #a39064;
	}

	#content hr {
		border: none;
		border-bottom: 1px solid #662118;
	}

h1 {
	background: url(/img/h1.gif) no-repeat center bottom;
	color: #662118;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0;
	text-align: center;
	padding-bottom: 18px;
}

h2 {
	color: black;
}

h3 {
	color: #662118;
	margin-bottom: -1em;
}

.big {
	font-size: 2.0em;
	color: #c7ba95;
}

.stronger {
	color: #662118;
	font-weight: bold;
}

.small {
	font-size: .8em;
}

/*** end =CONTENT ***/

.cleaner {
	height: 1px !important;
	line-height: 1px !important;
	font-size: 1px !important;
	float: none !important;
	clear: both !important;
}