#home {
	margin: auto;
	text-align: center;
	width: 980px;
}

.home-content-front {
	width: 100%;
	height: auto;
	float:left;
}

.home-content {
	margin: auto;
	text-align: left;
}

.home-image-container {
	float: left;
	width: 320px;
}

.home-content-container {
	position: absolute;
	font-size: 15px;
	float: left;
	width: 460px;
	color: #fff;
}

div.ps-copy {
	float: left;
	width: 480px;
	margin-left:50px;
	height: auto;
	padding-top: 40px;
	color: #333;
	font-size: 14px;
	color: #fff;
}

img#home-image {
	float: left;
}

div.ps-demo {
	float: left;
	width:450px;

}

div.order-button {
	float:right;
	height: 55px;
	margin-top: 35px;
	margin-right: -3px;
	width: 202px;
}

div.order-button a{
	float:left;
	text-align: center;
	padding: 17px;
	font-size:20px;
	background: url(../img/order-button.png) no-repeat;
	background-position: 0px 0px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #333;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	color:#efefef;
	letter-spacing: 1px;
	width: 163px;
}

div.order-button a:hover{
	background-position: 0px -55px;
	text-decoration:none;
}

.index-content {
	display: none; 
	float: right;
	z-index: 1;
	width: 520px;
	margin-top: 45px;
}

div.copy-content{
	display: none;
	float: left;
	position: absolute;
	width: 500px;
	height: 260px;
	padding: 3px 3px 3px 3px;
	margin-top: 0;
	background: #fff;
	border-radius: 10px;
	z-index: -1;
}

.index-header {
	display: none; 
	margin-top: 35px;
	margin-left: 180px;
	width: 280px;
	z-index: 1;
}

.index-header h1{
	color: #523938;
	font-family: impact;
	font-size: 30px;
}

.index-body {
	display: none; 
	margin-left: 180px;
	padding-top: 10px;
	font-family: arial;
	font-size: 13px;
	width: 290px;
	height: 140px;
	vertical-align: middle;
}

div.copy-content img#index_background {
	position: absolute;
	border-radius: 10px;
}

h3 {
	font-weight: bold;
	font-size: 15px;
}

ul#first-level{
	font-size: 12px;
	margin-left: 14px;
	list-style-type:square;
	line-height: 15px; 
}

ul#second-level{
	margin-left: 11px;
	list-style-type:circle;
	line-height: 15px; 
}