body,html {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height: 1.22em;
	background:#000;
}

a {
	outline:none;
	color: #00bffd;
}

img {
	border:none;
}

ul {
	list-style: none;
}

a.hide {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	z-index: 99;
}

a.hide:hover {
	color: #ccc;
}

.container {
	width:938px;
	padding:0;
	margin:0 auto;
}

.main {
	width:938px;
	height:493px;
	padding:130px 0 0 0;
	margin:0;
	position:relative;
}

p {	
	line-height: 18px;
	margin: 0 0 15px 0;
}

.main.home {
	background:url(/images/main_home.jpg) no-repeat;
}

.main.about {
	background:url(/images/main_about.jpg) no-repeat;
}
.main.gallery {
	background:url(/images/main_gallery.jpg) no-repeat;
}
.main.private {
	background:url(/images/main_private.jpg) no-repeat;
}
.main.calendar {
	background:url(/images/main_calendar.jpg) no-repeat;
}
.main.vip {
	background:url(/images/main_vip.jpg) no-repeat;
}
.main.contact {
	background:url(/images/main_contact.jpg) no-repeat;
}

.nav {
	width:938px;
	height:61px;
	padding:0;
	margin:0;
	position:absolute;
	top:554px;
	left:0;
}

.nav_links {
	width:553px;
	float:right;	
}

.nav a {
	display:block;
	height:61px;
	text-decoration:none;
	float:left;
	margin:0;
	padding:0;
}

.nav a.nav_about {
	width:75px;
}

.nav a.nav_gallery {
	width:82px;
}

.nav a.nav_private {
	width:117px;
}

.nav a.nav_calendar {
	width:86px;
}

.nav a.nav_vip {
	width:99px;
}

.nav a.nav_contact {
	width:83px;
}

a#home_link {
	width: 160px;
	height: 61px;
	display: block;

}

.footer {
	 margin:0;
	 padding:10px 0 0 0;
	 font-size:10px;
}

.player {
	margin:0;
	padding:20px 0 0 0;
	font-size:9px;	

}




/* Content Rules
-------------------- */

.trans {
	position: relative;
	background: url(/images/trans.png) repeat;
}

#right {
	float: right;
	margin: 0 0 0 15px;
	_display: inline;
	width: 170px;
}

#content_about {
	width: 500px;
	height: 300px;
	padding: 30px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}

#content_caledit {
	width: 200px;
	height: 400px;
	padding: 20px 20px 10px 20px;
	/*overflow: auto;*/
	margin: 0 auto;
}

#content_private {
	width: 600px;
	height: 330px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}

#content_vip {
	width: 500px;
	height: 220px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}

#content_gallery {
	width: 500px;
	height: 400px;
	padding: 20px;
	/*overflow: auto;*/
	margin: -80px auto 0 auto;
}

#content_video {
	width: 490px;
	height: 330px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}


#content_guestlist {
	width: 330px;
	height: 300px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}

#content_contact {
	width: 420px;
	height: 320px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}

#content_cal {
	width: 800px;
	height: 320px;
	padding: 20px 20px 10px 20px;
	overflow: auto;
	margin: 0 auto;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ul li {
	margin: 0 0 6px 0;
}

/* Form Rules
------------------- */
form#private_form {
	margin: 0;
	padding: 0;
}

form#private_form label {
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	margin: 0 0 4px 0;
}

form#private_form input.center {
	margin: 0 0 5px 8px;
	width: 150px;
}

form#private_form textarea {
	width: 150px;
	height: 40px;
	margin: 0 0 0 8px;
}

input#sub_btn {
	margin: 10px 0 0 50px;
}

/* Calendar Rules
--------------------- */
table#calendar {
	width:100%;
	height: 92%;
	border: 1px solid #fff;
	border-collapse: collapse; 
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 11px;
} 

table#calendar th {
	font-weight: bold;
	text-transform: uppercase;
	height: 30px;
	font-size: 12px;
}

table#calendar td {
	text-align: center;
	width: 16%;
	border-right: 1px solid #fff;
}

table#calendar td span {
	color: #ccc;
	font-weight: bold;
}

.noborder {
	border: 0;
}

span.small {
	color: #ccc;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	font-style: italic;
}

div.room, div.event {
	margin: 0 0 10px 0;
}

div.event img {	
	margin: 0 0 6px 0;
}

a.list {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
}

/* Image Gallery
--------------------- */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 500px; /*Width of Carousel Viewer itself*/
height: 360px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Image Zoom Rules
-------------------- */

div.imgzoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 5px solid #fff;
	margin: -5px;

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

	div.imgzoom a {
		background: url(../__common/gfx/icons/imgzoom-close.png) no-repeat;

		display: block;
		width: 44px;
		height: 45px;

		position: absolute;
		left: -22px;
		top: -22px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: -22px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	div.imgzoom a:hover {
		background-position: left -45px;
	}

	div.imgzoom img, 
	div.imgzoom embed, 
	div.imgzoom object, 
	div.imgzoom div {
		width: 100%;
		height: 100%;
	}
