body
{
	background: url("images/bg.png");
	background-repeat: repeat;;
	padding: 0px;
	margin: 0px auto;
}
.container
{
	width:1000px;
	height:auto;
	padding: 0px;
	margin: 0px auto;
	background-color: white;
	border-width: 50px;
	border-color: #D89D4D;
	box-shadow: 10px 10px 5px #888888;
}
.header
{
	width:1000px;
	height: 180px;
background: rgba(169,3,41,1);
background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(240,235,236,1) 18%, rgba(240,235,236,1) 89%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(18%, rgba(240,235,236,1)), color-stop(89%, rgba(240,235,236,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(240,235,236,1) 18%, rgba(240,235,236,1) 89%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(240,235,236,1) 18%, rgba(240,235,236,1) 89%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(240,235,236,1) 18%, rgba(240,235,236,1) 89%, rgba(109,0,25,1) 100%);
background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(240,235,236,1) 18%, rgba(240,235,236,1) 89%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
}
.logo
{
	float:left;
	width:300px;
	height:150px;
	padding-top: 15px;
}
.title
{
	float: right;
	width: 700px;
	height: 150px;
}
#title_para
{
	margin-top: -20px;
	color:#cc0066;
	font-size: 14px;
	padding-top: 0px;
	font-weight:bold;
	color: #000000;
}
.room_text
{
	color:#000000;
	font-size: 16px;
	margin-top: -15px;
}
ul
{
	list-style-type: none;
	margin-top: 30px;
}
li
{
	display: inline;
	color: black;
	background-color:#660066;
	text-decoration:none;
	border-radius: 10px;
	padding: 10px 26px;

}
li:hover
{
	background-color:lightblue;
}
a
{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}
a:hover
{
	color: red;
	text-decoration: none;
}
.current
{
	color: blue;
	background-color: #f7b148;
}
.slide
{
	width: 998px;
	height: 458px;
	
}
.side_left
{
	width: 300px;
	height: 400px;
	border: 1px solid black;
	float: left;
	margin: 0px;
	padding: 0px;
}
.side_left_head
{
	background-color: black;
	color: #90d218;
	font-family: Arial Black;
	font-size: 16px;
}
.side_right
{
	float:right;
	width: 650px;
	height: 350px;
	border: 1px solid white;
	margin-top: 15px;
	margin-right: 25px;
	padding: 10px 0px;
	background-color: #f8ffd5;
}
.side_right_head
{
	background-color: black;
	color: #90d218;
	font-family: Arial Black;
	font-weight: bold;
    font-size: 16px;
}
.footer
{
	clear:both;
	width: 1000px;
	height: 120px;
	background-color: black;
	padding-top: 30px;
}
.footer_menu
{
	margin-top: 30px;
	font-style: italic;

}
li.footer_links
{
	color: white;
	background-color: black;
	border-radius: 5px;
	padding: 5px 10px;
}
.a_link
{
		color:#ffcc00;
}
#p_footer
{
	color: white;
	padding-top: 55px;
	padding-left: 35px;

}
.town_head
{
	font-family: 'Bitter', serif;
	color:#993d00;
	font-size: 36px;
	font-weight: 900;
}
.menu
{
	margin-top: -5px;
}
.side_right_para
{

	text-align: justify;
	font-size: 15px;
	padding: 5px;
}
.side_left_address
{
	text-align: center;
	font-size: 15px;
}
.side_r
{
	font-weight:bold;
	color:#ff3300;

}
.foot_copy
{
	color:#fff;
}
div.slides-frame {
  border: 3px solid #AAA;
  width: 295px;
  height: 370px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
div.slides {
  -webkit-animation: slideUp 20s alternate infinite;
  -moz-animation: slideUp 20s alternate infinite;
  -o-animation: slideUp 20s alternate infinite;
  animation: slideUp 20s alternate infinite;
  position: relative;
}
div.slide {
  width: 300px;
  height: 480px;
  font-size: 0;
}
div.slide-1 {
  background: url('images/1.jpg');
}
div.slide-2 {
  background: url('images/2.jpg');
}
div.slide-3 {
  background: url('images/3.jpg');
}
div.slide-4 {
  background: url('images/4.jpg');
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; }}
@-moz-keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; }}
@-o-keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; }}
@keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; }}
@-moz-keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; }}
@-o-keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; }}
@keyframes slideUp{ 0% {bottom: 0 ;} 20% { bottom: 0; } 27% { bottom: 480px; } 47% { bottom: 480px; } 54% { bottom: 960px; } 74% { bottom: 960px; } 80% { bottom: 1440px; } 100% { bottom: 1440px; };
}
.tab_tariff
{
padding-top: 30px;
padding-left: 10px;

}
.tab_tariff th, td {
    border: 1px solid black;
}
.fac
{
	line-height: 1.7em;
	font-family: 'Philosopher', sans-serif;
	font-size: 16px;
	color:#0066ff;
}
.ph
{
	font-weight: 1000;
	font-size: 16px;
	color:#ff3300;
	
}
.con_ph
{
	font-weight: bold;
	font-size: 16px;
	color:#ff0066;
	
}
.side_ph
{
	font-weight: bold;
	font-size: 15px;
	color:#ff0066;
}