/* CSS by HCK2 :: www.hck2.com */

/*************** GLOBAL RESET ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********************************************/


/*********** CLEARFIX *************/

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*********** END CLEARFIX *************/





/*************** FLASH CONTAINER ***************/
body{
	background: rgb(239, 238, 224);
	text-align: center;
}

div#page{
	margin: 0pc auto;
	width: 900px;
	text-align: left;
}

div.footer {
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	line-height: 150%;
}


/*********************************************/



/*************** HOTELS PAGE ***************/

div#page{
	margin: 0px auto;
	width: 900px;
}

div#hotels-content{
	width: 900px;
	margin: 10px auto 0px;
	background-color: rgb(174, 107, 0);
	padding-bottom: 50px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	font-size: 12px;
}

div#hotels-content .header{
	height: 165px;
	background: url('/_media/_images/hotels-header.jpg') no-repeat;
	text-indent: -9000px; 
}

div#hotels-content .header2{
	height: 165px;
	background: url('/_media/_images/hotels-header2.jpg') no-repeat;
	text-indent: -9000px; 
}

div#hotels-content .hotel-images{
	float: right;
	width: 375px;
	margin-right: 30px;
}

div#hotels-content .hotel-images img{
	float: left;
	margin-bottom: 20px;
}

div#hotels-content .hotel-content{
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-left: 30px;
	width: 445px;
}

div#hotels-content .hotel-content p{
	margin: 12px 0;
}

div#hotels-content .hotel-content ul{
	list-style-type: disc;
	margin-left: 30px;
}

div#hotels-content h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 30px;
	padding: 0;
}

/*********************************************/

