@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-width:1000px;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #D91F26;
}
#Top {
	height: 82px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
}
#Top #InTop {
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#Top #Shad {
	background-image: url(images/shad.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}
#Top #InTop #InInTop {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}
#Top #InTop #InInTop #Navi {
	float: right;
	height: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEDED;
}
#Top #InTop #InInTop #Navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Top #InTop #InInTop #Navi ul li {
	float: left;
	display: block;
}
#Top #InTop #InInTop #Navi ul li a {
	line-height: 75px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEDED;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
#Top #InTop #InInTop #Navi ul li a:hover {
	background-color: #EDEDED;
}
#Top #InTop #InInTop #Navi ul li #Current {
	background-color: #D91F26;
	color: #FFF;
}
#Splash {
	height: 350px;
	width: 100%;
	background-image: url(images/bk.png);
	z-index: 1;
	position: relative;
	background-repeat: repeat-x;
}
#Splash #InSplash h1 {
	font-size: 60px;
	padding-top: 45px;
	color: #FFF;
	letter-spacing: -2px;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 45px;
}
#Splash #InSplash h2 {
	font-size: 40px;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #336699;
}
.splashdesc {
	width: 500px;
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
	padding-bottom: 20px;
}
#Splash #InSplash #HomeBtn a {
	display: block;
	width: 200px;
	height: 55px;
	background-color: #336699;
	line-height: 55px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#Splash #InSplash #HomeBtn a:hover {
	background-color: #D91F26;
}
#Splash2 {
	height: 350px;
	width: 100%;
	background-image: url(images/bk.png);
	z-index: 1;
	position: relative;
	background-repeat: repeat-x;
}
#Splash1 {
	height: 350px;
	width: 100%;
	z-index: 1;
	position: relative;
}
#InSplash {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	z-index: -2;
}
#InSplash #Slider {
	height: 350px;
	width: 480px;
	float: right;
	z-index: -1;
}
#Main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#Main h2 {
	font-size: 28px;
	color: #336699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#Content h1 {
	font-size: 28px;
	color: #336699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#Main #HomeHead {
	text-align: center;
	color: #606060;
	font-size: 18px;
	font-weight: bold;
}
#Main #HomeHead h1 {
	font-size: 40px;
	color: #336699;
	margin: 0px;
	padding: 0px;
}
#Main #Home1 {
	height: 259px;
	padding-top: 25px;
}
.box1 {
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 259px;
	width: 320px;
	margin-right: 20px;
	float: left;
}
.box2 {
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	height: 259px;
	width: 320px;
	margin-right: 20px;
	float: left;
}
.box3 {
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	height: 259px;
	width: 320px;
	float: left;
}
.boxhead {
	text-align: center;
	padding-top: 140px;
	font-weight: bold;
	color: #336699;
	font-size: 22px;
}
.boxdesc {
	font-size: 15px;
	line-height: 22px;
	color: #999;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#Main #Home2 {
	padding-top: 30px;
}
#PopDest {
	background-color: #EDEDED;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.popdestlist {
	width: 182px;
	border: 1px solid #EDEDED;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
