* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

body {
	color: #000;
	font: 12px Tahoma, Geneva, sans-serif;
}

#canvas {
	position: absolute;
	top: 50%;
	margin-top: -305px;
	left: 50%;
	margin-left: -488px;
	width: 975px;
	height: 609px;
	background: url(../images/bg.jpg) no-repeat;
}

#logo {
	width: 160px;
	height: 70px;
	margin-left: 199px;
	margin-top: 18px;
}

h1#logo a {
	width: 160px;
	height: 70px;
	display: block;
	text-indent: -5000px;
}

ul#nav {
	position: absolute;
	top: 88px;
	/*left: 348px;*/
	right: 203px;
	list-style-type: none;
}

#nav li {
	float: left;
	color: #FFF;
	font-size: 14px;
}

#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 8px;
}

#nav li a:hover {
	color: #ff9f4e;
}

#nav li a.selected {
	background: url(../images/arrow-down.gif) no-repeat center top;
}

.nav-separator {
	float: left;
	margin-top: 8px;
	width: 24px;
	text-align: center;
}

ul#lgs {
	position: absolute;
	bottom: 73px;
	left: 263px;
	list-style-type: none;
	font-size: 11px;
}

.safari ul#lgs,
.ie7 ul#lgs {
	bottom:  75px;
}

.ie6 ul#lgs {
	bottom: 74px;
}

ul#lgs li {
	float: left;
	margin-right: 13px;
}

ul#lgs li a {
	display: block;
	padding-top: 9px;
	color: #000;
	text-decoration: none;
}

ul#lgs li a:hover {
	color: #ff9f4e;
}

ul#lgs li a.selected {
	background: url(../images/arrow-up.gif) no-repeat center top;
}

#footer {
	position: absolute;
	right: 237px;
	bottom: 73px;
	font-size: 11px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #ff9f4e;
	text-decoration: underline;
}

#content {
	width: 574px;
	height: 367px;
	position: absolute;
	top: 127px;
	left: 200px;
	color: #FFF;
}

img.banner {
	width: 573px;
	height: 188px;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 16px;
}

ul#pagination {
	position: absolute;
	list-style-type: none;
	bottom: -5px;
	right: 0px;
}

ul#pagination li {
	float: left;
}

a.previous,
a.next {
	display: block;
	width: 25px;
	height: 13px;
}

a.previous {
	background: url(../images/arrow-left.gif) no-repeat 0 0;
}

a.previous:hover {
	background-position: -50px 0;
}

.ie6 a.previous:hover {
/*	background-position: -50px 0;
	width: 20px;
*/}

a.previous.off {
	background-position: -25px 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.ie6 a.previous.off {
	background-position: 0px 0px;
}

.ie6 a.ie6-off {
	background-position: -25px 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.ie6 a.ie6-off:hover {
	background-position: -25px 0px;
	width: 25px;
}

a.next {
	background: url(../images/arrow-right.gif) no-repeat -50px;
}

.ie6 a.next {
	background-position: -50px 0px;
}

a.next:hover {
	background-position: 0px 0;
}

a.next.off {
	background-position: -25px 0px;
	margin-left: 5px;
	margin-right: -5px;
}

.ie6 a.next.off,
.ie6 a.next.off:hover {
	background-position: -25px 0px;
}

p.room-price {
	padding-left: 20px;
}

img.pic-big {
	float: left;
	width: 390px;
	height: 355px;
}

ul#thumbs {
	float: right;
	width: 184px;
	list-style-type: none;
}

ul#thumbs li {
	float: left;
}

ul#thumbs li a {
	display: block;
	width: 79px;
	height: 79px;
	background-color: blue;
	margin-left: 13px;
	margin-bottom: 13px;
}

a#thumb-01 {
	background: url(../images/pictures/01.jpg) no-repeat;
}

a#thumb-01:hover,
a#thumb-01.selected {
	background: url(../images/pictures/01_h.jpg) no-repeat;
}

a#thumb-02 {
	background: url(../images/pictures/02.jpg) no-repeat;
}

a#thumb-02:hover,
a#thumb-02.selected {
	background: url(../images/pictures/02_h.jpg) no-repeat;
}

a#thumb-03 {
	background: url(../images/pictures/03.jpg) no-repeat;
}

a#thumb-03:hover,
a#thumb-03.selected {
	background: url(../images/pictures/03_h.jpg) no-repeat;
}

a#thumb-04 {
	background: url(../images/pictures/04.jpg) no-repeat;
}

a#thumb-04:hover,
a#thumb-04.selected {
	background: url(../images/pictures/04_h.jpg) no-repeat;
}

a#thumb-05 {
	background: url(../images/pictures/05.jpg) no-repeat;
}

a#thumb-05:hover,
a#thumb-05.selected {
	background: url(../images/pictures/05_h.jpg) no-repeat;
}

a#thumb-06 {
	background: url(../images/pictures/06.jpg) no-repeat;
}

a#thumb-06:hover,
a#thumb-06.selected {
	background: url(../images/pictures/06_h.jpg) no-repeat;
}

a#thumb-07 {
	background: url(../images/pictures/07.jpg) no-repeat;
}

a#thumb-07:hover,
a#thumb-07.selected {
	background: url(../images/pictures/07_h.jpg) no-repeat;
}

a#thumb-08 {
	background: url(../images/pictures/08.jpg) no-repeat;
}

a#thumb-08:hover,
a#thumb-08.selected {
	background: url(../images/pictures/08_h.jpg) no-repeat;
}

#links-left {
	width: 298px;
	float: left;
}

#links-right {
	width: 265px;
	float: right;
}

#links-left div,
#links-right div {
	float: left;
	line-height: 1.8em;
}

#links-left a,
#links-right a {
	color: #FFF;
	text-decoration: none;
}

.link-names {
	font-weight: bold;
	margin-right: 20px;
}

#links-left .link-names a:hover,
#links-right .link-names a:hover {
	color: #FF9F4E;
	text-decoration: underline;
}

#price-1,
#price-2,
#price-3,
#price-4 {
	float: left;
}

#price-1,
#price-3 {
	width: 66px;
}

#price-2 {
	width: 228px;
}

#content p.prices {
	margin-bottom: 5px;
}

.contact-line {
	margin-bottom: 20px;
	float: left;
}

.contact-line .left {
	float: left;
	width: 240px;
}

.contact-line .right {
	float: left;
}

.contact-line a {
	text-decoration: underline;
	color: #FFF;
}

.contact-line a:hover {
	color: #ff9f4e;
}