#section{
	height:auto !important;
	min-height:450px;
	padding:40px 0;
	position:relative;
	text-shadow:1px 1px 0 #F0F0F0;
}

#content{
	width:960px;
	margin:0 auto;
}

#footer{
	margin:0 auto;
	padding:20px;
	text-align:center;
	width:960px;
}

.productSection{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.productSection{
	background-color:#E9E9E9;
	height:360px;
	margin-top:20px;
	padding:45px;
	position:relative;
	text-shadow:1px 1px 0 #FFFFFF;
}

.productSection h2{
	line-height:1;
}

.productSection p{
	line-height:1.5;
	position:relative;
	width:340px;
}

.productSection img{
	margin:34px 1px 0;
	position:relative;
	z-index:400;
}

a.readMore{
	background:url("../media/read_more.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	height:64px;
	margin:50px 80px;
	text-indent:-9999px;
	text-transform:uppercase;
	width:188px;
}

a.readMore:hover{
	background-position:left bottom;
}

.line{
	background-color:#CCCCCC;
	border-bottom:1px solid #FCFCFC;
	height:1px;
	line-height:1px;
	margin:70px 0;
	overflow:hidden;
}

.line:last-child{
	display:none;
}

#preview{
	height:380px;
	margin:20px 0 30px -5px;
	position:absolute;
	right:30px;
	top:20px;
	width:484px;
}

#preview a{
	border:none;
}

#browserFrame{
	background:url("../media/browser_frame.png") no-repeat scroll 0 0 transparent;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}
