@charset "UTF-8";

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
	text-align: center;
}
a {
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #00F;
	}

#container {
	margin:0 auto;
	width: 950px;
	background-color: #FFF;
	height: 700px;
	z-index: 0;
	}

#top {
	margin:0 auto;
	width: 950px;
	height: 75px;
	}
	
#top_logo {
	margin:0 auto;
	width: auto;
	height: 75px;
	float: left;
	}
	
#top_payoff {
	margin:0 auto;
	width: auto;
	height: 75px;
	float: right;
	}
	
#slideshow {
	margin:0 auto;
	width: auto;
	height: 500px;
	z-index: 1;
	position: relative;
	}
	
#central {
	margin:0 auto;
	width: auto;
	height: 500px;
	font-size: 19px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	line-height: 30px;
	font-style: normal;
	text-align: justify;
	font-variant: small-caps;
	text-transform: none;
	}

#menu {
	margin:0 auto;
	width: 950px;
	padding-top: 35px;
	height: 18px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 18px;
	}

#menu_left {
	margin:0 auto;
	width: 183px;
	height: 18px;
	float: left;
	}
	
#menu_right {
	margin:0 auto;
	width: 89px;
	height: 18px;
	float: right;
	}

#submenu {
	margin:0 auto;
	width: 950px;
	padding-top: 5px;
	height: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	}
	
#submenu_left {
	margin:0 auto;
	width: 280px;
	height: 10px;
	float: left;
	}
	
#submenu_right {
	margin:0 auto;
	width: 61px;
	height: 10px;
	float: right;
	}
	
#credits {
	margin:0 auto;
	width: 950px;
	padding-top: 10px;
	height: 10px;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	text-align: justify;
	text-decoration: none;
	}
	
#company {
	position:absolute;
	top:145px;
	z-index:2;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	padding-left: 30px;
	padding-right: 30px;
	height: 300px;
	filter: alpha(opacity=90);
	opacity: .90;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 680px;
	line-height: 20px;
	}
	
#clients {
	position:absolute;
	z-index:2;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	height: 460px;
	filter: alpha(opacity=90);
	opacity: .90;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 910px;
	}

#download {
	position:absolute;
	z-index:2;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	height: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 910px;
	filter: alpha(opacity=90);
	opacity: .90;
	}

#text {
	height: 460px;
	color: #000;
	}

#downloads {
	position:absolute;
	z-index:2;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
	height: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 910px;
	background-image: url(img/background.jpg);
	}
