/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/


body {
	font-family: Arial;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #000969;
}

html, body {
	height: 100%;
}

td {
	font-size: 12px;
	color: #000967;
}
	
.bodytxt {
	padding-left: 20px;
}
	
.smalltxt {
	font-size: 10px;
}
	
img {
	border-color: #000967;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ec0115;
	margin-bottom : 2px;
}

td.bottomlink {
  font-size: 11px;
  color: #FFF;
  padding-bottom: 4px;
  padding-right: 10px;
  background-image: url('img/bottom.jpg');
}

td.bottomlink a:link, td.bottomlink a:visited, td.bottomlink a:active {
  color: #FFF;
}

td.bottomlink a:hover {
  color: #ec0115;
}
	
.title {
  font-size: 22px;
  font-weight: bold;
  color: #ec0115;
  text-transform: uppercase;
  padding-top: 13px;
}
	
.title_spec {
  color: #fff;
  text-transform: uppercase;
  background-color: #006;
  text-align: center;
}
	
.txt_spec {
  background-color: #BFD5FF;
  text-align: center;
}
	
a:link, a:visited, a:active {
	color: #ec0115; 
	text-decoration: none;
} 

a:hover {
  color : #000967; 
  text-decoration : none; 
} 

#contact {
  color : #000967;
  background-color: #eee;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000967;
  border-left: 0px;
  font-family: Arial;
  padding-left: 2px;
  font-size: 11px;
} 

#button {
  color : #000967;
  background-color: #eee;
  border: 1px solid #000967;
  font-family: Arial;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
} 

.specs {
  font-size: 10px;
  background-color: #b7d1ff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-bottom : 2px;
}



	
/* BEGIN NAVIGATION MENU */

/* level 0 inner */
.m0l0iout {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFF;
	text-align: center;
}
.m0l0iover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FFF;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #12269a;
}
.m0l0oover {
	text-decoration : none;
	background: #ec0115;
}

/* level 1 inner */
.m0l1iout {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	color: #FFF;
}
.m0l1iover {
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	padding-top: 4px;
	padding-left: 10px;
	color: #FFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #f0505e;
}
.m0l1oover {
	text-decoration : none;
	background: #ec0115;
}

/* END NAVIGATION MENU */