@charset "utf-8";

/*-------------------------------------
          Coming Soon Page Styles
--------------------------------------*/

.body-coming-soon {
	width: 980px;
	margin: 0 auto;
}

.body-coming-soon h1 {
	background-image: url(images/SCS_ComingSoon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 680px;
	height: 500px;
}

.body-coming-soon h1 span {
	display: none;
}



.coming-soon-visitor strong,
.coming-soon-owner strong {
	font-weight: bold;
	color: #000;
}

.coming-soon-owner {
	float: left;
	font-size: 14px;
	color: #6d6a5b;
	font-weight: normal;
	width: 400px;
	border-right: 1px solid #d9d6c5;
	padding: 10px 0;
	.margin-bottom: 10px;
}

.coming-soon-visitor {
	float: left;
	font-size: 14px;
	color: #6d6a5b;
	font-weight: normal;
	padding-left: 20px;
	padding: 10px 0 10px 20px;
	.margin-bottom: 10px;
}

/*-------------------------------------
         End Coming Soon Page Styles
--------------------------------------*/

/*-------------------------------------
         Suspended Page Styles
--------------------------------------*/

.body-suspended {
	width: 980px;
	margin: 0 auto;
}

.body-suspended h1 {
	background-image: url(images/suspended.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 500px;
}

.body-suspended h1 span {
	display: none;
}


/*-------------------------------------
       End Suspended Page Styles
--------------------------------------*/

