@charset "utf-8";

/* Main Body */

body { background: url(../images/bg.jpg) repeat-x #4C282A; margin:0 0 5px 0; padding:0}
#container { margin: 0 auto; width: 735px; }

p,td,ul,li { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #000000; }
p { line-height: 1.5em }
p { margin-top: 0; }
li { list-style: disc; }

/* Fonts */

p a { color: #632812; }
p a:hover { color: #4C282A; text-decoration: none; }

h1 { font: 20px Verdana, Arial, Helvetica, sans-serif; color: #632812; line-height: 18px; }
h2 { font: 18px Verdana, Arial, Helvetica, sans-serif; color: #632812; }
h3,h4 { font: 13px Verdana, Arial, Helvetica, sans-serif; color: #632812; margin:0; }
 h3 a { color: #573511; }
 h3 a:hover { color: #FF9900; text-decoration: none; }
 .h3 { font: 13px Verdana, Arial, Helvetica, sans-serif; color: #632812; }
h4 { font-weight: bold; }

.city_country { font-size: 14px; color: #000000; }
.reservation_details { font-weight: bold; font-size: 11px; color: #000000; }

/* Sidebar */

.left_column { width: 175px; height: 350px; margin-left: 15px; 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: #333333; line-height: 1.5em; }
.currency-rate { font: bold 16px Arial, Helvetica, sans-serif; color: #990000; text-decoration: none; }

/* Over-all Layout (NW and PPC) */

#copy-content { margin-left: 200px; padding-top: 5px; width: 510px; }

#top_logo { width: 418px; height: 134px; border: 0; background: url(../images/logo.jpg) no-repeat; float: left; }

#header { height: 134px; display: block; }

#navigation { background: url(../images/img_navigation.jpg); height: 53px; text-align: right; padding-right: 22px; }

	/* Navigation Links Style */
	
	.topnav { font: bold 11px Arial, Helvetica, sans-serif; color: #4C282A; text-decoration: none; line-height:30px; }
	.topnav a { font-weight: bold; color: #632812; text-decoration: none; }
	.topnav a:hover { font-weight: bold; color: #4C282A; text-decoration: underline; }
	.current-page { font: bold 11px Arial, Helvetica, sans-serif; color: #FFCC00; text-decoration: none; }
	.divider { padding-left: 5px; padding-right: 5px; }

#content { background: url(../images/img_bg_content.jpg) repeat-y; }

#bottom { background: url(../images/img_bottom.jpg) center no-repeat; height: 60px; }
#footer { font: 10px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; }


/* 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;}
/* */