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

* {margin: 0; padding: 0;}

body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #F2F3F4;
	text-align: center;
}

.clear {clear: both;}

/* --------------------------------
			Links
-------------------------------- */
a {color: #000;}
a:hover {text-decoration: none;}


/* --------------------------------
			Headers
-------------------------------- */
h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", Times, serif;}
h2, h3, h4, h5, h6, p {padding: 8px 0;}

h1 {
	color: #003D7E;
	font-size: 250%;
	font-weight: normal;
	padding: 0 0 20px 0;
}
h3 {
	color: #003D7E;
	font-size: 220%;
	font-weight: normal;
}
	
h5 {
	font-size: 110%;
	font-weight: bold;
}
	h5.h5-TagLine {margin: -25px 0 16px 0;}
	
h6 {
	font-size: 100%;
	font-weight: bold;
}
	h6.h6-TagLine {
		margin: -15px 0 0 0;
		font-weight: normal;
	}

/* --------------------------------
			HR
-------------------------------- */
hr {
	border-top: 1px solid #E9EBED;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 20px 0;
}

.hr-Shaddow {
	border: none;
	background: url('../graphics/website/hr-shaddow.png') no-repeat left top;
	height: 21px;
	margin: 30px 0 20px -30px;
	padding: 0 !important;
}

/* --------------------------------
			Wrappers
-------------------------------- */
#Wrapper-Top {
	margin: 0 auto;
	padding: 0;
	width: 958px;
	text-align: left;
	background: url('../graphics/website/bg-shaddow.png') repeat-y;
}

#Wrapper-Bottom {
	margin: 0 auto;
	padding: 0;
	width: 958px;
	text-align: left;
}


/* --------------------------------
			Containers
-------------------------------- */
#Container-Top {
	margin: 0 4px;
	background: url('../graphics/website/header-bg.gif') repeat-x;
	min-height: 168px;
}

#Container-Middle {
	padding: 0 4px;
}

#Container-Bottom {
	background: #F2F3F4 url('../graphics/website/bg-shaddow-bottom.png') no-repeat center top;
	height: 9px;
}

/* --------------------------------
			Header
-------------------------------- */
#Header {
	text-align: right;
}
	#Header h4 {
		padding: 20px 30px 20px 20px;
		font-size: 120%;
		color: #C00;
	}
	#Header h4 span {
		font-size: 180%;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}
	#Header p {
		padding: 20px 30px 0 0;
	}
	#Header p a {
		color: #333;
	}
	#Header p a:hover {
		text-decoration: none;
	}
	
	#Logo {
		float: left;
		margin: 13px 0 0 50px;
	}

/* --------------------------------
			Navigation
-------------------------------- */
#Nav {
	position: relative;
	bottom: -20px;
	width: 898px;
	height: 39px;
	padding: 0 2px;
	background: url('../graphics/website/nav-bg.gif') no-repeat 0 0;
	margin: 0 auto;
}
	#Nav ul {
		list-style: none;
	}
		#Nav ul li {
			float: left;
		}
			#Nav ul li a {
				float: left;
				display: block;
				padding: 0 19px;
				color: #003467;
				font-size: 110%;
				font-weight: bold;
				text-decoration: none;
				line-height: 39px;
				height: 39px;
			}
			#Nav ul li a:hover {
				background: url('../graphics/website/nav-bg.gif') no-repeat 0 -39px;
			}
			#Nav ul li a:active {
				background: url('../graphics/website/nav-bg.gif') no-repeat 0 -39px;
				line-height: 37px;
				height: 37px;
				padding-top: 2px;
			}

/* --------------------------------
			Content
-------------------------------- */
#Content-BG {
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-top: 50px;
}

#Content-Header {
	padding: 0 40px 0 40px;
	height: 400px;
	color: #FFF;
	font-size: 450%;
	text-shadow: #000 1px 1px 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Content {
	margin-right: 315px;
	padding: 0 30px 30px 30px;
}
/* ------------------------------------------
			Content - Front Page
------------------------------------------ */
#Content-BG.FrontPage {background:url('../graphics/banners/front-page.jpg') no-repeat center top}

#Content-Header.FrontPage {
		font-size: 300%;
		height: 450px;
	}
	#Content-Header.FrontPage span {
		font-size: 35%;
		text-shadow: none;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	
#Content-Adverts.FrontPage {
	height: 330px;
	margin: 0 20px;
}
	#Content-Adverts.FrontPage div {
		background: url('../graphics/website/box-advert.png');
		width: 280px;
		height: 310px;
		padding: 8px 10px 10px 8px;
		float: left;
		text-align: left;
	}
	#Content-Adverts.FrontPage div.Middle {margin: 0 8px;}
		#Content-Adverts.FrontPage div h3 {
			font-size: 230%;
			margin: 0 10px;
			padding-bottom: 0;
			color: #C00;
			font-weight: normal;
		}
		#Content-Adverts.FrontPage div p {
			margin: 0 10px;
			color: #666;
		}

