/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7E5E4F;
	background-image: url(images/top-bg-vline.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.normal-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
}

.normal-text-16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #503F25;
	font-weight: bold;
}

a.normal-text-link:link,
a.normal-text-link:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a.normal-text-link:hover {
	color: #FF6600;
	text-decoration: none;
}

.normal-text-14px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.bottom-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.bottom-text-link:link,
a.bottom-text-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottom-text-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contact-form-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

a.contact-form-link:link,
a.contact-form-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 13px;
	text-decoration: underline;
}
a.contact-form-link:hover {
	color: #000000;
	text-decoration: none;
}

.language-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

a.language-link:link,
a.language-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.language-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.gallery-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.gallery-text-link:link,
a.gallery-text-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.gallery-text-link:hover {
	color: #FF6600;
	text-decoration: underline;
}
	
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #957648;
	font-size: 11px;
	padding: 1px;
	vertical-align: middle;
}

.border-secimg {
	border: 1px solid #957648;
}

.image-left {
	padding-left: 10px;
	border: 0px;
}

.image-right {
	padding-right: 10px;
	border: 0px;
}

.booking-sleep-bg {
	background-image: url(images/booking-sleep.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

ul li {
	padding-left: 14px;
	line-height: 160%;
	background: url(images/bulletM.gif) no-repeat 2px 3px;
}

ol li {
	margin-left: 0px;
	line-height: 150%;
}