body 
	{
	-webkit-font-smoothing: antialiased;
	color: #909091;
	font: normal 400 13px/22px "Open Sans", sans-serif;
	background-image: url(http://southwoodfurn.com/wp-content/themes/outlet/images/backgrounds/diagonal.png);
	margin: 0px;
	background-color: #fff;
}
::-moz-selection {
	background: #f3832d;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #f3832d;
	color: #fff;
	text-shadow: none;
}
p {
	margin: 55px 70px;
}
h1 {
	display: block;
	text-indent: -9999px;
	background: url(http://southwoodfurn.com/wp-content/themes/outlet/images/logo.png) no-repeat;
	background-size: 185px 35px;
  
	width: 185px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
		margin-top: 0;
	margin-bottom: 50px;
}
#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -280px;
	position: absolute;
	top: -240px;
	left: 50%;
	width: 560px;
	height: 480px;
	visibility: visible
	}


.block {
		color: #5e5e5e;

	width: 560px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-top: 4px solid #f3832d;
	box-shadow: 0px 0px 7px #e0e0e0;
	cursor: default;
	background-color: #fff;
	margin-bottom: 20px;
}



.email-block {
		color: #5e5e5e;
	width: 560px;
	box-shadow: 0px 0px 7px #e0e0e0;
	background-color: #fff;
	float: left;
}
.email-block p {
	margin: 0px;
	display: inline-block;
}
.submit {
		-webkit-font-smoothing: antialiased;
	-moz-transition: all .2s ease-in; 
	-webkit-transition: all .2s ease-in; 
	-o-transition: all .2s ease-in;
	padding: 0;
	margin: 12px 0 0;
		display: inline;
	text-decoration: none;
	padding: 10px;
	background-color: #4e4e4e;
	color: #fff;
	text-transform: uppercase;
	font: 14px 'Ubuntu', sans-serif;
	border: none;
		border-left: 5px solid #f3832d;
		cursor: pointer;
	clear: both;
}
.submit:hover {
	background: #f3832d;

}
.text {
	border: 1px solid #ececec;
	outline: none;
	padding: 9px;
	font-size: 13px;
	margin: 12px 0 6px;
	color: #a8a8a8;
	width: 416px;
	display: inline-block;
	float: left;
}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}
	/* jQuery Countdown styles 1.6.1. */
.hasCountdown {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown_section:last-child {
	margin-right: 0;
}
.countdown_section {
    -webkit-box-shadow: inset 0 0 8px #ff;
    -moz-box-shadow: inset 0 0 8px #ff;
    box-shadow: inset 0 0 8px #fff;
	display: block;
	float: left;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #ebebeb;
	margin-bottom: 55px;
	font: 14px "Open Sans";
	text-transform: uppercase;
	width: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 10px;
	color: #494949;
}
.countdown_amount {
	font-weight: 300;
	font-size: 210%;
}
.countdown_descr {
	display: block;
	width: 100%;
}