@charset "utf-8";


/* -------------------------------- */
/* RESET HTML TAGS					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* -------------------------------- */
/* PAGE ELEMENTS 					*/ 
/* -------------------------------- */
/* Top Section	  					*/

body {
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1016px;
	margin:5px auto;
	background:#fff url(../images/ui/bg-wrapper.png);
}


	/* -------------------------------- */
	/* HEADER							*/
	
	#header {
		width:100%;
		height:145px;
		background:#970000 url(../images/ui/bg-header.png);
		position:relative;
	}
	
	#header h1 a {
		display:block;
		position:absolute;
		top:30px;
		left:15px;
		text-indent:-1000px;
		overflow:hidden;
		width:308px;
		height:74px;
	}
	
	#header .menu {
		display:block;
		position:absolute;
		height:26px;
		width:100%;
		top:119px;
		background:#000 url(../images/ui/bg-header-menu.png);
	}
	
	#header .menu li {
		float:left;
		margin:0px 0px;
		background:url(../images/ui/bg-header-menu-divide.png) right no-repeat;	
	}
	
	#header .menu li a {
		text-decoration:none;
		line-height:26px;
		padding:0 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FFFFFF;
	}
	
	#header .menu li a:hover {
		text-decoration:underline;
	}
	
	/* -------------------------------- */
	/* CENTER							*/
	
	#center {
		width:792px;
		float:right;
	}
	
	#center .search {
		width:780px;
		height:230px;
		margin:15px auto;
		background: #610000 url(../images/ui/bg-center-search.png) right no-repeat;
		position:relative;
	}
	
	#center .searchMain {
		width:780px;
		height:170px;
		margin:15px auto;
		background: #610000 url(../images/ui/bg-center-search2.png) right no-repeat;
		position:relative;
	}
	
	#center .content {
		width:760px;
		margin:15px auto;
	}
	
	
	#center .content h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:29px;
		color:#A62121;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:26px;
	}
	
	#center .content h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#A62121;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:19px;
		clear:both;
	}
	
	
	#center .content h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:29px;
		color:#A62121;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:26px;
	}
	
	#center .content h4 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#666666;
		letter-spacing:-1px;
		line-height:18px;
	}
	
	#center .content p {
		font-size:12px;
		line-height:18px;
		color:#666666;
		margin:10px 0px;
	}
	
	#center .content .col3 {
		width:30%;
		float:left;
		margin:0px 20px 0px 0px;
	}
	
	#center .content .col3 h4 {
		color:#A62121;
		font-size:19px;
		font-weight:bold;
	}
	
	#center .content .col3 img {
		margin-top:10px;
	}
	
	#center .search form {
		display:block;
		position:relative;
		top:40px;
		left:10px;
		float:left;
		width:330px;
	}
	
	#center .search form label {
		display:block;
		line-height:18px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		margin-top:7px;
		margin-bottom:3px;
	}
	
	#center .search form input[type=text] {
		
		padding:3px;
		margin:0px;
		font-size:18px;
		color:#990000;
		width:300px;
		border:0px;
	}
	
	#center .search form select {
		
		padding:3px;
		margin:0px;
		font-size:18px;
		color:#990000;
		width:145px;
		border:0px;
	}
	
	#center .search form input[type=image] {
		margin-top:25px;
	}
	
	#center .search form .col2 {
		width:49%;
		float:left;
	}
	
	#center .search form .col2 input[type=text] {
		width:145px;
	}
	
	#center .search table {
		position:absolute;
		right:20px;
		top:20px;
		width:410px;
		border-collapse:collapse;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
	#center .search table th{
		padding:3px;
		color:#FFFFFF;
		background:#600202;
	}
	
	#center .search table td {
		padding:3px;
		color:#600202;
		text-transform:uppercase;
	}
	
	#center .search table .wax {
		background:#EFE5E5;
	}
	
	#center .search table a {
		font-size:11px;
		color:#003366;
	}
	
	#center .search2 table {
		
		
		width:100%;
		border-collapse:collapse;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}
	
	#center .search2 table th{
		padding:3px;
		color:#FFFFFF;
		background:#600202;
	}
	
	#center .search2 table td {
		padding:3px;
		color:#600202;
		text-transform:uppercase;
	}
	
	#center .search2 table .wax, #center .search2 table .even {
		background:#EFE5E5;
	}
	
	#center .search2 table a {
		font-size:11px;
		color:#003366;
	}
	
	
	#center .searchMain form {
		display:block;
		position:relative;
		top:40px;
		left:10px;
		float:left;
		width:630px;
	}
	
	#center .searchMain form label {
		display:block;
		line-height:18px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		margin-top:7px;
		margin-bottom:3px;
	}
	
	#center .searchMain form input[type=text] {
		
		padding:3px;
		margin:0px;
		font-size:18px;
		color:#990000;
		width:300px;
		border:0px;
	}
	
	#center .searchMain form .sidecol {
		position:absolute;
		top:-2px;
		right:-30px;
		width:330px;
	}
	
	#center .searchMain form select {
		
		padding:3px;
		margin:0px;
		font-size:18px;
		color:#990000;
		width:145px;
		border:0px;
	}
	
	#center .searchMain form input[type=image] {
		margin-top:25px;
	}
	
	#center .searchMain form .col2 {
		width:49%;
		float:left;
	}
	
	
	a.book {
		display:block;
		width:55px;
		height:20px;
		overflow:hidden;
		background:url(../images/ui/button-book.png);
		text-indent:-300px;
	}
	
	#center ul.domtabs, #center ul.domtabs li {
		list-style:none;
		margin:0px;
		padding:0px;
		display:block;
	}
	
	#center ul.domtabs {
		width:90%;
		height:16px;
		height:100px;
		background:url(../images/ui/bgGrad.png) 0px 16px no-repeat;
		margin-bottom:-85px;
		padding-left:20px;
	}
	
	#center ul.domtabs li {
		display:block;
		float:left;
		background:#FFFFFF url(../images/ui/bgTab0.png) top right no-repeat;
		margin:0px 1px;
	}
	
	#center ul.domtabs li.active {
		display:block;
		float:left;
		background:#FFF url(../images/ui/bgTab0.png) top right no-repeat;
		margin:0px 1px;
		position:relative;
		top:-2px;
	}
	
	#center ul.domtabs li a {
		color:#666;
		text-decoration:none;
		display:block;
		float:left;
		line-height:16px;
		font-size:10px;
		padding:0px 10px!important;
		background:url(../images/ui/bgTab0.png) top left no-repeat;
	}
	
	#center ul.domtabs li.active a {
		color:#660000;
		text-decoration:none;
		display:block;
		float:left;
		line-height:19px;
		font-size:12px;
		font-weight:bold;
	}
	
	#center .tabDiv {
		width:90%;
		margin:10px 10px 30px 10px;
	}

	#center .review label {
		display:block;
		font-weight:bold;
		font-size:12px;
		color:#666666;
	}
	
	#center .review textarea {
		width:100%;
		height:50px;
	}
