@charset "UTF-8";
/* CSS Document */

body {
	background: #dee3e5 url('../images/bg_new.jpg') repeat-x;
	font-family:helvetica; 
	margin: 0;
}

img {
	border-style: none;
}

h2 {
	color: #103f6c;
	font-size: 15pt;
}

h3 {
	color: #103f6c;
	font-size: 11pt;
	line-height: 13pt;
	margin-right: 10px;
}

p {
	font-size: 10pt;
	line-height: 14pt;
	position: relative;
	bottom: 12px;
}

a {
	color: #103f6c;
}

#header {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/headergraphic_new.jpg') no-repeat;
}

#headerlanding {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/headergraphic_newcenter.jpg');
}

#nav {
padding-top: 125px;
height: 28px;
}

#nav ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

#nav li {
float: left;
display: inline;
}

	.active a {
	background: white !important;
	color: #116bb0 !important;
	}

.home a,
.tools a,
.features a,
.manu a,
.types a,
.about a,
.map a,
.contact a {
font-size:9pt; 
font-weight:bold;
color:white; 
text-decoration:none; 
margin-right:5px; 
padding: 7px 11px 6px 11px;
}
	.home a:hover,
	.tools a:hover,
	.features a:hover,
	.manu a:hover,
	.types a:hover,
	.about a:hover,
	.map a:hover,
	.contact a:hover {
	background: white;
	color: #116bb0;
	}


#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border: 2px solid black;
	border-top: none;
	padding-bottom: 45px;
}

#left {
	width: 500px;
	float: left;
	position: relative;
	left: 15px;
	top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

#left img {
	margin-right: 10px;
	margin-left: 10px;
}

#left ul {
	list-style-type: none;
}


#left li {
	bottom: 15px;
	font-size: 10pt;
	line-height: 14pt;
	list-style-type: circle;
	position: relative;
	right: 25px;
}

#right {
	float: right;
	width: 190px;
	background: #e7ebed;
	border: 1px solid #164573;
	position: relative;
	right: 25px;
	top: 25px;

}

#box {
	width: 505px;
	height: 196px;
	background: #f9f9f4 url('../images/checks.jpg') no-repeat;
	border:1px solid #103f6c; 
}

#box p {
	position: relative;
	left: 50px;
	top: 10px;
	line-height: 6pt;
	font-size: 11pt;
}

#right img {
	position: relative;
	left: 10px;
}

#right ul {
	list-style-type: none;
	position: relative;
	right: 15px;
}

#right li {
padding-bottom: 5px;
}

#right li a {
	text-align: center;
	text-decoration: none;
	color: #3c4246;
	font-family: "helvetica";
	font-size: 10pt;
	line-height: 16px;
	background: url('../images/shift.jpg') 0% 50%;
	display: block;
	padding-top: 5px
}

#right li a:hover {
	text-decoration: none;
	color: #2980c2;
	font-family: "helvetica";
	font-size: 10pt;
	line-height: 1.2em;
	background: url('../images/shift.jpg') 0% 50%;
	display: block;
	padding-top: 5px
}

.comparison {
	width: 500px;
	border: 1px solid #103f6c;
}

.comparison th {
	text-align: left;
	height: 16px;
	background-color: #ffffff;
	border: 1px  #103f6c;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.comparison th a {
	font-weight: bold;
	font-size: 10pt;
	color: #103f6c;
}

.comparison td {
	text-align: left;
	background-color: #ffffff;
	border: 1px  #103f6c;
	font-size: 10pt;
	color: #000000;
}

.ltcs {
	background-color: #c0c0c0 !important;
	width: 86px !important;
}

.ltrs {
	background-color: #116bb0 !important;
	color: white !important;
	font-weight: bold !important;
}

.manufacturers {
	width: 500px;
	border-top: 1px solid #103f6c;
	border-left: 1px solid #103f6c;
}

.manufacturers th {
	height: 30px;
	text-align: center;
	background-color: #103f6c;
	color: #fbfbf6;
	font-size: 9pt;
	border-bottom: 1px solid #103f6c;
	border-right: 1px solid #103f6c;
}

.manufacturers td {
	text-align: left;
	font-size: 9pt;
	border-bottom: 1px solid #103f6c;
	border-right: 1px solid #103f6c;
}

#footer{
background: black;
margin: 0 auto;
padding-top: 5px;
width: 804px;
}
	#footer p{
	font-size: 12px; 
	color: white;
	margin: 5px 0 4px 0;
	padding: 9px 0 0 0;
	}
	
	#footer a{color: white;}
	#footer a:hover{color: #103f6c;}

	#footer .left{
	float:left;
	text-align: left;
	padding-left: 20px;
	}
	
	#footer .right{
	text-align: right;
	padding-right: 20px;
	}

#footerlinks {padding-top: 10px;}
#footerlinks p{font-size: 11px;}
