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

body {
    font: 12px Arial, sans-serif;
    color: #353329;
	background: #69b9fe url(../images/bg-home.jpg) no-repeat 50% 0;
	margin:0 auto;
}

/*Text Styles*/

h2 {
	font-size: 36px;
	margin: 0 0 12px 2px;
	color: #1a2e47;
	line-height: 1;
}

h3 {
	font-size: 21px;
	margin: 0 0 6px 1px;
	color: #1a2e47;
	line-height: 1.2;
	text-transform: uppercase;
}

h4 {
	font-size: 21px;
	margin: 0 0 6px 1px;
	color: #1a2e47;
	line-height: 1.2;
	text-transform: uppercase;
}

p {
	line-height: 18px;
	margin: 0 0 18px;
}

a {
	color: #a02422;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

sup {
	font-size: 11px;
	line-height: 0;
}

/* HOME PAGE */

#page {
	position: relative;
	width: 1024px;
	height: 800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	display: none;
}

#boxes {
    position: relative;
	width: 985px;
	margin: 502px auto 0;
	clear: both;
}

#boxes:after {
	content: ".";
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	display: block;
}

.box {
	float: left;
	width: 203px;
	height: 227px;
	padding: 0 3px 0 0;
	margin: 0 7px 0 0;
	background: url(../img/bg-box.png) no-repeat;
	text-align: center;
}

.box p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.lastBox {
    float: left;
	width: 318px;
	height: 229px;
	margin: 0;
	padding: 0;
}

#videoPlayer {
	width: 318px;
	height: 227px;
	padding:  1px 0 0 1px;
	background: url(../img/bg-video-player-002.png) no-repeat;
}

#playVideo {
    display: block;
	width: 315px;
	height: 227px;
	
}

#currentTourCity {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

#footer {
	width: 985px;
	margin: 25px auto 5px;
	clear: both;
	text-align: center;
}

#footer p {
    position: relative;
    float: left;
    display: inline;
    font-size: 11px;
    line-height: 1.1;
}

#footer #cycle {
	width: 78px;
	height: 27px;
	margin-right: 44px;
	overflow: hidden;
}

#footer img {
	margin-right: 44px;
	background: no-repeat;
}
#footer #cycle img {
	margin: 0;
}


#footer a {
	text-decoration: none;
}

#theFinePrint {
    width: 960px;
	float: none;
	clear: both;
	text-align: center;
	margin: 0 auto;
    font-size: 11px;
    line-height: 1.1;
}

#tooltip{
	font-size:13px;
	position:absolute;
	border:1px solid #333;
	background-image:url(../images/80.png);
	padding:5px 5px;
	color:#fff;
	display:none;
	z-index:500000;
	}	