/*JavaScript Style*/
@import url('../js/spinningwheel/spinningwheel.css');
/*Css Reset*/
* {
	font-family: Georgia, "Trebuchet MS", Sans-Serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	list-style-type: none;
	border: 0;
}
/*General Style*/
body {
	background: #fff !important;
}
h1, .button a span, .gallerybutton a span{
	text-shadow: 1px 1px 1px #0f713b;
}
h2 {
	font-weight: normal;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	font-size: 30px;
}
#info h2 span, #availability h2 span {
	display: block;
	height: 30px;
	padding: 8px 0 0;
	color: #000;
	font-size:28px;
	font-family:industrialgothic, Georgia, "Trebuchet MS", Sans-Serif;
}
p {
	text-align: center;
	font-size: 14px;
}
a {
	color:#000;
}
a.linkable {
	color:#fff;
}
p a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.area {
	position: relative;
	height: 450px;
}
.areaform {
	position: relative;
	height:500px;
}
.button {
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0;
	right: 0;
}
.gallerybutton {
	text-align:center;
	margin:0 auto;
	padding:10px 0;
}
.button a, .button button, .gallerybutton a {
	display: inline-block;
	height: 41px;
	padding: 0 0 0 12px;
	background: url(../images/button.png) no-repeat 0 0;
	text-align: center;
	margin: 0 2px;
	cursor: pointer;
	color:#fff;
}
.button a span, .button button span, .gallerybutton a span {
	display: inline-block;
	height: 30px;
	padding: 11px 12px 0 0;
	background: url(../images/button.png) no-repeat right bottom;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px 1px #0f713b;
	margin-left:-1px;
}
/*Header*/
#header {
	height: 72px;
	background: #fff;
}
#header h1 {

	width:  300px;
	height: 72px;
	background: transparent url(../images/logo.png) no-repeat 50% 50%;
	text-indent: -9999px;
	margin:0 auto;
	text-align:center;
}
#content {
/**	background: url(../images/shadow.png) no-repeat center 0; **/
}
#home h2 {
	color:#000;
	font-size: 30px;
	padding: 15px 0 7px;
	font-family:industrialgothic, Georgia, "Trebuchet MS", Sans-Serif;
}
#slider {
	position: relative;
	width: 300px;
	height: 142px;
	padding: 10px 0 0 10px;
	background: url(../images/slider-bg.png) no-repeat 0 0;
	margin: 5px auto 10px;
}
#slider img {
	position:absolute;
	border: 1px solid #3b3b3b;
}
#map {
text-align:center;
margin:0 auto;
width:280px;
	position:relative;
	bottom:3px;
}
#mapright {
	float:right;
	height:59px;
	width: 180px;
	padding: 0;
	text-align:left;

}

#mapleft {
	float:left;
	height:59px;
	width: 100px;
	padding: 0;
	text-align:center;
	font-size:12px;

}
#mapleft a.link {
position:relative;
right:10px;
bottom:10px;
font-style: italic;
}
#mapleft img {
position:relative;
right:10px;
bottom:3px;
}
#map a {
	padding: 0;
	font-size: 15px;
	font-style: italic;
	color:#000;
}

/*Info*/
#info li {
	display: block;
	background: url(../images/shadow-mini.png) no-repeat center bottom;
	padding: 0 0 4px;
	margin: 0 0 5px;
}
#info .box {
	width: 228px;
	padding: 15px 0 15px 70px;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	font-size: 19px;
	margin: 0 auto;
}
#info .box span {
	color: #b99021;
	font-style: italic;
	padding: 0 0 0 2px;
}
#info .box.roomsingle {
	background: #000 url(../images/room-single.png) no-repeat 24px center;
}
#info .box.roomdouble {
	background: #000 url(../images/room-double.png) no-repeat 19px center;
}
#info .box.roomsuite {
	background: #000 url(../images/room-suite.png) no-repeat 10px center;
}
#description {
	padding: 5px 12px 0;
}
/*Availability*/
form {
	width: 300px;
	margin: 0 auto;
}
fieldset div {
	position: relative;
	float: left;
	height: 40px;
	background: url(../images/form-style.png) no-repeat left top;
	margin: 0 0 20px 0;
}
select, fieldset input, textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #d6a6a6a;
}
select, fieldset input, #dcomment, textarea {
	background: url(../images/form-style.png) no-repeat;
}
select {
	background-position: right top;
}
fieldset input {
	background-position: right -40px;
}
#dcomment {
	width: 100%;
	background-position: right -80px;
	padding: 10px 0 0;
}
select, fieldset input {
	right: -10px;
}
#droom, #dnights {
	width: 137px;
}
#dnights {
	margin-left: 16px;
}
#demail, #dcheckin, #dcheckout {
	width: 290px;
}
#dcheckin, #dcheckout {
	font-weight: bold;

}
textarea {
	width: 280px;
	height: 80px;
	padding: 0 10px 10px;
	background-position: right bottom;
}
button {
color:#fff;
}
/*Validation*/
fieldset span {
	position: absolute;
	right: -5px;
	bottom: -15px;
	color: red;
	font-size: 11px;
	padding: 3px 0 0;
}
/*Thank You Page*/
#thankyou h1 {
	text-align: center;
	padding: 5px 0;
	font-size: 28px;
	font-weight: normal;
	color:#000;
}
#thankyou p {
	margin: 0 auto;
	text-align:center;
	color:#000;
	padding-bottom:30px;
}
#bubble {
	width: 237px;
	margin: 0 auto;
	padding: 37px 20px 0;
}
#bubble img {
	margin: 0 auto;
	text-align:center;
}
/***************************************/
/************* TYPOGRAPHY **************/
/***************************************/
@font-face {
    font-family: 'industrialgothic';
    src: url('../font/industrialgothic-webfont.eot');
    src: url('../font/industrialgothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/industrialgothic-webfont.woff') format('woff'),
         url('../font/industrialgothic-webfont.ttf') format('truetype'),
         url('../font/industrialgothic-webfont.svg#industrialgothic') format('svg');
    font-weight: normal;
    font-style: normal;
}