@charset "utf-8";
/* CSS Document */

body {
	background:#f9f9f9;
}

* {
	border:0;
	margin:0;
	padding:0;
	outline:none;
	font:normal 100%/1.25 Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

li {
	list-style-type: none;
}

table {
	border-spacing:0;
	border-collapse:collapse;
}

.clear {
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

#container {
	background:#1ebfeb;
	margin:0 auto;
	width:800px;
}


/* Header */

#header {
	background:url(../images/logo.png) no-repeat 115px 0;
	height:50px;
	padding:60px 0 0 450px;
}

#links a {
	background:url(../images/bullet.png) no-repeat 0 5px;
	padding-left:10px;
	margin-right:25px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
	display:block;
	float:left;
}

#links a:hover {
	text-decoration:none;
}

/* Menu */

#menu {
	height:37px;
	padding:0 0 8px 32px;
}

#menu a {
	background:url(../images/menu.png) no-repeat 0 0;
	height:37px;
	display:block;
	float:left;
}

#menu a.home {
	width:66px;
}

#menu a.tours {
	background-position:-66px 0;
	width:75px;
}

#menu a.desti {
	background-position:-141px 0;
	width:114px;
}

#menu a.hotel {
	background-position:-255px 0;
	width:155px;
}

#menu a.car {
	background-position:-410px 0;
	width:105px;
}

#menu a.about {
	background-position:-515px 0;
	width:94px;
}

#menu a.offers {
	background-position:-609px 0;
	width:130px;
}

#menu a:hover {
	background-image:url(../images/menu_hover.png);
}

/* Col_left */

#wrapper {
	clear:both;
	padding-left:32px;
}

.col_left {
	color:#fff;
	width:255px;
	float:left;
}

.col_left .title {
	background:#0f92bc url(../images/title_left.png) no-repeat 0 0;
	padding:14px 0 15px 40px;
	font-size:13px;
	font-weight:bold;
}

.col_left p {
	background:#0f92bc;
	padding:0 12px 15px 12px;
	font-size:11px;
}


/* Col_right */

.col_right {
	background:#b5eeff url(../images/col_r_bg_t.png) no-repeat 0 0;
	width:470px;
	padding-top:6px;
	margin-left:14px;
	font-size:11px;
	float:left;
}

p.thumb {
	padding:0 0 10px 7px;
}

p.thumb img {
	margin-right:2px;
}

.col_right .title_a {
	background:url(../images/title_bullet_a.png) no-repeat 20px 3px;
	padding:0 0 2px 45px;
	color:#005681;
	font-size:18px;
}

.col_right .title_b {
	background:url(../images/title_bullet_b.png) no-repeat 0 0;
	padding:36px 0 0 45px;
	height:38px;
	color:#005681;
	font-size:18px;
	clear:both;
}
.col_right .title_c {
	background:url(../images/col_r_bg_b.png) no-repeat 0 0;
	width:470px;
	padding-top:6px;
	margin-left:14px;
	font-size:11px;
	float:left;

}
.col_right p.grey {
	padding:0 15px;
}

.col_right div.border {
	background:#f9f9f9;
	padding:0 5px;
}

.col_right div.content {
	background:#b5eeff;
	padding:0 15px;
	font-size:13px;
}

.col_right a.image {
	margin-right:10px;
	display:block;
	float:left;
}

div.list {
	clear:both;
	padding-top:7px;
}

div.list p {
	text-align:justify;
	color:#252525;
}

.col_right p.find {
	padding:10px 0 0 200px;
}

.col_right a.find_bt {
	background:url(../images/find.png) no-repeat 0 0;
	width:42px;
	height:34px;
	display:block;
}


/* Footer */

#footer {
	background:url(../images/footer.jpg) no-repeat 0 0;
	width:800px;
	height:63px;
	padding:273px 0 0 0;
	font-size:11px;
	color:#036;
	text-align:center;
	clear:both;
}

#footer p {
	line-height:18px;
}

/* Text */

a {
	color:#036;
}

.grey {
	color:#252525;
}

.dark_blue {
	color:#005681;
}