/* CSS Document */

* html a:hover{
	visibility:visible;

}

body{
	background-color:#000000;
	padding:0px;
	border:0px;
	margin:0px;
}

#fox_body{
	position:absolute;
	top:50%;
	margin:-119px 0px 0px 0px;
	width:100%;
	height:300px;
	background-color:#000000;
	background:url(index/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	z-index:0;
}

#the_box{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-208px;
	width:338px;
	height:416px;
	background-image:url(index/logobox.jpg);
	background-position:top left;
	color:#000033;
	z-index:10;

}
#info{
	position:absolute;
	top:100%;
	margin-top:-50px;
	width:100%;
	color:#666666;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:500;
}

/* Positioning cell for the navigation*/

#nav_shell{
	position:absolute;
	top:50%;
	margin-top:-83px;
	left:50%;
	margin-left:-111px;
	z-index:100;
	
}


/* 1st Button command set */
.btn001{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	margin:0px;
	width:111px;
	height:21px;
	border:0px;
	padding:0px;
	background:url(index/portfolio_b.jpg);
	background-repeat:no-repeat;
		
}

.btn001 a{
	width:111px;
	height:21px;
	float:left;
	color:transparent;
	border:0px;
}

.btn001 img{
	width:111px;
	height:21px;
	border:0px;
}

.btn001 a:hover img{
	visibility:hidden;
}

.btn001 span{
	position:absolute;
	float:left;
	top:0px;
	left:0px;
}


/* 2nd Button command set */
.btn002{
	position:absolute;
	float:left;
	top:30px;
	left:0px;
	margin:0px;
	width:111px;
	height:21px;
	border:0px;
	padding:0px;
	background:url(index/brochure_b.jpg);
	background-repeat:no-repeat;		
}

.btn002 a{
	width:111px;
	height:21px;
	float:left;
	color:transparent;
	border:0px;
}

.btn002 img{
	width:111px;
	height:21px;
	border:0px;
}

.btn002 a:hover img{
	visibility:hidden;
}

.btn002 span{
	position:absolute;
	float:left;
	top:30px;
	left:0px;
}


/* 3rd Button command set */
.btn003{
	position:absolute;
	float:left;
	top:60px;
	left:0px;
	margin:0px;
	width:111px;
	height:21px;
	border:0px;
	padding:0px;
	background:url(index/quote_b.jpg);
	background-repeat:no-repeat;	
}

.btn003 a{
	width:111px;
	height:21px;
	float:left;
	color:transparent;
	border:0px;
}

.btn003 img{
	width:111px;
	height:21px;
	border:0px;
}

.btn003 a:hover img{
	visibility:hidden;
}

.btn003 span{
	position:absolute;
	float:left;
	top:60px;
	left:0px;
}


/* 4rth Button command set */
.btn004{
	position:absolute;
	float:left;
	top:90px;
	left:0px;
	margin:0px;
	width:111px;
	height:21px;
	border:0px;
	padding:0px;
	background:url(index/contact_b.jpg);
	background-repeat:no-repeat;
}

.btn004 a{
	width:111px;
	height:21px;
	float:left;
	color:transparent;
	border:0px;
}

.btn004 img{
	width:111px;
	height:21px;
	border:0px;
}

.btn004 a:hover img{
	visibility:hidden;
}

.btn004 span{
	position:absolute;
	float:left;
	top:90px;
	left:0px;
}

