@charset "utf-8";
/* CSS Document */
body 
{
	margin: 0;
	padding: 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/back.jpg);
	background-repeat:repeat;
}
#header
{
	height:119px;
	background-image:url(images/head-back.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid;
	border-bottom-color:#FFFFFF;
}	
#logo
{
	width:970px;
	margin:0 auto;
	padding-top:0px;
}
#mainframe
{
	width:970px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#mainmenu
{
	background-image:url(images/mainmenu.jpg);
	height:30px;
	border-left:1px solid;
	border-left-color:#FFFFFF;
	border-right:1px solid;
	border-right-color:#FFFFFF;
}
#design
{
	width:509px;
	height:auto;
	background-image:url(images/design-trip.jpg);
	background-color:#dc0000;
	margin-left:1px;
	margin-right:1px;
	background-repeat:no-repeat;
	float:left;
}
#footer
{
	height:30px;
	background-color:#a60000;
}
#footertext
{
	color:#FFFFFF;
	font-size:10px;
	padding:8px;
}
#hometext
{
	font-size:11px;
	color:#424242;
	margin:3px;
}
#footerback
{
	background-image:url(images/footer.jpg);
	height:31px;
}	


#formfields
{
	padding-top:45px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
	color:#FFFFFF;
}
#datafield
{
	border:1px solid;
	border-color:#CCCCCC;
	font-size:11px;
}


.ui-dropdownchecklist {
	height: 16px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #ffffff url(images/dropdown.png) no-repeat center right;
	color:#000000;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(images/dropdown_hover.png) no-repeat center right;
	border-color: #5794bf;
}

.ui-dropdownchecklist-text {
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin-right: 16px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item {

}

.ui-dropdownchecklist-item-hover {
	background-color: #39f;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}


/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
	color:#333333;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #535e60;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #535e60;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #535e60;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #535e60;
      color: white;
    }
	
#contactdetails
{
	width:400px;
	float:right;
	color:#FFF;
	font-size:10px;
	text-align:right;
}

#finalprice
{
font-size:20px;
color:#FFFFFF;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#df0003;
border:0px;
}
#formfield
{
	font-size:10px;	
}
#toursgroup
{
	font-size:10px;
	color:#FFF;
	background-image:url(images/group.jpg);
	width:227px;
	height:287px;
}




table {
	border-collapse:separate;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a {
	cursor: pointer;
	text-decoration:none;
}
br.both {
	clear:both;
}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact {
	display:none;
	position:fixed;
	_position:absolute;
	height:800px;
	width:1024px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1 {
	text-align:left;
	color:#e70000;
	font-size:20px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#e70000;
	font-weight:700;
	display:block;
}
#button {

}
#contactArea
{
	font-size:11px;
}
.hoteln
{
	font-size:11px;
	width:15px;
}
H2
{
	font-size:14px;
	border-bottom:2px solid;
	border-bottom-color:#ad0101;
}
