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

/* COLORS
   Body Background:		#FFF
   Main Text:			#333333
   Links:				#AA1224
   Headings:			# 
   Border Testimonial:	# 
   Border Nav 	:		# 
   Footer Text:			# 
   Border Footer:		# 
   Red:					#AA1224
*/


/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:150%;
	text-align:center;
}
img {
	margin:0;
	padding:0;
	border:0;
}
p {
	margin:0 0 10px 0;
	padding:0;
}
h1 {
	margin:0;
	padding:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#648B9C;
	line-height:120%;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

ul,li {
	list-style-type:none;
}
hr {
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
.centered, p.centered {
	text-align:center;
}
.right {
	text-align:right;
}		
img {
	border:0;
}	
.floatLeft{
	float:left;
	margin:0;
	padding:0;
}

/* Links
------------------------------------------------------------------*/
a:link,
a:visited {
	text-decoration:none;
	color:#AA1224;
	}	

a:hover, a:active {
	text-decoration:underline;
}

/* Splash Page
------------------------------------------------------------------*/
body#splash{
	background-color:#fff;
	background-image:url(../images/bg_splash.jpg);
	background-position:center top;
	background-repeat:repeat;
}
body#splash #container_splash{
	margin: 70px auto;
	padding:0;
	display:block;
	width:900px;
	text-align:left;
	background-image:url(../images/bg_splashCard-trans.png);
	background-repeat:no-repeat;
}
body#splash #container_splash #col1{
	float:left;
	margin:200px 0 0 0;
	padding:0 0 0 35px;
	width:360px;
	font-size:12px;
	color:#AA1224;
	line-height:12px;
}
body#splash #container_splash #col1 #phone{
	display:block;
	padding:0 0 0 200px;
	margin:0;
}
body#splash #container_splash #col1 #email{
	padding:40px 0 0 0;
	margin:0;
}
body#splash #container_splash #col2{
	float:left;
	margin:100px 0 0 0;
	padding:0 0 0 95px;
	width:410px;
}
body#splash #container_splash #col2 .floatLeft{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#AA1224;
	width:190px;
	margin:0;
	padding:0;
}

/* Home
------------------------------------------------------------------*/
body{
	background-image:url(../images/bg_body.jpg);
	background-position:center top;
	background-repeat:repeat;
}

#container{
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;	
	width:950px;
	background-color:#fff;
	text-align:left;	
	border-left:1px solid #C5C0AD;
	border-right:1px solid #C5C0AD;
}

/* Header
------------------------------------------------------------------*/
#container #logo{
	margin:0;
	padding:0 10px;
	width:203px;
	text-align:center;
	background-image:url(../images/divider_logo.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#container #logo #email{
	margin:5px 0 0 0;
	padding:10px 0;
	background-image:url(../images/bg_logo_email.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#container #logo #email a, #container #logo #emaila:link{
	color:#8AA99B;
}

/* Main navigation
------------------------------------------------------------------*/
ul#nav {
	position:absolute;
	left:223px;
	width:727px;
	height:60px;
	/*overflow: hidden;*/
	background:transparent url(../images/navigation.jpg) no-repeat;
	top: 0;
	}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(../images/navigation.jpg) no-repeat;
	}
li#travel_club a {
	width:97px;
	height:60px;
}
li#spotlight a {
	width:91px;
	height:60px;
}
li#honeymoon_registry a {
	width:169px;
	height:60px;
}	
li#what_to_wear a {
	width:117px;
	height:60px;
}	 
li#just_back a {
	width:133px;
	height:60px;
}
li#about_us a {
	width:83px;
	height:60px;
}	 
li#fyi a {
	width:37px;
	height:60px;
}		 	 	 
li#travel_club a:link, li#travel_club a:visited {	
	background-position:0 0;
}
li#travel_club a:hover, li#travel_club a:focus {	
	background-position:0px -60px;
}
li#spotlight a:link, li#spotlight a:visited {	
	background-position:-97px 0px;
}
li#spotlight a:hover, li#spotlight a:focus {	
	background-position:-97px -60px;
}
li#honeymoon_registry a:link, li#honeymoon_registry a:visited {	
	background-position: -188px 0px;
}
li#honeymoon_registry a:hover, li#honeymoon_registry a:focus {	
	background-position: -188px -60px;
}
li#what_to_wear a:link, li#what_to_wear a:visited {	
	background-position: -357px 0px;
}
li#what_to_wear a:hover, li#what_to_wear a:focus {	
	background-position: -357px -60px;
}
li#just_back a:link, li#just_back a:visited {	
	background-position: -474px 0px;
}
li#just_back a:hover, li#just_back a:focus {	
	background-position: -474px -60px;
}
li#about_us a:link, li#about_us a:visited {	
	background-position: -607px 0px;
}
li#about_us a:hover, li#about_us a:focus {	
	background-position: -607px -60px;
}
li#fyi a:link, li#fyi a:visited {	
	background-position: -690px 0px;
}
li#fyi a:hover, li#fyi a:focus {	
	background-position: -690px -60px;
}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home ul#nav li#home a {
	background-position:0;
}
body#travel_club-page ul#nav li#travel_club a {
	background-position:0px -120px;
}
body#spotlight-page ul#nav li#spotlight a {
	background-position:-97px -120px;
}
body#honeymoon_registry-page ul#nav li#honeymoon_registry a {
	background-position:-188px -120px;
}
body#what_to_wear-page ul#nav li#what_to_wear a {
	background-position:-357px -120px;
}
body#just_back-page ul#nav li#just_back a {
	background-position:-474px -120px;
}
body#about_us-page ul#nav li#about_us a {
	background-position:-607px -120px;
}
body#fyi-page ul#nav li#fyi a {
	background-position:-690px -120px;
}

