/* CSS Document */

body {
	margin:0px;
	background-color:#999999;
}

div,p,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	vertical-align:top;
}


a {
	color:#E60000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

li {
	color:#172179;
	list-style-image: url(images/bullet.jpg);
	text-indent: -3px;
	line-height:24px;
}

h1 {
	display:inline;
	font-size:20px;
}

h2 {
	font-size:18px;
	line-height:26px;
	display:inline;
}


#container {
	width:870px;
	border:4px solid #35405E;
	background-color:#FFFFFF;
	margin:10px auto 10px auto;
}

#navigation {
	padding:10px 30px;
	border-bottom:2px solid #35405E;
	text-align:left;
	margin-right:30px;
}

#header {
	margin:40px 30px;
}

#header-logo {
	width:590;
	text-align:left;
}

#header-contact {
	float:right;
	width:210px;
	text-align:right;
}

#content-table {
	border-top:2px solid #172179;
}

#banner {
	background-color:#35405E;
	padding:30px;
	color:#FFFFFF;
	font-size:14px;
}

#banner-tagline {
	text-align:center;
	margin:20px 0px;
	font-weight:bold;
}

#manufacturer-table td {
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	vertical-align:top;
}

#parts-table td {
	height:26px;
}

.home-bullets {
	font-size:19px;
	line-height:34px;
	font-weight:bold;
}

.service-right {
	background-image: url(images/backgrnd-1.gif);
	background-repeat: repeat-y;	
}


#footer {
	padding:8px 0px;
	text-align:center;
	font-weight:bold;
	color:#172179;
}

.small-blue {
	color:#172179;
	font-size:14px;
	line-height:18px;
}

.blue {
	color:#172179;
}

.red  {
	color:#E60000;
}

.green {
	color:#158000;
}