#nav ul {
	visibility:hidden;
	/*position: absolute;*/
	bottom: 0;
	height: 0;
	padding-bottom: 2px;
}

#nav li:hover ul, #nav a:hover ul {
	visibility: visible;
}

#nav ul li {
	float: none;
	background-color: #759abf;
	text-align: left;
	width: 200px;
}

#nav ul li a {
	color: #FFFFFF;
	background: none;
	height: 15px;
	width: 200px;
	padding: 3px;
}

#nav ul li a:hover {
	background-color: #e7eef4;
	color: #759abf;
	width: 194px;
	height: 15px;
}


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f2f5f8;
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #666666;
	padding: 25px 0;
}

h1, h2 {
	font-size: 20px;
	font-weight: normal;
	color: #759abf;
}

p {
	margin: 10px 0;
}

a img {
	border: none;
}

a, a:visited {
	text-decoration: none;
	color: #759abf;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

li {
	list-style: none;
}

#destinations li {
	list-style: disc;
	margin: 0 0 2px 20px;
	color: #666666;
}

#wrapper {
	position: relative;
	width: 750px;
	margin: 20px auto;
	background: url(../images/bg-wrapper.gif) repeat-y;
}

#header {
	width: 750px;
	height: 320px;
	background: url(../images/bg-header.gif) no-repeat;
}

#contact-header {
	position: absolute;
	right: 30px;
	top: 30px;
}

input {
	background: #dae5ef !important;
	border: none;
	color: #759abf;
}

strong {
	color: #F50000;
}

#nav {
	position: absolute;
	left: 20px;
	top: 121px;
}

#nav li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
}

#nav a {
	display: block;
	padding-top: 6px;
	width: 100px;
	height: 20px;
	text-decoration: none;
	color: #759abf;
	background: url(../images/bg-nav.gif) 100% 50% no-repeat;
}

#nav a.last {
	background: none;
}

#nav a:hover {
	background: #759abf;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	margin: 0 30px;
}

#hotDeals {
	float: right;
	width: 224px;
	margin-left: 20px;
}

.frame {
	width: 224px;
	height: 110px;
	background-color: #e9f0f6;
	margin-bottom: 10px;
}

.frame:hover {
	background-color: #dae5ef;
}


.frame h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	padding: 10px 0 0 10px;
}

.frame img {
	float: right;
	margin: 7px;
	border: 3px solid #dfe7f3;
}

.frame img:hover {
	border: 3px solid #B5C3CF;
}

.frame p {
	margin: 10px;
}

#leftImage {
	position: absolute;
	left: 10px;
	top: 160px;
}

#rightImage {
	position: absolute;
	right: 10px;
	top: 160px;
}

#footer {
	clear: both;
	width: 750px;
	height: 110px;
	background: url(../images/bg-footer.gif) no-repeat;
}

#footer ul {
	
	float: left;
	margin: 37px 15px 0 25px;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
}

.submit {
	font-size: 9px;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #82a5c7;
	border-bottom: 1px solid #82a5c7;
}

.price td, .price th {
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
}