@charset "utf-8";
/* CSS Document */
#nav{
	height:35px;
	border-bottom:1px solid #ddd;
	position:fixed;
	left:0px;
	right:0px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: left center;
	bottom: 0px;
	z-index: 6;
}
#nav ul{
	height:25px;
	list-style:none;
	width: 950px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;    
}
#nav ul li{
    display:inline;
    float:left;
}
#nav a{
	font-size:11px;
	font-weight:bold;
	float:left;
	color:#999;
	text-decoration: none;
	cursor: pointer;
	height:16px;
	line-height:16px;
	background-color: transparent;
	background-image: url(../../gallery/images/overlay.png);
	background-repeat: repeat-x;
	background-position: left center;
}
#nav a:hover{
    background:#D9D9DA none;
    color: #fff;
}
#nav a.top span, #nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}
#nav a.top span{
    background:transparent url(../images/top.png) no-repeat center center;
}
#nav a.bottom span{
    background:transparent url(../images/bottom.png) no-repeat center center;
}

#nav ul li.search{
    float:right;
}
#nav input[type="text"]{
    float:left;
    border:1px solid #ccc;
    margin:0px 1px 0px 50px;
    padding:2px 2px 2px 2px;
}
input.searchbutton{
    border:1px solid #ccc;
    padding:1px;
    cursor:pointer;
    width:30px;
	height:22px;
    background:#E8E9EA url(../images/search.png) no-repeat center center;
}
input.searchbutton:hover{
    background-color:#D9D9DA;
}

.mg_t10 {
	margin-top: 10px;
}
.mg_t20 {
	margin-top: 20px;
}
.mg_l14 {
	margin-left: 14px;
}
.mg_r10 {
	margin-right: 10px;
}
.mg_r14 {
	margin-right: 14px;
}
.mg_r20 {
	margin-right: 20px;
}
.mg_r25 {
	margin-right: 25px;
}
.mg_b5 {
	margin-bottom: 5px;
}
.mg_b10 {
	margin-bottom: 10px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_tb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mg_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}