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

body{
	margin:0;
	padding:0;
	background: #000;
	color: #999;
	font-size:11px;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#4f81bb;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
	text-decoration:none;
}
h1{
	margin:0;
	padding:0;
}
hr {
	height: 1px;
	background-color: #262626;
	color: #262626;
	border: 0;
	margin: 3px 0 6px 0;
	padding:0;
}
ul {
	padding: 0 0 0 16px;
	margin: 0;
}
li {
	padding: 0; 
	margin:0;
}
#container{
	width:960px;
	margin:0 auto;
}
#logo{
	float:left;
	width:340px;
}
#header{
	float:right;
	width:620px;
	padding:6px 0 0 0;
	text-align:right;
}
#homeleft{
	float:left;
	width:280px;
	padding: 20px 0;
}
#homeleft h1, #homeright h1{
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
#homeright{
	float:right;
	padding: 20px 0;
	width:680px;
}
#homeright ul{
	float:left;
	width: 200px;
	padding-right:20px;
	font-weight:bold;
}
#homeright ul.last{
	width: 184px;	
	padding-right:0;
}
#childcontent{
	padding:20px 0 20px 0;
	font-size:12px;
	line-height:16px;
}
#childcontent h1{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	margin-bottom:8px;
}
#childcontent h2{
	font-weight:bold;
	color: #CCC;
	font-size:12px;
	margin:0;
	padding:0;
}
#childcontent hr {
	margin: 0 0 18px 0;
}
#childcontent li {
	padding: 0 0 11px 0;
}
#childleft{
	float:left;
	width:264px;
}
#childright{
	float:right;
	padding:0 0 0 30px;
	width:666px;
}
/*-------------Navigation-----------------*/
#nav{
	height:27px;
	margin-top:56px;
}
#nav a{
	display:block;
	height:27px;
	float:left;
}
#nav a:hover{
	background-position: 0 -27px;
}
a.products-services{
	width: 177px;
	background: url(../images/products-services-bt.gif) 0 0 no-repeat;
}
a.facilities-equipment{
	width: 179px;
	background: url(../images/facilities-equipment-bt.gif) 0 0 no-repeat;
}
a.experience{
	width: 98px;
	background: url(../images/experience-bt.gif) 0 0 no-repeat;
}
a.about-us{
	width: 82px;
	background: url(../images/about-us-bt.gif) 0 0 no-repeat;
}
a.contact{
	width: 84px;
	background: url(../images/contact-bt.gif) 0 0 no-repeat;
}
/*-----------------Contact Form ------------------*/
#contactform label {
	float: left;
	width: 190px;
	padding: 0 5px 0 0;
	color: #666;
	font-size:1em;
	font-family: Arial;
	text-align: left;
}
#contactform input.inputbox, #contactform textarea.inputbox{
	float: left;
	margin: 0 0 3px 0;
	width: 250px;
	color: #666;
	font-size:1.2em;
	font-family: Arial;
}
.error{
	color:#fff;
}

/*-----------------Footer------------------*/
#footer{
	color:#999;
	font-size:10px;
	text-align:center;
	margin:15px 0;
}
#footer a{
	color:#666;
}
.footerLinks{
	color:#666;
	margin-right:15px
}

/*--------------------Misc-----------------*/
.clear{
	clear:both;
}
.picSpacing{
	margin-bottom:25px;
}