/* Landing pages CSS */

/* So Spa */

div#so-spa-wrapper {
	overflow: hidden; 
	background: url('../images/interior/so-spa-landing-repeat-bg.jpg') repeat-y;
	width:800px;
	text-align:center;
	margin:40px auto 0 auto;
}

div#so-spa-landing {
	overflow: hidden; 
	background: url('../images/interior/so-spa-landing-background.jpg') no-repeat;
	width:800px;
	text-align:center;
	margin:00px auto;
}

#so-spa-masthead { width: 760px; margin: 21px auto 0; }

#so-spa-logo {
	float:right;
	margin-top:126px;
	margin-right:30px;
}

div#so-spa-landing-content {
	width:610px;
	padding-top:90px;
	padding-left:95px;
	padding-right: 95px;
	float:left;
}

div#so-spa-landing-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#473511;
	line-height:18px;
	margin-bottom:15px;
}

div#so-spa-landing-content a {
	color:#ab5200;
}

#so-spa-menu-button {
	text-align:center;
	margin:20px 0 20px 0;
}



/* phoenix-arizona-meetings specific styles */

body.landing-meetings div#so-spa-landing { background:transparent url("../images/interior/meeting-landing-background.jpg") no-repeat 0 0; }
body.landing-meetings div#so-spa-landing-content { background-image:url(../images/interior/meeting-landing-bottom.jpg); background-position:bottom; background-repeat:no-repeat; min-height:480px; height:auto !important; height:480px;
 }
body.landing-meetings div#so-spa-wrapper { background-image:url(../images/interior/meeting-landing-repeat-bg.jpg); }
