html {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #000 url('/layout/bg.png') repeat-x scroll top left;
}

body {
	background: #fff;
	padding: 0;
	margin: 0 auto;
	width: 780px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
	text-align: left;
}

h1 {

	font-size: 0.9em;
	width: 300px;
	color: #999;
	background: transparent url('/layout/logo.png') no-repeat scroll top right;
	text-indent: -9999px;
	float: right;
	height: 89px;
	margin: 0px 20px 0 0;
}

h2 {
	color: #990066;
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	color: #990066;
	font-size: 1.2em;
	font-weight: normal;
}

#header {

	background: #fff url('/layout/top.png') no-repeat scroll top left;
	padding: 50px 0 0 0;
}

#header p {
	font-size: 1.3em;
	color: #999;
	padding: 15px 0 20px 20px;
	margin: 0;
	line-height: 1.5em;
	width: 260px;
}

#header p a {
	display: block;
	color: #999;
	text-decoration: none;
}

#header p a:hover {
	color: #4e4e4e;
}

#header p a:hover strong {
	color: #999;
}

#header p strong {
	font-weight: normal;
}

#header ul {
	text-align: center;
	list-style: none;
	background-color: #000;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
}

#header li {
	display: inline;
	padding: 0 13px;
}

#header li a {
	color: #fff;
	text-decoration: none;
}

#header li a.active {
	color: #990066;
}

#header li a:hover {
	color: #CC33CC;
}


#content {
	padding: 10px 30px;
}


.narrow {
	width: 460px;
	padding: 10px 0 10px 30px;
	float: left;
}



#footer {
	background: #000 url('/layout/bottom.png') no-repeat scroll bottom left;
	text-align: left;
	padding: 20px 5px 10px 5px;
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
	clear: both;
}

#footer a {
	display: block;
	float: right;
	text-align: right;
	color: #999;
	text-decoration: none;
	margin: -15px 0 0 0;
	width: 300px;
}

#footer a:hover {
	color: #990066;
}




#content p {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #4e4e4e;
	padding: 0;
	margin: 0 0 20px 0;
}

#content ul {
	line-height: 1.6em;
	font-size: 1.1em;
	color: #4e4e4e;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

#content ul li {
	padding: 0 0 0 25px;
	background: transparent url('/layout/icons/bullet_purple.png') no-repeat scroll 0 4px;
}


#sidebar {
	width: 250px;
	float: right;
	padding: 30px 0 30px 0;
}

#sidebar h3 span {
	display: block;
	padding: 0 0 0 25px;
}

.gallery_side h3 span {
	background: transparent url('/layout/icons/images.png') no-repeat scroll center left;
}

.availability_side h3 span {
	background: transparent url('/layout/icons/date.png') no-repeat scroll center left;
}

.testimonials_side h3 span {
	background: transparent url('/layout/icons/comments.png') no-repeat scroll center left;
}

#sidebar a {
	display: block;
	text-decoration: none;
	width: 220px;
	background: #fff url('/layout/side_bottom.png') no-repeat scroll bottom left;
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar a:hover p {
	color: #383838;
}

#sidebar a h3 {
	background: transparent url('/layout/side_top.png') no-repeat scroll top left;
	padding: 15px 15px 5px 15px;
	margin: 0;
}

#sidebar a p {
	padding: 0 15px 15px 15px;
	font-size: 1em;
	color: #666;
}

#slideshow {
	background-color: #76004f;
	height: 170px;
	clear: both;
}

#flash-slideshow {
	width: 780px;
	height: 170px;
	clear: both;
	margin: 0 0 -4px 0;
	background-color: #76004f;
}

.slide-image {
	position: absolute;
	width: 780px;
	height: 170px;
	background-image: url('/layout/slideshow1.png');
	background-color: #990066;
	background-position: top left;
	background-repeat: no-repeat 
}


.month {

	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 20px 20px 15px 0px;
	font-size: 11px;
}

.month td input {
  		display: none;
}

.month th {
	text-align: center;
	background-color: #666;
	color: #fff;
	padding: 4px;
}

.month td {
	text-align: center;
	padding: 4px;
	color: #000;
}

.month td.free:hover,.month td.taken:hover {
	background-color: #666;
	color: #fff;
}

.month .emptyday {
	background-color: #ccc;
}

.month .free {
	background-color: #BDE7B4;
}

.month .taken {
	background-color: #E7A5A5;
}








.zen .album {

	display: block;
	padding: 15px;
	border: 2px solid #ccc;
	margin: 20px 10px 10px 10px;
	text-decoration: none;
	clear: both;
}

.zen .album:hover {
	border-color: #999;
}

.zen .album img {

	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 20px 0 0;
}

.zen .album:hover img {
	border-color: #999;
}

.zen .album h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.albumtext p {
	margin: 0 !important;
	font-size: 0.9em !important;
	padding: 0 !important;
}

.albumtext {

	width: 530px;
	float: right;

}

.albumtext h4 {

	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	padding: 10px 0 0 0 !important;
	margin: 0 !important;

}






p.pwdbox {

	margin: 10px 10px 0 0 !important;
	padding: 25px 25px 20px 100px !important;
	border: 2px solid #666;
	text-align: left;
	background: #fff url('/layout/padlock.gif') no-repeat scroll 25px 10px;

}

p.err {

	border: 2px solid red !important;

}




.zen #thumbs a img {

	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px 10px;
}

.zen #thumbs a:hover img {

	border-color: #999;

}

.zen .pagelist {
	clear: both;
}

#image {
	text-align: center;
	float: center;
}

#image img {
	margin: 20px auto;
	padding: 5px;
	border: 2px solid #ccc;
}







#filename {

	font-size: 0.8em !important;
	color: #999 !important;
	font-weight: bold;

}







#albums {

	clear: both;

}












.pagenav {

	font-size: 1.8em;
	padding: 20px 0px 20px 0;
	font-weight: bold;
	clear: both;

}

.pagenav a {
	color: #999;
	text-decoration: none;
}

.pagenav a:hover {
	color: #666;
}

.pagenav a.prev {
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	background: transparent url('/layout/icons/resultset_previous.png') no-repeat scroll center left;
	padding: 0 0 0 25px;
	margin: 0 0 0 20px;
}

.pagenav a.next {
	display: block;
	float: right;
	width: 150px;
	text-align: right;
	background: transparent url('/layout/icons/resultset_next.png') no-repeat scroll center right;
	padding: 0 25px 0 0;
	margin: 0 20px 0 0;

}