@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#page {
	width:900px;
	margin:0px auto;
	margin-top:75px;
}
#banner {
	background-image:url(banner.png);
	width:100%;
	height:75px;
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	z-index:2;
}
#bannerlogo {
	margin:0px auto;
	width:900px;
	height:75px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
}
#bannerlogo:hover {
	margin:0px auto;
	width:900px;
	height:75px;
	background-image:url(logoover.png);
	background-repeat:no-repeat;
}
#search {
	float:right;
	height:38px;
	margin-top:-70px;
	text-align:right;
	padding-top:7px;
	padding-left:75px;
	z-index:1;
}
#menu {
	float:right;
	height:38px;
	margin-top:-30px;
	text-align:right;
	padding-top:7px;
	//padding-left:350px;
}
.button {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	padding:5px;
}
.button:hover {
	background-image:url(button.png);
	height:38px;
	width:125px;
}
#main {
	width:894px;
	margin:0px auto;
	background-color:#fff;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	padding-left:3px;
	padding-right:3px;
	top:75px;
	bottom:0px;
}
#holder {
	float:left;
	margin-left:81px;
	margin-top:8px;
	padding-left:1px;
	z-index:6;
}
.header {
	background-image:url(headerbar.png);
	height:36px;
	width:884px;
	margin:0px auto;
	font-size:24px;
	padding-left:6px;
	padding-top:4px;
	color:#FFF;
}
.downloadbutton {
	background:url(download/1.png);
	background-repeat:no-repeat;
	width:400px;
	height:100px;
	float:right;
}
.downloadbutton:hover {
	background-position:0px -100px;
}
.downloadbutton2 {
	background:url(download/dl.png);
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	float:right;
}
.downloadbutton2:hover {
	background-position:0px -100px;
}
.x86 {
	width:151px;
	height:100px;
	background-image:url(download/x86.png);
	margin-left:100px;
}
.x86:hover {
	background-position:0px -100px;
}
.x64 {
	width:149px;
	height:100px;
	background-image:url(download/x64.png);
	float:right;
	margin-top:-100px;
}
.x64:hover {
	background-position:0px -100px;
}
.box {
	width:880px;
	padding-left:5px;
	padding-right:5px;
	border:1px #000 solid;
	font-style:italic;
}
.link {
	text-decoration:none;
	border-bottom:dashed 1px;
	color:#666;
}
.link:hover {
	color:#000;
}
#bottom {
	width:900px;
	background-color:#FFF;
	border-top:1px dashed #666;
	margin:0px auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-bottom:2px;
	border-bottom:1px solid #000;
}
#mainwrapper {
	width:890px;
	margin:0px auto;
	margin-left:0px;
}
.appholder {
	padding-bottom:110px;
}
#ad300x250 {
	width:300px;
	height:350px;
	float:right;
}
#request {
	width:200px;
	height:40px;
	background-image:url(../request.png);
}
#request:hover {
	width:200px;
	height:40px;
	background-image:url(../request2.png);
}
#submit {
	width:300px;
	height:40px;
	background-image:url(../submit.png);
	margin-left:200px;
	margin-top:-40px;
}
#submit:hover {
	width:300px;
	height:40px;
	background-image:url(../submit2.png);
	margin-left:200px;
	margin-top:-40px;
}