BODY {
	padding-bottom: 20px
}


.bg-circle-home
{
	width: 100%;
	height: 1px;
	position: relative;
	top: 0px;
	z-index: -1	
}
.bg-circle-content-home {
	width: 242px;
	height: 1px;
	position: relative;
	left: -305px;
}

.home-menu { position: relative; z-index: 5 }

.home-menu DIV {  
	float: right;
	margin-left: 20px
}

.home-logo {
	height: 240px; 
	width: 239px; 
	border-right: solid 1px #999; 
	background-color: #111C64; 
	background-image: url(../images/home_logo_bg.jpg);
	padding: 30px
}

.home-stars 
{
	width: 100%;
	height: 1px;
	position: relative;
	top: 65px;
	z-index: 9;	
}
.home-stars-content {
	width: 149px;
	height: 1px;
	position: relative;
	left: -280px;
}

.header-pics-home
	{
		width: 300px;
		height: 300px;
		overflow: hidden;
		position: relative;
		z-index: 6;
		background-color: #000
	}
.header-images-home
	{
		width: 300px;
		height: 300px;
		overflow: hidden;
		position: absolute;
		z-index: 6;
	}
	
.header-images-home A { 
		color: #000; text-decoration: none;
		cursor: hand;
		cursor: pointer; 
		}
.header-images-home A:hover { 
		color: #000; text-decoration: none;
		cursor: hand;
		cursor: pointer; 
		}

.header-images-nav-home 
{
		position: relative;
		z-index: 7;
		padding-right: 10px;
		padding-top: 10px;
		text-align: right;
		float: right;
		cursor: hand;
		cursor: pointer;
}
.header-images-nav-home div
{
		float: right
}



#nav_home div.number { 
		float: left; 
		border: 1px solid #fff; 
		background: transparent; 
		color: #fff; 
		text-decoration: none; 
		margin: 0px; 
		margin-left: 5px; 
		padding: 5px;
		padding-bottom: 1px;
		padding-top: 1px; 
		font-size: 9px;
		font-weight: normal;
		filter: alpha(opacity=60)
}
#nav_home div.number.activeSlide { filter: alpha(opacity=100) }
#nav_home div.number:focus { outline: none; }

#nav_home a { color: #fff; text-decoration: none; }
