@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, sans-serif;
	/*color:#000;*/
}

body{
	background:url(../img/background_body.png) #fff repeat-x top center;
	font-size:11px;
}

span{
	color:inherit;
}

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}

h2{
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:2.5em;
	font-size:1em;
	color:#7b98b0;
}

h1{
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:2.5em;
	font-size:24px;
	color:#7b98b0;
}

h3{
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#7b98b0;
    
    margin-bottom: 2em;
}

#capsule{
	margin:0 auto;
	background:#fff;
	width:921px;
	padding:0px 5px;
	min-height:500px;
}

#header{
	height:63px;
}

#logo_top{
	margin-top:6px;
	float:left;
}

#menu{
	float:right;
	margin-top:30px;
	margin-right:0.5em;
	max-width:650px;
}

#banner{
	height:222px;
	text-align:center;
}

#sub_banner{
	height:18px;
	margin:5px 0;
	background:url(../img/sub-banner.png) top center no-repeat;
}

#left{
	float:left;
	border-right:1px dotted #000;
	width:708px;
	padding-left:5px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#right{
	float:right;
	width:175px;
	padding-right:15px;
}

#contact{
	margin-top:2em;
}

.tab ul{
	width:70em;
	list-style:none;
    margin-left: -10em;
}

.tab li{
	width:20em;
	float:left;
	margin:1.5em 0;
    padding-left: 10em;
}

table.deal{
	width:25em;
}.deal a {    display: block;    color: #000000;    text-decoration: none;}.deal a:hover, .deal a:active {    text-decoration: underline;}

.title{
	font-size:20px;
}

.location{
	font-weight:bold;
	font-size:11px;
}

.type{
	font-weight:bold;
	font-size:11px;
}

.duration{
	font-weight:bold;
	font-size:11px;
}

.date{
	
}

.price{
	font-size:19px;
	font-weight:bold;
}

.page{
	line-height:1.4em;
	padding-right:1.6em;
	padding-bottom:1em;
}

#footer{
	margin:1em 5px;
	padding:1em;
	background:#cbd6df;
	text-align:center;
	font-size:0.8em;
}

#Form_Form_Name, #Form_Form_Email, #Form_Form_Comments{
    width:164px;
}

#Form_Form_Comments{
    height:4em;
}

fieldset{
    border:none;
    margin-top:1em;
}

#travelspecials{
    margin-top:-0.6em;
}

.middleColumn{
    margin-bottom:1em;
    clear: left;
}

.fieldgroupField {
    float: left;
    margin-bottom:1em;
}