*{
	margin: 0px;
	padding: 0px;
}

body{
	font: 12px "Lucida Sans Unicode", Arial, serif;
	color: #8C8C8C;
}
.clear{
	clear: both;
}


.wrapper{
	position: relative;
	width: 918px;
	margin: auto;
	margin-top: 49px;
}

.top_border{
	height: 15px;
	background: url(../images/tmplt/top_border.gif) no-repeat;
}

.main{
	background: url(../images/tmplt/main_border.gif) repeat-y;
	padding: 0px 55px 0px 55px;
}

.top_menu{
	padding: 22px 0px 40px 0px;
	font-size: 18px;
}
.top_menu a{
	position: relative;
	display: block;
	float: left;
	color: #8C8C8C;
	text-decoration: none;
}
.top_menu a:hover{
	color: #A5003A;
}
.top_menu .separator{
	position: relative;
	display: block;
	float: left;
	width: 85px;
	background: url(../images/tmplt/top_menu_sep.gif) no-repeat center;
}
.top_ban{
	position: relative;
	height: 288px;
}
.top_ban .logo{
	position: relative;
	float: left;
	height: 288px;
	width: 211px;
	background: url(../images/tmplt/logo.png) no-repeat;
}
.top_ban .top_ban_img{
	position: relative;
	float: right;
	height: 288px;
	width: 569px;
}

.content{

	padding-top: 44px;
}
.content .left_column{
	position: relative;
	float: left;
	width: 221px;
}
.content .left_column .title{
	color: #A5003A;
	font-size: 16px;
	padding: 0px 0px 3px 5px;
}
.content .left_column .booking_form{
	position: relative;
	width: 188px;
	height: 144px;
	padding: 13px 0px 0px 23px;
	background: url(../images/tmplt/sf_border.gif) no-repeat;
}
.content .left_column .booking_form .caption{
	
}
.content .left_column .booking_form select{
	border: 1px solid #8C8C8C;
	margin-right: 4px;
}

.content .left_column .contact{
	margin-top: 50px;
	padding: 6px;
}
.content .left_column .contact h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #A5003A;
}
.content .left_column .contact p{
	margin-bottom: 20px;
}
.content .left_column .contact strong{
	color: #A5003A;
	font-weight: normal;
}


.content .right_column{
	position: relative;
	float: right;
	width: 563px;
}
.content .right_column h1{
	font-size: 16px;
	font-weight: normal;
	color: #A5003A;
	margin-bottom: 20px;
}
.content .right_column h2{
	font-size: 14px;
	font-weight: normal;
	color: #A5003A;
	margin-bottom: 10px;
}

.content .right_column p{
	margin-bottom: 30px;
}
.content .right_column ul{
	margin: 0 0 30px 30px;
}

.content .right_column .bottom_imgs{
	padding-left: 15px;
}
.content .right_column .bottom_imgs .img_box{
	padding: 9px;
	width: 129px;
	height: 86px;
	float: left;
	background: url(../images/tmplt/img_box_border.gif) no-repeat;
}
.content .right_column .bottom_imgs .img_box img{
	border: none;
}
.content .right_column .bottom_imgs .separator{
	width: 44px;
	float: left;
}
.bottom_border{
	height: 15px;
	background: url(../images/tmplt/bottom_border.gif) no-repeat;
}


/* contact page begin */
.content .right_column .contact{
	float: left;
	width: 210px;
}
.content .right_column .contact h2{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #A5003A;
}
.content .right_column .contact p{
	margin-bottom: 20px;
}
.content .right_column .contact strong{
	color: #A5003A;
	font-weight: normal;
}

.content .right_column .contact_form{
	float: right;
	width: 250px;
}
.content .right_column .contact_form .caption{
	padding-bottom: 5px;
}
.content .right_column .contact_form input{
	border: 1px solid #8C8C8C;
	margin-bottom: 20px;
	width: 200px;
}
.content .right_column .contact_form textarea{
	border: 1px solid #8C8C8C;
	width: 200px;
	height: 80px;
}
/* contact page end */

/* booking page begin */
.content .right_column .booking_top{
	width: 448px;
	height: 10px;
	margin: auto;
	background: url(../images/tmplt/booking_top_border.gif) no-repeat;
}
.content .right_column .booking_bottom{
	width: 448px;
	height: 10px;
	margin: auto;
	margin-bottom: 50px;
	background: url(../images/tmplt/booking_bottom_border.gif) no-repeat ;
}

.content .right_column .booking{
	width: 400px;
	padding: 20px 24px 20px 24px;
	margin: auto;
	font-size: 14px;
	background: url(../images/tmplt/booking_main_border.gif) repeat-y;
}

.content .right_column .booking .caption{
	padding-bottom: 10px;
	color: #A5003A;
}

.content .right_column .booking select{
	border: 1px solid #8C8C8C;
	margin-right: 4px;
}
/* booking page end */
.footer{
	text-align: center;
	padding: 12px 0px 12px 0px;
	color: #A5003A;
}




.messeges{
	font-size: 25px;
	color: #A5003A;
	text-align: center;
	padding-top: 80px;
	height: 250px;
}

/*
  html,body { 
  height:100%; 
  width:100%; 
  overflow:auto; 
  } 

body{
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: hidden;
	background-color: white;
}*/