#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 img{
	border:none;
        z-index: 1;
}

.browserFrame{
	background:url("../media/browser_frame.png") no-repeat scroll 0 0 transparent;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}

.shadow{
	background:url('../media/shadow.png') no-repeat center center;
	width:555px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left:-277px;
	top:340px;
	z-index:0;
	opacity:0.65;
}

.wrapper {
  margin: 0px auto;
  width: 482px;
  height: 331px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 14px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  z-index: 2;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}