.popspace {
	float: left;
	height: 300px;
	width: 20px;
}
.poptitle {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	padding: 10px;
}
.poptitle a {
	color: #336699;
	text-decoration: none;
}
.poptitle a:hover {
	color: #D91F26;
}
.popdesc {
	color: #999;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	height: 70px;
}
.poplink {
	height: 45px;
}
.clear {
	clear: both;
}
.poplink a {
	line-height: 45px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 45px;
	width: 182px;
	display: block;
	background-color: #336699;
	font-size: 16px;
	font-weight: bold;
}
.poplink a:hover {
	background-color: #D91F26;
}
#Main #Main3 {
	padding-top: 30px;
}
#Left {
	float: left;
	width: 660px;
	padding-right: 40px;
}
#Left p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-align: justify;
}
#Left2 {
	float: left;
	width: 700px;
	padding-right: 40px;
}
#Left2 p {
	font-size: 14px;
	color: #666;
	
	text-align: justify;
}
#Right {
	float: left;
	width: 300px;
}
.popholist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 150px;
}
.popthumb {
	float: left;
	margin-right: 10px;
}
.pophotitle {
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	float: left;
	width: 345px;
}
.popholist .pophotitle a {
	color: #336699;
	text-decoration: none;
}
.popholist .pophotitle a:hover {
	color: #D91F26;
}
.pophoprice {
	color: #999999;
	float: left;
	width: 345px;
}
.pophoprice2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #D91F26;
}
.pophodesc {
	float: left;
	width: 467px;
	line-height: 20px;
	color: #999;
	padding-top: 10px;
}
.newsdesc {
	line-height: 20px;
	color: #999;
	padding-bottom: 20px;
}
.pophodesc2 {
	float: left;
	width: 467px;
	line-height: 20px;
	color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EDEDED;
	padding-top: 10px;
}
.star {
	background-image: url(images/5star.png);
	background-repeat: no-repeat;
	float: right;
	width: 114px;
	height: 25px;
}
#HomeNews {
	margin-bottom: 30px;
}
#HomeNews ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#HomeNews ul li a {
	color: #D91F26;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	font-size: 15px;
	font-weight: bold;
}
#HomeNews ul li a:hover {
	color: #336699;
}
.tick {
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 47px;
	line-height: 47px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
}
#Logos {
	padding-top: 30px;
	text-align: center;
}
#Subscribe {
	padding-top: 10px;
}
#Subscribe #SubBox {
	background-color: #D91F26;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	height: 44px;
	line-height: 44px;
}
#SideAd {
	height: 250px;
	margin-bottom: 30px;
}
#SideAd2 {
	height: 250px;
}
#SideAd3 {
	height: 265px;
	margin-bottom: 30px;
}
#Bottom {
	background-color: #EDEDED;
	margin-top: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#Bottom #InBtm {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Bottom #InBtm #Links a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.sociallinks {
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
#Copyright {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #999;
	text-align: center;
}
#Signup {
	float: right;
}
.signbtn {
	background-color: #336699;
	height: 40px;
	width: 40px;
	border: 1px solid #336699;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.signtxt {
	background-color: #FFF;
	height: 40px;
	width: 250px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#Search {
	height: 252px;
	width: 472px;
	padding-top: 18px;
	padding-left: 18px;
	background-color: #336699;
	position: absolute;
	margin-top: 38px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
}
.searchheader {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 20px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	line-height: 28px;
}
#VidNavi a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #336699;
	display: block;
	height: 40px;
	width: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
#VidNavi a:hover {
	background-color: #D91F26;
}
#NewsList a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #25C5FB;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
}
#NewsList a:hover {
	color: #336699;
}
.otherbutton a {
	display: block;
	width: 150px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	background-color: #336699;
}
.otherbutton a:hover {
	color: #FFF;
	background-color: #D91F26;
	text-decoration: none;
}
.formtxt {
	font-family: 'Roboto', sans-serif;
	width: 500px;
	font-size: 18px;
	height: 40px;
	color: #333333;
	background-color: #F9F9F9;
	margin-bottom: 5px;
}
.formdesc {
	padding-top: 10px;
}
#SearchCon {
	margin-right: 20px;
	text-align: center;
}
.sky {
	background-image: url(images/sky.png);
	background-repeat: repeat-x;
}
.road {
	background-image: url(images/road.png);
	background-repeat: repeat;
}
.cruisebox {
	margin-right: 5px;
	margin-left: 5px;
}
.cruisebox a {
	color: #FFF;
	text-decoration: underline;
}
select {
	font-size: 16px;
}
#Main #Main3 #Right h2 {
	color: #336699;
	font-size: 25px;
}
#FlightSearch {
	background-color: #60C5FC;
	background-image: url(images/sky.png);
	background-repeat: repeat-x;
	background-position: top;
}

.splashdesc {
	width: 500px;
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 25px;
	padding-bottom: 20px;
}

#HomeBtn a {
	display: block;
	width: 200px;
	height: 55px;
	background-color: #336699;
	line-height: 55px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#HomeBtn a:hover {
	background-color: #D91F26;
	}
#hdmain {
    font-size: 60px;
    font-weight: bold;
	padding-top: 5px;
	color: #FFF;
	letter-spacing: -2px;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 45px;
}
#hdmain2 {
    font-size: 40px;
    font-weight: bold;
	padding-top: 5px;
	color: #efaf0b;
	letter-spacing: -2px;
	display: block;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	line-height: 45px;
}
#HomeBtn2 a {
	display: block;
	border-radius: 6px;
	width: 180px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
	margin-top: 10px;
	background-color: #1f579a;
	font-weight: 700;
}
#HomeBtn2 a:hover {
	background-color: #D91F26;
	}