@import 'reset.css';
@import 'share.css';

body {
	background:#fff url(../images/bg.png) 50% 0;
	font: 13px Arial,Tahoma,Verdana,Serif;
	color:#222;
	text-align:center;
}
.hr {
	background: transparent url("../images/br.png") no-repeat center top;
	border: 0px solid white;
	height: 19px;
	margin: 0 0 5px;
	overflow: hidden;
}
.inner {float:left;} 
.notxt {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	font-size:0;
	line-height:0;
}
.cln {
	display:block;
	overflow:hidden;
	clear:both;
	//zoom:1;
}
.wrapper {
	margin:0 auto;
	text-align:left;
	width:982px;
	overflow:hidden;
	position:relative;
}

a {
	color: #C03426;
	text-decoration: underline;
}
a:hover {
	color: #222;
}

.fl {float:left;}
.fr {float:right;}


/* HEADER */

.header {
	height:131px;
	background:url(../images/header.jpg) 50% 0 no-repeat;
	position:relative;
}

.logo {
	display:inline;
	width:190px;
	height:110px;
	background:url(../images/logo.png) no-repeat;
	float:left;
	margin:12px 0 0 31px;
}

address {
	position:absolute;
	right:0;top:0;
	color:#a37e58;
	font-size:11px;
	margin:17px 30px 30px 0;
	line-height:15px;
}

.menu {
	text-align:right;
	margin-right:30px;
}
.menu li {
	background: none;
	display:inline;
	padding: 0;
}
.menu a {
	text-decoration:none;
	margin-left:10px;
	font-size:13px;
}
.action {
	position:absolute;
	right:0;
	top:73px;
}
.action li {
	float: left;
}
.action a {
	font-size:11px;
	color:#c03426;
}
.main {
	position:absolute;
	right:0;
	top:106px;
}
.main a {
	color:#000;
	margin-left:8px;
}
.main a:hover, .main a.active {
	color:#c03426;
}
.action a:hover, .action a.active {
	color:#000;
}

.line1 {
	height:19px;
	background:url(../images/line1.png) 50% 0 no-repeat;
}
.line2 {
	height:8px;
	background:url(../images/line2.png) 50% 0 no-repeat;
}

/* MEDIA */

.media {
	background: #ffffff url("../images/ajax-loader.gif") no-repeat center center;
	width:960px;
	height:450px;
	margin:0 11px;
}

/* CONTENT */

.content {
	background: #fff url(../images/content-top.jpg) 50% 0 no-repeat;
	padding: 0 4px;
	margin: 0 11px;
}
.content .inner {
	background:url(../images/content-left.jpg) 0 0 no-repeat;
	padding-top:18px;
	float:none;
}
.content .decorate {
	background:url(../images/rb.jpg) 100% 100% no-repeat;
	padding: 0 0 30px;
	width:100%;
}

.left {
	width:225px;
}
.right {
	margin-left:225px;
}
.right .rinner {
	padding:0 15px 0 0;
	float:left;
}

/* FOOTER */

