@charset "utf-8";
/* CSS Document */

hr, .hide {	display: none;	}
a:active, a:focus { outline: none; }


html {
	background: #fafafa;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
	font-size: 12px;
	}
	

#wrapper {
	width: 950px;
	margin:  0 auto;
	padding: 50px 0 0;
	}
	
	
/* Destinations */

#destinations {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
	min-height: 1px;
	}
	
	#destinations:after {	clear: both;	content: ".";	visibility: hidden;	display: block;	height:0;	}
	* html #destinations {		height: 1px;		}
	
	#destinations li {
		float: left;
		list-style: none;
		margin: 0 10px 0 0;
		}
		
		#destinations li a {
			display: block;
			width: 310px;
			height: 200px;
			border-bottom: 2px solid #b5b5b5;
			text-indent: -9000px;
			}
			
	#crusaders {background: url(destination.crusaders.2010.jpg); }
	#airnzcup {background: url(destination.airnzcup.jpg); }
	#community {background: url(destination.community.jpg); }		
	

#feature-promo{
	margin: 20px 0;
	float: none;
	position: relative;
}

/* Features */

#features {
	min-height: 1px;
	margin: 20px -10px 20px 0;
	}

	#features:after {	clear: both;	content: ".";	visibility: hidden;	display: block;	height:0;	}
	* html #features {		height: 1px;		}
	
	
/* [ newsletter signup ] */

#newsletter {
	background: #dbdbdb url(newsletter.gif) repeat-x 0 0;
	width: 290px;
	height: 130px;
	padding: 10px;
	float: left;
	margin: 0;
	color: #333;
	display: block;
	border-bottom: 2px solid #b5b5b5;
	}
	
#newsletter h2 {
	margin: 0 0 7px 0;
	font-weight: normal;
	line-height: 22px;
	}
	
#newsletter p {
	margin: 0;
	padding: 10px 0;
	clear: both;
	font-size: 11px;
	line-height: 16px;
	}
	
#newsletter .email {
	background: #efefef;
	-moz-border-radius: 3px;
	border: 1px solid #bdbdbd;
	border-bottom: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	color: #7D7C7C;
	padding: 3px 0 0 5px;
	height: 20px;
	font-size: 14px;
	width: 250px;
	float: left;
	margin: 0 5px 0 0;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
#newsletter .focus {
	background: #fff;
	color: #333;
	}
	
#newsletter .button {
	width: 27px;
	height: 27px;
	border: none;
	display: block;
	background: url(newsletter_button.gif) no-repeat 0 0;
	margin: 0 -2px -2px 0;
	text-indent: -9000px;
	font-size: 10px;
	position: relative;
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	}
	
#newsletter .button:hover {
	background-position: 0 -30px;
	}
	
#promo{
	display: block;
	width: 630px;
	height: 150px;
	float: left;
	border-bottom: 2px solid #b5b5b5;
	margin: 0 10px 0 0;
}

#promo a,
#promo a img{
	border: none;
}
	
	
/* [ Footer ] */

#footer {
	clear: both;
	color: #7d7c7c;
	font-size: 10px;
	position: relative;
	padding: 10px 0 0;
	}
	
#footer a {
	color: #525051;
	text-decoration: none;
	}

