body {
	background-color: #f9f2ec;
	background-image: url(img/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	}
a:link, a:visited, a:active {
	color: #ca1c70;
	}
a:hover {
	color: #666666;
	}
h1 {
	font-size: medium;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	}
h2 {
	font-size: medium;
	color: #ca1c70;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 0px;
	}
.so {
	margin-bottom: 0px;
	}
h3 {
	font-size: small;
	color: #ca1c70;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 3px;
	}
form {
	margin: 0;
	}
form div {
	clear: left;
	margin: 0;
	padding: 0;
	}
form div label {
	float: left;
	width: 60%;
	}
#container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #FFFFFF;
	overflow:hidden;
	}
#actionlinks {
	width: 640px;
	height: 25px;
	background-color: #f7ebe1;
	float: right;
	}
#logo {
	position: absolute;
	width: 100px;
	height: 119px;
	top: 60px;
	margin-left: 50px;
	background-color: #FFFFFF;
	z-index: 30;
	}
#opaque {
	position: absolute;
	width: 200px;
	height: 150px;
	top: 85px;
	z-index: 20;
	background-image: url(img/bg_opaque.png);
	}
#language {
	position: absolute;
	width: 101px;
	height: 14px;
	top: 16px;
	margin-left: 739px;
	}
#header_img {
	width: 840px;
	}
#left_col {
	float: left;
	position: relative;
	width: 200px;
	background-color: #f7ebe1;
	}
#book_online {
	padding: 20px 10px 10px 10px;
	line-height: 30px;
	}
#spofbox {
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	}
.spof {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	}
	
/*MAIN MENU */
#navigation{
float: right;
width: 640px;
height: 25px;
margin:0px;
background: #e8d8cb;
z-index: 100;
}

#navigation li{
float:left;
list-style-type:none;
xborder-right:1px solid #ffffff;
white-space:nowrap;
display: inline;
position: relative;
z-index: 100;
}

#navigation li a{
display:block;
padding:0 10px;
font-size: small;
font-weight: bold;
text-transform: capitalize;
text-decoration:none;
background-color:inherit;
color: #666666;
z-index: 100;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
color:#ffffff;
text-decoration:none;
z-index: 100;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
		z-index: 100;
	}

	#navigation ul {
		height			: 14px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background: #e8d8cb; /* background coor of the drop downs */
		color: #666666;
		list-style-type	: none;
		z-index: 100;
	}

		#navigation li ul {
			xborder-top		: 1px solid #ffffff;
			margin-top		: 3px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width: 140px;		/* width of the drop down menus? */
			height			: auto;
			z-index: 100;
		}
		
		#navigation li li {
			width: 140px;	/* width of the drop down menus? */
			xborder			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
			z-index: 100;
		}
		
		#navigation li li a {
		display:block;
		padding: 4px;
		font-size: 11px;
		font-weight:normal;
		text-transform: ; /* transformed text to uppercase */
		text-decoration:none;
		background-color:inherit;
		color: #ca1c70;
		border-right: none;
		width: 134px;
		z-index: 100;
		}
		
		#navigation li li a:hover, #navigation li li a:focus {
		background-color:inherit;
		color: #666666;
		z-index: 100;
		}
		
		#navigation .sel a {
		background-color:inherit;
		color: #666666;
		font-weight: bold;
		z-index: 100;
		}

		#navivation li li a:active {
		background-color:inherit;
		color: #666666;
		z-index: 100;
		}
/* END MAIN MENU */


#content {
	float: left;
	width: 420px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 22px;
	background-color: #FFFFFF;
	z-index: 10;
	}
#right_col {
	float: right;
	position: relative;
	width: 180px;
	background-color: #FFFFFF;
	z-index: 10;
	padding-top: 10px;
	}
#footer {
	float: left;
	position: relative;
	margin: 0px 0 0px 0;
	height: 150px;
	width: 840px;
	text-align: right;
	background-image:url(img/footer.gif);
	}

#address {
	float: left;
	position: relative;
	width: 180px;
	height: 100px;
	margin: 20px 0 0 10px;
	}
	
#awards {
	float: left;
	position: relative;
	width: 620px;
	height: 100px;
	margin: 15px 0 0 20px;
	}

#awards img {
	padding: 10px 15px 10px 0;
	}
/* LAST MINUTE OFFER BOX */

#offersbox {
	background-image: url(img/last-minute-offers.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	color: #FFFFFF;
	height: 200px;
	width: 420px;
	} 
#offersbox p {
	padding-left: 30px;
	padding-right: 30px;
	}
	
/* MAIN MENU */
#menu {
	position: relative;
	float: right;
	color: #ca1c70;
	margin: 4px 0px 0px 0px;
	}
#menu li {
	color: #ca1c70;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	text-transform: capitalize;
	font-weight: bold;
	}
#menu li a {
	color: #ca1c70;
	text-decoration: none;
	}
#menu li a:hover {
	color: #666666;
	}
	/* SUB MENU */
#sub_menu {
	color: #ca1c70;
	padding: 0px;
	margin: 0px;
	}
#sub_menu li {
	color: #ca1c70;
	display: inline;
	padding-top: 10px;
	padding-right: 0px;
	text-transform: capitalize;
	font-weight: ;
	}
#sub_menu li a {
	color: #ca1c70;
	}
#sub_menu li a:hover {
	color: #666666;
	}	
	/* ACTION MENU */
#action_menu {
	position: relative;
	float: right;
	text-align: right;
	color: #ca1c70;
	margin: 4px 0px 0px 0px;
	width: 620px;
	}
#action_menu li {
	color: #ca1c70;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	text-transform: capitalize;
	}
#action_menu li a {
	color: #ca1c70;
	text-decoration: none;
	}
#action_menu li a:hover {
	color: #666666;
	}	
#payoff {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 30px;
	font-size: x-small;
	color: #999999;
	}
#payoff a{
	color: #999999;
	}
#payoff a:hover{
	color: #666666;
	}