@charset "utf-8";
/* CSS Document */
html{
	overflow-y: scroll;
}
body{
	background: #31342F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
a img{
	border: none;
}
.image_replace *{
	display: none;
}
a.fill{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
.site_center{
	width: 965px;
	position: relative;
	margin: auto;
}
.clear{
	clear: both;
}
.right{
	float: right;
}
.left{
	float: left;
}
a {
	color: #78B1CB;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.emphasis{
	font-weight: bold;
}
.spacer{
	height: 20px;
}
span.red_bullet{
	width: 10px;
	height: 10px;
	background: #C0000F;
	float: left;
	margin: 3px 5px 0px 0px;
	display: block;
}
/* Columns */
.stripe_hr{
	background-image: url(../img/stripe.png);
	height: 8px;
	width: 100%;
}
.blue{
	background-color: #41B2FF;
	margin: 0px 0px 5px;
}
#call{
	width: 248px;
	height: 72px;
	background-image: url(../img/call.png);
}
.col_left{
	float: left;
	width: 642px;
	position: relative;
}
.col_right{
	float: right;
	width: 250px;
	position: relative;
}
/* End Columns */

/* Header */
#header{
	height: 60px;
	z-index: 10;
}
#header #logo{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 222px;
	height: 27px;
	background: url(../img/vision_holidays_logo.png) no-repeat;
}
#header #home_btn{
	position: absolute;
	bottom: 7px;
	right: 310px;
	width: 39px;
	height: 22px;
	background: url(../img/home_btn.png) no-repeat;
}

div#nav_tours{
	background: url(../img/tours.png) no-repeat center left;
	position: absolute;
	top: 16px;
	left: 585px;
	height: 20px;
	width: 44px;
	cursor: pointer;
	z-index: 10;
}

	/* Navigation */
	ul#navigation{
		height: 15px;
		width: 320px;
		position: absolute;
		bottom: 10px;
		right: 0px;
		margin: 0px;
	}
	ul#navigation li{
		display: block;
		height: 15px;
		margin-left: 20px;
		list-style: none;
		float: left;
	}
	li#tours{
		background: url(../img/tours.png);
		width: 44px;
	}
	li#expand{
		background-image: url(../img/down_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 10px;
		margin-left: 5px !important;
	}
	li#expand.up{
		background: url(../img/up_arrow.png) center no-repeat;
	}
	li#vision_airlines{
		background: url(../img/vision_airlines.png);
		width: 99px;
	}
	li#help{
		background:url(../img/help.png);
		width: 32px;
	}
	li#login{
		background: url(../img/login.png);
		width: 40px;
	}
	/* End Navigation */
	/* Tour Navigation */
	.white_box{
		width: 100%;
		background: #20221F;
		padding: 10px 0px;
	}
	.region_nav .title{
		margin-bottom: 10px;
		padding-left: 2px;
		color: #FFFFFF;
		font-size: 16px;
		text-transform: capitalize;
		font-weight: bold;
		position: relative;
	}
	.region_nav .title a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.region_nav .title .stripes{
		width: 50px;
		height: 100%;
		top: 0px;
		right: 0px;
		background: url(../img/white_stripe.png) repeat;
		position: absolute;
	}
	.location_nav{
		width: 23%;
		margin: 0px 0 0px 1.6%;
		float: left;
		min-height: 50px;
		padding: 0px;
	}
	.location_nav .title{
		color: #FFF;
		font-size: 14px;
		font-weight: normal;
		margin: 0px 0px 5px;
	}
	.location_nav .title .stripes{
		width: 50px;
	}
	.tour_nav .title{
		background-color: transparent;
		margin-left: 5px;
	}
	.tour_nav .title a{
		color: #FFF;
		text-decoration: none;
	}
	.tour_nav .title a:hover{
		text-decoration: underline;
	}
	/* End Tour Navigation */
#header #register{
	position: absolute;
	top: 15px;
	right: 8px;
	background: url(../img/register.png);
	width: 41px;
	height: 14px;
}
/* End Header */

/* Flash Banner */
#flash_bar{
	width: 100%;
	background: #13180F;
	padding: 5px 0px;
}
/* End Flash Banner */

/* Content */
#content{
	margin-top: 15px;
	background-color: #FFF;
	position: relative;
}
#content .sub_container{
	margin: 0px 17px 0px 48px;
	padding: 17px 0px;
	position: relative;
}
#content .stripes, #footer .stripes{
	width: 35px;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../img/stripe.png) repeat;
	position: absolute;
}
/* End Content */

/* Tables */
table tr td {
	background: #fff;
	padding: 4px;
	vertical-align: top;
}
tr.odd td{
	background: #E5E5E5;
}
table ul{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
table li{
	margin: 0px;
	padding: 0px;
}
/* End Tables */

/* Footer */

#footer{
	background: #20221F;
}
#footer .list .list_heading{
	display: none;
}
#footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer ul a{
	color: #9D9D9D;
	text-decoration: none;
}
#footer ul a:hover{
	text-decoration: underline;
}
#footer .list{
	background-repeat: no-repeat;
	background-position: top center;
	width: 180px;
	min-height: 145px;
	padding: 30px 10px 0px;
	float: left;
	margin: 0px 10px;
}
#footer #inner_footer{
	padding: 20px 20px 20px 50px;
	clear: both;
	position: relative;
}
#footer .list.site{
	background-image: url(../img/site_list_bg.png);
}
#footer .list.company{
	background-image: url(../img/company_list_bg.png);
}
#subfooter{
	font-size: 11px;
	color: #777;
	background: #13180F;
	padding: 15px 0px;
}
#subfooter div{
	margin: 0px 0px 15px 50px;
}
#subfooter .links{
	list-style: none;
	padding: 0px;
	margin: 0px 10px;
	float: right;
	font-size: 11px;
	font-weight: bold;
}
#subfooter .links li{
	float: left;
	margin: 0px 20px;
}
.links a{
	color: #747474;
	text-decoration: none;
}

/* End Footer */
#bread_crumbs{
	padding: 0px 10px 10px;
	font-weight: bold;
}
#bread_crumbs a{
	color: #41B2FF;
	text-decoration: none;
}
#bread_crumbs a:hover{
	text-decoration: underline;
}
/* Editorial */
#editorial{
	margin: 20px 30px;
	position: relative;
}
.editorial_item{
	clear: both;
	margin: 5px;
}
.editorial_item .heading{
	padding-top: 30px;
}
.editorial_item.odd .image{
	float: left;
	margin: 10px;
}
.editorial_item.even .image{
	float: right;
	margin: 10px;
}
/* End Editorial */

/* Forms */
input.text, select.text{
	border: 1px solid #666;
	font-size: 16px;
}
input.img_submit.reserve_tour{
	width: 171px;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent  url(../img/reserve_tour_btn.png) no-repeat center top;
	cursor: pointer;
}
input.img_submit.continue{
	width: 127px;
	height: 29px;
	margin: 10px 0px 0px 110px;
	padding: 0;
	border: 0;
	background: transparent  url(../img/continue_btn.png) no-repeat center top;
	cursor: pointer;
}
/* End Forms*/
#flashMessage{
	margin:10px;
	color: #CC0000;
	font-weight: bold;
}