#center hr {
		display:none;
	}
	
	#center .col50 {
		width:50%;
		float:left;
	}
	
	#center .col30 {
		width:35%;
		float:left;
	}
	
	#center .rev {
		padding:5px 5PX;
		border-bottom:1px dotted #CCCCCC;
	}
	
	#center .facil {
		font-size:12px;
		color:#666666;
		margin-left:20px;
		list-style:circle;
		margin-top:10px;
	}
	
	/* -------------------------------- */
	/* LEFT								*/
	
	#left {
		float:left;
		width:224px;
		background:url(../images/ui/bg-left.png);
	}
	
	#left .header {
		display:block;
		line-height:26px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		font-weight:bold;
		background:#990000 url(../images/ui/bg-left-header.png);
		text-indent:10px;
	}
	
	#left .pane {
		background:url(../images/ui/bg-left-pane.png) bottom;
		padding-bottom:10px;
		padding:10px;
	}
	
	#left .pseudo-h2 {
		font-weight:bold;
		color:#FFFFFF;
		font-size:13px;
		text-transform:uppercase;
		letter=spacing:-1px;
	}
	
	#left .pane .shot {
		padding-right:4px;
		padding-bottom:4px;
		padding-top:4px;
		
	}
	
	#left .pane .star {
		clear:both;
		margin-bottom:10px;
	}
	
	#left .pane .bookNow {
		display:block;
		float:left;
		width:52px;
		height:40px;
		background:url(../images/ui/bg-input-booknow.png);
		overflow:hidden;
		text-indent:-300px;

	}
	
	#left .pane .desc {
		font-size:11px;
		color:#FFFFFF;
		padding-bottom:14px;
		margin-top:3px;
	}
	
	#left .pane .offerPrice {
		display:block;
		float:right;
		height:40px;
		position:relative;
		left:-20px;
		text-indent:38px;
		padding-top:3px;
		font-size:26px;
		color:#FFFFFF;
		font-weight:bold;
		background:url(../images/ui/bg-offer-price.png) 0px 6px no-repeat;
		width:130px;
		overflow:visible;
	}
	
	
	#left form label {
		display:block;
		color:#FFFFFF;
	}
	
	#left .pane .sideHotel {
		margin-bottom:20px;
	}
	
	/* -------------------------------- */
	/* FOOTER							*/
	
	#footer {
		clear:both;
		padding-left:200px;
		text-align:center;
		padding-top:50px;
		padding-bottom:10px;
		color:#999999;
		font-size:11px;
	}

	
	