<style>
* {
	padding: 0;
	margin: 0;	
}
ul {
	list-style: none;
}
body {

}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .4em;
	color: #CECFC6;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
/* ========Wrap==========*/
#wrap {
	width: 1000px;
	margin: 0 auto;
}

/* ========Header==========*/
#header {
	width: 100%;
	height: 100px;
	position: relative;
	padding-top: 20px;
}
#nav {
	width: 420px;
	position: absolute;
	right: 20px;
	top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	z-index: 10;*/
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	float: left;
	padding-right: 10px;
	width: 125px;
	text-align: center;
}
#nav #mm_home {
	width: 90px;
}
#nav #mm_gal {
	width: 80px;
}
#nav #mm_deals {}
#nav #mm_about {	
	width: 80px;
}
#nav #mm_contact {	
	width: 80px;
}

#nav ul li a:link , #nav ul li a:visited{
	text-decoration: none;
	padding: 10px;
	display: block;
	color: #B6B9A5;
}
#nav ul li a:hover , #nav ul li a:active{
	color: #515436;
}
#nav li.subNav ul {
	display: none;
	background-color: #D2D4CB;
	height: 327px;
	width: 313px;
	border-radius: 8px;
}
/*#nav li.subNav:hover ul {
}*/
#nav li.subNav ul li {
	text-align: left;
	width: 300px;
	padding: 7px;
}
#nav li.subNav ul li a {
	height: 75px;	
	border-radius: 8px;
}
#nav li.subNav ul li span {
	width: 160px;
	margin-left: 130px;
	display: block;
}
#nav li.subNav ul li#deal1 a {
	background: url(../galapagos/images/sprite.jpg) no-repeat -250px top;
}

#nav li.subNav ul li#deal2 a {
	background: url(../galapagos/images/sprite.jpg) no-repeat -250px -95px;
}
#nav li.subNav ul li#deal3 a {
	background: url(../galapagos/images/sprite.jpg) no-repeat -250px -190px;
}
.current { display: none;}
.clear { clear: both; }

/* ========Content==========*/
#content div {
	margin: 20px auto;
}
#mainBanner {
	width: 950px;
	height: 340px;
	position: relative;
}
#mainBanner ul {
	float: left;
}
#slide_thumb {
	border: 2px solid #CECFC6;
	background-color: #CECFC6;
}
#slide_thumb li {
	width: 250px;
	height: 80px;
	margin-bottom: 5px;
	position: relative;
}
#slide_thumb li#thumb_sp1 {
	background: url(images/sprite.jpg) no-repeat left 0px;
}
#slide_thumb li#thumb_sp2 {
	background: url(images/sprite.jpg) no-repeat left -85px;
}
#slide_thumb li#thumb_sp3 {
	background: url(images/sprite.jpg) no-repeat left -170px;
}
#slide_thumb li#thumb_sp4 {
	background: url(images/sprite.jpg) no-repeat left -255px;
}
#slide_thumb li a {
	width: 250px;
	height: 80px;
	text-decoration: none;
	position: absolute;
}
.thumb_op {
	background: url(images/thumb_bg.png) no-repeat;
}
.clicked {
	font-weight: bold;
	cursor: default;
}
#slide_thumb a span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	height: 43px;
	width: 239px;
}
#thumb_sp1 span {
	text-align: right;
	color: #635A57;
	position: absolute;
	top: 43px;
	left: -12px;
}
#thumb_sp2 span {
	text-align: right;
	color: #F7E9CC;
	top: 36px;
	left: -105px;
}
#thumb_sp3 span {
	text-align: right;
	color: #CE874D;
	top: 24px;
	left: 2px;
}
#thumb_sp4 span {
	text-align: right;
	color: #E0DBBE;
	top: 10px;
	left: 4px;
}
#slide_img li {
	width: 700px;
	height: 340px;
	position: absolute;
	border: 2px solid #cecfc6;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px
}
#slide_img li img {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px
}
#slide_img .caption {
	position: absolute;
	text-align: center;
	height: 80px;
	width: 200px;
	bottom: -18px;
	right: 20px;
}
.caption h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}
.book {
	display:block;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
}
#special1 {
	color: #2C5476;
}
#special1 .caption a:link, #special1 .caption a:visited{
	border: 1px solid #31658B;
	background-color: #7C93A1;
	color: #315162;
}
#special1 .caption a:hover, #special1 .caption a:active{
	background-color: #678292;
	color: #253E4B;
}
#special2 {
	color: #F7E9CC;
}
#special2 .caption a:link, #special2 .caption a:visited{
	border: 1px solid #DD9210;
	background-color: #917E5D;
	color: #DD9210;
}
#special2 .caption a:hover, #special2 .caption a:active{
	background-color: #917E5D;
	color: #CC8413;
}
#special3 {
	color: #DB3C1B;
}
#special3 .caption a:link, #special3 .caption a:visited{
	border: 1px solid #DB3C1B;
	background-color: #F4CFBF;
	color: #DB3C1B;
}
#special3 .caption a:hover, #special3 .caption a:active{
	background-color: #678292;
	color: #DB3C1B;
}
#special4 {
	color: #4C731D;
}
#special4 .caption a:link, #special4 .caption a:visited{
	border: 1px solid #4C731D;
	background-color: #D9D0C1;
	color: #4C731D;
}
#special4 .caption a:hover, #special4 .caption a:active{
	background-color: #678292;
	color: #253E4B;
}

#travelSpecials {
	width: 940px;
}
#travelSpecials ul {
	margin-top: 30px;
}
#travelSpecials ul li {
	float: left;
	width: 280px;
	margin: 15px;
	border: 1px solid #4C731D;
	background-color: #D9D0C1;
	color: #4C731D;
	display:block;
	text-align: center;
	font-size: 1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-radius: 5px;
}
#travelSpecials ul li a:link, #travelSpecials ul li a:visited {
	text-decoration: underline;
	color: #4C731D;
}
#travelSpecials ul li a:hover, #travelSpecials ul li a:active {
	color: #314B12;
}
#travelSpecials li h3 {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 10px;
}
#travelSpecials li p {
	padding: 10px;;
}

/* ========Footer==========*/
#footer {
	width: 100%;
	height: 220px;
	margin-top: 5px;
	color: #E0E0E0;
	clear: both;
	background-image: url(../galapagos/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
#footer p {
	width: 50%;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}
</style>
