div#frame1, div#frame2, div#frame3 {
	display:block;
	overflow:hidden;
	margin-top:6px;
	position:relative
}
div#frame1 {
	height:305px;
	margin-top:4px;
}

div#frame2 {
	height:223px;
}
div#frame3 {
	height:152px;
}
div.download-info {
	display:block;
	overflow:hidden;
	width:42%;
	height:auto;
	position:relative;
	clear:none;
	left:40px;
	top:23px;
	float:left;
}
h1 {
	font-size:26px;
	text-shadow:white 0 1px;
	margin-bottom:12px;
	padding-left:21px;
	margin-top:0;
	color:#333;
	width:auto;
}
div h2 {
	font-size:24px;
	margin-top:0;
	margin-bottom:3px;
}
div.download-info h4 {
	font-size:10px;
	color:#666666;
	line-height:12px;
	font-weight:normal;
	margin-bottom:6px;
}
div.download-info p.product-info {
	font-size:12px;
	color:#666;
	margin-bottom:8px;
	line-height:14px;
}
p.form-sep {
	display:block;
	height:10px;
	overflow:hidden
}
input, select {
	font-size: 12px;
	color: black;
	padding: 1px;
}
a.btn-download-big {
	display: block;
	width: 135px;
	height: 27px;
	text-indent:16px;
	color: white;
	text-shadow:#666 0 1px;
	font-size: 14px;
	margin-top: 19px;
	background-image:url(img/btn-download.png);
	padding-top:7px;
}
a.btn-download-big:hover {
	background-image:url(img/btn-download-high.png)
}
a.btn-testdrive {
	display: block;
	width: 135px;
	height: 27px;
	text-indent:16px;
	color: #000;
	text-shadow:white 0 1px;
	font-size: 14px;
	margin-top: 19px;
	background-image:url(img/btn-testdrive.png);
	padding-top:7px;
}
a.btn-testdrive:hover {
	background-image:url(img/btn-testdrive-high.png)
}
div.additional-info {
	display: block;
	position: relative;
	width: 284px;
	height: auto;
	clear: none;
	left: 6%;
	top: 33px;
	float: left;
	background-color: #F7F7F7;
	padding: 32px;
	padding-right:134px;
}
div.additional-info h2 {
	font-size:20px;
	margin-bottom:4px;
}
div.additional-info h3 {
	font-size:13px;
	margin:0;
}
div.additional-info ul {
	margin:0px;
	margin-top:12px;
    padding-left: 19px;
    line-height: 16px;	
}
div#frame2 div.additional-info {
    top: 23px;
}
div#frame2 div.additional-info h3 {
	margin-bottom:12px;
}
div#frame2 div.additional-info p {
	font-size:13px;
}
div#frame3 div.download-info {
   width: 190px;
   padding-left: 39px;
   left: 0;
   top:16px;
}
div#frame3 div.download-info h2 {
	font-size:20px;
}
div#frame3 div.download-info p {
	display:block;
	overflow:hidden;
	height:30px;
	width:100%
}
a.btn-download-small {
	display: block;
	width: 103px;
	height: 24px;
	text-indent:14px;
	color: white;
	text-shadow:#666 0 1px;
	font-size: 11px;
	margin-top: 12px;
	background-image:url(img/btn-download-small.png);
	padding-top:4px;
}
a.btn-download-small:hover {
	background-image:url(img/btn-download-small-high.png);
}

span.beta {
	color:#669900;
	font-style:italic
}
