@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/LeftHeaderBlue_02.gif);
	background-repeat:repeat-x;
	width: 100%;
	padding:0;
	margin:0;
}

.submitButton{
	background-image:url(images/netButtons.png);
	background-color:none;
	width:177px;
	height:42px;
	background-repeat:no-repeat;
	border:none;
}

.submitButton:hover{
	background-position:0 -43px;
}

a.home{
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}

a.about{
	margin-top:50px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}
	
a.overview{
	margin-top:100px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}

a.homeVer{
	margin-top:150px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}
	
a.proVer{
	margin-top:200px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}
	

a.download{
	margin-top:250px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}

a.order{
	margin-top:300px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}

a.news{
	margin-top:350px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}

a.forums{
	margin-top:400px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}

a.links{
	margin-top:450px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}
	
a.contact{
	margin-top:500px;
	color:#000000;
	width:177px;
	height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	background-image:url(images/netButtons.png);
	background-repeat:no-repeat;
	left:33px;
	}	

#navBar{
	background-image:url(images/SideBar_02.gif);
	background-repeat:repeat-y;
	position:relative;
	min-height:600px;
	left:8%;
	padding-top:30px;
	}


#text{
	position:relative;
	margin-left:25%;
	margin-right:15%;
	min-height:550px;
	}
#heading{
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
#header{
	width:100%;
	height:200px;
	position:absolute;
	}
	
#logo{
	background-image:url(images/LogoBlue.gif);
	background-repeat:no-repeat;
	position:relative;
	width:240px;
	height:200px;
	left:8%;
	}
	

#title{
	position:absolute;
	top:60px;
	left:90px;
	margin-left:300px;
	}
	
#bottomLinks{
	position:relative;
	background-image:url(images/SideBar_02.gif);
	vertical-align:bottom;
	background-repeat:repeat-y;
	padding-left:10%;
	}

a:hover{
	background-position:0 -43px;
	}

#active{
	background-position:0 -43px;
	}