
BODY{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #EEEDD9;
	text-align: center;
}
A{
	text-decoration: none;
	font-size: 11px;
	color: #0048C0;
}
A:Hover{
	color: #FF0000;
	text-decoration: underline;
}
form{
	margin: 0px; 
	padding: 0px;
}
img{
	border: 0px;
}

div.spacer{
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
	display: block;
}
div#brd{
	width: 970px;
	border: 10px solid #D6D3B0;
	margin: 0px auto;
	text-align: center;
	background: #ffffff;
	padding: 10px 0px;
}
div#container{
	position: relative;
	width: 950px;
	padding: 0px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(/media/img/front.jpg) no-repeat;
}


/* header */
div#header  {
	width: 950px;
}
div#header .content{
	height: 432px;
	position: relative;
}
#logo a{
	background: #ffffff url(/media/img/ta_logo.gif) no-repeat;
	display: block;
	width: 317px;
	height: 37px;
	position: absolute;
	top: 75px;
	left: 10px;
}
/* menu */
div#menu{
	clear: both;
	width: auto;
	height: 67px;

}
div#menu ul{
	margin: 0px 0px 0px 25px;
	width: auto;
	float: left;
	padding: 0px;
	height: 50px;
}
div#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
div#menu ul li a{
	display: block;
	padding: 17px 12px 16px 11px;

	font: bold 15px tahoma;
	color: #595959;
}
div#menu ul li a:hover{
	background: #646D00;
	color: #fff;
	text-decoration: none;
}



/* content */
div#content{
	padding: 15px;
	background: #71B6E1;
	margin: 0px;
}



/* content columns */


/* left column */
div#leftC{
	float: left;
	width: 270px;
	height: 200px;
	background: url(/media/img/leftC_bgr.gif) no-repeat;
}


/* center column */
div#centerC{
	width: 575px;
	margin-left: 16px;
}
div#caption{
	width: 575px;
	color: #fff;
	background: #fff;
	height: 30px;
}
div#caption .rightC{
	background: #fff url(/media/img/centerC_top_right.gif) no-repeat top right;
	float: right;
	width: 11px;
	height: 30px;
}
div#caption .leftC{
	background: #71B6E1 url(/media/img/centerC_top1.gif) no-repeat top right;
	width: 120px;
	height: 30px;
	color: #fff;
}
div#caption .text{
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	padding-top: 8px;
}
div#centerC .content{
	background-color: #fff;
	margin: 0px;
	padding: 20px;
	width: auto;
}
.centerC_bottom{
	width: auto;
	height: 10px;	
	background: #ffffff url(/media/img/centerC_bottom_left.gif) no-repeat top left;
}

.centerC_bottom_right{
	width: 10px;
	float: right;
	height: 10px;
	background: url(/media/img/centerC_bottom_right.gif) no-repeat;
}



/* right column */
div#rightC{
	width: 270px;
	float: right;
}
div.rightC_bottom{
	height: 10px;
	background: url(/media/img/rightC_bottom.gif) no-repeat;
}



/* contact */
div#contact{
	background: #fff;
	width: 270px;	
	margin-bottom: 10px;
}
div#contact .caption{
	background: url(/media/img/contact.gif) no-repeat;
	font-weight: bold;
	font-size: 17px;
	height: 47px;
}
div#contact .caption .text{
	color: #fff;
	padding: 8px 0px 0px 45px;
}
div#contact .content{
	background: url(/media/img/contact.jpg) no-repeat bottom right;
	padding: 0px 15px;
	color: #2C6191;
	font-weight: bold;
	line-height: 22px;
	font-size: 15px;
}


/* city guides */
div#city_guides{
	margin-bottom: 10px;
	background: #fff;
	width: 270px;	
}
div#city_guides .caption{
	background: url(/media/img/city_guides.gif) no-repeat;
	font-weight: bold;
	font-size: 17px;
	height: 47px;
}
div#city_guides .caption .text{
	color: #fff;
	padding: 8px 0px 0px 45px;
}
div#city_guides .content{
	padding: 0px 15px;
	color: #2C6191;
	font-weight: bold;
	line-height: 22px;
	font-size: 15px;
}
div#city_guides .content select{
	border: 1px solid #69ADD7;
	background: #F0F0F0;
	padding: 3px;
	color: #053E8A;
}
div#city_guides .content select a{
	font-size: 13px;
	letter-spacing: 0.7;
}
ul.city_list{
	margin: 5px 0px;
	padding: 0px;
}
ul.city_list li{
	margin: 0px;
	padding: 3px 0px;
	list-style: none;
}
ul.city_list li a{
	display: block;
	width: 215px;	
	position: relative;
	height: 130px;
	border: 3px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
ul.city_list li a.dubai{
	background: url(/media/img/cities/dubai.jpg) no-repeat;
}
ul.city_list li a.palma{
	background: url(/media/img/cities/palma.jpg) no-repeat;
}
ul.city_list li a.helsinki{
	background: url(/media/img/cities/helsinki.jpg) no-repeat;
}
ul.city_list li a.prague{
	background: url(/media/img/cities/prague.jpg) no-repeat;
}
ul.city_list li .city_name{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	width: 90px;
	filter:alpha(opacity=65);
	z-index: 1;
	-moz-opacity:.65;
	background: #000;
	
}


h5{
	padding: 0px;
	margin: 0px;
	color: #E15424;
	font-size: 13px;
}


div.intro{
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

/* bottom */
div#bottom{
	width: 950px;
	background: #3887B8;
	height: 49px;
	clear: right;
}
div#bottom .bottomCard{
	float: right;
	margin: 5px 15px;	
	width: 150px;
	text-align: center;
	color: #fff;
}
div#bottom .bottomCard a{
	color: #303030;
}

div#bottom .bottomCard img{
	margin: 0px 5px;
}
div#bottom .bottomLinks{
	padding: 18px;
	
}
div#bottom .bottomLinks a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px;
	
}
div#bottom a:hover{
	text-decoration: none;
	color: #fc0;
}








/* top-cities */

div#booking-bottom{
	color:#777777;	
	background: #EBF2A2;
	padding: 10px 0px;
	text-align: center;
	clear: left;
	width: 950px;
}


ul#top-cities {
	margin-left:28px;
	height: 90px;
}
ul#top-cities li {
	float:left;
	list-style: none;
	padding: 2px;
	text-align:left;
	width:210px;
}
ul#top-cities li a{
	font-size: 12px;
}


.add_data{
	padding: 5px;
	background: #fff;
}