.footer {
	margin:0 11px;
	border-top:3px solid #c03426;
	background:rgba(0, 0, 0, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	      zoom: 1;
	color:#a37e58;
	font-family:'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	position:relative;
	padding:22px 10px 10px 20px;
	margin-bottom:40px;
}

.footer a {
	color:#a37e58;
}
.footer a:hover {
	text-decoration:underline;
	color:#fcfbe3;
}
.footer a.active {
	color:#c03426;
}
.footer ul a {
	color:#fcfbe3;
	padding:5px;
	text-decoration:none;
}
.footer ul {
	margin-right:5px;
}
.footer li {
	background: none;
	display:inline;
	padding:0 5px 0 6px;
	border-left:1px solid #fcfbe3;
}
.footer li.first {
	border:0;
}
.footer p.copy {
	padding:0;
}
.footer p.hebs {
margin-left:5px;
padding-bottom:20px;
padding-right:10px;
padding-top:20px;
text-align:right;
width:910px;
}

/* SUBMENU */

.submenu {
	width:200px;
	margin:0 8px;

}
.submenu .top {
	height:4px;
	background:url(../images/menu-bottom.png) no-repeat;
}
* html .submenu .top {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu-top.png',sizingMethod='crop');
}

/*.submenu .top2 {
	height:4px;
	margin-left:5px;
	background:url(../images/menu-top2.png) no-repeat;
} */

* html .submenu .top2 {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu-top2.png',sizingMethod='crop');
}


.booking .top {
	background-image:url(../images/booking-top.png);
	height:39px;
}
* html .booking .top {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/booking-top.png',sizingMethod='crop');
}
.submenu .inner {
	float:none;
	background:#efe5d8 url(../images/menu-bg.jpg) 50% 0 no-repeat;
	border:4px solid #2b1e14;
	border-width:0 4px;
	margin:0 5px;
	padding:0 7px;
	overflow:hidden;
}
* html .submenu .inner {
	background-position: 7px 0;
	width: 168px;
}
.booking .inner {
	padding:0;
	background-image:url(../images/booking-bg.jpg);
}
.submenu a {
	text-decoration:none;
}
.submenu h3 {
	border-top:7px solid #efe5d8;
	margin: 0;
}
* html .submenu h3 {
	zoom:1;
}
.submenu h3 a {
	display:block;
	font-size:14px;
	color:#be342c;
	padding:8px 8px 0px;
}
.submenu ul {
	border-bottom:7px solid #efe5d8;
	padding:0 8px 20px 8px;
	margin:0;
}
.submenu li {
	background:url(../images/menu-sep.png) 50% 100% no-repeat;
	display: block;
	overflow: hidden;
	width: 100%;
}
.submenu li.last {
	background:none;
}
.submenu ul a {
	color:#a37e58;
	display: block;
	font-size:11px;
	padding: 5px 0px 5px 12px;
	background:url(../images/bullet.gif) 2px 11px no-repeat;
	width: 145px;
}
.submenu ul a.active, .submenu ul a:hover {
	color: #000;
}
.submenu .shadow-wrapper {
	position:relative;
}
.submenu .shadow-l, .submenu .shadow-r {
	position:absolute;
	top:0;
	width:5px;
	height:1000px;
	background:url(../images/menu-left.png) 0 0 repeat-y;
}
* html .submenu .shadow-l  {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu-left.png',sizingMethod='scale');
}
.submenu .shadow-l {
	left:0;
}
.submenu .shadow-r {
	background-image:url(../images/menu-right.png);
	right:0;
}
* html .submenu .shadow-r  {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu-right.png',sizingMethod='scale');
}
.submenu .bottom {
	height:9px;
	background:url(../images/menu-bottom.png) no-repeat;
}
* html .submenu .bottom  {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu-bottom.png',sizingMethod='crop');
}

/* EMAIL SIGNUP */

.signup {
	padding:0 0 30px 13px;
	margin-bottom:20px;
	background:url(../images/signup-bg.png) 50% 100% no-repeat;
}
.signup h3 {
	font-size:15px;
	color:#c03426;
	padding:10px 10px 0 25px;
}
.signup input {
	float:left;
}
.signup .button {
	background: transparent url("../images/signup.png") no-repeat left top;
	border: 0;
	cursor: pointer;
	height: 30px;
	margin-top: -3px;
	width: 65px;
}
	.signup .button:hover {
		background-position: left -30px;
	}
.signup .text {
	height: 13px;
	padding: 1px 0px 2px;
	width: 125px;
}

/* SPECIAL TILE */
.tile {
	margin-left:38px;
 	margin-top:20px;
}
.tile p {
	text-align:center;
 	margin-top:3px;
	margin-left:-8px;
	font-size:10px;
	color:#c03426;
	width:165px;
}

/* SPECIALS */

.special a, .special img {
	display:block;
}
.special a {
	margin:0 0 10px 13px;
}
.special img {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

/* TYPOGRAPHY */

h1 {
	color:#c03426;
	font-size:30px;
}
h2 {
	color:#000;
	font-size:18px;
	margin: 0 0 10px;
}
h3 {
	color:#000;
	font-size:16px;
	line-height: 1.35;
	margin: 0 0 10px;
}

p {
	padding: 0 0 10px;
	line-height: 1.5;
}
ul {
	margin: 0 0 10px;
}
ul li {
	background: transparent url("../images/bullet-black.gif") no-repeat left 8px;
	line-height: 1.5;
	padding: 0 0 0 8px;
}

.tel .type {
	display: none;
}
.inv {
	display: none;
}

/***FACEBOOK***/
.facebook{
	background: url("../images/facebook2.png") no-repeat scroll 0 0 transparent;
	margin-left:68px;
	border:none;
	display:block;
	width:89px;
	height:19px;
}
    
