/* General reset */
body{
	margin:0;
	background:#dee8e8;
	font:14px "Myriad Pro", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#333;
}
img{border:none;}
a{color:#333;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:904px;
	margin:0 auto;
	overflow:hidden;
}
/* header */
#header{
	width:100%;
	overflow:hidden;
}
#header h1{
	width:329px;
	margin:39px auto 24px;
}
#header h1 a{
	background:url(../images/logo.gif) no-repeat;
	width:329px;
	height:132px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
/* content */
#content{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-center.gif) repeat-y;
}
/* navigation */
.navigation{
	width:781px;
	overflow:hidden;
	background:url(../images/bg-navigation.gif) no-repeat;
	height:28px;
	list-style:none;
	padding:12px 41px 0 81px;
	margin:0;
}
.navigation li{
	display:inline;
	padding:0 11px;
}
.navigation li a{
	font:bold 12px Georgia, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.navigation li a:hover{
	color:#99b6b6;
}
.content-holder{
	width:859px;
	overflow:hidden;
	background:url(../images/bg-content-bottom.gif) no-repeat 0 100%;
	padding:0 20px 46px 25px;
}
/* primary */
.primary{
	float:left;
	width:275px;
	padding:23px 18px 0 0;
}
.primary p{
	margin:0 0 16px;
	line-height:18px;
}
.about{
	font:18px/24px Georgia, Arial, sans-serif;
}
.nb{
	font-size:11px;
}
.primary-box-top{
	background:url(../images/bg-primary-box-top.gif) no-repeat;
	height:22px;
	overflow:hidden;
	margin:38px 0 0;
}
.primary-box-bottom{
	background:url(../images/bg-primary-box-bottom.gif) no-repeat;
	height:22px;
	overflow:hidden;
}
.primary-box-center{
	background:url(../images/bg-primary-box-center.gif) repeat-y;
	width:234px;
	padding:0 20px 6px;
}
.rental{
	width:100%;
	overflow:hidden;
	margin:0 0 38px;
}
.rental dl{
	margin:0 0 18px;
	width:100%;
	overflow:hidden;
}
.rental dt{
	font-weight:bold;
	color:#000;
	line-height:18px;
}
.rental dd{
	line-height:18px;
	margin:0;
}
.contact{
	width:100%;
	overflow:hidden;
}
.contact dl{
	margin:0 0 1px;
	width:100%;
	overflow:hidden;
}
.contact dt{
	float:left;
	margin:0 5px 0 0;
	font-weight:bold;
}
.contact dd{
	float:left;
	margin:0;
	font-weight:bold;
}
.contact dd a{
	text-decoration:none;
}
.contact dd a:hover{
	text-decoration:underline;
}
/* sidebar */
.sidebar{
	float:left;
	width:565px;
	padding:17px 0 0;
	position:relative;
}
.picture{
	background:#c8d5d5;
	width:556px;
	height:369px;
	padding:3px;
	margin:0 2px 13px 0;
	position:relative;
	overflow:hidden;
}
.picture-large{
	width:100%;
	overflow:hidden;
}
.picture-large a,
.picture-large a img{
	display:block;
}
.picture-little{
	position:absolute;
	bottom:3px;
	left:3px;
	width:556px;
	z-index: 10;
}
* html .picture-little{bottom: 2px;}
/* carusel */
#carusel{
	overflow:hidden;
	background:url(../images/bg-gallery.png);
	width:100%;
	margin: 0 0 -76px;
	padding:9px 0 8px;
}
#carusel a {cursor:pointer;}
#carusel div{
	width:551px;
	padding:0 0 0 8px;
	overflow:hidden;
	position:relative;
}
#carusel div ul {
	position:relative;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
}
#carusel div ul li{
	float:left;
	width:89px;
	padding:0 5px;
}
#carusel div ul li a{
	float:left;
	position:relative;
	width:89px;
	z-index:50;
}
#carusel div ul li a img{
	border:1px solid #c3cfcf;
	display:block;
}
/* tabset */
ul.tabset1{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.tabset1 li{
	float:left;
	margin:0 -1px 0 0 !important;
	width:184px;
	height:55px;
	overflow:hidden;
}
.tabset1 li:first-child{margin:0;}
.tabset1 li a {
	float:left;
	height:47px;
	padding:8px 0 0 17px;
	width:167px;
	background:url(../images/bg-tabs.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	line-height:19px;
	color:#000;
}
.tabset1 li a span{
	display:block;
	font-size:10px;
	color:#666;
	font-weight:normal;
}
.tabset1 li a:hover,
.tabset1 li a.active {
	background-position:0 -55px;
}
div.tab {
	display:none;
}
.tab-content{
	width:565px;
	background:url(../images/bg-tab-content-center.gif) repeat-y;
	margin:-6px 0 0;
}
.tab-content:after,
.tab-content-center:after{
	clear:both;
	content:"";
	display:block;
}
.tab-content-center{
	width:485px;
	background:url(../images/bg-tab-content.gif) no-repeat 100% 0;
	border-bottom:1px solid #d6d6d6;
	padding:22px 55px 3px 25px;
	min-height:570px;
	position:relative;
	z-index:2;
}
* html .tab-content-center{
	height:570px;
	overflow:visible;
}
.tab-content-center p{
	line-height:24px;
	margin:0 0 24px;
}
.sleeps{
	display:block;
}
.description{
	list-style:none;
	padding:0;
	margin:0;
}
.description li{
	line-height:22px;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	padding:28px 0 24px;
}
#footer p{
	margin:0;
	font-size:12px;
	color:#2b2b2b;
	text-align:center;
}

ul.picture-list {
	position: relative;
	list-style: none;
	height: 369px;
	padding: 0;
	margin: 0;
}
ul.picture-list li {
	position: absolute;
	top: 0;
	left: 0;
}
ul.picture-list .active {
	z-index: 1;
}
.pic-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}


/* FCB */
p.pdf	  { background:url(../images/icon-pdf.gif) left top no-repeat; padding:7px 0 10px 40px;}