/* CSS Document */
/* design and development: arh design for digino marketing 2007 */
/* contact: info@arhdesign.com  website: www.arhdesign.com */


/* ============== TEMPLATE TWO ============= */
/* this is a style for our hotels page */

/* ++++++++++++++ MAIN ELEMENTS ++++++++++++++++ */

body {
	background-image: url(assets/backgr-t2.jpg);
	
	background-repeat:repeat-x;
	
	background-color:#f4f3e8;
	
	padding: 0;
	
	margin:0;
	}
	
#container {
	width: 770px;
	
	height: 100%;
	
	margin: 0 auto;
	}
	
.clear {clear:both;}
	
/* +++++++++++++++ TOP SECTION +++++++++++++++ */
	
#top {
	width:770px;
	
	height: 108px;
	
	background-image: url(assets/wallpaper.jpg);
	
	background-repeat:repeat-y;
	}
	
.red_bar {
	width:770px;
	
	height: 15px;
	
	background-image:url(assets/dark_red_bar.jpg);
	
	background-repeat:no-repeat;
	}
	
.logo {
	width: 127px;
	
	height: 90px;
	
	float: left;
	
	padding: 18px 0 0 40px;
	}
	
.menus {
	width: 600px;
	
	height: 108px;
	
	float: right;
	}
	
.top_menu {
	width: 580px;
	
	height: 25px;
	
	font-family: "Trebuchet MS", Arial, Helvetica;
	
	font-size:11px;
	
	color:#666666;
	
	text-align:right;
	
	padding:5px 20px 0 0;
	}
	
#navlist li {
	display: inline;
	
	list-style-type: none;
	
	padding-right: 5px;
	}

#navlist li a {
	color:#666666;
	
	text-decoration:none;
	}

#navlist li a:hover {
	color:#666666;
	
	text-decoration:underline;
	}
	
#main_menu {
	width: 580px;
	
	height: 18px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size: 15px;
	
	color:#310a10;
	
	text-align:right;
	
	padding-top:30px;
	
	padding-bottom: 0;
		
	}
	
ul#mainnav	{
	margin-left: 0;
	
	padding-left: 0;
	
	white-space: nowrap;
	}

#mainnav li	{
	display: inline;
	
	list-style-type: none;
	}

#mainnav a { 
	padding: 3px 10px; 
	}

#mainnav a:link, #mainnav a:visited {
	color: #310a10;

	text-decoration: none;
	}
	
#mainnav li a#current2, #mainnav li a#current2:link {
	color: #fff;
	
	background-color: #310a10;
	
	text-decoration: none;
	}

#mainnav a:hover {
	color: #fff;
	
	background-color: #310a10;
	
	text-decoration: none;
	}
	
/* ++++++++++++++++ IMAGES PRESENTATION +++++++++++++++++ */

#images {
	width: 749px;
	
	height:157px;
	
	_height:161px;
	
	_margin-top: -4px;
	
	background-image:url(assets/template2_images.jpg);
	
	background-repeat:no-repeat;
	
	padding:0 11px 0 10px;
	}
	
.img_box{
	width: 176px;
	
	height: 100%;
	
	float:left;
	
	margin-right:1px;
	}
	
	.img_box_cpy{
	width: 528px;
	
	height: 100%;
	
	float:left;
	
	margin-right:1px;
	}
	
	
.img_box2{
	width: 218px;
	
	height: 100%;
	
	float:left;
	}
	
.booking_box {
	width:218px;
	
	height: 100%;
	
	background-color:#310a10;
	
	float: right;
	}
	
.booking_btm_main {
	width: 749px;
	
	height: 41px;
	
	padding:0 11px 0 10px;
	
	background-image: url(assets/wallpaper.jpg);
	
	background-repeat:repeat-y;
	
	_margin-top:-4px;
	}
	
.btm_left {
	width:531px;
	
	height: 41px;
	
	float:left;
	}
	
.btm_right {
	width:218px;
	
	height: 41px;
	
	background-image:url(assets/book_btm.gif);
	
	background-repeat:no-repeat;
	
	float: right;
	}
	
.red_bar_bottom {
	width:770px;
	
	height: 15px;
	
	background-image:url(assets/dark_red_bar.jpg);
	
	background-repeat:no-repeat;
	
	_margin-top: -4px;
	}
	
	
/* ++++++++++++++++ BOTTOM SECTION ++++++++++++++++ */

#bottom {
	width: 770px;
	
	height: 100%;
	
	background-image:url(assets/wallpaper.jpg);
	
	background-repeat: repeat-y;

	_margin-top: -4px;
	
	
	}
	
#bottom-shadow {
	width: 770px;
	
	height: 10px;
	
	background-image:url(assets/bottom.jpg);
	
	background-repeat:no-repeat;
	}
	
#bottom-content {
	width:656px;
	
	height: 100%;
	
	margin:0px 42px 0 72px;
	
	padding-top:20px;
	}
	
.break {
	width:52px;
	
	height: 14px;
	
	border-bottom:#310a10 solid 1px;
	
	margin: 0 0 14px 0;
	}
	
	.long-break {
	width:430px;
	
	height: 14px;
	
	border-bottom:#310a10 solid 1px;
	
	margin: 0 0 14px 0;
	}
	
	
#header {
	width:608px;
	
	height: 100%;
	}

#left {
	width: 438px;
	
	height: 100%;
	
	float: left;
	}
	
#right {
	width: 170px;
	
	height: 100%;
	
	float: right;
	}
	
/* +++++++++++++++ TEXT FORMATTING ++++++++++++++ */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:18px;
	
	color:#310a10;
	
	font-weight:lighter;
	
	display: inline;
	
	margin:0;
	
	padding:0;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:16px;
	
	color:#310a10;
	
	font-weight:normal;
	
	
	}
	
