@import reset.css;

html {
	margin-top: 0;
	text-align: left;
	}
body {
	background: #FFFFFF;
	margin: 0px auto;
	}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	width: 350px;
	display: block;
	margin-top: 16px;
	}
.contact_form {
	margin-top: 20px;
	}
#wrap {
	width: 930px;
	text-align: left;
	z-index: 0;
	margin: 35px auto;
	}
#footer {
	width: 930px;
	clear: both;
	font-family: Georgia;
	padding-top: 38px;
	font-size: 0.7em;
	color: #000000;
	}
#footer span a, #footer span a:link, #footer span a:visited, #footer span a:hover, #footer span a:active {
	font-family: Georgia;
	color: #000000;
	text-decoration: underline;
	}
.footer_left {
	float: left;
	}
.footer_right {
	float: right;
	}
#menu_container {
	height: 46px;
	}
#content {
	width: 930px;
	padding: none;
	margin: 0 0 0 0;
	}
.white_title {
	font-family: Arial;
	font-size: 1.2em;
	color: white;
	}
.white_text {
	font-family: Arial;
	font-size: 12px;
	color: white;
	line-height: 14px;
	display: block;
	}
.black_title {
	font-family: Arial;
	font-size: 1.2em;
	color: black;
	}
.black_text, .black_text a, .black_text a:link, .black_text a:visited, .black_text a:hover, .black_text a:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: black;
	line-height: 14px;
	display: block;
	}
.red_text, .red_text a, .red_text a:link, .red_text a:visited, .red_text a:hover, .red_text a:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: #CC3300;
	}

.package_label {
	font-family: Arial;
	font-size: 12px;
	color: black;
	display: block;
	width: 100%;
	text-align: right;
	height: 120px;
	}
.contact_label {
	font-family: Arial;
	font-size: 12px;
	color: black;
	display: block;
	width: 100%;
	text-align: right;
	height: 45px;
	}
.package_text {
	font-family: Arial;
	font-size: 12px;
	color: black;
	display: block;
	height: 120px;
	}
.thumb_underlay {
	margin: 0 0 0 0;
	padding: 0; 
	float: left;
	height: 64px;
	width: 63px;
	}
.thumb {
	height: 64px;
	width: 63px;
	background: #FFFFFF;
	display: block;
	cursor:pointer;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
	}
.thumb:hover {
	height: 64px;
	width: 63px;
	display: block;
	cursor:pointer;
	background: none;
	filter:alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity:0.0;
	}
.booking_date {
	width: 254px;
	height: 29px;
	border: 1px solid #D0D0D0;
	border-bottom: none;
	}
#dates_container {
	width: 537px;
	}
#right_dates {
	float: right;
	}
#left_dates {
	float: left;
	}
#phone_number {
	background: url(../img/contact_icon.gif) 3px left no-repeat;
	height: 25px;
	padding-left: 20px;
	}
#form {
	width: 490px;
	}
.form_label {
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	color: black;
	line-height: 8px;
	}
.form_content_r {
	color: #000000;
	float: right;
	margin-right: 3px;
	width: 223px;
	}
.form_textarea {
	color: #000000;
	float: right;
	margin-right: 3px;
	width: 225px;
	height: 91px;
	}
