@charset "UTF-8";
body{
	color:#7A7A7A;
	font-size:62.5%;
	font-family:"Helvetica Neue",Helvetica,Arial,serif;

	background-image: url(http://www.cruisepilot.com.au/virginblue/img/bg.jpg);
	background-repeat: no-repeat;	
}

/** MAIN **/
#body-wrap{
	margin: 0;
	padding: 0;
}
#header{
	margin: 0;
	padding: 0;
	
	width: 960px;
	height: 150px;
}
#top-navigation{
	margin:20px 30px 0;
	padding:0;
	float:right;
}
	#top-navigation li{
		margin:0 10px 0 0;
		padding:0 10px 0 0;
		display:inline;
		text-transform:uppercase;
		border-right:1px solid #CCC;
	}
	#top-navigation li.last{
		margin:0;
		border-right:0px;
	}
#nav-wrap{
	margin: 0 0 -1px 15px;
	padding: 0;

	position: relative;

	float: left;
	height: 34px;
	
	font-size: 1em;
	
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	background-image: url(http://www.cruisepilot.com.au/virginblue/img/navbg.jpg);
	background-repeat: no-repeat;
}
	#nav, #nav ul, #nav li{
		margin:0;
		padding:0;
		
		list-style:none;
		
	}	
	#nav li{
		padding: 0 10px;
		
		float:left;
		display:inline;
		position:relative;
		line-height:35px;
		height:34px;
	}	
	#nav>li{
		text-transform: uppercase;	
	
		background-image: url(http://www.cruisepilot.com.au/virginblue/img/navbg.jpg);
		background-repeat: no-repeat;
		
		border-left: 1px solid #CCC;
	}
	#nav>li span{
		margin: 0 10px 0 0;
		
		float: right;
		
		font-weight: 900;
	}	
	#nav li.last{padding-right: 0!important;}
	
	#nav ul{
		position:absolute;
		left:-1px;
		top:27px;
		
		padding:5px 10px;
		width:180px;	
		background:#EEE;
		display:none;
		z-index:1000 !important;
		
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
	#nav ul>li{
		margin: 0;
		padding: 0;
		
		width: 180px;
		height: 25px;
		
		display: block;
		
		line-height: 25px;
		
		border-bottom: 1px dotted #CCC;
	}
	
	#nav ul li>ul{
		position: absolute;
		top: -5px;
		left: 180px;
	}
#nav a:link, #nav a:visited{
	color: #555;
	
	font-weight: 900;
	text-decoration: none;
}
#nav a:hover{
	color: #CC0000;
}
#nav a.selected{
	color: #CC0000;
}	
	#nav ul li a{
		display: block;
		
		font-size: 1.1em;
		font-weight: normal!important;
		text-transform: none;
	}
		
#container{
	margin: 0 0 20px;
	padding: 0;
	
	width: 960px;
}
#mainColumn{
	margin: 0 0 30px 15px;
	padding: 15px;
	
	float: left;
	
	width: 898px;
	
	background-color: #FFF;
	border: 1px solid #DDD;
}
#introSide{
	margin: 0 20px 0 0;
	padding: 0;

	clear: left;
	float: left;
	width: 265px;
}
#footer-wrap{
	margin: 0;
	padding: 0;
}

