@charset "UTF-8";
/* CSS Document */

BODY {
      background-color : #000000;
      background-repeat: repeat-y; 
      font-family: Times New Roman, Times, serif;
      color : #ffffff;
      margin: 0px; 
	  font-size:13px;
	   scrollbar-face-color:#666666;
       scrollbar-track-color:#333333;
      scrollbar-arrow-color:#FFFFFF;
      }
	  
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
	  

td,th{

font-family: Times New Roman, Times, serif;
font-size: 12px;

}

ul li{
color:#FFFFFF;

}

h1{

font-family: "Times New Roman", Times, serif !important;
font-size:11px;
color:#CCCCCC;
font-weight:normal;
margin:0px;
padding:0px;
font-weight:bold;


}


h2{

font-family: Times New Roman, Times, serif;
font-size:13px;
color:#FFFFFF;
margin:0px;
padding:0px;

}

h3{

font-family: Times New Roman, Times, serif;
font-size:14px;
color:#FFFFFF;
margin:0px;
padding:0px;


}

/* main holder div collects all areas */


.mainHolder{
    display:block;
    position:absolute;
	height:565px;
	margin-left:-400px;
	left:50%;
	margin-top:-282px;
	width:800px;
	top:50%;
	background-color:#000000;

}

/* Other layout divs */

.logo_div{

    position:absolute;
	width:800px;
	height:65px;
	background-color:#000000;

}

.topNav_holder{

    position:absolute;
	width:626px;
	height:25px;
	padding-top:43px;
	left:20px;
	background-color:#000000;

}

.logo_holder{

    position:absolute;
	width:136px;
	height:65px;
	left:630px;
	background-color:#000000;

}

.top_key_holder{

    position:absolute;
	width:800px;
	height:2px;
	top:65px;
	background-image:url(../images/line_across.gif);

}

.main_body_holder{

    position:absolute;
	width:800px;
	height:456px;
	top:67px;
	background-color:#000000;

}

.main_body_content{

    position:absolute;
	width:760px;
	height:425px;
	top:15px;
	left:20px;

}

.main_body_content_contact{

    position:absolute;
	width:760px;
	height:425px;
	background-image:url(../images/atBG.jpg);

}

.bottom_key_holder{

    position:absolute;
	width:800px;
	height:2px;
	top:523px;
	background-image:url(../images/line_across.gif);

}

.main_nav_holder{

    position:absolute;
	width:800px;
	height:35px;
	top:530px;
	text-align:center;
	
}

.nav_spacings{

	position:relative;
	width:114px;
	height:20px;
	display:block;
	float:left;

}

.nav_spacings_alt{

	position:relative;
	width:171px;
	height:20px;
	display:block;
	float:left;

}

.spec_textArea{
	
	display:block;
    position:relative;
	width:760px;
	height:260px;
	float:left;
	overflow:auto;

}


.specification_full_page{

    display:block;
    position:relative;
	width:760px;
	height:425px;
	float:left;
	overflow:auto;

}