body{
	font-family:"Arial","Times New Roman", Times, serif;
	background-color: #fefefe;
	margin: 0 auto;
}
.container{
	margin: 0 auto;
	width: 991px;
	background-color: #FFF;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 10px #111;
	margin-bottom: 10px;
}
.header{
	background-color:#fefefe;
	padding-top: 20px;
	height: 190px;
	display: block;
	width: 991px;
}
.header .logo{
	display: block;
	width: calc(50% - 40px);
	height: 120px;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
	text-align: left;
}
.header span{display: none}
.header .topRight{
	display: block;
	float: right;
	width: calc(50% - 30px);
	height: 120px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: right;
}
.header h1, .header p{margin: 0}
.header .address{
	color: #000;
	padding-top: 10px;
}
.header h3{margin-bottom:0}
.header .address1{font-size: 26px}
.header .address2{font-size: 22px}
.header .address3, .header .address4,.header .email{font-size: 18px}
.header .phone{
	font-size: 18px;
	font-weight: bold;
}
.topmenu, .footmenu, .topmenu li, .footmenu li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
.topmenu, .footmenu{
	clear: both;
	background-color: #000;
	background-image: lineear-gradient(#000,#050505);
	height: 50px;
	width: 931px;
	padding-left: 30px;
	padding-right: 30px;
}
.topnavmenu, .footnavmenu{
	background-color: #000;
	background-image: lineear-gradient(#000,#050505);
	width: 100%;
}
.topmenu a, .footmenu a{
	color:#FFF;
	font-size: 22px;
	text-decoration: none;
	padding: 0 10px;
	text-align: left;
}
.topmenu a:hover, .footmenu:hover, .topmenu .up, .footmenu .up{
	background-color:#FFF;
	color:#333;
	border-radius: 10px;
}
.topmenu li, .footmenu li{padding: 10px 10px 10px 0}
.main{
	padding: 10px 20px;
	font-size: 18px;
	text-align: left;
	clear: both;
	padding-bottom: 50px;
}
.main img{
	border-radius: 10px;
	box-shadow: 5px 5px 5px #aaa;
	margin-bottom: 10px;
}
.copy{
	clear: both;
	font-size: 12px;
	background-color:#fff;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	margin: 0;
	color:#666;
}
.footmenu{margin-bottom: 10px}
.copy a{
	color:#666;
	text-decoration: none;
}
.banner{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 250px;
}
.homeban{height: 320px}
.banner span{display: none}
body.cke_editable{
	background-color:#fff;
	color:#000;
}
.error{color:#ff0000}
.success{color:#339900}
#checkform
{
	border: 1px solid #eee;
	padding: 10px;
	background-color: #eee;
	border-radius: 4px;
}
#checkform h3{margin-top:0}
#checkdate{
	background-color: #00aa00;
	color: #fff;
	border: 0;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 1px 1px 4px #000;
}
.small{font-size:0.6em}
.table{
	display: table;
	width: 100%;
}
.tr{display: table-row}
.td,.th{
	display: table-cell;
	vertical-align:top;
} 
.hidden,.mini-only{display:none}
.primroseav{background-color:#FFCC33}
.pineav{background-color:#00CCFF}
.available{background-color:#00CC33}
.unavailable{background-color:#990033}
.available,.unavailable,.primroseav,.pineav{
	border-radius: 15px;
	width: 18px; 
	height: 17px;
	color: #fff;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	display:inline-block;
}
.prev,.next{width:calc(25% - 20px)}
.whatson .td,.whatson .tr{
	padding: 10px;
	font-size: 14px;
}
.daycol,.datecol,.monthrow{text-align:center}
.prev{text-align:left}
.next{text-align:right}
.half{
	width:calc(50% - 10px);
	padding-right:10px;
	display:inline-block;
	vertical-align:top;
}
.key .td{
	width:50%;
	text-align:left;
}