/* Branding
------------------------------------------------------------------*/
#container #brand_content{
	float:left;
	margin:20px 0 0 0;
	padding:10px 0 0 10px;
	width:445px;
	height:275px;
	overflow:hidden;
}
#container #brand_content h1{
	width: 445px;
	height: 78px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h1_immerse_yourself-trans.png);
	margin:0 0 20px 0;
	padding:0;
}
#container #brand_image{
	position:absolute;
	margin:0;
	padding:0;
	background-image:url('../images/bg_branding_home.gif');
	background-repeat:no-repeat;
	top: 90px;
	width:485px;
	height: 295px;
	left: 455px;
}

/* Sub Menu
------------------------------------------------------------------*/
#container #sub{
	clear:both;
	border-top:1px solid #EFEFEF;
	margin:0;
	padding:15px 0 20px 0;
	background-image:url('../images/bg_sub-trans.png');
	background-repeat:no-repeat;
	background-position:top center;
	font-size:10px;
	overflow:hidden;
	text-align:justify;
}

body#travel_club-page #container #sub{
	clear:both;
	border-top:3px solid #DBE5E0;
	margin:0;
	padding:30px 15px 20px 15px;
	background-image:url('../images/bg_sub-trans.png');
	background-repeat:no-repeat;
	background-position:top center;
	font-size:10px;
	overflow:hidden;
	text-align:justify;
}

/* Travel Club
--------------------------------------------*/
#container #sub #travel_club{
	float:left;
	width:191px;
	margin:0;
	padding:0 17px 0 0;
	background-image: url(../images/divider_sub.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#container #sub #travel_club h2{
	width: 191px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_travel_club-trans.png);
	margin:0 0 10px 0;
	padding:0;
}
#container #sub #travel_club p{
	margin:0;
	padding:0 0 0 13px;
}

/* Monthly Spotlight
--------------------------------------------*/
#container #sub #monthly_spotlight{
	float:left;
	width:228px;
	margin:0;
	padding:0 16px;
	background-image: url(../images/divider_sub.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#container #sub #monthly_spotlight h2{
	width: 228px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_monthly_spotlight-trans.png);
	margin:0 0 10px 0;
	padding:0;
}
#container #sub #monthly_spotlight p{
	margin:0;
	padding:0;
}

/* Honeymoon Registry
--------------------------------------------*/
#container #sub #honeymoon_registry{
	float:left;
	width:193px;
	margin:0;
	padding:0 16px;
	background-image: url(../images/divider_sub.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#container #sub #honeymoon_registry h2{
	width: 193px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_honeymoon_registry-trans.png);
	margin:0 0 10px 0;
	padding:0;
}
#container #sub #great_escapes p{
	margin:0;
	padding:0;
}

/* Just Back
--------------------------------------------*/
#container #sub #just_back{
	float:left;
	width:235px;
	margin:0;
	padding:0 0 0 17px;
}
#container #sub #just_back h2{
	width: 235px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_just_back-trans.png);
	margin:0 0 10px 0;
	padding:0;
}
#container #sub #just_back p{
	margin:0;
	padding:0 13px 0 0;
}

