/*Define Layout of Site*/
body{
	background-color: #000000;
	margin: 0;
	padding: 0;
	}

#horizontal{
	background-color: transparant;
	visibility: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
#center{
	background-color: #ffffff;
	visibility: visible;
	margin-left:-360px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 720px;
	height: 590px;
	}

#horizontal1{
	background-color: transparant;
	visibility: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
#center1{
	background-color: #ffffff;
	visibility: visible;
	margin-left: -180px;
	position: absolute;
	top: -87px;
	left: 50%;
	width: 540px;
	height: 285px;
	z-index: 22;
	}

#horizontal2{
	background-color: transparant;
	visibility: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
#center2{
	background-color: transparant;
	visibility: visible;
	margin-left: -200px;
	position: absolute;
	top: 247px;
	left: 50%;
	width: 430px;
	height: 15px;
	z-index: 20;
	}
	
	
#horizontal3{
	background-color: transparant;
	visibility: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	}
#center3{
	background-color: transparant;
	visibility: visible;
	margin-left: 230px;
	position: absolute;
	top: 220px;
	left: 50%;
	width: 130px;
	height: 64px;
	z-index: 20;
	}	

#topbanner{
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 720px; 
	height: 230px;
	z-index: 2;
	}

#leftbanner{
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 160px; 
	height: 360px;
	z-index: 3;
	}

#content{
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 540px; 
	height: 285px;
	z-index: 4;
	}


#bottomnav{
	position: relative;
	background-color: #ffffff;
	top: 0px; 
	left: 0px;
	width: 430px; 
	height: 15px;
	z-index: 2;
	}

#cornerimage{
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: auto; 
	height: auto;
	z-index: 2;
	}
	


/*Define Navigation Elements*/
#home1 {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 44px; 
	height: 15px;
	visibility: visible;
	z-index: 20;
	}
#home2 {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 44px; 
	height: 15px;
	z-index: 21;
	visibility: hidden;
	}
#product1 {
	position: absolute; 
	top: 0px; 
	left: 124px;
	width: 69px; 
	height: 15px;
	visibility: visible;
	z-index: 20;
	}
#product2 {
	position: absolute; 
	top: 0px; 
	left: 124px;
	width: 69px; 
	height: 15px;
	z-index: 21;
	visibility: hidden;
	}
#about1 {
	position: absolute; 
	top: 0px; 
	left: 51px;
	width: 68px; 
	height: 15px;
	visibility: visible;
	z-index: 20;
	}
#about2 {
	position: absolute; 
	top: 0px; 
	left: 51px;
	width: 68px; 
	height: 15px;
	z-index: 21;
	visibility: hidden;
	}
#testimony1 {
	position: absolute; 
	top: 0px; 
	left: 195px;
	width: 105px; 
	height: 15px;
	visibility: visible;
	z-index: 20;
	}
#testimony2 {
	position: absolute; 
	top: 0px; 
	left: 195px;
	width: 105px; 
	height: 15px;
	z-index: 21;
	visibility: hidden;
	}
#contactus1 {
	position: absolute; 
	top: 0px; 
	left: 306px;
	width: 82px; 
	height: 15px;
	visibility: visible;
	z-index: 20;
	}
#contactus2 {
	position: absolute; 
	top: 0px; 
	left: 306px;
	width: 82px; 
	height: 15px;
	z-index: 21;
	visibility: hidden;
	}
#links1 {
	position: absolute; 
	top: 0px; 
	left: 391px;
	width: 39px; 
	height: 15px;
	visibility: visible;
	z-index: 20;
	}
#links2 {
	position: absolute; 
	top: 0px; 
	left: 391px;
	width: 39px; 
	height: 15px;
	z-index: 21;
	visibility: hidden;
	}