/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #73A2BF;
	background-image: url(images/wave-bg.gif);
	background-repeat: no-repeat;
}
#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#faux {
	overflow: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header {
	color: #333;
	padding: 10px;
	height: 75px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#special_box a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px;
	background: #ABBEBE;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0px;
	width: 690px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/hero.jpg);
	background-repeat: no-repeat;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 0px;
	width: 260px;
	display: inline;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	clear: both;
	color: #333;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#cruise_finder {
	width: 240px;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#cruise_finder select {
	width:210px;
	height:22px;
	margin-bottom: 8px;
	color: #759EA2;
}
.clear { clear: both; background: none; }
.cruise_finder_header {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
}


/*------------------------
	---------------- NAVS
	------------------------*/


		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			
			bottom: 10px;
			cursor: pointer !important;
			float: left;
			height: 22px;
			left: 10px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(images/left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			
			bottom: 10px;
			cursor: pointer;
			float: left;
			height: 22px;
			left: 37px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(images/right_arrow.png) no-repeat top left;
			
		}




	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector, .slider_selector_dis {
		
		bottom: 10px;
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		right: 10px;
		z-index: 5;
		
	}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
			
			display: block !important;
			background: url(images/slider_selector.png) no-repeat top left;
			cursor: pointer;
			float: left;
			margin: 0 3px !important;
			height: 10px !important;
			position: relative !important;
			width: 10px !important;
			
		}
		
		/* Sets the current selector */
		.slider_selector li.current, .slider_selector_dis li.current {
			
			background: url(images/slider_selector_current.png) no-repeat top left;
			
		}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}
	
	.container {
		
		float: left;
		position: relative;
		width: 665px;
		z-index: 15;
		
	}
	
	
	
#footer {
	clear: both;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
}
.footer_header {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#footer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #134C64;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #134C64;
}
#special_box {
	padding: 10px;
	width: 197px;
	margin-right: 10px;
	float: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 15px;
	background-image: url(images/special_box_bg.jpg);
	background-repeat: no-repeat;
	color: #333333;
}
#info_box {
	padding: 10px;
	width: 650px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-image: url(images/big_box_bg.jpg);
	background-repeat: no-repeat;
	color: #333333;
}

#ship_box_sml {
	background-color: #E9E9E9;
	padding: 4px;
	width: 90px;
	height:105px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
#ship_box_sml a {
	text-decoration: none;
}