h3 {	
	font-family:"Trebuchet MS", Arial;
	
	font-size:14px;
	
	color:#310a10;
	
	font-weight:normal;
	}
	
h3 a {
	color:#cc0000;
	
	font-weight:normal;
	
	text-decoration:underline;
	}
	
p {
	font-family:"Trebuchet MS", Arial;
	
	font-size:12px;
	
	color:#333333;
	
	line-height:136%;
	
	margin:0;
	
	padding:0;
	}
	
p a {
	color: #CC0000;
	
	text-decoration:underline;
	}
	
p a:hover {
	text-decoration:none;
	}
	
/* ++++++++++++++ Hotels Presentation ++++++++++++++++ */

.hotels {
	width: 438px;
	
	height: 100%;
	
	margin: 10px 0 0 0;
	}
	
.hotel_box {
	width: 60px;
	
	height: 100%;
	
	float: left;
	
	margin-right: 2px;
	
	text-align:center;
	
	font-family:"Trebuchet MS", Arial;
	
	font-size:10px;
	
	color:#310a10;
	}
	
.hotel_box a {
	color:#310a10;
	
	text-decoration:none;
	}
	
.link a{
	color: #CC0000;
	
	text-decoration:underline;
	}
	
.link a:hover{
	color: #CC0000;
	
	text-decoration:none;
	}
	
a img, a:visited img, a:active img, a:active img {
	border:none;
    }

/* ++++++++++++ BOOK NOW SECTION ++++++++++++ */
.book1 {
	width: 170px;
	
	height: 100%;
	
	background-image:url(assets/book1.gif);
	
	background-repeat:no-repeat;
	
	background-color:#310a10;
	}
	
.title {
	font-family:"Trebuchet MS", Arial;
	
	font-size:13px;
	
	color:#ffffff;
	
	text-align:center;
	
	_margin-bottom:-25px;

	}
	
form {
	padding:9px;
	
	margin-top:20px;
	}
	
.select {
	width:190px;
	
	_width:190px;
	}
	
td {
	font-family:"Trebuchet MS", Arial;
	
	font-size:12px;
	
	color:#fff;
	}
	
.center {
	text-align:center;
	
	text-decoration:underline;
	
	margin-top:10px;
	}
	
.adbox 	{
	float: left;
	
	margin-top:30px;
	
	margin-right:30px;
	}
	
#hotels_menu {
	font-family:"Trebuchet MS", Arial;
	
	font-size:11px;
	
	color:#333333;
	
	border-top: #999999 dotted 1px;
	
	_margin-top:0;
	
	margin-top: 15px;
	
	padding:0;

	text-align:center;
	}
	
.third_menu li {
	display:inline;
	
	list-style-type: none;
	
	padding-right: 20px;
	
	padding-bottom:0px;
	
	margin:0px;
	}
	
.third_menu li a{
	color: #999999;
	}

#copyright {
	font-family:"Trebuchet MS", Arial;
	
	font-size:10px;
	
	color:#999999;
	
	text-align:center;
	
	margin-bottom:20px;
	}
	
#copyright a{
	color:#999999;
	
	text-decoration:underline;
	}
	
.space {
	height: 10px;
	}

/* +++++++++++++++ MAP PRESENTATION +++++++++++++++ */

.map {
	width: 608px;
	
	height: 100%;
	
	margin-top:12px;
	}
	
.map_left {
	width: 271px;
	
	height: 100%;
	
	float: left;
	}
	
.map_right {
	width: 327px;
	
	height: 389px;
	
	float: right;
	
	background-image:url(assets/map.gif);
	
	background-repeat:no-repeat;
	}

/* ++++++++++++++ HOTELS PRESENTATIONS ++++++++++++++ */

.hotel_container {
	width: 430px;
	
	height: 100%;
	
	margin-top: 20px;
	
	margin-bottom:10px;
	}
	
.hotel_name {
	width: 261px;
	
	height: 30px;
	}
	

	
.name_right {
	width: 226px;
	
	height: 30px;
	

	}
	
.name {	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size: 17px;
	}

.location {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size: 12px;
	}

.space2 {
	width: 52px;
	
	height: 40px;
	
	_height: 10px;
	
	border-bottom:#310a10 solid 1px;
	}
	
.description {
	width:430px;
	
	height: 100%;
	
	margin-top:10px;
	}
	
.descr_left {
	width: 94px;
	
	float: left;
	}
	
.descr_right {
	width: 330px;
	
	float: right;
	}
	
.buttons {
	width:261px;
	
	height: 100%;
	
	margin-top:5px;
	}
	
.buttons_left {
	width: 94px;
	
	float: left;
	}
	
.buttons_right {
	width: 95px;
	
	float: right;
	
	margin-right: 10px;
	}
	
.hotel_boxes {
	width: 638px;
	
	height: 100%;
	}
	
.hotel_boxes_left {
	width: 271px;
	
	height: 100%;
	
	float: left;
	}
	
.hotel_boxes_left2 {
	width: 430px;
	
	height: 100%;
	
	float: left;
	}
	
.hotel_boxes_right {
	width: 170px;
	
	height: 100%;
	
	float: right;
	
	margin-top:0px;
	}
	
/* +++++++++++++++++++ GENERAL LISTS ++++++++++++++++++++ */

.general {
	list-style-type: disc;
	
	font-family:"Trebuchet MS", Arial;
	
	font-size:12px;
	
	color:#333333;
	
	line-height:136%;
	}
	
.general a {
	color: #CC0000;
	
	text-decoration:underline;
	}
	
.general a:hover {
	text-decoration:none;
	}