#topbanner {
	height: 170px;
	width: 100%;
}

#logo {
	width: 266px;
	height: 87px;
	background: url(images/logo.png) no-repeat;
	margin-left: 100px;
	float: left;
	margin-top: 45px;
	letter-spacing: -100px;
}

#devright {
	float: right;
	margin-top: 45px;
	margin-right: 100px;
	font: 28px "Myriad Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #ff1c01;
	letter-spacing: -1px;
}

#message
 {
	font-size: 79px;
	margin-left: 200px;
	padding-top: 80px;
	color: #fe0b00;
	letter-spacing: -2px;
}

#menu 
 {
	font-size: 28px;
	position: absolute;
	bottom: 0;
	height: 56px;
	vertical-align: middle;
	width: 100%;
	color: #fe0b00;
	letter-spacing: -2px;
}

#minimessage {
	font-size: 14px;
	word-spacing: 5px;
	letter-spacing: 0;
	margin-top: -20px;
	margin-left: 10px;
}

#middlebanner {
	width: 100%;
	height: 323px;
	background: url(images/bannerbg.png) repeat-x;
	display: block;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Arial, Helvetica, Geneva, sans-serif;
}

/* navcontainer Styles */

#menu .current {


	position: relative;
	color: #fff;
}

#menu .current:hover {
}

#menu .currentAncestor {
}

#menu a {
	display: block;
	text-align: left;
	text-decoration: none;
	height: 56px;
	z-index: 100;
	top: 0;
	position: relative;
	margin-right: 45px;
	float: left;
	color: #fe0b00;
	font-family: "Myriad Pro", Arial, Helvetica, Geneva, sans-serif;
	line-height: 56px;
}

.date
 {
	font-size: 12px;
	color: #505050;
	float: right;
	padding-top: 15px;
	font-weight: bold;
}

.info {
	padding-top: 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #6a6a6a;
}

.version {
	font-size: 14px;
}

a:href .download  {
	width: 150px;
	height: 50px;
	display: block;
	background: url(images/download.png) no-repeat;
	font-size: 20px;
}

.price {
	font-size: 28px;
	float: right;
	margin-top: -45px;
	color: #fe0b00;
}

#bigv {
	background-image: url(images/bigv.png);
	width: 271px;
	height: 271px;
	float: right;
	position: absolute;
	top: 25px;
	right: 100px;
}

a .purchase {
	width: 150px;
	height: 50px;
	display: block;
	background: url(images/purchase.png) no-repeat;
}

b {
	color: #ff1c00;
}

/* Parent - Level 0 */

#menu  ul {
	list-style: none;
	padding: 0 0 0 200px;
	position: relative;
	display: block;
	z-index: 100;#menu  
	left: 0;
	top: 0;
	margin: 0;
}

#menu  ul li {
	position: relative;
	left: 0px;
	z-index: 100;
	padding: 1px 0 0;
	margin: 0;
	float: left;
}

#content {
	padding: 50px 200px;
}

.wrapper {
	width: 100%;
	background: url(images/dots.png) repeat-x 0 30px;
}

.title {
	font-size: 28px;
	color: #fe0b00;
}

#menu ul li a:hover, #menu ul li a:active {
	text-decoration: none;
	border: none;
	position: relative;
	z-index: 10;
	color: #fff;
	background: url(images/darkred.png) repeat;
}

*html #menu ul li a:hover, #menu ul li a:active {
	text-decoration: underline;
}

#copy {
	padding-top: 20px;
	display: block;
	clear: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	font: bold 11px "Myriad Pro", Arial, Helvetica, Geneva, sans-serif;
	color: #838383;
}