body {
	margin: 0;
	background: #FFF url(background-image/background.png) repeat-x top;
}
a:link {
	text-decoration: none;
	color: #009;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0;
}
h2 {
	font-size: 16px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

h2+p {
	margin-top: 6px;
}

h3 {
	margin-bottom: 0;
	font-size: 13px;
}
h3+p, h3+ul {
	margin-top: 0;
}

h4 {
	font-size: 10px;
	font-weight: normal;
}
p, td, li {
	color: #444;
	font: 13px Arial, Helvetica, sans-serif;
}
th, caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

img {
	border: none;
}

.onoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
.red {
	font-weight: normal;
	color: #F00;
}
.green090 {
	color: #090;
}
.white {
	color: #FFF;
}
.grey6 {
	color: #666;
	font-weight: normal;
}
.blue36c {
	color: #36C;
}
.large {
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-weight: normal;
}

#shortcut {
	width: 118px;
	text-align: center;
}

.purple1 {
	background-color: #FCF;
}
.purple2 {
	background-color: #FEF;
}
.bg-popup {
	background: #F46;
}

#footer {
	width: 100%;
	background: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
}

#rooms {
	text-align: center;
}

.clear-b {
	clear: both;
}

#title-l, #title-r {
	color: #666;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 8px 0px;
}
#title-l {
	float: left;
}
#title-r {
	float: right;
}

#title-l a, #title-l a:link, #title-l a:visited {
	text-decoration: none;
	color: #666;
}
#masthead {
	width: 100%;
	margin: 0;
	padding: 3px;
}

#content {
	background: #FFF;
	padding: 5px 0px;
	margin-left: 150px;
	margin-right: 150px;
}
#footer-l {
	float: left;
	width: 140px;
	margin: 0;
	padding: 5px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
}
#footer-r {
	text-align: center;
	margin: 0 140px;
	padding: 0;
}
#FooterNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#crumb {
	margin: 2px;
	padding: 5px;
	border-bottom: 1px solid #EEE;
	color: #777;
}
#crumb a {
	color: #666;
	font-weight: bold;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/* Sidebars */
#onthisfloor, #popular {
	width: 140px;
}
/* Display inline is ignored, but it cures an IE float problem */
#onthisfloor {
	float: left;
	background: url(../photos/asturias.png) no-repeat right top;
	height: 380px;
	display: inline;
}
#popular {
	float: right;
	background: url(background-image/background.png) no-repeat left top;
}

#onthisfloor p, #popular p {
	text-align: center;
	font-style: italic;
}
#onthisfloor ul, #popular ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
}

#onthisfloor li, #popular li {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#onthisfloor li a, #popular li a {
	color: #777;
	text-decoration: none;
}
#onthisfloor li a:hover, #popular li a:hover {
	color: #333;
}

#popular i {
	font-size: 85%;
}


#menu {
	width: 100%;
}
ul#menu-top { 
	width: 100%; 
	height: 43px; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
ul#menu-top li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu-top li a {
	height: 35px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	font-size: 12px;
	padding: 8px 15px 0;
}
#menu ul li a:hover { color: #333; }

#FooterTop {
	color: #777;
	text-decoration: none;
	margin: 0;
	padding: 4px;
	font-weight: bold;
}
#FooterBottom {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 8px 0;
}
#FooterTop a {
	color: #FFF;
	text-decoration: none;
}
.shopsidebar {
	background: #EB7;
	border-top: 1px solid #FC8;
	border-bottom: 1px solid #DA6;
	width: 100px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.shop h2 {
	font-size: 12px;
	text-align: left;
}
#onthisfloor img {
	border: 1px solid #666;
}
#popular img {
	border: 1px solid #666;
}

table.paper, tr.paper, td.paper {
	background: #FFFFF0;
}
.border {
	border: 1px solid #000;
}

.background p, .background h3, .background a {
	color: #FFF;
}
.background a:hover {
	color: red;
}
.float-250-r {
	float: right;
	width: 250px;
	text-align: center;
}
.float-350-r {
	float: right;
	width: 350px;
	text-align: center;
}

/* RH Margin */
#newscontent {
	margin: 0 250px 0 0;
}

#sidebar {
	margin: 0;
	text-align: left;
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-right: 2px;
}
.newsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	padding: 0;
	background: #F9F9F9;
	border: 1px solid #E0E0E0;
}

.newsbox p {
	padding: 3px;
	margin: 0;
}

.newsbox h3 {
	text-align: center;
	margin: 0;
	padding: 1px;
	font-weight: bold;
	color: #000000;
}
.pack h3 {
	margin: 0;
	padding: 5px 2px;
}
.pack p {
	margin: 0;
	padding: 2px 0px;
}
.pack ul, .pack li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.pack h3 a:hover {
	color: #FFEEEE;
	text-decoration: none;
}
.greyshade {
	background: #F8F8F8;
}
.darkgreyshade {
	background: #DDD;
}

/* The common bits of the footer */
#footer-r {
	border-top: 1px solid #EEE;
}

#FooterTop {
	border-top: 1px solid #EEE;
	background: #DDD;
	border-bottom: 1px solid #BBB;
}
#pdf {
	background: url(../logos/pdf.gif) no-repeat;
	height: 26px;
	padding-left: 30px;
}
#ebook {
	background: url(../logos/e.png) no-repeat;
	height: 26px;
	padding-left: 30px;
}

