@charset "utf-8";
/* CSS Document */
body     {
	color: #939598;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #aeb1b4;
	text-align: center;
	margin-top: 20px;
}

#container   {
	background-color: #aeb1b4;
	text-align: center;
	width: 1025px;
	height: auto;
	/*min-height: 770px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav {
	background-color: #2e112c;
	text-align: right;
	width: 1025px;
	height: 314px;
/*
	margin-top: 50px;
	margin-right: 61px;
	margin-bottom: 0px;
	margin-left: 61px;
*/
	clear: both;
}
.nav_1 {
	width: 93px;
	height: 193px;
	background-color: #939598;
	float: left;
	text-align: left;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 61px;
}

.nav_2 {
	width: 93px;
	height: 193px;
	background-color: #ffd503;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_3 {
	width: 93px;
	height: 193px;
	background-color: #ffd503;
	float: left;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_4 {
	width: 93px;
	height: 193px;
	background-color: #b2d234;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_5 {
	width: 93px;
	height: 193px;
	background-color: #b2d234;
	float: left;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_6 {
	width: 93px;
	height: 193px;
	background-color: #00abbd;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_7 {
	width: 93px;
	height: 193px;
	background-color: #00abbd;
	float: left;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_8 {
	width: 93px;
	height: 193px;
	background-color: #ed0973;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.nav_9 {
	width: 93px;
	height: 193px;
	background-color: #ed0973;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#nav_text {
	line-height: 0.9em;
	color: #646464;
	height: 10px;
	width: 903px;
	text-decoration: none;
	font-size: 0.85em;
	float: left;
	clear: both;
	margin-left: 50px;
	margin-top: 27px;
}

#nav_text ul { list-style: none; padding: 0; margin: 0 }
#nav_text li {
	text-align: center;
	margin: 0;
	/*width: 130px;*/
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav_text li a     {
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 19px;
	padding-left: 17px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #646464;
	border-left-color: #646464;
	color:#646464;
}

.li-right    {
	border-right-width: 0px;
}

html>body #nav_text li a { width: auto }
/*#nav_text .separator  { color: #fff; padding-top: 4px; padding-bottom: 4px; }*/
#nav_text li a:hover    { color: #fff; padding-top: 0px; padding-bottom: 0px; }
/*#nav_text li a.sel_1 { color: #939598; }*/
#nav_text li a.sel_1 { color: #fff; }
#nav_text li a.sel_2 { color: #ffd503; }
#nav_text li a.sel_3 { color: #b2d234; }
#nav_text li a.sel_4 { color: #00abbd; }
#nav_text li a.sel_5 { color: #ed0973; }

/*
this style in index file for background image placement
#page_content {
	background-color: #fff;
	text-align: center;
	width: 1025px;
	min-height: 454px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

.page_copy {
	font-size: 1.1em;
	color: #ffd503;
	margin-top: 25px;
	margin-right: 120px;
	margin-left: 0px;
	width: 490px;
	height: 290px;
	float: right;
	overflow: auto;

	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;

}
*/

.indus { color: #00abbd; }

#footer {
	padding-top: 5px;
	font-size: 0.6em;
	color: #fff;
	text-align: left;
}

#footer a:link  { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #aeb1b4; text-decoration: none; background-color: #fff; }
#footer a:active { color: #aeb1b4; text-decoration: underline; background-color: #fff; }
