@charset "utf-8";
.nav_bar {
	background-image: url(/main/assets/graphix/nav_bar_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	float: left;
	height: 38px;
	width: 849px;
}
.nav_bar .link {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	float: left;
	height: 28px;
	width: auto;
	padding-top: 9px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(/main/assets/graphix/nav_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.page .nav_bar .section_id {
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 346px;
	height: 25px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.image_nav {
	background-image: url(/main/assets/graphix/metal_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 323px;
	width: 346px;
}
.image_nav_cont {
	height: 288px;
	width: 288px;
	margin-right: 29px;
	margin-left: 30px;
	margin-top: 17px;
	margin-bottom: 18px;
}
.image_nav_cont .nav_square {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 96px;
	width: 96px;
}
.image_rep {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 323px;
	width: 503px;
}
.nav_bar a:link {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.nav_bar a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.nav_bar a:hover {
	text-decoration: underline;
	color: #0F228C;
	font-weight: normal;
}
.nav_bar a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