/* Footer
------------------------------------------------------------------*/
#container #footer{
	clear:both;
	margin:0;
	padding:15px 0 0 0;
	border-top:3px solid #DBE5E0;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-color:#D3DED9;
	height:180px;
}
/* Sponsors
--------------------------------------------*/
#container #footer #sponsors{
	float:left;
	width:240px;
	padding:0 10px;
	background-image:url(../images/divider_footer-trans.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#container #footer #sponsors h2 {
	width: 95px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_sponsors-trans.png);
	margin:0 0 15px 0;
	padding:0;
}
#container #footer #sponsors ul {
	margin:0;
	padding:0;
}
#container #footer #sponsors ul li {
	padding:0 20px 20px 0;
	margin:0;
	display:block;
	float:left;
}
/* Coming Soon
--------------------------------------------*/
#container #footer #coming_soon {
	float:left;
	width:275px;
	padding: 0 10px;
	background-image:url(../images/divider_footer-trans.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#container #footer #coming_soon h2 {
	width: 156px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_coming_soon-trans.png);
	margin:0 0 15px 0;
	padding:0;
}
#container #footer #coming_soon h3#honeymoon_registry {
	width: 172px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h3_honeymoon_registry-trans.png);
	margin:0 0 5px 0;
	padding:0;
}
#container #footer #coming_soon h3#what_to_wear {
	width: 123px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h3_what_to_wear-trans.png);
	margin:10px 0 0 0;
	padding:0;
}
/* Contact
--------------------------------------------*/
#container #footer #contact {
	float:left;
	width:255px;
	margin:0;
	padding:0 0 0 10px;
}
#container #footer #contact #join_newsletter h2 {
	width: 215px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_join_our_newsletter-trans.png);
	margin:0 0 10px 0;
	padding:0;
}
#container #footer #contact #join_newsletter form {
	padding:0;
	margin:0 0 10px 0;
	display:block;
	
}
#container #footer #contact #join_newsletter form input {
	font-size:10px;
	padding:3px;
	margin:0;
}
#container #footer #contact #join_newsletter form .submit {
	padding:2px;
	margin:0;
	background-color:#D9D9D9;
	border:1px solid #FFF;
	color:#333;
	width:65px;
	text-align:center;
}
#container #footer #contact #details h2 {
	width: 89px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/h2_contact-trans.png);
	margin:0 0 10px 0;
	padding:0;
}
/* Trees
--------------------------------------------*/
#container #footer #trees {
	position:absolute;
	padding:0;
	margin:0;
	width:117px;
	left: 833px;
	top: 708px;
}

/* Copyright
--------------------------------------------*/
#container #copyright {
	border-top:1px solid #EFEFEF;
	font-size:10px;
	padding:5px;
	margin:0;
	background-color:#D3DED9;
	color:#666;
}
#container #copyright #credits {
	display:inline;
	margin:0;
	padding:0 0 0 430px;
}
#container #copyright #credits a:link, #container #copyright #credits a:visited {
	color:#000;
}
#container #copyright #credits a:hover, #container #copyright #credits a:focus {
	color:#AAB982;
}


/* Packages
------------------------------------------------------------------*/
#package_list{
	float:left;
	height:400px;
	width:630px;
	margin: 0 15px 0 0;
	padding:0 15px 0 0;
	overflow:auto;
}
.package{
	margin:0 0 15px 0;
	padding:0;
	width:610px;
	border-bottom:1px solid #EDEDED;
}
.package .package_title{
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	width:215px;
	margin:0 0 30px 0;
	padding:0;
}
.package .floatLeft{
	margin:0;
	padding: 0 15px 0 0;
	border-right:1px solid #EDEDED;
}
.package_img{
	float:left;
	width:65px;
	height:65px;
	margin:0 15px 15px 0;
	padding:0;
	border:1px solid #333;
}
.package_date{
	font-style:italic;
	font-size:12px;
}
.package_details{
	float:left;
	margin:0 0 0 15px;
	width:280px;
}

/* Contact Form
------------------------------------------------------------------*/
.floatForm{
	xfloat:left;
	margin:0;
	padding:0;
	xwidth:400px;
	xborder:1px solid #333;
}

.floatForm div.row {
	clear: both;
	padding-top: 5px;
}

.floatForm div.row span.label {
	float: left;
	width: 150px;
	font-weight:normal;
}

.floatForm div.row span.formw {
	float: left;
	width: 250px;
} 
.floatForm div.row span.formwSubmit {
	float: left;
	xwidth: 100%;
} 

.error{
	color:#FF0000;
	font-weight:bold;
}

.floatForm input, .floatForm textarea{
	border:1px dashed #D4DBDB;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#726B5F;
	line-height:150%;
}

.floatForm .submit{
	margin: 0;
	padding:2px 0;
	width:50px;
	border:0;
	font-size:10px;
	background-color:#648B9C;
	color:#fff;
}
