body {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
header {
	height: 196px;
	padding-top: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #77653F;
}
#logo {
	margin: 0 auto;
	background-image: url(../images/martinsguesthouse.jpg);
	background-repeat: no-repeat;
	width: 204px;
	height: 81px;
}
#logo a {
	display: block;
	width: 204px;
	height: 81px;
}
#logo a span {
	display: none;
}
ul li.selected {
	text-decoration: underline;
}
#mainnav {
	box-sizing: border-box;
	width: 968px;
	margin: 0 auto;
}
#mainnav ul li {
	display: block;
	box-sizing: border-box;
	float: left;
}
#mainnav ul li:not(:last-child) {
	border-right: 1px solid #77653F;
}
#mainnav ul li a {
	display: block;
	box-sizing: border-box;
	width: 120px;
	height: 28px;
	padding-top: 6px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#mainnav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.padbox {
	box-sizing: border-box;
	padding: 10px;
}
.padbox-left {
	box-sizing: border-box;
	padding-right: 10px;
}
.padbox-right {
	box-sizing: border-box;
	padding-left: 10px;
}
#book {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
}
a.book-bttn:link, a.book-bttn:visited {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-top: 16px;
	color: #FFF;
	background-color: #212121;
	border: 5px solid #77653F;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
a.book-bttn:hover {	
	text-decoration: none;
	padding-top: 20px;
	color: #F7F7F7;
	background-color: #77653F;
	border: 1px solid #141414;
}
#formerror {
	display: none;
	padding-top: 10px;
}
.error {
	color: #FF3300;
}
.noerror {
	color: #33FF99;
}
footer {
	font-size: 12px;
	padding: 40px;
	color: #FFF;
	background-color: #212121;
	box-sizing: border-box;
	overflow: hidden;
}
footer .twocol {
	width: 420px;
}
.foot-logo {
	float: left;
	margin-right: 85px;
}
.footer li {
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer li:not(:first-child) {
	padding-left: 10px;
}
.footer li:not(:last-child) {
	padding-right: 10px;
	border-right: 1px solid #77653F;
}
.footer li a {
	font-size: 13px;
	color: #77653F;
}
.footer li a:hover {
	color: #FFF;
}
#social {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.social li {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: right;
}
.social li a {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.social li a:hover {
	background-size: 35px 35px;
}
.social li a span {
	display: none;
}
.facebook {
	background-image: url(../images/facebook.png);
}
.twitter {
	background-image: url(../images/twitter.png);
}
.addthis {
	background-image: url(../images/addthis.png);
}
.border {
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
}
#map-canvas {
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	border-left: 1px solid #D6DDE0;
	border-right: 1px solid #D6DDE0;
	border-bottom: 1px solid #D6DDE0;
}
table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	border: none;
}
th {
	font-weight: 500;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
	background-color: #F8FAFA;
}
tr {
	border-bottom: 1px solid #D6DDE0;
}
td {
	padding: 5px;
	text-align: left;
	margin: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
}
.rslides img {
	display: block;
	width: 100%;
	height: auto;
}
.hr {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #77653F;
}
.book-frm {
	background-color: #212121;
	padding: 30px;
}
.book-frm label {
	float:left;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 12px;
}
.book-frm input[type="text"] {
	float: left;
	width: 125px;
	margin-right: 30px;
	background-color: #FFF;
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-position: 125px center;
}
.book-frm input[type="number"] {
	float:left;
	width: 75px;
	background: #FFF;
	margin-right: 30px;
}
.book-frm input[type="submit"] {
	float:left;
	border: 5px solid #212121;
}
.book-frm input[type="submit"]:hover {
	border: 5px solid #77653F;
}
.block {
	display: block;
}
