@charset "utf-8";
/* This CSS was written by Chrysillis @ http://dark-sylph.com/ */

body {
	font-size:14px;
	font-family:'Cambria';
	color:#8D8556;
	background-color:#100D08;
}
a:link, a:visited {
	text-decoration:none;
	color:#8D8556;
}
a:hover {
	color:#F6F;
}
#nav {
	float:left;
	padding:10px;
	text-align:center;
	width:265px;
}
#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav li {
	background:url('/images/graphics/button.png');
	width:164px;
	padding:7px 0;
	margin:20px auto;
	text-transform:capitalize;
	font-size:14px;
	font-weight:bold;
}
#concierge {
	text-align:left;
}
.about_txt {
	float:left;
	padding:0px 0px 25px 2px;
	text-align:justify;
	width:450px;
}
.titles {
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:underline;
	font-size:16px;
}
.book a:link, .book a:visited {
	text-transform:capitalize;
	padding:10px;
	font-weight:bold;
	background:url('/images/graphics/bookit.png');
	width:70px;
	padding:12px;
}
/* services begin */
.left_image {
	float:right;
	padding-left:2px;
}
.right_text {
	text-align:justify;
	padding:0px 5px 20px 5px;
	float:left;
	width:360px;
	position:relative;
	top:-40px;
	left:0px;
}
.right_title {
	float:left;
	position:relative;
	top:-25px;
	left:8x;
}
/* services end */

#footer {
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-shadow:0px 4px 6px #000;
	clear:both;
}
/* ASW */
.leftB {
	float:left;
	width:245px;
}
.rightB {
	float:right;
	width:300px;
	text-align:left;
	margin:5px 0;
}
/* rotator in-page placement */
div#rotator {
	float:right;
	width:160px;
	height:600px;
	padding-top:8px;
	position:relative;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
	border:1px solid #615132;
}
div#rotator ul li.show {
	z-index:1;
}

/* slider */
#slider {
    width: 500px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 3px 13px 0px 13px;
    width: auto;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none; margin:0; padding:0;}