@charset "utf-8";
/* CSS Document */

a img{border:none}
body, form{padding:0px; margin:0px}
* {outline:none}
.clear{clear:both; height:0px; overflow:hidden;}
textarea{overflow:auto;resize:none;}

/*------Typography------*/


body, p, td, th{
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#fff;
}

p {
	font-size: 11px;
	padding:0px;
	margin:0px 0px 8px 0px;
	line-height: 16px;
}

a{
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
}

h1{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	margin:8px 0px 8px 0px;
	font-weight: bold;
}
h2{
	color:#fff;
	font-size:21px;
	line-height:21px;
	margin:8px 0px 8px 0px;
	font-weight: normal;
}
h3{
	color:#fff;
	font-size:30px;
	line-height:30px;
	margin:8px 0px 8px 0px;
	font-weight: normal;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}

input {
	margin-right: 10px;
	margin-left: 10px;
	width: 191px;
	height: 22px;
	border: none;
	padding-left: 3px;
	
}

label, input {
	display: block;
	float: left;
	margin-bottom: 10px;

}

label {
	font-size: 16px;
}

.button {
	background: none;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	height: 20px;
	text-align: right;
	cursor: pointer;
}



textarea {
	width: 425px;
	height: 55px;
	margin-left: 10px;
	margin-right: 20px;
}

/*------Layout------*/

body {
	max-width: 1757px;
	max-height: 1200px;
	background: #8e8a89 url(../images/body-bg.jpg) top center no-repeat;
}

#all {
	width: 1079px;
	height: 731px;
	margin: 0 auto;
	position:relative;
}

#top-border {
	width: 1079px;
	height: 14px;
	background: url(../images/top-border.png) no-repeat;
	position: absolute;
	top: 60px;
	left:0px;
}

#bottom-border {
	width: 1079px;
	height: 12px;
	background: url(../images/bottom-border.png) no-repeat;
	position: absolute;
	top: 718px;
	left:0px;
}

#right-border {
	width: 14px;
	height: 654px;
	background: url(../images/right-border.png);
	position: absolute;
	float: right;
	top: 69px;
	margin-left: 1065px;
}

#top {
	width: 1079px;
	height: 60px;
	float: left;
}

#logo {
	width: 362px;
	height: 60px;
	background: url(../images/logo.png);
	float: left;
}

#twitter {
	height: 60px;
	width: 32px;
	float: right;
	display: block;
	background: url(../images/twitter.png);
	margin-left: 12px;
}
#youtube {
	height: 60px;
	width: 30px;
	float: right;
	display: block;
	background: url(../images/facebook.png);
	margin-left: 10px;
}
#facebook {
	height: 60px;
	width: 30px;
	float: right;
	display: block;
	background: url(../images/facebook.png);
	margin-left: 10px;
}
#googleplus {
	height: 60px;
	width: 32px;
	float: right;
	display: block;
	background: url(../images/googleplus.png);
	margin-left: 12px;
}

#opentable {
	width: 95px;
	height: 60px;
	float: right;
	display: block;
	background: url(../images/opentable.png);
}
#instantgramm{
	height: 60px;
	width: 32px;
	float: right;
	display: block;
	background: url(../images/instagram-icon.png) no-repeat center 23px;
	background-size: 33px 33px;
	margin-left: 12px;
}

#left {
	width: 137px;
	height: 671px;
	float: left;
	padding-left: 26px;
	background: #000 url(../images/left-bg.jpg);
}

#slideshow {
	width: 916px;
	height: 671px;
	float: right;
}

#slideshow-pages {
	width: 609px;
	height: 671px;
	float: right;
}

#slideshow-gallery {
	width: 916px;
	height: 671px;
	float: right;
	background: #363233;
}

#bottom {
	width: 1079px;
	height: 90px;
	float: left;
	margin-top: 5px;
	text-align: center;
}

#bottom p, #bottom label, #bottom a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	/*text-shadow: #000 -1px 1px 3px;*/
	color:#000;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}

#bottom a {
	text-decoration: underline;
}
#bottom a:hover {
	color:#fff;
}

#bottom form {
	float: right;
	margin-top: 10px;
}

#bottom-logo {
	width: 163px;
	height: 131px;
	background: url(../images/bottom-logo.jpg);
	position: absolute;
	top: 600px;
	left:0px;
}


#left ul {
	margin-top: 46px;
	margin-bottom: 10px;
	padding: 0px;
	width: 130px;
	
	margin-left:0px;
	padding-left:0px;

}

#left ul li {
	list-style: none;
	line-height: 11px;
	margin-bottom: 20px;

	
}

#left ul li ul {
	margin-top: 16px;
	margin-left: 10px;
}

#left ul li ul li {
	margin-bottom: 16px;
}

#left ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#left ul li ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	line-height: 16px;
}

#left ul li a:hover {
	color: #c7c8ca;
}

li.tab {
	padding: 0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#alias_wedding-and-rehearsals ul.hiddenn, #alias_corporate-events ul.hiddenn, #alias_social-gatherings ul.hiddenn, #alias_tour-groups ul.hiddenn {
	display: block;
}

li.tab:hover {
	color: #000;
}



ul.hiddenn { 
	display: none;
	float: left;
}

#content {
	width: 307px;
	height: 671px;
	float: left;
	background: #393434;
}

#content input, textarea {
	width: 243px;
	height: 24px;
	margin-left: 0px;
}

#content label {
	line-height: 10px;
	padding: 0px;
	margin: 0px;
}

#content img {
	max-width: 249px;
	border: 1px solid #ccc;
	padding: 7px;
}

#content textarea {
	height: 78px;
	border: none;
}

.scroll-pane-blog{
	width:877px;
	height: 653px;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 20px 10px 0px 18px;

}

.scroll-pane{
	width:279px;
	height: 653px;
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 20px 10px 0px 18px;

}

#blog-content {
	width: 850px;
	float: left;
}