/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0;
	padding: 0;
	background: #293b4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #fff;
}

h2 {
	margin-top: 10px;
	font-family: Sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

h3 {
	font-family: Verdana;
	text-transform: none;
	margin: 0;
	color: #5489b2;
	font-size: 12px;
	letter-spacing: 1px;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 120%;
	text-align: justify;
}

a {
	color: #91b6e1;
}

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

/* Header */

#header {
						background: #fff url(images/logo.gif) no-repeat 10px 0px;
	width: 750px;
	height: 100px;
	margin: 0 auto;
}

#banner {background: transparent url(images/banner.jpg?new) no-repeat; width: 750px; height: 284px; margin: 0px auto;}
#banner_costa {background: transparent url(images/banner_costa.jpg) no-repeat; width: 750px; height: 284px; margin: 0px auto;}
#banner_windstar {background: transparent url(images/banner_windstar.jpg) no-repeat; width: 750px; height: 284px; margin: 0px auto;}
#banner_star {background: transparent url(images/banner_star.jpg) no-repeat; width: 750px; height: 284px; margin: 0px auto;}
#banner_holland {background: transparent url(images/banner_holland.jpg) no-repeat; width: 750px; height: 284px; margin: 0px auto;}
#banner_seadream {background: transparent url(images/banner_seadream.jpg) no-repeat; width: 750px; height: 284px; margin: 0px auto;}


/* Menu */

#menu {
	float: right;
	padding: 20px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	font-width: bold;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(images/menu_divider.gif) no-repeat left center;
	color: #666;
}

#menu a:hover {
	text-decoration: underline;
	color: #333;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Welcome */

#welcome {
	float: left;
	width: 425px;
	margin-bottom: 20px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/more.gif) no-repeat left center;
}

.left{float: left;}

/* News */

#news {
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

#news h3 {
	font-family: Sans-serif;
	letter-spacing: 1px;
	text-transform: none;
	color: #7496bd;
	padding-left: 15px;
	background: url(images/news.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}


#news .special{
	background: #1e2b39;
	color: #fff;
	border: dotted 1px #91b6e1;
	padding: 20px 10px 20px 10px;
	margin-top: 1px;
}

#news .more a {
	padding-left: 15px;
	background: url(images/more.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #293b4f;
}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 30px 0 30px 65px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #91b6e1;
}

#welcome form label{
	margin-left: 20px;
	display:block;
	color:#ccc;
	margin-bottom:5px;
}
#welcome form input{
	margin-left: 20px;
	border:1px dashed #aaa;
	background-color:#293b4f;
	font: 12px Verdana,sans-serif;
	color:#fff;
	padding:2px 3px;
}

.longer {width: 380px;}
#welcome form textarea{
	margin-left: 20px;
	width:380px;
	border:1px dashed #aaa;
	background-color:#293b4f;
	font:12px Verdana,sans-serif;
	color:#fff;
	padding:2px 3px;
}
#welcome form input.button{
	margin-left: 20px;
	cursor:pointer;
	border:1px solid #aaa;
}

#newsletter {
	background: #1e2b39;
	color: #fff;
	border: dotted 1px #91b6e1;
	padding: 10px;
	margin-top: 1px;
	width: 278px;
}

#newsletter p {
	padding: 0;
}

#newsletter input {
	border:1px dashed #aaa;
	background-color:#1e2b39;
	font: 12px Verdana,sans-serif;
	display: block;
	color:#fff;
	padding:5px;
	width: 250px;
}

#newsletter input.button{
	background-color:#293b4f;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	cursor:pointer;
	text-align: center;
	border:1px solid #aaa;
	width: 80px;
}
