﻿/* HTML TAG DEFINITIONS */
html {
	height: 100%; 
	margin-bottom: 1px;}
#four_star {
	background-color: #808080;
	color: #86DFD1;
	position: relative;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url('../images/backgrounds/hotelclass2.jpg');
}
#five_star {
	background-color: #808080;
	color: #86DFD1;
	position: relative;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url('../images/backgrounds/hotelclass2.jpg');
}
#boutique {
	background-color: #808080;
	color: #86DFD1;
	position: relative;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url('../images/backgrounds/hotelclass2.jpg');
}
#three_star {
	background-color: #808080;
	color: #86DFD1;
	position: relative;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url('../images/backgrounds/hotelclass2.jpg');
}
#holiday_village {
	background-color: #808080;
	color: #86DFD1;
	position: relative;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url('../images/backgrounds/hotelclass2.jpg');
}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #fff;
	color: #505050;
	text-align: center;
	margin: 10px 0 0 0;}
	
#comment {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: inherit;
	font-style: italic;
}
img_200_left {
	border: none;
	float: left;
}
img {
	border: none;}
	
ul {
	padding: 0;
	list-style: square;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}}	

h1 {
	color: #009999;
	font: bold 22px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h2 {
	color: #999966;
	font: normal 20px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h3 {
	color: #666633;
	font: normal 20px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 100x 0 10px 0;
}
h4 {
	color: #009999;
	font: bold 16px Verdana, Helvetica, sans-serif;
	margin: 15px 0;
}

h5 {
	color: #8f9402;
	font: bold 14px Verdana, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;}

h6 {
	color: #e46511;
	font: bold 14px Verdana, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #5982D5;
	text-decoration: none;
}

a:hover {
	color: #aeb000;
	text-decoration: underline;
}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs */

#wrapper {
	text-align: left;
	width: 750px;
	border: 3px double #c2c2c2;
	margin: 0 auto;
	background-color: #FFFFFF;
}
	
#global {
	background: #fff url('../images/headers/headertop.jpg');
	text-align: right;
	font-size: 90%;
	padding: 20px 20px 0 0;
	height: 20px;
}
#header {
	background: #e46511 url('../images/headers/headermid.jpg');
	text-align: right;
	color: #fff;
	padding: 0 20px 0 0;
	height: 100px;
}
	
#header h1 {
	font-size: 28px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 20px 0 5px 0;}

#header p {
	text-align: right;
	margin: 0; padding: 0;}
	
#navigation {
	background: #fff url('../images/headers/headerbot.jpg');
	text-align: left;
	font-size: 90%;
	padding: 8px 0 0 0;
	height: 110px;
}
	
#sidebar {
	width: 230px;
	float: left;
	text-align: left;
	font-size: 85%;
	padding: 15px 10px 10px 10px;
	background-color: #E7F7D7;
	height: auto;
}
#content {
	width: 480px;
	float: right;
	text-align: left;
	line-height: 1.2em;
	padding: 10px;
	height: auto;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	color: #606060;
	height: 40px;
	text-align: left;
	line-height: normal;
	font-size: .8em;
	padding: 10px;
	height: auto;
	border-top: 1px #808080 solid;
	border-top-color: #999966;
	border-top-width: 1px;
	background-color: #E7F7D7;
}
	
#footer a {
}
	
#footer a:hover {
	font-weight: normal;}
	
#footer p {
	padding: 0;
	margin: 0;}

/* FORMATTING CLASSES */

.box {
	background: #E7F7D7;
	border: 1px solid #DCF3C5;
	padding: 10px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box h2 {
	color: #666633;
	font: normal 16px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}

.hottopic {
	color: #8e4c3b;
	font-weight: bold;}

.contact {
	padding: 5px 5px 5px 0px;
	text-align: left;
	margin: 20px 0;
	font-family: "Arial Rounded MT Bold";
	font-size: x-small;
	font-weight: bold;
	color: #666633;
}

.contact label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

.contactbox {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0;}
	
.contactbutton {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;}

.catalogleft {
	width: 220px;
	padding: 0 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: left;}
	
.catalogright {
	width: 220px;
	padding: 0 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: left;}
	
.imagemiddle {
	margin: 0; 
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
.h7 {
	color: #000000;
	font: bold 18px Verdana, Helvetica, sans-serif;
	margin: 10px 0;
}
.head7 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: #666633;
	font-weight: bold;
	margin-top: 0px;
}
.content_bold {
	font-size: inherit;
	font-weight: bold;
}
.content link {
	color: #996600;
	text-decoration: none;
	font-weight: normal;
}
#form_box {
	position: relative;
	width: 340px;
	height: auto;
	border: 1px solid #93A3C1;
	padding: 5px;
}
.hotel_name {
	color: #009999;
	font: bold 22px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.content_xsmall {
	font-size: x-small;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
}
.thankstext {
	color: #999966;
	font: normal 15px Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.thanks_text {
	color: #666633;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

.lightgrey_text {
	color: #969696;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: inherit;
}
.content_bold_xsmall {
	font-size: x-small;
	font-weight: bold;
}




