html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
}
img {
	border: 0 none;
}
p {
	padding: 8px 0;
	margin: 0;
}
#main_container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto -41px auto; /* the bottom margin is the negative value of the footer's height */
	background-attachment: scroll;
	background-image: url(../../graphics/_img/page_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 1000;
	position: relative;
}
.push {
	height: 41px; /* .push must be the same height as .footer */
}
/*-  Flash BKG
----------------*/
#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}
#flash-container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#galleryContainer {
	margin: 10px 0 0 0;
}
/*-  Header
----------------*/
.header {
	width: 960px;
	height: 69px;
	clear: both;
	margin: 0 auto;
	padding: 9px 0 0 0;
}
.header .logo_container {
	width: 282px;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
}
.header .lang {
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	margin: 0 0 -180px 0;
	padding: 0;
}
.header .login {
	width: 100px;
	height: 25px;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.header .login a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	height: 25px;
	line-height: 25px;
}
.header .main_menu {
	width: 660px;
	float: left;
}
.header .main_menu ul {
	width: 660px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
.header .main_menu ul li {
	float: left;
	padding: 0 0 0 30px;
	height: 59px;
	line-height: 59px;
}
.header .main_menu ul li a {
	text-decoration: none;
	color: #999;
	padding: 22px 0 0 0;
	height: 41px;
	line-height: 41px;
	float: left;
	display: block;
}
.header .main_menu ul li a:hover {
	color: #000;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/black_diamond.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.header .main_menu ul li a.active {
	text-decoration: none;
	padding: 22px 0 0 0;
	height: 41px;
	line-height: 41px;
	float: left;
	display: block;
	color: #000;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/black_diamond.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
/*-  Index Page
----------------*/
.index_teaser {
	width: 500px;
	padding: 280px 0 0 460px;
	margin: 0 auto;
	color: #fff;
}

/*-  Two columns layout
----------------*/
.two_cols {
	width: 960px;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
.submenu {
	width: 320px;
	margin: 0;
	padding: 235px 0 0 0;
	float: left;
}
.submenu ul {
	width: 280px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.submenu ul li {
	width: 280px;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #aaa;
}
.submenu ul li a {
	width: 235px;
	margin: 0;
	padding: 0 0 0 45px;
	height: 30px;
	line-height: 30px;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/lite_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	display: block;
	color: #fff;
	text-decoration: none;
}
.submenu ul li a:hover {
	background-image: url(../../graphics/_img/dark_arrow.gif);
	color: #000;
}
.submenu ul li a.active {
	width: 235px;
	margin: 0;
	padding: 0 0 0 45px;
	height: 30px;
	line-height: 30px;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/dark_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	display: block;
	color: #000;
	text-decoration: none;
}
/*-  Main Column - Main Content
----------------*/
.main_col {
	width: 600px;
	float: left;
	padding: 160px 0 0 0;
	margin: 0;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.main_col h1 a{
	text-decoration: none;
}
.main_col h1 a:hover{
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	color: #222;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 18px;
	font-weight: bold;
}
.main_col .header_img {
	padding: 10px 0 0 0;
}
.main_col ul {
	width: 600px;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
.main_col ul li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/small_square.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
ul.double_list {
	width: 600px;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
ul.double_list li {
	width: 260px;
	margin: 0;
	padding: 2px 20px;
	float: left;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/small_square.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
/*-  Gallery List
----------------*/
.main_col .gallery {
	padding: 20px 0 0 0;
	width: 600px;
}
.main_col .gallery .gallery_item1 {
	width: 274px;
	float: left;
	/*border-bottom: 1px solid #aaa;*/
	display: block;
	height: 120px;
	padding: 0 20px 0 0;
}
.main_col .gallery .gallery_item2 {
	width: 274px;
	float: left;
	/*border-bottom: 1px solid #aaa;*/
	display: block;
	height: 120px;
	padding: 0 0 0 20px;
}
.main_col .gallery .brake {
	width: 5px;
	height: 115px;
	float: left;
	/*border-right: 1px solid #aaa;*/
	display: block;
	margin: 0 5px 5px 0;
}
.main_col .gallery .gallery_item1 .title, .main_col .gallery .gallery_item2 .title {
	width: 274px;
	clear: both;
	float: left;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
.main_col .gallery .gallery_item1 .gal_img, .main_col .gallery .gallery_item2 .gal_img {
	width: 160px;
	float: left;
}
.main_col .gallery .gallery_item1 .gal_descr, .main_col .gallery .gallery_item2 .gal_descr {
	width: 114px;
	float: left;
}
.two_subcols {
	padding: 10px 0 0 0;
	width: 600px;
}
.two_subcols h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
.two_subcols .l_col {
	width: 280px;
	padding: 0 20px 0 0;
	float: left;
}
.two_subcols .r_col {
	width: 280px;
	padding: 0 0 0 20px;
	float: left;
}
.two_subcols .l_col ul, .two_subcols .r_col ul {
	width: 280px;
}
.two_subcols .l_col ul li, .two_subcols .r_col ul li {
	width: 240px;
}
/*- Online Booking
----------------*/
form {
	padding: 0;
	margin: 0;
}
.online_booking {
	width: 600px;
	padding: 10px 0 0 0;
}
.online_booking .f_row{
	width: 600px;
	padding: 10px 0;
	float: left;
	clear: borh;
}
.online_booking .f_row span{
	float: left;
	padding: 0 15px 0 0;
}
.online_booking .f_row1{
	width: 600px;
	padding: 20px 0 10px 0;
	float: left;
	clear: borh;
}
.online_booking .f_row1 span{
	float: left;
	padding: 0 15px 0 0;
}
.txtfield1 {
	border: 1px solid #a5acb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 130px;
}
.txtfield2 {
	border: 1px solid #a5acb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 190px;
}
.drop0 {
	border: 1px solid #a5acb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 45px;
}
.drop1 {
	border: 1px solid #a5acb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 75px;
}
.drop2 {
	border: 1px solid #a5acb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 280px;
}
.brake_all {
	width: 600px;
	padding: 10px 0 0 0;
	float: left;
	border-bottom: 1px solid #aaa;
	clear: borh;
}
.red {
	color: #920e0e;	
}
font {
	color: #920e0e;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.green {
	color: #009900;	
	font-weight: bold;
}
a.calendar_open {
	height: 16px;
	line-height: 16px;
}
a.calendar_open img{
	margin: 0 0 -4px 0;
}
/*-  Footer
----------------*/
.footer_container {
	width: 960px;
	height: 41px;
	line-height: 41px;
	margin: 0 auto;
	position: relative;
	z-index: 1001;
}
#footer {
	width: 900px;
	height: 41px;
	line-height: 41px;
	padding: 0 30px;
	margin: 0;
	float: left;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
#footer .copy {
	width: 300px;
	float: left;
}
#footer .copy a{
	color: #fff;
	text-decoration: underline;
}
#footer .fcenter {
	width: 400px;
	float: left;
}
#footer .fcenter .newsletter {
	background-attachment: scroll;
	background-image: url(../../graphics/_img/newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 40px 0 25px;
	line-height: 41px;
	height: 41px;
	display: block;
	float: left;
}
#footer .fcenter .newsletter a {
	color: #fff;
	text-decoration: none;
}
#footer .fcenter .newsletter a:hover {
	text-decoration: underline;
}
.tell_afriend {
	float: left;
	padding: 12px 0 0 0;
	line-height: 16px;
	height: 16px;
	display: block;
}
#footer .made_by {
	width: 200px;
	float: left;
	text-align: right;
}
#footer .made_by a {
	color: #fff;
	text-decoration: underline;
}
.hosp {
	position: relative;
	margin: -160px 0 0 110px;
	float: left;
}
.hosp2 {
	position: relative;
	margin: -120px 0 0 45px;
	float: left;
}
/*- Slider
----------------*/
.svwp {
	width: 280px;
	height: 230px;
	overflow: hidden;
}
.slideViewer {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slideViewer ul {  /*your list of images*/
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#jq_slide li {
	float: left;
	padding: 0;
	background-image: none;
	width: 280px;
}
/*- Calender Control
----------------*/
.cal_control {
	position: relative;
	z-index: 10000;
}
     
/*- Growl CSS
---------------- */
div.growlUI { background:url(../../graphics/_img/error.png) no-repeat 10px 10px; }

div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left; font-family: Arial, Helvetica, sans-serif;
}
div.growlUI h1 {
	font-size: 18px; font-weight: normal;
}
div.growlUI h2 {
	font-size: 12px; font-weight: normal;
}
.ui-datepicker-trigger {
	position: absolute; padding-top:1px; margin-left:-17px; 
}
.main_col ul li a {
	color: #fff;
	text-decoration: none;
}
.main_col ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.main_col a {
	color: #fff;
	text-decoration: underline;
}
.main_col a:hover {
	color: #fff;
	text-decoration: none;
}
/*-  BOOK NOW CTA
----------------*/
.book_in {
	padding: 30px 20px;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/dark_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	clear: both;
}
.book_in a {
	text-decoration: none;
	color: #fff;
}
.book_in a:hover {
	text-decoration: underline;
}
.book_in2 {
	padding: 0 20px;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/dark_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: -20px 0 0 0;
	clear: both;
}
.book_in2 a {
	text-decoration: none;
}
.book_in2 a:hover {
	text-decoration: underline;
}


/*-  Owners Area
----------------*/
.owners_area {
	width: 600px;
	float: left;
	padding: 40px 0 0 0;
	margin: 0;
	clear: both;
}
.owners_area ul.owners {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.owners_area ul.owners li{
	width: 91px;
	height: 150px;
	padding: 0;
	margin: 0 50px 0 0;
	float: left;
	list-style-type: none;
	list-style-image: none;
	line-height: 14px;
	text-align: center;
}
.owners_area ul.owners li a{
	width: 91px;
	padding: 90px 0 0 0;
	margin: 0;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/doc_icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	line-height: 14px;
	float: left;
	display: block;
}
.owners_area ul.owners li a:hover{
	background-position: -111px top;
}

.blogitem {
	margin: 10px 0 15px 0;
	border-bottom: 1px solid #aaa;
	float: left;
	display: block;
	clear: both;
	width: 600px;
}
.lastblogitem {
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	clear: both;
	width: 600px;
}


a.a_back {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../../graphics/_img/black_diamond.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
}
a.a_back:hover {
	text-decoration: underline;
}

.pagination{
	border-top: 1px solid #aaa;
	padding: 20px 0;
	margin: 0 0 20px 0;
	float: left;
	display: block;
	clear: both;
	width: 600px;
	text-align: center;
}
.pagination a{
	margin: 0 1px 0 0;
	padding: 10px;
	float: left;
	display: block;
	border: 1px solid #333;
	color: #ccc;
	text-decoration: none;
}
.pagination a:hover{
	border: 1px solid #999;
}
.pagination a.active{
	margin: 0 1px 0 0;
	padding: 11px;
	float: left;
	display: block;
	border: 0 none;
	color: #fff;
	text-decoration: none;
}
