/*----------------------------------------------------------------------
	layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	background:url(../images/bg/body.png);
}

.container{
	width:850px;
	margin:10px auto;
	padding:5px;
	color:#4E4E4E;
	background-color:#FFF;
	border:1px solid #DFDFDF;
}

/*----------------------------------------------------------------------
	top
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.top{
	padding:0;
	margin-bottom:2px;
}

.top .logo h1{
	background:url(../images/logo.png) no-repeat;
	width:316px;
	height:70px;
}

.top .logo h1 span{
	display:none;
}

.top .logo h1 a{
	display: block;
	width:316px;
	height:70px;
	cursor: pointer;
}

.top .ads{
	width:500px;
}

.top .ads .showing img {
	display:none;
	position:absolute;
}

/*----------------------------------------------------------------------
	menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.menu{
	border-bottom:4px solid #C3CBD8;
	border-top:4px solid #C3CBD8;
	background-color:#CA0928;
}

.menu ul li{
	float:left;
	background:url(../images/bullets/menu.png) no-repeat 0 9px;
	padding:10px 24px 10px 23px;
}

.menu ul li.first{
	background:none;
}

.menu ul li a{
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

.menu ul li a:hover{
	color:#0170D3;
}

/*----------------------------------------------------------------------
	main
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.main{
	border-bottom:4px solid #C3CBD8;
	padding:2px 0 1px 0;
}

.main .content{
	width:596px;
}

.main .content .box_inn{
	width:180px;
	padding:0 8px;
	border-right:2px dotted #C3CBD8;
}

.main .content .box_inn img{
	padding:5px 0;
}

.main .content .box_inn h2{
	color:#0454A9;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:110%;
	padding:10px 0;
}

.main .content .box_inn a{
	color:#CA0928;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:6px;
	background:url(../images/bullets/link_more.png) no-repeat 0 4px;
}

.main .content .box_inn a:hover{
	color:#F30;
}

.main .col_side{
	width:250px;
}

.main .col_side.form_search{
	background:url(../images/bg/form_search.png) no-repeat;
	padding:10px 20px;
	width:210px;
}

.main .col_side.form_search h2{
	color:#FCDE28;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	padding:0 0 10px 0;
}

.main .col_side.form_search h3{
	color:#FFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	padding:0 0 16px 0;
}

.main .col_side.form_search p{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.main .col_side.form_search .field_txt{
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding:1px 2px;
	width:165px;
}

.main .col_side.form_search .btn_search{
	background:url(../images/button/search_hotels.png) no-repeat;
	border:0;
	width:136px;
	height:28px;
	cursor:pointer;
	margin-bottom:8px;
}

.main .col_side ul{
	background-color:#0263AA;
	margin-bottom:2px;
}

.main .col_side ul li{
	border-bottom:1px solid #0275CA;
}

.main .col_side ul li.lkn1{
	background:url(../images/ico/weather.png) no-repeat 3px;
}

.main .col_side ul li.lkn2{
	background:url(../images/ico/advertise.png) no-repeat 3px;
}

.main .col_side ul li.lkn3{
	background:url(../images/ico/aboutus.png) no-repeat 3px;
}

.main .col_side ul li.lkn4{
	background:url(../images/ico/contact.png) no-repeat 3px;
}

.main .col_side ul li.lkn5{
	background:url(../images/ico/newsletter.png) no-repeat 3px;
}

.main .col_side ul li a{
	display:block;
	color:#CA0928;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/bg/menu_opc.jpg) repeat-x;
	margin-right:10px;
	margin-left:40px;
	padding:11px;
	font-size:1.8em;
}

.main .col_side ul li a:hover{
	color:#F30;
}