body, td, p, h1, h2, input, option, textarea, div {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-align : left;
}
body {
	background: url(/images/bgs/page-bg.jpg) repeat-x #000000;
	margin : 0;
	padding : 0;
	font-size : 100%;
	line-height : normal;
}
body h1, h2, p, li {
	font-size : 0.775em;
	color : #2c1e11;
}
div, h1, h2, li, img {
	margin : 0;
	padding : 0;
}
img {
	border : 0;
}
.clear {
	clear : both;
}
p {
	margin : 0;
	padding : 0 0 15px 0;
}
#wrapper {
	width:810px;
	margin: 23px auto 0 auto;
	position: relative;
}
#contentWrapper {
	width : 756px;
	background: url(/images/bgs/content-bg.jpg) no-repeat #b8985c;
	padding: 215px 0 30px 54px;
	min-height:338px;
}
#contentWrapper h1 strong {
	display: none;
}
#contentWrapper h1 {
	display : block;
	margin : 0;
	width: 504px;
	height: 19px;
}
#contentWrapper h1#ourstoryTitle {
	background : url(/images/titles/our-story.png) top left no-repeat;
}
#contentWrapper h1#menusTitle {
	background : url(/images/titles/menus.png) top left no-repeat;
}
#contentWrapper h1#specialsTitle {
	background : url(/images/titles/specials.png) top left no-repeat;
}
#contentWrapper h1#contactusTitle {
	background : url(/images/titles/contact-us.png) top left no-repeat;
	margin: 0 0 18px 0;
}
#topNavi {
	background: url(/images/bgs/top-navi-bg.png) no-repeat top left;
	position:absolute;
	top: 70px;
	z-index: 2000;
	left: 54px;
	width: 102px;
	height: 27px;
}
#topNavi li {
	display :inline;
	list-style-type : none;
	width:80px;
}
#topNavi li a.home {
	background : url(/images/buttons/btn-home.png) top left no-repeat;
	margin: 0 0 0 22px;
	height: 13px;
	width: 37px;
}
#topNavi li a.home:hover {
	background-position: -80px 0px;
}
#topNavi li a.contactus {
	background : url(/images/buttons/btn-contactus.png) top left no-repeat;
	margin: 0 0 0 22px;
	height: 14px;
	width: 80px;
}
#topNavi li a.contactus:hover {
	background-position: -80px 0px;
}
#mainNavi {
	position:absolute;
	top: 191px;
	z-index: 2000;
	right: 35px;
	width: 192px;
	height: 359px;
}
#mainNavi ul, #topNavi ul {
	margin: 0;
	padding: 0;
}
#mainNavi li {
	display :inline;
	list-style-type : none;
	width:192px;
}
#mainNavi li a, #topNavi li a {
	display : block;
}
#mainNavi li strong, #topNavi li strong {
	display: none;
}
#mainNavi li a.ourstory {
	background : url(/images/buttons/btn-ourstory.png) top left no-repeat;
	height: 114px;
}
#mainNavi li a.ourstory:hover {
	background-position: -192px 0px;
}
#mainNavi li a.menu {
	background : url(/images/buttons/btn-menu.png) top left no-repeat;
	height: 131px;
}
#mainNavi li a.menu:hover {
	background-position: -192px 0px;
}
#mainNavi li a.specials {
	background : url(/images/buttons/btn-specials.png) top left no-repeat;
	height: 114px;
	width:192px;
}
#mainNavi li a.specials:hover {
	background-position: -192px 0px;
}
#mainNavi li a.ourstoryActive {
	background : url(/images/buttons/btn-ourstory.png);
	height: 114px;
	width:192px;
	background-position: -192px 0px;
}
#mainNavi li a.menuActive {
	background : url(/images/buttons/btn-menu.png);
	height: 131px;
	width:192px;
	background-position: -192px 0px;
}
#mainNavi li a.specialsActive {
	background : url(/images/buttons/btn-specials.png);
	height: 114px;
	width:192px;
	background-position: -192px 0px;
}
#slideWrapper {
	margin : 0 auto;
	width : 810px;
	height : 583px;
}
#slideShow {
	height : 583px;
	width : 810px;
	margin : 0 auto;
	position : relative;
}
#slideShow .slide {
	height : 583px;
	position : relative;
	overflow : hidden;
	width : 810px;
	left : 0;
	top : 0;
	z-index : 1;
}
.specialWrapper .photo, .menuWrapper .photo {
	float: left;
	width:180px;
	height:144px;
	margin: 0;
	display: inline;
}
.specialWrapper .info, .menuWrapper .info {
	float: left;
	width:280px;
	margin: 20px 20px 0 24px;
	display: inline;
}
/* Specials Styles */
.specialWrapper {
	width:504px;
	height:144px;
	/* min-height:144px; */
	/*height:expression(this.scrollHeight < 144? "144px" : "auto" ); */
	margin: 18px 0 0 0;
	background: url(/images/bgs/specials-bg.gif) top right no-repeat #E6D09B;
}
.specialWrapper .info h2 {
	padding:0 0 15px 0;
	color: #ad131d;
	text-transform:uppercase;
}
.specialWrapper a, .menuWrapper a {
	color:#ad131d;
}
.specialWrapper a:hover, .menuWrapper a:hover {
	text-decoration:none;
}
/* Menu Styles */
.menuWrapper {
	width:504px;
	height:144px;
	/* min-height:144px; */
	/*height:expression(this.scrollHeight < 144? "144px" : "auto" ); */
	margin: 18px 0 0 0;
	background: url(/images/bgs/menus-bg.gif) top right no-repeat #2B1E13;
}
.menuWrapper .info h2 {
	padding:0 0 15px 0;
	color: #e6d09b;
	text-transform:uppercase;
}
.menuWrapper .info p {
	color:#e6d09b;
	padding: 0 0 10px 0;
}
.menuWrapper .info p.btnMenu, .menuWrapper .info p.btnMenu a {
	display: block;
	width: 278px;
	height: 27px;
	padding: 0;
}
.menuWrapper .info p.btnMenu strong {
	display:none;
}
.menuWrapper .info p.btnMenu a {
	background: url(/images/buttons/btn-menus.gif) top right no-repeat;
}
.menuWrapper .info p.btnMenu a:hover {
	background-position: 0 -27px;
}
/* Left Container Story */
#leftWrapper {
	width:504px;
	margin: 18px 0 0 0;
}
#contentWrapper fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	width: 421px;
}
#contentWrapper fieldset legend {
	margin:0;
}
#contentWrapper label {
	margin : 0 0 5px 0;
	display:block;
	width: 421px;
}
#contentWrapper label .labeltitle {
	color: #84c23a;
	font-weight:bold;
	text-transform: uppercase;
}
#contentWrapper label .labelError {
	color: #CC0000;
	font-weight:bold;
	text-transform: uppercase;
}
#contentWrapper .error {
	color: #CC0000;
}
#contentWrapper .textbox {
	width:250px;
	margin:0;
	border: 1px solid #2b1e13;
	padding:1px 2px;
}
#contentWrapper .textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	width: 400px;
	border: 1px solid #2b1e13;
	padding: 2px 3px;
	height: 100px;
}
#contentWrapper #codewrapper {
	margin: 0px 0px 15px 0px;
	padding: 0;
	clear: both;
	float: left;
}
#contentWrapper #codewrapper p img {
	float:left;
}
#contentWrapper .code-box {
	border: 1px solid #2b1e13;
	width: 50px;
	padding: 1px 2px;
	margin-top: 11px;
	float: left;
}
#contentWrapper input.buttons {
	background: none no-repeat top left;
	border: none;
	cursor: pointer;
	display: block;
	height: 22px;
	overflow: hidden;
	padding: 0;
	margin: 0 2px 0 0;
	text-indent: -9999px;
	width: auto;
}
#contentWrapper input.send {
	background-image: url(/images/buttons/btn-send.gif);
	width: 75px;
}
#footer {
	width:810px;
	margin: 0 auto;
	z-index: 1;
	clear: both;
}
#footer h1 strong {
	display: none;
}
#footer h1.main {
	background : url(/images/main-footer.jpg) top left no-repeat;
	height: 78px;
}
/* prettyphoto LiteBox */
div.light_rounded .pp_content .ppt,
div.light_square .pp_content .ppt {
	color:#000;
}
div.light_rounded .pp_next:hover,
div.light_square .pp_next:hover {
	background:url(/images/prettyphoto/btnnext.gif) center right no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_previous:hover,
div.light_square .pp_previous:hover {
	background:url(/images/prettyphoto/btnprevious.gif) center left no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_expand {
	background:url(/images/prettyphoto/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_expand:hover {
	background:url(/images/prettyphoto/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_contract {
	background:url(/images/prettyphoto/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_contract:hover {
	background:url(/images/prettyphoto/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_close {
	background:url(/images/prettyphoto/sprite.png) -1px -1px no-repeat;
	margin:10px 0 0 0;
	width:22px;
	height:22px;
	cursor:pointer;
}
div.light_rounded #pp_full_res .pp_inline,
div.light_square #pp_full_res .pp_inline {
	color:#000;
}
div.light_rounded .pp_arrow_previous {
	background:url(/images/prettyphoto/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
	background-position:0 -87px;
	cursor:default;
}
div.light_rounded .pp_arrow_next {
	background:url(/images/prettyphoto/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
	background-position:-22px -87px;
	cursor:default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
	background:url(/images/prettyphoto/loader.gif) center center no-repeat;
}
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
	background:#000;
}
div.light_square .pp_expand {
	background:url(/images/prettyphoto/sprite.gif) -31px -26px no-repeat;
	cursor:pointer;
}
div.light_square .pp_expand:hover {
	background:url(/images/prettyphoto/sprite.gif) -31px -47px no-repeat;
	cursor:pointer;
}
div.light_square .pp_contract {
	background:url(/images/prettyphoto/sprite.gif) 0 -26px no-repeat;
	cursor:pointer;
}
div.light_square .pp_contract:hover {
	background:url(/images/prettyphoto/sprite.gif) 0 -47px no-repeat;
	cursor:pointer;
}
div.light_square .pp_close {
	background:url(/images/prettyphoto/sprite.gif) -1px -1px no-repeat;
	margin:10px 0 0 0;
	width:22px;
	height:22px;
	cursor:pointer;
}
div.light_square .pp_arrow_previous {
	background:url(/images/prettyphoto/sprite.gif) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
	background:url(/images/prettyphoto/sprite.gif) -22px -71px no-repeat;
}
div.light_square .pp_next,
div.light_rounded a.pp_next {
	background:url(/images/prettyphoto/btnnext.gif) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
div.light_square a.pp_previous,
div.light_rounded a.pp_previous {
	background:url(/images/prettyphoto/btnprevious.gif) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
div.pp_pic_holder a:focus {
	outline:none;
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}
div.pp_pic_holder {
	background:url(/images/contentpattern.png);
	display:none;
	position:absolute;
	width:100px;
	z-index:10000;
}
.pp_top {
	height:40px;
	position:relative;
}
* html .pp_top {
	padding:0 20px;
}
.pp_top .pp_left {
	height:40px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_top .pp_middle {
	height:40px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_top .pp_middle {
	left:0;
	position:static;
}
.pp_top .pp_right {
	height:40px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_content {
	height:40px;
}
.pp_content .ppt {
	left:auto;
	margin-bottom:5px;
	position:relative;
	top:auto;
}
.pp_fade {
	display:none;
}
.pp_content_container {
	position:relative;
	text-align:left;
	width:100%;
}
.pp_content_container .pp_left {
	padding-left:20px;
}
.pp_content_container .pp_right {
	padding-right:20px;
}
.pp_content_container .pp_details {
	margin:10px 0 2px 0;
}
.pp_description {
	display:none;
	margin:0 0 5px 0;
	color:#fff;
	padding:0;
	width:60%;
	float:left;
}
.pp_nav {
	float:right;
	margin:0;
}
.pp_nav p {
	float:left;
	margin:0 4px;
	color:#fff;
	padding:0;
}
.pp_nav a.pp_arrow_previous,
.pp_nav a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px;
}
.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
a.pp_expand,
a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000;
}
a.pp_close {
	display:block;
	float:right;
	text-indent:-10000px;
}
.pp_bottom {
	height:20px;
	position:relative;
}
* html .pp_bottom {
	padding:0 20px;
}
.pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_bottom .pp_middle {
	left:0;
	position:static;
}
.pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	margin:-12px 0 0 -12px;
	position:absolute;
	top:50%;
	width:24px;
}
#pp_full_res {
	line-height:1 !important;
}
#pp_full_res .pp_inline {
	text-align:left;
}
#pp_full_res .pp_inline p {
	margin:0 0 15px 0;
}
div.ppt {
	color:#fff;
	display:none;
	font-size:17px;
	left:0;
	position:absolute;
	top:0;
	z-index:9999;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
