#wrap-top{

	padding-top:20px;
}

#top{

	width:90%;
	color:white;
	top:0;
	text-align:right;
   text-shadow: 1px 0px 4px black, 0 1px #777777;	
	z-index:999;
	height:42px;
	padding:5px;
	margin:0 auto;
	font-weight:bold;
	font-size:14px;
	white-space: nowrap;


}

#top a:nth-child(1n+1){
	padding-left:15px;
	padding-right:15px;

}

#top a{
	padding:4px;
	display:inline-block;
	color:white;

}

#top a:hover{
	text-shadow: 1px 0px 1px #2B2B2B, 0 1px #777777;
	color:white;
}

#top #user-box{
	float:left;

	height:50px;
	vertical-align: top;
}


#sub-top input[type=text], #sub-top input[type=search], #sub-top input[type=password], #sub-top input[type=email]{
    border:0px;
    border-bottom: 1px solid #BFBFBF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 -1px 1px rgba(34, 25, 25, 0.4);
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    margin-bottom: 4px;
    padding: 3px;
    text-indent: 2px;
}

#sub-top input[type=text]:hover, #sub-top input[type=search]:hover, #sub-top input[type=password]:hover, #sub-top input[type=email]:hover{
   border:0px;
    border-bottom: 1px solid #0E100F;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.4);
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    margin-bottom: 4px;
    padding: 3px;
    text-indent: 2px;
}

#sub-top{
	
	height:205px;
	text-align:center;
	background:gray url('img/bg/1.jpg');
	border-bottom:2px solid #EAEAEA;
	border-top: 0px solid #EAEAEA;
	border-bottom: 1px solid #2B2B2B;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);

}

.background30{
	background:url('img/bg/1.jpg');
}

#sub-top p{
   font-size:19px;
   text-shadow: 1px 0px 4px black, 0 1px #777777;		
   color:white;
    

}

#sub-top-background{
	text-transform: uppercase;
	height:100%;
 	
}
#sub-top-slide{
	width:750px;
	margin:0 auto;

}

#page-wrap p{
	font-size:15px;
	padding:5px;
	color: #2B2B2B;
}

#sub-top-wrapper{
	width:750px;
	margin:0 auto;


}

#sub-top-wrapper h1{
	color: white;

    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    margin: 11px 0 0.5em;
    text-shadow: 1px 0px 3px black, 0 1px #777777;
    text-transform: uppercase;
    
}

#register { float: left; }
#logo { display: inline; }
#logo div{

    height: 110px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    width: 127px;
}
 
#logo div img{
	width:120px;
	height:115px;
} 
 
#access { float: right; }