#Content.FrontPage {
	margin-right: 315px;
	padding: 0 30px;
	background: url('../graphics/website/content-shaddow-bg.png') repeat-y right top;
}
#Content-ShadowTop {
	background: url('../graphics/website/content-shaddow-top.png') no-repeat right top;
	height: 51px;
	margin: 0 -30px;
}
#Content-ShadowFooter {
	background: url('../graphics/website/content-shaddow-bottom.png') no-repeat right top;
	height: 51px;
	margin: 0 -30px;
}

/* --------------------------------
			Sidebar
-------------------------------- */
#Sidebar {
	float: right;
	width: 315px;
	padding: 0px;
}

	#Sidebar p {padding: 12px 0;}
	#Sidebar hr {margin: 12px 0;}

	#Sidebar #Circle-Small {
		margin: -130px auto -40px auto;
		position: relative;
		z-index: 2;
		width: 150px;
		height: 150px;
		padding: 40px 20px 0 20px;
		background: url('../graphics/website/circle-small.png') no-repeat 0 0;
		font-size: 160%;
		color: #FFF;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#Sidebar #Circle-Small span {font-size: 200%;}
	#Sidebar #Circle-Small p {padding: 0;}

.Box-Shaddow {
	width: 298px;
	margin: 0 0 20px 0;
}
	.Box-Shaddow .Box-ShaddowTop {
		height: 10px;
		background:url('../graphics/website/box-shaddow-top.png') no-repeat center top;
	}
	.Box-Shaddow .Box-ShaddowMiddle {
		padding: 20px 30px;
		background: url('../graphics/website/box-shaddow-bg.png') repeat-y;
	}
	.Box-Shaddow .Box-ShaddowBottom {
		height: 10px;
		background:url('../graphics/website/box-shaddow-bottom.png') no-repeat center bottom;
	}

.Box-Shaddow-Blue {
	width: 238px;
	height: 148px;
	margin: 0 0 20px 0;
	background:url('../graphics/website/box-shaddow-blue.png') no-repeat;
	padding: 30px;
	color: #FFF;
	font-size: 250%;
}
	.Box-Shaddow-Blue h4 {
		color: #FFF;
		font-weight: normal;
		padding-top: 0;
	}
	.Box-Shaddow-Blue span {font-size: 50%;}
	

	#Sidebar .VoyagesLogo {
		text-align: center;
		margin: 20px 0;
	}
/* ------------------------------------------------
			Sidebar - Front Page
------------------------------------------------ */
#Sidebar.FrontPage {
	float: right;
	width: 255px;
	padding: 30px;
}

	#Sidebar.FrontPage h4 {
		font-size: 200%;
		font-weight: normal;
		color: #000;
		padding-top: 0;
	}
	#Sidebar.FrontPage hr {
		margin: 30px 0;
	}

	#Sidebar.FrontPage .Box-Quote {
		background: url('../graphics/website/quote-bg.gif') no-repeat 0 0;
		padding: 50px 0 0 10px;
		margin-left: -10px;
	}
		#Sidebar.FrontPage .Box-Quote span {
			font-size: 140%;
			color: #003D7E;
		}

/* --------------------------------
			Footer
-------------------------------- */
#Footer {
	margin: 30px 0;
}

#Footer a {color: #333;}
#Footer a:hover {text-decoration: none;}

	#Footer div {
		float: left;
		width: 260px;
		padding: 0 0 0 40px;
	}
	#Footer h6 {
		font-size: 110%;
		color: #000;
	}
	#Footer div ul {
		list-style: none;
		margin-top: 8px;
	}
	#Footer div ul li {
		padding: 5px;
		float: left;
		width: 45%;
	}
	#Footer div ul li a {
		color: #333;
	}
	#Footer div ul li a:hover {
		text-decoration: none;
	}
	
	#Footer .Left {
		border-right: 1px solid #CCC;
	}
	#Footer .Right {
		border-left: 1px solid #CCC;
	}
	#Footer .Right span {
		display: block;
		float: right;
		width: 180px;
	}
	#Footer .Middle {
		margin: 0 20px;
	}
	#Footer .Middle ul li {
		padding: 5px;
		float: none !important;
		width: auto;
	}
	
#Footer-Bottom {
	padding: 20px 0 0 0;
	font-size: 80%;
	color: #666;
	margin-bottom: 20px; 
}

