* { outline:none; }

html, body, ul, form, h1, h2, h3 {
	padding:0px;
	margin:0px;
}

body {
	font-family:Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:#fff url(../../images/theme/bg_site.gif) 0 0 repeat-x;
}
a:link {
	color: #ce1e79;
	text-decoration:none;
}
a:visited {
	color: #ce1e79;
	text-decoration:none;
}
a:hover {
	color: #2a001a;
}
a:active {
	color: #ce1e79;
	text-decoration:none;
}

p {
	margin:0;
	padding:5px 0;
	font-size:14px;
	line-height:1.5em;
}


h1 {
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	line-height:18px;
	color:#000;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
	line-height:16px;
	color:#000;
	margin-bottom:10px;
}


#main_wrapper {
	width:990px;
	margin:0 auto;
}

#header {
	position:relative;
	height:267px;
	background:#2a001a url(../../images/theme/header_bg.gif) 0 0 repeat-x;
	z-index:10;
}

#logo {
	position:absolute;
	width:548px;
	height:69px;
	top:55px; 
	left:235px;
	z-index:12;
}

#pin_girl {
	position:absolute;
	width:305px;
	height:441px;
	top:0; 
	left:-70px;
	background:transparent url(../../images/theme/pin_girl.png) 0 0 no-repeat;
	z-index:11;
}

#menu {
	width:990px;
	height:40px;
	padding-top:39px;
	margin-top:188px;
	float:left;
	background:url(../../images/theme/menu_bg.png) 0 0 no-repeat;
}

#menu ul {
	list-style:none;
	width:610px;
	height:40px;
	float:right;
}

#menu ul li {
	width:109px;
	height:40px;
	float:left;
}

#menu ul li a {
	display:block;
	padding:0 20px;
	width:auto;
	height:40px;
	color:#fff;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	background:none;
}

#menu ul li a:hover {
	color:#ce1e79;
}

#menu ul li a.active {
	width:109px;
	padding:0;
	color:#ce1e79;
	background:url(../../images/theme/menu_hover_bg.gif) center no-repeat;
}

#langs {
	width:100px;
	height:40px;
	position:absolute;
	left:200px;
	bottom:-10px;
	z-index:13;
}

#langs ul {
	float:left;
	width:100px;
	padding:0;
	list-style:none;
}

#langs ul li {
	float:left;
	padding:0;
	background:none;
}

#langs a {
	display:block;
	float:left;
	width:24px;
	height:15px;
	border:1px solid #666;
	margin:0 10px 0 0;
}

#langs a:hover {
	border:1px solid #e5e5e5;
}

#langs a.current_lang {
	border:1px solid #fff;
}

#langs a img {
	border:0;
}

#content_top {
	height:60px;
	background:url(../../images/theme/bg_content_top.gif) no-repeat;
}

#content {
	background:url(../../images/theme/bg_content.gif) repeat-y;
	padding:0 37px;
}

#content_bottom {
	height:60px;
	background:url(../../images/theme/bg_content_bottom.gif) no-repeat;
}

#content_top2 {
	height:60px;
	background:url(../../images/theme/bg_content_top2.gif) no-repeat;
}

#content2 {
	background:url(../../images/theme/bg_content2.gif) repeat-y;
	float:left;
	padding:0 37px;
}

#content_bottom2 {
	height:60px;
	background:url(../../images/theme/bg_content_bottom2.gif) no-repeat;
	clear:both;
}


#content_left {
	width:280px;
	float:left;
	padding:0 37px 0 0;
	position:relative;
	z-index:15;
}

#content_right {
	width:599px;
	float:left;
}

#sidebar_h {
	float:left;
}

#sidebar_h .sidebar_box {
	width:278px;
	padding-right:18px;
	margin-right:18px;
	float:left;
	
}

#sidebar_h .last_box {
	width:278px;
	float:left;
}

#content_left .sidebar_box {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:15px;
}

#content_left .sidebar_box h3 {
	text-align:right;
	font-size:18px;
	line-height:18px;
	color:#ce1e79;
}

#footer {
	height:200px;
	clear:both;
	background:url(../../images/theme/footer_bg.gif) repeat-x;
}

#footer_wrapper {
	width:930px;
	height:60px;
	margin:0 auto;
	padding:67px 30px 0;
	background:url(../../images/theme/bg_footer_menu.png) no-repeat;
}

#footer_wrapper .left {
	width:500px;
	float:left;
	font-size:14px;
	line-height:18px;
}

#footer_wrapper .left ul {
	float:left;
	list-style:none;
}

#footer_wrapper .left ul li {
	float:left;
}

#footer_wrapper .left ul li a {
	display:block;
	height:18px;
	padding-top:14px;
	margin-right:15px;
	float:left;
	color:#fff;
	text-decoration:none;
}

