html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout */
body {
	background:url(../images/bg1.gif);
}
#topStrip {
	width:100%;
	margin:0 0 50px 0;
	background:url(../images/topbar.jpg) bottom repeat-x #201F20;
}
.wrapper {
	margin:0 auto;
	position:relative;
	width:776px;
}
h1#logo {
	text-indent:-9999em;
	position:absolute;
	top:0;
	width:214px;
	height:91px;
	background:url(../images/logo.png) top no-repeat;
	z-index:2;
}
h1#logo a {
	display:block;
	width:214px;
	height:91px;
	background:url(../images/logo2.jpg) top no-repeat;
	z-index:2;
}
#container {
	clear:both;
	float:left;
	width:728px;
	padding:0 24px 24px 24px;
	background:url(../images/bordercontent.png) repeat-y;
}
.socksUp {
	height:1px;
}
#footer {
	clear:both;
	background:url(../images/bordercontentfooter.png) top no-repeat;
	height:4em;
}
#text {
	float:left;
	width:400px;
}
#textInner {
	float:left;
	width:430px;
}
#sideBar {
	float:right;
	width:245px;
	padding:0 0 0px 0;
}
.index #sideBar {
	width:265px;
}
#sideBarInner {
	float:right;
	width:275px;
	padding:20px 0 0px 0;
}
.thumb {
	padding:4px 1px 0 0;
}
.sidebarItem {
	position:relative;
/*	float:left;*/
	padding:10px 0 15px 0;
}
.sidebarItem img {
	float:left;
	width:53px;
	top:75px;
	padding:0 15px 0 0;
}
#sideBarItemHolder {
	position:relative;
	float:left;
	background:#FFFCE9;
	border:1px solid #F4F1E2;
	padding:0 10px;
}
/* page specific layout */
.fullPic {
	position:relative;
	width:728px;
	height:321px;
	margin:6px 0;
	border-bottom:solid 5px  #1A3702;
}
.fullPic img {
	float:left;
}
#cornerSplash {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#fullBlurb {
	position:absolute;
	right:0;
	top:0;
	width:265px;
	height:321px;
	background:url(../images/trans63.png);
}
#fullBlurbText {
	position:absolute;
	right:0;
	bottom:0;
	width:265px;
}
/* navigation */
#tabs {
	width:100%;
	height:50px;
	background:url(../images/bordercontenttop.png) no-repeat bottom;
}
#tabs ul {
	float:right;
	position:relative;
	right:16px;
	margin:0 auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
#tabs li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	height:44px;
}
#tabs li a {
	display: block;
	outline:none;
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 100%;
	height: 44px;
}
li#tab-home a {
	width:102px;
	background:url(../images/nav/home.png) no-repeat bottom right;
}
li#tab-rooms a {
	width:102px;
	background:url(../images/nav/rooms.png) no-repeat bottom center;
}
li#tab-tariff a {
	width:102px;
	background:url(../images/nav/tariff.png) no-repeat bottom center;
}
li#tab-offers a {
	width:105px;
	background:url(../images/nav/offers.png) no-repeat bottom center;
}
#tab-book {
	width:126px;}
#tab-book a {
	background:url(../images/nav/book.png) no-repeat bottom right;
}
/* Background positions (for rollovers) */
#tabs li a:link { background-position: 0 -44px; }
#tabs li a:visited { background-position: 0 -44px; }
#tabs li a:hover { background-position: 0 -88px; }
#tabs li a:active { background-position: 0 -44px; }
/* Active background positions (for rollovers) */
#tabs li.active a:link { background-position: 0 -0px; }
#tabs li.active a:visited { background-position: 0 -0px; }
#tabs li.active a:hover { background-position: 0 -0px; }
#tabs li.active a:active { background-position: 0 -0px; }

#menu {
	padding:10px 0;
	width:732px;
}
#menu li {
	font-family:"Times New Roman", Times, serif, "Trebuchet MS";
	font-size:1.35em;
	padding:0 14px 0 4px;
	display:inline;
	background:url(../images/star.gif) no-repeat right;
}
#menu li.first {
	padding-left:0;
}
#menu li.last {
	padding-right:0;
	background:none;
}
#menu li a {
	padding:2px 4px;
	text-decoration:none;
}
#menu li.active a {
	background:#430B15;
	color:#fff;
}
#sideBarInner ul {
	padding:10px 0;
	width:100%;
}
#sideBarInner ul li {
	font-family:"Times New Roman", Times, serif, "Trebuchet MS";
	font-size:1.45em;
	padding:4px;
	margin:2px 0;
	background:url(../images/star2.gif) no-repeat right #FFFCE9;
	border:1px solid #F4F1E2;}

#sideBarInner ul li a {
	color:#390C16 !important;}

#sideBarInner a:link, #sideBarInner a:visited {
	color:#390C16;
	text-decoration:none;}

/* typography (base) */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:67.5%;
}
p {
	font-size:1.25em;
	color:#666;
	padding:0 0 1em 15px;
	line-height:1.3em;
}
#topStrip p {
	font-family:"Times New Roman", Times, serif, "Trebuchet MS";
	text-align:right;
	color:#fff;
	padding:8px 22px 4px 0;
}
#topStrip p span {
	font-size:1.2em;
}
.sidebarItem p {
/*	width:152px;
	float:right;*/
	padding:0;
}
#footer p {
	font-size:1.1em;
	text-align:center;
	color:#fff;
	padding:24px 0;
}
h2, h3, h4, h5 {
	font-family:"Times New Roman", Times, serif, "Trebuchet MS";
	color:#666;
	font-weight:normal;
	letter-spacing:-0.01em;
	padding-left:15px !important;
}
h2 {
	font-size:3.5em;
	color:#1A3702;
	margin:10px 0 18px 0;
	padding-left:10px !important;
}
h3 {
	font-size:2.9em;
}
h4 {
	font-size:1.9em;
	padding:0 0 0.5em 0;
}
h5 {
	font-size:1.5em;
	color:#666;
	padding-bottom:20px;
}
a {
	color:#1E0C19;
}
#footer p a {
	color:#fff;
}
a:hover {
	color: #980900 !important;
}
/* typography (specific) */
#fullBlurbText h3, #fullBlurbText h4, #fullBlurbText a {
	color:#fff;
	padding:0 10px 15px 10px;

}
#fullBlurbText p {
	position:absolute;
	bottom:0;
	right:0;
	padding:10px;
	color:#fff;
}

/* forms */
#contactForm {
	width:420px;
	padding:0 20px 20px 10px;
}
.formRow {
	float:left;
	padding:4px;
	margin:2px 0;
	background:#FFFCE9;
	border:1px solid #F4F1E2;
}
label {
	float:left;
	font-size:1.25em;
	color:#666666;
	padding:0.5em 0;
}
input, select, textarea {
	margin:0.25em 0 0 0;
	float:right;
	width:310px;
}
input.button {
	width:420px;
}
form {
	float:left;
	padding:0 0 20px 0;
}

ul.thumbs {
	text-align:center;
	width:100%;
	height:100px;
	margin:0 auto !important;}

.thumbscontainer {
	float:none !important;
	width:100%;
	margin:0 auto !important;}

#flashcontent {
	position:relative;
	top:-10px;}