@import url("base.css");

body {
	background: #0b2242 url(../images/background.jpg) repeat-x scroll;
}

#pageContainer {
	margin: auto;
	width: 950px;
}

#socialWrapper {
	float: right;
	color: #ffffff;
	font-size: 12px;
	margin-top: 10px;
}

#socialWrapper ul {
	padding-right: 5px;
	margin-bottom: 5px;
}

#socialWrapper ul li {
	background: url(../images/twitter_icon.jpg) no-repeat top right;
	padding-right: 25px;
}

#socialWrapper ul li a.social {
	display: block;
	float: right;
	width: 18px;
	height: 18px;
	margin-right: -25px;
}

#header {
	background: url(../images/header_bg.jpg) no-repeat scroll;
	height: 400px;
	width: 950px;
}

#headerContent {
	padding: 360px 48px 0;
}

#headerContent span.medium {
	font-size: 16px;
}

#middleSection {
	background: url(../images/middle_bg.jpg) repeat-x scroll;
	height: 39px;
	width: 950px;
	margin: 10px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

#middleContent {
	padding: 10px 0 0 25px;
}

#middleContent span.large {
	font-size: 18px;
}

#bottomContainer {
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#bottomWrapper {
	position: relative;
	padding: 25px;
}

#column {
	float: left;
	width: 274px;
	margin-right: 39px;
}

#column.three {
	margin-right: 0;
}

#vacaPhoto {
	margin: 15px 0;
	height: 187px;
	width: 274px;
}

#vacaPhoto.photo1 {
	background: url(../images/photo4.1.jpg) no-repeat scroll;
	width: 274px;
	height: 187px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#vacaPhoto.photo2 {
	background: url(../images/photo5.1.jpg) no-repeat scroll;
	width: 274px;
	height: 187px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#vacaPhoto.photo3 {
	background: url(../images/photo6.1.jpg) no-repeat scroll;
	width: 274px;
	height: 187px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.bold {
	font-weight: bold;
}

#availableContainer {
	margin-top: 15px;
	height: 39px;
	background-color: #ededed;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

#availableTitle {
	padding:  10px 0 0 18px;	
}

#availableTitle span.large {
	font-size: 18px;
}

#pricesTable {
	margin: 25px auto;
	width: 868px;
}

td {
	height: 25px;
}

#footerContainer {
	margin-top: 20px;
}

#footerContent {
	text-align: center;
	font-size: 11px;
	color: #254D88;
}

tr:nth-child(even) {
    background: #ededed;
}

#tour_movie_skin {
    background-image: url(../images/tour_movie_skin.jpg);
    background-repeat: no-repeat;
    width: 664px;
    height: 408px;
    margin: auto;
    padding-bottom: 15px;
}

#tour_movie_skin object {
    margin-left: 12px;
    margin-top: 11px;
    position: absolute;
}