/* --------------------------------
			Buttons
-------------------------------- */
.Button-ArrowLarge {
	display: block;
	width: 160px;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	color: #FFF;
	background: url('../graphics/website/buttons.png') no-repeat 0 0;
	text-decoration: none;
	font-weight: bold;
}
.Button-ArrowLarge:hover {
	background-position: 0 -28px;
}
.Button-ArrowLarge:active {
	background-position: 0 -56px;
	height: 26px;
	line-height: 26px;
	padding-top: 2px;
}

.Button-ArrowSmall {
	display: block;
	width: 90px;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	color: #FFF;
	background: url('../graphics/website/buttons.png') no-repeat 0 -84px;
	text-decoration: none;
	font-weight: bold;
}
.Button-ArrowSmall:hover {
	background-position: 0 -112px;
}
.Button-ArrowSmall:active {
	background-position: 0 -140px;
	height: 26px;
	line-height: 26px;
	padding-top: 2px;
}

/* --------------------------------
			Price Circles
-------------------------------- */
.PriceCircle-Large {
	display: block;
	float: right;
	width: 192px;
	height: 162px;
	background: url('../graphics/website/circle-large.png') no-repeat;
	font-size: 70%;
	padding: 30px 15px;
	text-align: center;
	font-weight: normal;
	text-shadow: none;
}
.PriceCircle-Large strong {
	font-size: 150%;
	font-weight: normal;
}


/*-------------------------------------
		Forms
-------------------------------------*/
form {margin: 20px 0;}
form label {
	width: 200px;
	display: block;
	float: left;	
	padding-top: 8px;
	font-weight: bold;
}	
form input,
form textarea {
	border: 1px solid #DDD;
	padding: 5px;
	width: 300px;
	font-family: inherit;
	font-size: inherit;
}		
form input:hover,
form textarea:hover {
	background: #FFC;
}
form input#button {
	font-family: inherit;
	border: none;
	display: block;
	cursor: pointer;
	width: 130px;
	height: 28px;
	padding: 0 0 3px 10px;
	color: #FFF;
	background: url('../graphics/website/buttons.png') no-repeat 0 -84px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 370px;
}
form input#button:hover {
	background-position: 0px -112px;
}
form input#button:active {
	line-height: 26px;
	padding-top: 2px;
	background-position: 0px -140px;
}
	
.message-red {
	color: #FFF;
	background: #C00;
	padding: 5px 10px;
	text-decoration: none;
	text-align: left;
}
.message-green {
	color: #FFF;
	background: #090;
	padding: 5px 10px;
	text-decoration: none;
	text-align: left;
}
/*-------------------------------------
		Error Box
-------------------------------------*/
#Error {
	border: 2px solid #F5F448;
	background: #FEFF99;
	padding: 10px;
	width: auto;
	margin: 0 auto 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: auto;
}
#Error h4 {
	color: #C00;
	font-size: 130%;
	margin: 0;
	font-weight: bold;
	padding: 0;
}
#Error p {margin: 5px 0 0 0; padding: 0;}
#Error div {
	float: right;
	width: 350px;
	margin: 0 0 0 20px;
	text-align: right;
}


/* --------------------------------
			Content Styles
-------------------------------- */
.txt-Bold {font-weight: bold;}

.txt-Bold-Red {
	font-weight: bold;
	color: #C00;
	text-align: center;
	font-size: 110%;
}

div.txt-Img-Right {
	float: right;
	width: 250px;
	margin: 10px 0 5px 20px;
}
	div.txt-Img-Right img {margin-bottom: 5px;}
	
img.txt-Img-Right {
	float: right;
	margin: 20px 0 10px 20px;
}
	
.txt-Margin-Top-0 {padding-top: 0; margin-top: 0;}

.txt-List-Margin-Bottom {
	margin: 0 0 20px 20px; 
}

.txt-List-Spaced  {
	margin: 0 0 20px 20px; 
}
	.txt-List-Spaced li {
		padding: 10px 0; 
	}


.txt-Table-Itinerary td {
	padding: 2px 0;
	border-bottom: 1px solid #CCC;
}

.txt-Table-Prices td {
	padding: 2px 0;
	border-bottom: 1px solid #E9EBED;
}
	td.txt-Table-Prices-Current {
		background: #F5F8FC;
		font-weight: bold;
	}

.txt-Price {
	color: #003D7E;
	font-size: 135%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	.txt-Price span {color: #C00;}
	
.txt-Small-Print {font-size: 80%;}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	.gallery {margin: 10px 0;}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		border: 2px solid #FFF;
	}
	.gallery ul a:hover img {
		border: 2px solid #003D7E;
	}