@charset "utf-8";

/* Main Body */

body { background: url(../images/body_bg.gif) repeat-x top #333333; margin:0 0 30px 0; padding:0}
#container { margin: 0 auto; width: 721px; }

li { list-style: disc; }

/* Typography */

p,td,ul,li { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #FFF; }
p { line-height: 140%; margin-top: 0; }
p a { color: #d27862; font-weight: bold; }
p a:hover { color: #999900; text-decoration: none; }

li { list-style: disc; line-height: 140%; }

h1 { font: bold 18px Verdana, Arial, Helvetica, sans-serif; color: #D27862; line-height: 18px; margin-top: 20px; }
 html>/**/body h1 { margin-top: 15px; }
h2 { font: bold 15px Verdana, Arial, Helvetica, sans-serif; color: #FFF; }
h3,h4 { font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 10px; }
 h3 a { color: #d27862; font-weight: bold; }
 h3 a:hover { color: #FFF; text-decoration: none; }
 .h3 { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #D27862; }
h3 { font-size: 12px; margin-top: 0; color: #FFF; }
h4 { font-size: 14px; font-weight: bold; color: #d27862; }

.city_country { font-size: 14px; color: #FFF; }
.reservation_details { font-weight: bold; font-size: 11px; color: #FFF; }

/* Sidebar Classes */

.left_column { width: 195px; height: 265px; float:left; }
.left_column_content { padding: 15px 5px 5px 5px; margin-left: 1px; text-align: center; }

.rate-starts { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #FFF; line-height: 1.5em; }
.currency-rate { font: bold 16px Arial, Helvetica, sans-serif; color: #FFF; text-decoration: none; }

.left_column_content p a { color: #FFFFFF; font-weight: normal; } /* modify / cancel link */
.left_column_content p a:hover { text-decoration: none; }

/* Over-all Layout */

#header { height: 203px; display: block; }
#logo { background: url(../images/logo.jpg) no-repeat center; width: 236px; height: 203px; border: none; float: left; }

#navigation { height: 41px; text-align: center; line-height: 2em; }

	/* Navigation Links Style */
	
	.topnav { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #FFF; text-decoration: none; line-height:30px; }
	.topnav a { font-weight: bold; color: #FFF; text-decoration: none; }
	.topnav a:hover { font-weight: bold; color: #D27862; text-decoration: underline; }
	.current-page { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #D27862; text-decoration: none; }
	.divider { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #FFF; text-decoration: none; padding-left: 5px; padding-right: 5px; }

#content { background: url(../images/img_bg_content.gif) repeat-y; padding-bottom: 30px; }
#copy-content { margin-left: 200px; padding-top: 5px; width: 480px; }

#bottom { background: url(../images/img_bottom.gif) center no-repeat; height: 46px; }
#footer { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; }


/* PLEASE DO NOT TOUCH ANYTHING BELOW THIS COMMENT */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */