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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #453416;
	line-height: 14px;
}
a {
	text-decoration: none;
	color: #ae843b;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:14px;
	font-weight: normal;
	text-transform: uppercase;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	overflow: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 912px;
}
#containerHeader {
	float: left;
	width: 100%;
	padding-top: 90px;
	background-image:url(media/image/header/background-header-plain.jpg);
	background-repeat: no-repeat;
	margin-top: -5px;
}
#containerHeaderMenu {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	margin-top:-20px;
	background-image: url(media/image/header/header-content-placeholder.png);
	height: 320px;
}
#containerHeaderMenuDestinationsMask {
	height: 200px;
	width: 500px;
	position: absolute;
	left: -16px;
	top: 103px;
	z-index: 100;
	display: none;
}
#containerHeaderMenuDestinations {
	position: absolute;
	width: 457px;
	display: none;
	left: 6px;
	top: 101px;
	z-index: 200;
}
.containerHeaderMenuItem {
	float: left;
}
#searchWidget {
	position: absolute;
	left: 603px;
	top: 333px;
}
#keyword {
	/*background-color: #fff;*/
	opacity:0.4;
	filter:alpha(opacity=40);
}
#containerBody {
	float: left;
	width: 896px;
	padding-left: 8px;
	padding-right: 8px;
}
#containerFooter {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #ae843b;
}
#containerFooter a {
	color: #ae843b;
}
#containerFooter td {
	border: none;
	height: 15px;
}
.textField {
	border: 1px solid #ae843b;
	height: 17px;
	background-color: #FFF;
	color: #535353;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}
.textArea {
	padding:5px;
	border: 1px solid #ae843b;
	height: 150px;
	background-color: #FFF;
	color: #535353;
	width: 588px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dropDown {
	height: 30px;
	padding:5px;
	border: 1px solid #ae843b;
	color: #535353;
	width: 262px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h4 {
	margin-bottom: -8px;
	text-transform: uppercase;
}
#arrival_day, #departure_day {
	border: 1px solid #ae843b;
	height: 26px;
	background-color: #FFF;
	color: #535353;
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}
#arrival_month, #departure_month {
	border: 1px solid #ae843b;
	height: 26px;
	background-color: #FFF;
	color: #535353;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}
#arrival_year, #departure_year {
	border: 1px solid #ae843b;
	height: 26px;
	background-color: #FFF;
	color: #535353;
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
}
p {
	margin-top: 10px;
}
.border {
	border-color: #DBDBDB #DBDBDB #DBDBDB;
	border-style:solid; border-width: 1px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px #DBDBDB;
	-webkit-box-shadow: 0px 1px 3px #DBDBDB;
	-moz-box-shadow: 0px 1px 3px #DBDBDB;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#DBDBDB, offX=5, offY=5, positive=true);
	padding: 0px;
}
