/* JPEGCompress Windshield Handles */

#windshield {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	min-height: 512px;
	position: relative;
	margin: 30px auto 60px auto;
	background-image: url(images/windshield.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#windshield .left {
	float: left;
	width: 560px;
	min-width: 560px;
	max-width: 560px;
	margin: 480px 0px 30px 0px;
	border: 0px solid #000000;
}

#windshield .right {
	float: right;
	width: 310px;
	min-width: 310px;
	max-width: 310px;
	padding: 480px 0px 30px 0px;
	border: 0px solid #000000;
}

#windshield .right .download {
	width: 310px;
	min-width: 310px
	max-width: 310px
	height: 165px;
	min-height: 165px;
	max-height: 165px;
	background-image: url(images/download.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 10px 0px 50px 0px;
}

#windshield .right .download div.links {
	position: relative;
	top: 86px;
}

#windshield .right .download div.links span {
}

#windshield .right .download div.links a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
	height:75px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#windshield .right .download div.links a:hover {
	text-decoration: none;
	color: #003392;
}

#windshield .right .download div.visible {
	display: visible;
	position: relative;
	top: 96px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	color: #505050;
	line-height: 15px;
}

#windshield .right .download div.hidden {
	display: none;
}

#windshield .right .purchase {
	width: 310px;
	min-width: 310px
	max-width: 310px
	height: 75px;
	min-height: 75px;
	max-height: 75px;
	background-image: url(images/purchase.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px 0px 60px 0px;
	padding-bottom: 50px;
}

#windshield .right .purchase a {
	display:block;
	width:100%;
	height:75px;
	text-decoration:none;
}

#windshield .right .purchase a:hover {
	text-decoration:none;
}

#windshield h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

#windshield p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	color: #191919;
	line-height: 20px;
	margin-bottom: 10px;
}

#windshield img.interface {
	margin: 30px 0px 40px 0px;
}

#windshield img.quicktime {
	margin: 10px 0px 10px 0px;
}

#windshield .full {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	clear: both;
	position: relative;
	margin: 30px auto 30px auto;
}

/* Purchase Page Handlers */

#purchase {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	min-height: 512px;
	position: relative;
	margin: 30px auto 60px auto;
}


#purchase .full {
	width: 931px;
	min-width: 931px;
	max-width: 931px;
	clear: both;
	position: relative;
	margin: 30px auto 30px auto;
}

#purchase h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

#purchase p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	color: #191919;
	line-height: 20px;
	margin-bottom: 10px;
}