@charset "utf-8";

a {
	font-family: 'Arial', sans-serif;
	text-decoration:none;
	color:#0FF;
}

.button {
	width:100px;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;

}

.button a {
	display:block;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	background:#e63636;
}

.button a:hover {
	display:block;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	background:#838383;
}

.clear {
	clear:both;
}

.nav {
	height:120px;
	background:url(../assets/backgrounds/top-bg.png) repeat-x;
}

.menu {
	float:center;
	width:720px;
	height:120px;
	margin:auto;
	text-align:center;
	font-size:14px;	
}

.menu ul {
	list-style:none;
	outline:none;
}

.menu ul li {
	float:left;
	display:block;
	width:144px;
	height:120px;
	line-height:120px;
	text-align:center;
}

.menu ul li a {
	color:#FFF;
}

.menu ul li a:hover {
	color:#CFF;
}

.menu ul li a.active {
	color:#FFF;
}

.menu ul li.nobg {
	background:none;
}

.nav_2 {
	height:120px;
	background:url(../assets/backgrounds/top-bg.png) repeat-x;
}

.menu_2 {
	float:center;
	width:720px;
	height:120px;
	margin:auto;
	text-align:center;
	font-size:14px;	
}

.menu_2 ul {
	list-style:none;
	outline:none;
}

.menu_2 ul li {
	float:left;
	display:block;
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
}

.menu_2 ul li a {
	color:#FFF;
}

.menu_2 ul li a:hover {
	color:#CFF;
}

.menu_2 ul li a.active {
	color:#FFF;
}

.menu_2 ul li.nobg {
	background:none;
}