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


/*--------------------------- HEADER STYLES---------------------------------------------------*/

.header{
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	min-width:1110px;
	height: 125px;
	text-align:left;	
	margin:0;
	padding:0;
	background-color:#002145;
}

.header img{
	border: none;
	width:auto;
	height:125px;
	margin:0;
	padding:0;
	position:relative;
	z-index:15;
}

.phone{
	position:absolute;
	top:0px; 
	left:0px;
	display:block;
	font-weight:bold;
	font-size:1.25em;
	width:100%;	
	min-width:1110px;
	height:60px;
	white-space:nowrap;
	background-color:transparent; 
	color: #67A3B5; 
	text-align:right; 
	margin:0;
	padding:5px 0 0 0; 
	z-index:15;
}
.phone a{
	margin:0;
	padding:0;
	border:0px; 
	background-color:transparent; 
	height:20px;
	font-size:1em;
	color:#FFF;
	text-align:right;
	font-weight:bold; 
	font-family:Verdana, Geneva, sans-serif;
}



/* -------------- navigation styles ---------------------- */
.nav{
	position:relative;
	top:85px;
	left:0px;
	z-index:20;
	width:100%;
	min-width:1110px;
	height: 35px;
	text-align:center;
	margin:0 auto;
	padding:0px;
	white-space:nowrap;
	background-color:transparent;
}

.nav ul{ 
	list-style:none;
	margin:0 auto; padding:0px;
	overflow:hidden;
	height:35px;
	width:70%;
	white-space:nowrap;
	display:table;
	text-align:center;
}

.nav li{ 
	display: table-cell;
	text-align:center;
	vertical-align:middle;
	width:auto;
	height: 35px;
	white-space:nowrap;
	margin:0; padding:0;
	
}


.nav li a{
	display: block;
	width:80%;
	height:100%;
	text-align:center;
	vertical-align: middle;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	color: #FFF;
	white-space:nowrap;
	line-height:35px;
	background-color:transparent;
	padding-right:5%;padding-left:5%;
	margin-left:5%;margin-right:5%;
}

.nav li a:hover{
	text-decoration:none;
	font-weight:bold;
	color: #FFF;	
	background-color:#002953;
}

.nav li a:selected{
	text-decoration:none;
	font-weight:bold;
	color: #FFF;	
	background-color:transparent;
}

.menuselected{
	background-color:#002953;
}

.submenu{
	position:relative;
	top:-35px;
	left:0px;
	z-index:0;
	background-color:#002953;
	width:202px;
	display:none;
}

.submenu ul{
	list-style:none;
	margin:0;
	padding:0;	
	width:auto;
}

.submenu ul li{
	width:auto;
	height:30px;
}

.submenu ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	text-decoration:none;
	color:#FFF;
	font-size:1em;
}

.submenu ul li a:hover{
	text-decoration:underline;
}

#subnav_products{
	width:1060px;	
}

#subnav_products table{
	width:1060px;	
	height:auto;
	background-color:#002953;
}


#subnav_products table tr td{
	text-align:left;
	vertical-align:top;	
}



#subnav_products table tr td ul{
	display:table;
	list-style:none;
	margin:0;
	padding:0;	
	width:auto;
}

#subnav_products table tr td ul li{
	width:auto;
	height:30px;
}

#subnav_products table tr td ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	text-decoration:none;
	color:#FFF;
	font-size:1em;
}

#subnav_products table tr td ul li a:hover{
	text-decoration:underline;
}

#subnav_company table{
	width:auto;	
	height:auto;
}

#subnav_company table tr td{
	text-align:left;
	vertical-align:top;
	background-color: #002953;
		
}

#subnav_company table tr td ul{
	display:table;
	list-style:none;
	margin:0;
	padding:0;	
	width:auto;
}

#subnav_company table tr td ul li{
	width:auto;
	height:30px;
}

#subnav_company table tr td ul li a{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

#subnav_company table tr td ul li a:hover{
	text-decoration:underline;
}
