/* CSS Document */
* {
margin: 0;
padding: 0;
}
p {
	margin-bottom:10px;
	margin-top:10px;
	}

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}
#wrapper{

	background-color: #000000;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-color: #000000;
	height: 30px;
	width: 902px;
}
#Menu{
	background-color: #000000;
	height: 70px;
	width: 902px;
	margin-top:10px;
	font-size:.9em;
}
#middle{
	width: 902px;
	float:left;
	background-color:#000000;
}
#Leftcol{
	background-color:#993300;
	float: left;
	height: 38px;
	width: 300px;
	padding-right:5px;
}
#rightcol{
	background-color:#770077;
	float: left;
	height: 38px;
	width: 455px;
}
#footer{
	background-color:#000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	float: left;
	height: 50px;
	width: 892px;
	padding: 5px;
	padding-top:10px;
	background-image: url(/images/footer_back.gif);

}
.footer_txt {
	margin-left:75px;
	letter-spacing: .5em;
}
#footer A {
color:#000000;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
#footer_below{
	background-color:#000000;
	font-size:0.9em;
	float: left;
	height: 25px;
	width:600px;
	color:#666666;
}
#services_menu{
	background:url(/images/images/L_menu.gif);
	height: 200px;
	width: 179px;
	font-size:1.1em;
	padding-left: 5px;
	padding-top: 11px;
	
}
#services_menu A{
	color:#FFFFFF;
	line-height: 20.5px;
	text-decoration: none;
	top: 10px;	
}
#services_menu A:hover{
	text-decoration: underline;
}
#nav-menu ul
{
list-style: none;
width:200px;
padding: 0;
margin: 0;
}

#nav-menu li
{
/*float: left; */
margin: 0 0.15em;
}

#nav-menu li a
{
background-color:#0033FF;
height: 2em;
line-height: 2em;
/*float: left; */
width: 100px;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
#nav-menu li a:hover
{
background-color:#00ffFF;

}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:300px;
} 

#home{
	height:64px;
	width:100px;
	background-image: url(/images/home.gif);
	float:left;
	text-align: center;
}
#home A:hover{
background-image: url(/images/home-over.gif);
font:Arial, Helvetica, sans-serif;
color:#FFFFFF;
	height:164px;
}
.home{
	height:64px;
	width:98px;
	background-image: url(/images/home.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.home {
	background-image: url(/images/home.gif);
	background-position: 0px 64px;
}
.look{
	height:64px;
	width:100px;
	background-image: url(/images/closer_look.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.look {
	background-image: url(/images/closer_look.gif);
	background-position: 0px 64px;
}
.spec{
	height:64px;
	width:98px;
	background-image: url(/images/tech_spec.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.spec {
	background-image: url(/images/tech_spec.gif);
	background-position: 0px 64px;
}
.curves{
	height:64px;
	width:100px;
	background-image: url(/images/curves.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.curves {
	background-image: url(/images/curves.gif);
	background-position: 0px 64px;
}
.charge{
	height:64px;
	width:100px;
	background-image: url(/images/charge.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.charge {
	background-image: url(/images/charge.gif);
	background-position: 0px 64px;
}
.usage{
	height:64px;
	width:108px;
	background-image: url(/images/usage.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.usage {
	background-image: url(/images/usage.gif);
	background-position: 0px 64px;
}
.faq{
	height:64px;
	width:96px;
	background-image: url(/images/faq.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.faq {
	background-image: url(/images/faq.gif);
	background-position: 0px 64px;
}
.testimonials{
	height:64px;
	width:100px;
	background-image: url(/images/testimonials.gif);
	float:left;
	text-align: center;
	background-position: 0px 0px;
	text-decoration:none;
}
A:hover.testimonials {
	background-image: url(/images/testimonials.gif);
	background-position: 0px 64px;
}



.grey_text {
	color: #999999;
}
A.grey_text {
	text-decoration:none;
}
A:hover.grey_text {
	text-decoration:underline;
}
.black_text {
	color: #000000;
}
A.black_text {
	text-decoration:none;
}
A:hover.black_text {
	text-decoration:underline;
}
.torq_text {
	color: #00aeef;
}
A.torq_text {
	text-decoration:none;
}
A:hover.torq_text {
	text-decoration:underline;
}
.white_text  {
color:#FFFFFF;
}
A.white_text  {
color:#FFFFFF;
text-decoration:none;
}
A:hover.white_text {
	text-decoration:underline;
}
#order_box{
	width:200px;
	float:right;
	background-color: #333333;
}
.toorderbox {
	width:100px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	background-color:#666666;
	font-size:1.1em;
		letter-spacing: .2em;
		margin-bottom:2px;
}
.bluebox {
	width:195px;
	background-color:#00aeef;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.faq_list {
width:560px;
background-color:#666666;

}
.faq_header_text {
	width:460px;
	margin-left:30px;
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.faq_clear_list_blue {
	width:560px;
	background-color:#0099FF;
	margin-bottom:20px;

}
.faq_clear_list{
	width:560px;
	margin-bottom:20px;

}
.faq_clear_text {
	width:460px;
	margin-left:30px;
	margin-bottom:20px;
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.faq_blue_text {
	background-color:#0099FF;
	width:460px;
	margin-left:30px;
	padding-left: 20px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.small_txt {
	font-size: .8em;
}
.morepages {
	width:300px;
	float:left;
	clear:left;
	height:50px;
	}
.small_order {
	font-size:.8em;
	margin-top:6px;
	}
.breadcrumbs {
	padding:2px;
	padding-left:5px;
	font-size:.8em;
	height: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
h1 {
	font-weight: normal;
}
.info_boxes {
	float:left;
	width:165px;
	margin-left:20px;
	margin-top:25px;
	height:200px;
	padding:0px;
	}
