@charset "UTF-8";
/* CSS Document */

@media(min-width:769px){

nav{
	width:550px;
	margin:0 auto;
}

#mainmenu{
	width:590px;
	height:116px;
	position: absolute;
	z-index: 50;
	right: 1%;
	top: 0;
	margin-left: 2%;
}
	
#menubg{
	width:100%;
	min-width:1012px;
	height:10px;
	margin:0 auto;
	background-color: #231815;
	position:absolute;
	bottom:0;
}


ul#menu_b{
	width:550px;
	padding:0;
	margin:0 auto;
	list-style:none;
	color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
	}


ul#menu_b li{
	padding:0;
	float:left;
	list-style:none;
	font-size:16px;
	line-height: 24px;
	text-align: center;
	}

.menu1{
	display:block;
	width:124px;
}

a.menu1{
	display:block;
	width:124px;
	height: 116px;
	background-image: url(../images/menubt1.png);
	background-repeat: no-repeat;
	
}

.menu2{
	display:block;
	width:162px;
	height: 116px;
	background-image: url(../images/menubt2.png);
	background-repeat: no-repeat;
}

a.menu2{
	display:block;
	width:162px;
	height: 116px;
	background-image: url(../images/menubt2.png);
	background-repeat: no-repeat;
	
}



.menu3{
	display:block;
	width:123px;
	height: 116px;
	background-image: url(../images/menubt3.png);
	background-repeat: no-repeat;
}

a.menu3{
	display:block;
	width:123px;
	height: 116px;
	background-image: url(../images/menubt3.png);
	background-repeat: no-repeat;
}


.menu4{
	display:block;
	width:96px;
	height: 116px;
	background-image: url(../images/menubt4.png);
	background-repeat: no-repeat;
}

a.menu4{
	display:block;
	width:96px;
	height: 116px;
	background-image: url(../images/menubt4.png);
	background-repeat: no-repeat;
	
}




}

@media(max-width:768px){

nav{
	display: none;
}

#mainmenu{
	display: none;
}
	
#menubg{
	display: none;
	}


ul#menu_b{
	display: none;
	}


ul#menu_b li{
	display: none;
	}



}

@media(max-width:580px){

nav{
	display: none;
}

#mainmenu{
	display: none;
}
	
#menubg{
	display: none;
	}


ul#menu_b{
	display: none;
	}


ul#menu_b li{
	display: none;
	}



}

@media(max-width:400px){

nav{
	display: none;
}

#mainmenu{
	display: none;
}
	
#menubg{
	display: none;
	}


ul#menu_b{
	display: none;
	}


ul#menu_b li{
	display: none;
	}



}


