body {
	overflow:hidden;
	font: normal 12px/normal "Trebuchet MS", Verdana;
	color: #000;
	background: #FFF;
}
html, body{ 
	margin: 0; 
	padding:0;
	height:100%;
	width: 100%;
}
#header{
	background-color:#000;
	height:120px;
	border-bottom: solid 3px #9faaaf;
	color: #fff;
}

#headerAlign{
	width: 760px;	
	margin: 0 auto;
}
h1{ 
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
	word-spacing: 2px;
	padding-top: 28px;
	width: 49%;
	float:left;
}
h1 img{
	margin-bottom: 11px;
}
h2{ 
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	word-spacing: 1px;
	display: block;
	color: #42494c;
	background-color:#d7e3e9;
	padding: 10px;
	margin: 22px 0 12px 0;
}
#phone{
	width: 49%;
	float:right;
	padding: 0;
	margin: 0;
	padding-top: 32px;
	font-size: 13px;
}
#phone li{
	list-style-type: none;
	letter-spacing: 0.3px;
	word-spacing: 1px;
	text-align: right;
}
#nav{
	clear: both;
	padding-bottom: 0px;
}
#nav li{
	display: inline;
	float: right;	
	width: 112;
	height: 26px;
	list-style-type: none;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: center;
	margin-left: 1px;
}
#nav li a{
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	width: 112px;
	height: 26px;
	padding: 5px 0;
	display:block;
	border: none;
}
#nav li a:link, #nav li a:visited{
	background-image: url(../images/binaryten_button.gif);
}
#nav li a:hover{
	color: #055479;
	background-image: url(../images/binaryten_button_hover.gif);
}
#nav li a:active, #nav a.active{
	color:#008ed0;
	background-image: url(../images/binaryten_button.gif);
}
#main{
	overflow:hidden;
	width: 760px;
	height:100%;
	margin: 0 auto;
}
#footer{
	position:absolute;
	bottom:0;
	width:100%;
	background-color: #000;
	color: #fff;
	height: 40px;
	border-top: solid 3px #9faaaf;
	padding-top: 10px;
}
#footerAlign{
	width: 760px;
	height: 100%;
	margin: 0 auto;
}
#footerAlign a{
	color: #FFF;
	text-decoration: none;
}
#footerAlign a:hover{
	color: #2cafec;
}
#footerAlign #fl{ display: block; widows: 49%; float: left;}
#footerAlign #fr{ display: block; widows: 49%; float: right;}
#packets{
	width: 100%;
	height: 222px;
	background: url(../images/binaryten_packets.jpg) no-repeat;
}
#packets div{
	padding:0;
	display:inline;
	float: left;
	width: 223px;
	margin: 0 12px 0 17px;
	color: white;
}
#packets div p{
	float:left;clear:left;
	margin:3px 0;
	}
#packets div h3{
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	margin: 14px 0;
}
#packets img{
	margin: 2px 0;
}
#packets ul{
	margin-top:69px;
}
#packets li{
	display: inline;
	float: right;
}
#packets li a{
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 85px;
	height: 18px;
	padding: 1px;
	display:block;
	border: none;
}
#packets li a:link, #packets  li a:visited{
	background-image:url(../images/packet_button.gif);
	margin-left: 1px;
}
#packets  li a:hover, #packets  li a:active{
	color:#2cafec;
}
#qa dl{
	margin: 10px 0 0 0;
}
#qa dt{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	width:100%;
}
#qa dd{
	font-size: 12px;
	color: #556065;
	margin:15px 0 20px 0px;
}
#contactform label{
	display:block;
	width: 140px;
	float: left;

}
#contactform input, #contactform textarea{
	margin:0 10px 10px 0;
	display:block;
	width: 200px;
	float: left;
}
#contactform br{ 
	clear: left;
}

fieldset{
	padding:15px;
	background-color: #eeeeee;
	border: none;
}
input{
	background-color:#fff;
	border: solid 1px #a5acb2;
}
.contactDetails{
	float:right;
	border-left: solid 1px white;
	padding-left: 15px;
	display: block;
	width: 250px;
}
.justSend{
	background:url(../images/arrow-right_12.gif) no-repeat left center; 
	padding-left: 18px;
}
