h2{
	margin:20px 0 35px;
}

h3{
	line-height:1.3;
	font-size:17px;
	font-family:Corbel,Arial,Helvetica,sans-serif;
}

h4{
	border-bottom:1px solid #d5d5d5;
	font-size:40px;
	margin:30px 0 10px;
	padding-bottom:15px;
	text-shadow:1px 1px 0 #FFFFFF;
	
	-moz-box-shadow:0 1px 0 #FFFFFF;
	-webkit-box-shadow:0 1px 0 #FFFFFF;
	box-shadow:0 1px 0 #FFFFFF;
}

#semi,
#menu li a,
#actionButtonContainer{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}


#prime{
	background:url('../media/lg_noise_bg.jpg') #D9DADA;
	border-bottom:1px solid #CACBCB;
	padding:40px 0;
	position:relative;
	text-shadow:1px 1px 0 #FCFCFC;
	
	/*-moz-box-shadow:0 1px 0 #F9F9F9;
	-webkit-box-shadow:0 1px 0 #F9F9F9;
	box-shadow:0 1px 0 #F9F9F9;*/
}

#action{
	left:50%;
	margin:0 0 0 -480px;
	position:absolute;
	width:420px;
}

#actionButtonContainer{
	margin:10px 0 0;
	position:relative;
	overflow:hidden;
}

#price{
	float:left;
	font-family:'Myriad pro',Arial,Helvetica,sans-serif;
	font-size:70px;
	letter-spacing:-5px;
	line-height:100px;
	margin-left:15px;
	padding:10px;
	text-align:center;
	width:120px;
}

#price i{
	bottom:1em;
	font-size:0.4em;
	font-style:normal;
	left:10px;
	letter-spacing:0;
	position:relative;
}

#price b{
	bottom:1.5em;
	font-size:0.3em;
	font-weight:normal;
	letter-spacing:0;
	position:relative;

}

input.buyNow{
	background:url("../media/buy_now.png") no-repeat scroll 0 0 transparent;
	border:none;
	cursor:pointer;
	float:left;
	height:64px;
	margin:30px 0 0 20px;
	text-indent:-9999px;
	text-transform:uppercase;
	width:212px;
}

input.buyNow:hover{
	background-position:left bottom;
}

#paymentsWithPayPal{
	clear:both;
	color:#777777;
	font-size:12px;
	font-style:italic;
	left:-23px;
	position:relative;
	text-align:center;
	text-shadow:1px 1px 0 #EEEEEE;
	top:-20px;	
}

#preview{
	height:380px;
	left:50%;
	margin:20px 0 30px -5px;
	position:relative;
	width:484px;
}

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

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

#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;
}

#secondary{
	border-top:1px solid #F9F9F9;
}

#productInfo{
	width:960px;
	margin:0 auto;
	padding:10px;
}

.screenshots{
	margin-top: 20px;
	overflow: hidden;
}

.screenshots a{
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 6px;
}

.screenshots img{
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	width: 90px;
}

#fancybox-close,#fancybox-left, #fancybox-right {
	border:none !important;	
}

#semi a,
#menu li a,
#changeVersion,
#versionDropDown{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#changeVersion,
#versionDropDown{
	background:url("../media/arrow_small.gif") no-repeat scroll 90% center #102D3E;
	border:1px solid #16374B;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	position:absolute;
	right:55px;
	text-indent:20px;
	text-transform:uppercase;
	top:105px;
	width:120px;
}

#versionDropDown{
	background-image:none;
	height:56px;
	display:none;
}

#compareLabel{
	font-size:10px;
	left:20px;
	line-height:1.3;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:112px;
	width:180px;
}
/*
#compareLabel a{
	text-decoration:none !important;
	border-bottom:1px dotted #999;
}*/

.option:hover{
	background-color:#15394e;
}

#semi{
	width:300px;
	height:155px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-77px 0 0 -150px;
	background:url('../media/semi.png') repeat;
	z-index:1000;
}

#semi a.demoButton{
	font-family:'Myriad pro',Arial,Helvetica,sans-serif;
	border:1px solid white;
	color:#414141;
	display:block;
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 white;
	text-transform:uppercase;
	width:133px;
	
	position:absolute;
	left:50%;
	top:50%;
	margin:-15px 0 0 -66px;
	
	background-color: #d4d4d4;
	background-image: -moz-linear-gradient(#eee, #ccc);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
}

#semi a.demoButton.demo1{
	margin-top:-38px;
}

#semi a.demoButton.demo2{
	margin-top:6px;
}


#semi a.demoButton:hover{
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#e0e0e0));
}

#footer{
	/*width:960px;
	margin:50px auto 20px;*/
	margin-top:50px;
	text-align:center;
}

.productSection{
	/*color:#EEEEEE;*/
	font-size: 16px;
	font-family:'Corbel','Myriad Pro',Arial,Helvetica,sans-serif;
}

.productSection li{
	color:#777;
	font-style:italic;
	margin:5px 7px 7px 20px;
	text-shadow:1px 1px 0 #FFFFFF;
}

.productSection li strong{
	color:#666;
	display:block;
	font-size:21px;
	font-style:normal;
	font-weight:normal;
	margin-top:15px;
}

.productSection p{
	padding:10px 0;
	text-align:justify;
	line-height:1.3;
}

h4,
.productSection p,
.productSection ul{
	margin-right:320px;
}

.productSection table{
	margin:20px auto;
}

.productSection th{
	padding:5px;
}

.productSection td{
	background-color:#091f2b;
	border:1px solid #0B2331;
	padding:5px 10px;
}

.productSection td i{
	color:#aaa;
	display:block;
	font-size:12px;
	font-style:normal;
	margin-top:3px;
}

.productSection .tick,
.productSection .cross{
	background-image:url('/assets/media/tick.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.productSection .cross{
	background-image:url('/assets/media/cross.png');
}

.productSection p.small{
	font-size:13px;
	color:#ccc;
}

#testimonial{
	background-color: #E9E9E9;
	float: right;
	font: 17px/1.35 Corbel,Arial,sans-serif;
	margin-top: 40px;
	padding: 20px 25px;
	text-shadow: 1px 1px 1px #FFFFFF;
	top: 0;
	width: 220px;
	clear:both;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#testimonial i{
	bottom: -2px;
	color: #AAAAAA;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 7px;
	line-height: 0;
	margin: 0 0 0 6px;
	position: relative;
}


#testimonial span{
	color: #888888;
	font-size: 12px;
}

