@charset "utf-8";
/* CSS Document */

.headerBar {
	height: 100px;
	width: 100%;
	background-color: #6D98DF;
	background-image: url(../images/texture_00005_header.jpg);
	background-repeat: repeat-x;
}

.titleContainer {
	position: absolute;
	/* float: left; */
	height: 100px;
	width: 500px;
}

.logo {
	height: 85px;
	width: 73px;
	position: absolute;
	top: 5px;
}


.coName {
	position: absolute;
	left: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 60px;
	font-weight: 500;
	color: #006;
	letter-spacing: 4px;
}

.headerNet {
	color: #F00;
}

.consult {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #FF0;
	position: absolute;
	left: 100px;
	top: 70px;
}

.nav {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 500px;
	font-family: Tahoma, Geneva, sans-serif "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFF;
}

.nav ul li a {
	display: block;
	position: relative;
	width: 80px;
	padding-top: 10px;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	color: #FFF;
}

.nav a:hover,.nav a:active {
	background-image: url(../images/nav_back.gif);
	height: 40px;
	background-repeat: no-repeat;
	color: #FFF;
}

.nav ul li {
	float: left;
	display: inline;
	text-align: center;
}

.nav ul li img {
	float: left;
	position: relative;
	top: -10px;
	background-color: #6699d8;
}

/* END NAVIGATION */
/* ******************** */