#footer_wrapper .left ul li a.active {
	background:url(../../images/theme/footer_menu_hover.gif) top center no-repeat;
}

#footer_wrapper .left ul li a:hover {
	text-decoration:underline;
}

#footer_wrapper .right {
	width:430px;
	padding-top:16px;
	float:right;
	font-size:11px;
	color:#7eadd8;
	text-align:right;
}

#footer_wrapper .right a:hover {
	color:#fff;
}

.highlighted_info {
	color:#ce1e79;
}


.clearFloat {
	font-size:1px;
	clear:both;
	height:1px;
}

.spacer10 {
	font-size:1px;
	clear:both;
	height:10px;
}

.spacer15 {
	font-size:1px;
	clear:both;
	height:15px;
}

.spacer20 {
	font-size:1px;
	clear:both;
	height:20px;
}

#gallery{ 
	float:left;
}

.imageThumb{
	width:275px;
	height:224px;
	margin:0 15px 20px 15px;
	float:left;
}

.imageThumb2{
	width:275px;
	height:224px;
	position:relative;
}

.imageThumb3{
	width:275px;
	height:196px;
	margin:10px;
	float:left;	
}

.imageThumb a.imageLink, .imageThumb2 a.imageLink, .imageThumb3 a.imageLink {
	display:block;
	width:275px;
	height:196px;
	position:relative;
	z-index:2;
	cursor:pointer;
}

.imageFrame{
	width:275px;
	height:196px;
	position:absolute;
	left:0;
	top:0;
	background:transparent url(../../images/theme/photo_frame.png) no-repeat;
	z-index:1;
}

.imageThumb img, .imageThumb2 img, .imageThumb3 img {
	width:275px;
	height:196px;
	border:0;
}

.imageInfo {
	font-size:24px;
	line-height:28px;
	height:28px;
	color:#ce1e79;
	text-align:center;
	vertical-align:top;
}

.imageInfo span {
	font-size:18px;
	line-height:28px;
	vertical-align:middle;
}

.available_1 {
	color:#43b13d;	
}

.available_0 {
	color:#b13d45;	
}

.available_2 {
	color:#e2bd13;	
}

.specifics_title {
	color:#ce1e79;
	text-align:right;
}

table.specifics {
	margin-bottom:15px;
	padding-bottom:10px;
	color:#000000;
	border-bottom:1px solid #d5d5d5;
}

table.specifics tr td {
	padding:3px 5px;
}

.error_alert, .error, .err {
	font-size:12px !important;
	line-height:18px !important;
	margin:0 !important;
	padding:0 !important;
	color:#900 !important;
	text-align:center;
}

#booknow {
	margin:0 0 15px 0;	
	text-align:right;
}

#booking_form {
	display:none;
	margin:0 0 15px 0;
}

table.booking {
	font-size:12px;
	letter-spacing:normal;
	color:#000000;
}

table.booking p {
	font-size:12px;
	margin:0 !important;
	padding:0;
}

table.booking input.text {
	width:260px;
	font-size:12px;
	height:20px;
	line-height:20px;
	background:#f2f2f2;
	border:1px solid #d5d5d5;
	color:#000;	
}

table.booking input.captcha {
	width:260px;
	font-size:12px;
	height:20px;
	line-height:20px;
	background:#f2f2f2;
	border:1px solid #d5d5d5;
	color:#000;	
}

table.booking textarea {
	width:260px;
	height:80px;
	background:#f2f2f2;
	border:1px solid #d5d5d5;
	color:#000;	
}

input.button {
	font-size:14px;
	padding:3px 10px;
	line-height:18px;
	background:#ce1e79;
	color:#fff;
	border:0;
	cursor:pointer;
}

.large_button {
	width:260px;
	font-size:14px;
	padding:5px 0;
	line-height:18px;
	background:#ce1e79;
	border:0;
	color:#fff;
	cursor:pointer;	
}

.captcha_image {
	text-align:center;
	padding:5px 0;
}

.padding5 {
	padding:5px 0;
}

input.forminput, select.forminput {
	width:260px;
	padding:5px;
	font-size:14px;
	line-height:14px;
	color:#000;
	background:#f2f2f2;
	border:1px solid #d5d5d5;	
}

textarea.forminput {
	width:260px;
	height:150px;
	padding:5px;
	font-size:14px;
	color:#000;
	background:#f2f2f2;
	border:1px solid #d5d5d5;	
}

.fileinput {
	color:#000;
	font-size:14px;
	background:#f2f2f2;
	border:1px solid #d5d5d5;
}

.alignRight { text-align:right; }
.pageTitle { border-bottom:1px solid #d5d5d5; padding-bottom:5px; text-align:right; }
.pageTitle2 { border-bottom:1px solid #d5d5d5; padding-bottom:5px; text-align:left; }
