@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body{
	background:#000;
	text-align:center;
	font-family:"Open Sans", Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{ font-family:"Open Sans", Helvetica, sans-serif; }

/* ----- Header Styles ----- */
header{
	background:#000;
	height:100px;
	border-bottom:2px solid #1ca9e1;
}
#headercontent{
	margin:0 auto;
	max-width:1200px;
}
header h1#logo{
	width:217px;
	height:75px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	float:left;
	margin:10px;
	background:url(../images/cls-logo.png) left top no-repeat;
}

/* ----- Navigation Styles ----- */
ul.nav{
	list-style:none;
	margin:0;
	float:right;
	margin-top:30px;
}
ul.nav li{
	float:left;
}
ul.nav li a{
	float:left;
	font-size:17px;
	color:#fff;
}
ul.nav li a:hover{
	background:transparent;
	color:#1ca9e1;
}
ul.nav ul{ 
	background:#000;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-70px;
	display:none;
	padding:0;
	width:140px;
	z-index:5;
	list-style:none;
}
ul.nav li:hover ul{
	display:block;
}
ul.nav ul li{
	float:none;
	padding:3px 0;
}
ul.nav ul li a{
	float:none;
	width:140px;
	display:block;
	text-align:center;
	line-height:19px;
	padding:4px 0;
	font-size:15px;
}

/* ----- Footer Styles ----- */
footer{
	clear:both;
	background:#000;
	border-top:2px solid #1ca9e1;
	padding:40px 20px;
}
footer p{
	margin:0 auto;
	max-width:850px;
	color:#fff;
}
footer p.copyright{
	font-size:12px;
	margin-top:8px;
}
footer .nav{
	width:auto;
	float:none;
	display:inline-block;
	margin:0 auto;
}

/* ----- Home Page Styles ----- */
#top{ 
	height:auto;
	position:relative;
	background:#fff url(../images/sprite.png) bottom left repeat-x;
	padding-top:1px;
}
#top h1{
	margin-top:25px;
	font-size:38px;
	letter-spacing:2px;
	color:#d35400;
	font-weight:300;
}
#top h2{
	font-size:22px;
	font-weight:300;
}
#top img{
	margin-top:15px;
}
#bottom{
	clear:both;
	margin:0 auto;
	float:none;
	background:#fff;
	max-width:1200px;
}
#bottom .col-xs-4{
	text-align:left;
	margin:20px 0;
}
#bottom .col-xs-4 img{
	float:left;
	margin-left:20px;
	margin-right:8px;
}
#bottom .col-xs-4 h3{
	text-align:left;
	float:left;
	color:#d35400;
	font-weight:300;
}
#bottom .col-xs-4 p{
	clear:left;
	margin-left:20px;
	margin-right:30px;
}
#bottom .col-xs-4 p a{
	color:#1ca9e1;
	font-weight:700;
}

/* ----- Inside Page Content Styles ----- */

#wrap{ 
	padding:1px;
	min-height:700px; 
	background:url(../images/tall-background.jpg) center bottom repeat-x;
}
#white-wrap{
	padding:1px;
	background:#fff;
}
#content{
	max-width:1200px;
	margin:30px auto;
	min-height:400px;
	text-align:left;
	padding:0 20px;
}
#content p{
	font-size:16px;
	line-height:22px;
	margin-right:40px;
}	
#content img{
	float:left;
	margin:10px 60px 10px 30px;
}
#content.cushycms img{
	float:left;
	margin:10px 50px 30px 0;
}
#content .form{
	margin-left:50px;
	float:right;
	width:40%;
	padding:15px 30px;
	border-radius:15px;
	background:#efefef;
	margin-bottom:30px;
}
#content .form h2{
	font-size:18px;
	font-weight:700;
}
#content .form form{
	border:none;
	background:transparent;
}
#content .form input,
#content .form textarea{
	border-radius:15px;
}
#content .form .fsSubmit{
	padding:8px 0;
}
#content h1{
	display:box;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-flexbox;
	color:#d35400;
	font-weight:300;
	line-height:60px;
	border-bottom:2px solid #ddd;
	margin-right:40px;
}
#wrap h1.coin{
	line-height:60px;
	padding-left:70px;
	background:url(../images/Coin-Laundry/CLS-coinLaundry_03.png) left top no-repeat; 
}
#wrap h1.multi{
	line-height:70px;
	padding-left:90px;
	background:url(../images/multi-housing/CLS-multi-housing_06.png) left top no-repeat; 	
}
#content h1.premise{
	line-height:60px;
	padding-left:70px;
	padding-top:20px;
	background:url(../images/on-premise/CLS-onPremise_06.png) left top no-repeat; 	
}
#wrap h2{
	font-size:16px;
	font-weight:700;
	margin-bottom:0;
}
#wrap ul{
	padding-left:20px;
	float:left;
}
#wrap ul li{
	font-size:16px;
	line-height:22px;
}
.fsboxshadow .fsBody .fsForm{
    box-shadow:none !important;
    border:0px !important;
}