/** LINKS **/
a{text-decoration:none;font-weight:900;}
a:link{color:#CC0000;}
a:visited{color:#CC0000;}
a:hover{color:#222222;}

#top-navigation a{color:#222;}
#top-navigation a:visited{color:#222;}
#top-navigation a:hover{color:#CC0000;}

/** TYPOG **/
#mainColumn p{
	margin: 0 0 7px;
	
	color: #999;
	font-size: 1.4em;
	line-height: 1.3em;
}
.toggle, .sibling{
	margin: 0 0 15px;
	padding: 0;
	
	clear: left;
	float: left;
	
	font-size: 1.2em;
}
.call{
	margin: 14px 0 0;

	color: #CC0000!important;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.25px;
}
.click2call{
	margin: 0;
	padding: 10px;
	
	clear: left;
	float: left;	
		
	color: #F1F2F1!important;
	font-size: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.25px;
	
	background-color: #e14747;
	
	border: 1px solid #e40202;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	cursor: pointer;	
}
	.click2call:hover{
		color: #F1F2F1;
		background-color: #656565;
		border: 1px solid #999;	
	}
.pullquote{
	margin-right:20px;
	margin-bottom:5px;
	padding-right:20px;
		
	width:20%;
	float:left;

	color:#777;
	font-size:1.1em;
	font-style:italic;
	text-align:right;
	
	border-right:1px solid #ccc;		
}
.terms{
	color: #999;
	font-size: 1.2em;
	line-height: 1.1em;
}

/** DEAL BOXES **/
.images{
	margin: 0 0 0 20px;
	
	float: right;
	width: 300px;
	height: 20px;
}
	.images li{
		margin: 0 0 10px;
		border-bottom: 2px solid #CCC;
	}
	.images li:hover{border-bottom: 2px solid #222;}
	.images li.last{margin: 0;}
	
.info{
	margin: 0 0 120px;
	padding: 20px;
	
	clear: both;
	float: left;
	width: 538px;
	
	background-color: #F1F2F1;	
	border-bottom: 2px solid #CCC;
}
.deal p{
	margin: 0 0 7px;
	
	font-size: 1.4em;
	line-height: 1.3em;
}
.deal .alt{
	padding: 20px;

	float: left;
	display: block;	
	
	color: #F1F2F1;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -.8px;
		
	background-color: #77a2d3;
}
.deal .title{
	margin: 0 0 21px;
}
.deal .notify{
	margin: 21px 0 14px;
	padding: 20px 10px;
	
	color: #777;
	
	background-color:#FFFFCC;
	border:1px solid #ffff7a;
}

.info ul{
	margin: 0 0 0 10px;
	clear: left;
}
	.info ul li{
		margin: 0 0 7px;
		
		font-size: 1.4em;
		line-height: 1.3em;
		list-style: disc;
		list-style-position: inside;
	}

/** HEADINGS **/
h1{
	//margin: 0 1px 1px -10px;
	margin: 0 1px 1px 0;
	padding: 0 20px;

	float: left;

	color: #F1F2F1;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: -1.2px;
	
	background-color: #77a2d3;
}
h2{
	margin: 0 0 1px;
	padding: 0 20px;
	
	float: left;

	color: #F1F2F1;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: -1.2px;
	
	background-color: #db6060;
}
h3{
	//margin: 0 0 18px -30px;
	margin: 0 0 18px;
	padding: 20px 30px;
	
	float: left;
	display: block;
	
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -.5px;
	
	background-color: #818181;
}
	#sideColumn h3{
		margin: 0;
		padding: 8px;
		
		width: 195px;
	
		background-color: #EEE;
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
		#sideColumn h3.findacruise{
			background-image: url(/virginblue/img/ico-cruise.png);
			background-position: 170px 7px;
			background-repeat: no-repeat;
		}
			
		#sideColumn h3.findflights{
			margin: 0 0 20px;
		
			background-image: url(/virginblue/img/ico-fly.png);
			background-position: 170px 7px;
			background-repeat: no-repeat;
		}		
			#sideColumn h3 a{
				display: block !important;
				text-decoration: underline;
			}
			
		#sideColumn h3.whatsnew{	
			background-image: url(/virginblue/img/ico-rss.png);
			background-position: 170px 7px;
			background-repeat: no-repeat;
		}
		#sideColumn h3.social{	
			background-image: url(/virginblue/img/ico-social.png);
			background-position: 170px 7px;
			background-repeat: no-repeat;
		}
					
h4{
	margin: 7px 0 14px;
	padding: 10px;
	
	float: left;
	display: block;	
	
	color: #F1F2F1;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: normal;
	
	background-color: #db6060;
}

/** IMAGES **/
.img-headerphone{
	margin: 0 15px 0 0;
	float: right;
	clear: right;
}

/** SIDEBAR **/
#sideColumn{
	margin: 30px 0 30px 5px;
	padding: 0;
	
	clear: left;
	float:left;
	width: 225px;
}
#follow-us, #partnered-by{
	clear: both;
	float: left;
}
#follow-us{
	margin: 10px 5px;
}
#cruise-search, #whats-new{
	border: 1px solid #CCC;
	border-top: none!important;
}

/** RSS **/
#rssfeed ul{
	margin: 0;
	padding: 5px 0;
}

#rssfeed ul li{
	margin: 5px 0;
	font-size: 1.1em;
}
#rssfeed a{
	font-weight: 900;
	line-height: 1.1em;
}
#rssfeed p{
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 1.1em;
	border-bottom: 1px dotted #CCC;
}

/** CRUISE SEARCH **/	
#cruise-search{
	margin: 0 0 20px;
	padding: 0;
	width:210px;
	background-color: #FFF;
	border-right: 2px solid #9C9C9C;
	border-left: 2px solid #9C9C9C;
	border-bottom: 2px solid #9C9C9C;
}
	#cruisesearch{
		margin: 10px 0 0;
		padding: 0 0 0 10px;
		display: inline-block;
	}

/** WHAT'S NEW? **/
#whats-new{
	margin:0 0 20px;
	padding:0;
	width:210px;
	background-color: #FFF;
	border: 2px solid #CCC;
}
	#whats-new div{padding:0 10px;}
	
/** FOLLOW US **/	
#follow-us{
	margin:0 0 20px 10px;
	padding: 0;
}
	#follow-us li{
		margin:0 5px 0 0;
		padding: 0;
		
		display:inline;
		list-style:none;
	}

/** PARTNERED BY **/	
#partnered-by{margin:0 0 0 10px;}
	#partnered-by li{
		margin:10px 5px;
		display:inline;
		list-style:none;
	}

.deal{
	display: none;
}