﻿body {
	background:#001f66;
	margin:0;
	overflow-x:hidden;
}

td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#001f66;
}

a:hover {
	color:#000;
}

#mid {
	border-top:1px #001f66 solid;
	border-bottom:1px #001f66 solid;
}

#midbar {
	/*background:url(../siteart/midbar.gif) repeat-x top;*/
	background:#7fa2ca;
	padding:12px 15px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

#topnav {
	background:url(../siteart/topnavbg.gif) no-repeat right;
	text-align:right;
	color:#fff;
	width:353px;
}

#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#topnav li {
	display:inline;
	float:right;
}

#topnav li a {
	text-decoration:none;
	text-transform:uppercase;
	border-right:1px #001f66 solid;
	padding:4px 11px;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	display:block;
}

#topnav li a:hover {
	color:#001f66;
}

#oem {
	border-bottom:1px #001f66 solid;
	text-align:center;
	background:#f7f8fa;
}

#oem img {
	border:0;
	margin:0 2px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#001f66;
	display:block;
	margin:0 0 10px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#001f66;
	display:block;
	margin:0;
}

h3 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background:#7fa2ca;
	display:block;
	margin:0;
	padding:5px;
}

#slide {
	border-bottom:1px #001f66 solid;
	padding:5px 0;
}


/*-----------------------Navigation Section--------------------*/

#nav {
	border-right:1px #001f66 solid;
	width:186px;
	background:#ccdaea;
	color:#001f66;
	font-size:13px;
	vertical-align:top;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:block;
	float:left;
	
}

#nav li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#001f66;
	font-weight:bold;
	border-bottom:1px #a3b5d0 solid;
	display:block;
	width:186px;
	padding:5px 0;
	text-indent:5px;
}

#nav li a:hover {
	background:#a3b5d0;
}

#nav img {
	border:1px #001f66 solid;
	margin:10px 0;
}

.sub-menu {
	position:absolute;
	visibility: hidden;
	border:1px #a3b5d0 solid;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #ccdaea;
	width: 186px;
}

.sub-menu a {
	color: #001f66;
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px #a3b5d0 solid;
	padding: 5px 0;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}

.sub-menu a:hover {
	background-color: #a3b5d0;
	color:#001f66;
}


/*-------------------------Main Section------------------------*/

#main {
	vertical-align:top;
	width:553px;
	padding:15px;
}

.dept {
	vertical-align:top;
	width:33%;
	color:#001f66;
	font-weight:bold;
	padding-bottom:5px;
}

.dept img {
	border:1px #001f66 solid;
	margin-bottom:5px;
}

.copy {
	border-top:1px #ccd2e0 solid;
	border-bottom:1px #ccd2e0 solid;
	width:553px;
}

.copy-block {
	padding:10px 0;
}

.copy-block-hours {
	padding:10px 0;
	font-size:14px;
}

.guidelines li {
	margin-bottom:8px;
}

a.sales:link, a.sales:visited, a.sales:active {
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding:10px 30px;
	background:#001f66;
	border:1px #000 solid;
	display:block;
	text-align:center;
	width:200px;
}

a.sales:hover {
	background:#ccd2e0;
}

.newequip {
	text-align:center;
	font-size:11px;
}

.newequip img {
	border:0;
	margin-bottom:3px;
}