@charset "utf-8";
/* CSS Document */
body{
	background-color:#999;
	background:url(images/background.png);
	background-repeat:repeat;
}
#banner-container{
	position:absolute;
	top:10px;
	left:50%;
	z-index:-1;
}
#banner{
	position:absolute;
	background:url(images/banner.png);
	width:1000px;
	left:-500px;
	top:0;
	height:86px;
	z-index:-1;
}
#nav-container{
	position:absolute;
	top:97px;
	left:50%;
	z-index:-1;
}
#nav{
	position:absolute;
	width:1000px;
	top:0;
	left:-500px;
	z-index:-1;
}
ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{
border-bottom:solid 1px #ffffff;
height:29px;
padding-left:20px;
}
li{float:left; margin-right:2px;}

.tab a:link, .tab a:visited{
background:url(images/tabinactive.png) right 60px;
color:#444444;
display:block;
font-weight:bold;
height:30px;
line-height:30px;
text-decoration:none;
}
.tab a span{
background:url(images/tabinactive.png) left 60px;
display:block;
height:30px;
margin-right:14px;
padding-left:14px;
}
.tab a:hover{
background:url(images/tabhover.png) right 30px;
display:block;
}
.tab a:hover span{
background:url(images/tabhover.png) left 30px;
display:block;
}

/* -------------------------------- */
/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:visited, .active a:hover{
background:url(images/tabactive.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
background:url(images/tabactive.png) left 0 no-repeat;
}

#content-container{
	position:absolute;
	top:0px;
	height:80%;
	left:50%;
	margin-top:126px;
}
#content{
	position:absolute;
	background-color:#ffffff;
	height:90%;
	min-height:550px;
	width:900px;
	left:-500px;
	padding-left:50px;
	padding-right:50px;
	z-index:-1;
}
#gray{
	position:absolute;
	background:#d7d7d7;
	width:100%;
	height:126px;
	top:0;
	left:0;
	z-index:-2;
}
#gradient{
	position:absolute;
	background:url(images/gradient.png);
	background-repeat:repeat-x;
	height:125px;
	width:100%;
	top:141px;
	left:0px;
	z-index:-2;
}
#gradient-content-top{
	position:absolute;
	background:url(images/gradient.png);
	background-repeat:repeat-x;
	height:125px;
	width:100%;
	top:0px;
	left:0px;
	z-index:-1;
}
#gradient-content-bottom{
	font-size:smaller;
	display:table-cell;
	position:absolute;
	background:url(images/gradientb.png);
	background-repeat:repeat-x;
	height:125px;
	width:900px;
	bottom:0px;
	left:0px;
	z-index:-1;
	padding-left:50px;
	padding-right:50px;
	vertical-align:text-bottom;
}
#contacttext{
	width:900px;
	position:absolute;
	bottom:15px;
	vertical-align:bottom;
}
#zoomtext{
	width:900px;
	position:absolute;
	bottom:100px;
	vertical-align:bottom;
	align:center;
	text-align:center;
}
.bg{
position: fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:-2;
margin:0;
/*padding:0;*/
padding-top:126px;
}



