/*@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url("banner.css");*/
* {
	margin: 0px;
	padding: 0px;
}
#container1 {
	width: 100%;
	background-color: #000000;
}
#container1a {
	width: 1100px;
	background-color: #000000;
	height: 145px;
	margin: 0px auto;
}
.logo {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}
.reservation {
	float: right;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	right: 15px;
	position: relative;
	top: 30px;
}
.reservation a {
	background-color: #f12727;
	padding: 10px 20px;
	color: #eee;
	text-decoration: none;
}
.reservation a:hover {
	background-color: #bb0d0d;
	color: #fff;
	text-decoration: none;
}
.navigation {
	float: right;
	text-transform: uppercase;
	position: relative;
	top: 65px;
}
.navigation ul li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	list-style-type: none;
	padding: 5px 15px;
}
.navigation a {
	color: #e6e6e6;
	text-decoration: none;
}
.navigation a:hover {
	color: #ff6363;
	text-decoration: none;
}
#container2 {
	width: 1100px;
	height: auto;
	margin: 0px auto;
}
#container3 {
	width: 1100px;
	background-color: white;
	height: auto;
	margin: 0px auto;
	overflow:auto;
}
.homecontentleft {
	width: 335px;
	padding: 15px 25px;
	float:left;
}
.homecontentleft h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	padding: 6px 0px;
}
.red {
	color: #fb4646;
}
.line {
	width: 100%;
	height: 2px;
	background-color: #e5e5e5;
	margin: 0px 0px 5px 0px;
}
.smallline {
	width: 20%;
	height: 2px;
	background-color: red;
}
.welcometext {
	color:#484848;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	line-height: 20px;
}
.homecontentright {
	width: 715px;
	float:right;
	padding: 15px 0px;
}
.homeservices {
	width: 215px;
	min-height: 350px;
	float: left;
	margin-left: 20px;
}
.homeservices h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	padding: 6px 0px;
	color: #333333;
}

.smallblackline {
	width: 20%;
	height: 2px;
	background-color: black;
}

.servicestext {
	color:#4f4f4f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	line-height: 20px;
}
#container4 {
	width: 100%;
	background-color: #191919;
}
#container4a {
	width: 1100px;
	height: 250px;
	margin: 0px auto;
}
.upperfooterleft img {
	padding-bottom: 5px;
}
.upperfooterleft {
	width: 900px;
	float: left;
}
.upperfooterleft h2{
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	color: #c42c2c;
	position: relative;
	padding-top: 20px;
	padding-left: 5px;
}
.upperfooterright {
	width: 200px;
	float: right;
}
.address {
	float: left;
	width: 210px;
	padding-left: 15px;
}
.call {
	font-size: 13pt;
	font-weight: bold;
}
.verticalsep {
	width: 3px;
	border-right: 1px dashed #333;
	height: 90px;
	margin-right: 20px;
	float: left;
}
.address1 {
	float: left;
	width: 390px;
}
#container5 {
	width: 100%;
	background-color: #000;
}
.lowerfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.8pt;
	line-height: 18px;
	color: #e3e3e3;
}
#container5a {
	width: 1090px;
	height: 75px;
	margin: 0px auto;
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	padding: 8px 5px 0px 5px;

}
.footernavigation {
	float: left;
	text-transform: uppercase;
}
.footernavigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 5px 5px;
}
.footernavigation a {
	color: #e6e6e6;
	text-decoration: none;
}
.footernavigation a:hover {
	color: #666;
	text-decoration: none;
}

.powered {
	float: right;
	position: relative;
	top: 20px;
}
.copyrights {
	padding: 5px 5px;
	float: left;
	color: #626262;
}
.clear {
	clear: both;
}
.pagetitle {
	padding: 8px 12px;
	width: 1050px;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	margin: 0px auto;
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
}
.pagecontent {
	padding: 8px 12px 30px 12px;
	width: 1050px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px auto;
}
.pagecontent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 7px 0px;
}
.pagecontent h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	padding: 6px 0px;
}
.question {
	font-size: 13pt;
	color: #d03b3b;
	font-weight: bold;
}
.answer {
	font-size: 10pt;
	color: #333;
}
#gallery {
	height:auto;
	overflow:auto;
}
#gallery img {
	float:left;
	margin-left:10px;
	margin-bottom:15px;
}