body {
	background: #ffffff;
	margin: 0;
	font-family: arial;
	font-size: .8em;
}

h1, h2, h3, h4, h5 {
	color: #13468f;
	margin: 0;
}

ul {
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #13468f;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #39a561;
}

/* Generic Page */
.blue-border-bottom {
	border-bottom: solid 2px #13468f;
}

.blue-border-right {
	border-right: solid 2px #13468f;
}

.blue-border-top {
	border-top: solid 2px #13468f;
}

.grey-border-bottom {
	border-bottom: solid 2px #e1e2e4;
}

.grey-border-right {
	border-right: solid 2px #e1e2e4;
}

a.on {
	color: #39a561 !important;
}

a:hover {
	color: #39a561 !important;
}

.centered {
	text-align: center;
}

/* Body */

.content {
	width:1000px;
	margin:0px auto 20px;
	-moz-box-shadow: 0 0 0px 0px #888;
	-webkit-box-shadow: 0 0 0px 0px #888;
	box-shadow: 0 0 0px 0px #888;
	background:#ffffff;
}

/* Header */
.logo {
	position: absolute;
	margin: 0px 0px 0px 10px;
}

.header {
	width: 970px;
	margin: 0px auto;
	padding: 10px 0px 0px;
}

.header .links {
	text-align: right;
	margin: 0px 0px 5px 0px;
}

.header .links a {
	margin: 0px 5px;
	font-size: .8em;
	color: #000000;
}

.header .bar {
	background: rgb(208,210,212); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,210,212,1) 0%, rgba(168,170,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,210,212,1)), color-stop(100%,rgba(168,170,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(208,210,212,1) 0%,rgba(168,170,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(208,210,212,1) 0%,rgba(168,170,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(208,210,212,1) 0%,rgba(168,170,173,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(208,210,212,1) 0%,rgba(168,170,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d2d4', endColorstr='#a8aaad',GradientType=0 ); /* IE6-9 */
	height: 23px;
	width: 100%;
	text-align: right;
	border: 0;
}

.header .bar input {
	height: 12px;
	font-size: 9px;
}

.header .slogan {
	color: #333333;
	text-align: right;
	margin: 5px 0px 0px 0px;
	font-style:italic;
}

#search {
	margin: 2px 70px 0px 0px;
	width:160px;
}

#search_btn {
	position:absolute;
	margin:3px 0px 0px -60px;
	cursor: pointer;
}

/* Footer */
.footer {
	text-align:center;
	height:70px;
}

.footer-links {
	margin: 7px 0px;
	font-size: .85em;
}

.footer-links a {
	color: #000000;
}

.design-by {
	float: left;
	font-size: .85em;
	margin: 20px 0px 0px 10px;
}

.design-by a {
	color: #939598;
}

.copywrite {
	float: right;
	color: #939598;
	font-size: .85em;
	margin: 20px 10px 0px 0px;
}

.social {
	position: absolute;
	margin-left:463px;
}

/* Page Content */

.bar {
	background: #13468f;
	border-bottom: solid 2px #39a561;
	height: 25px;
	margin: 5px 0px 0px;
	width: 100%;
}

.page-content {
	margin: 10px;
}

/* Homepage Image Controls */
.billboard-controls {
	background: #13468f;
	border-top: solid 2px #39a561;
	height: 23px;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
}

#dvBillboardControls {
	float: right;
}

.BillControlBox {
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	border-left: none;
	background-color:Transparent;
	float:left;
	min-width: 8px;
	height: 19px;
}
.BillControlBoxOn {
	cursor: pointer;
	padding: 2px 5px 2px 5px;
	border-left: none;
	background-color:#39a561;
	float:left;
	min-width: 8px;
	height: 19px;
}

#BillControlPlay {
	margin: 0px 5px 0px 15px;
}


#BillControlStop {
	margin-right: 10px;
}

#bcPlay {
	margin-top: 3px;
}

#bcStop {
	margin-top: 3px;
}

.home-section {
	margin: 5px 0px;
}

#home_search {
	width:130px;	
}

#home_search_btn {
	cursor: pointer;
}

.featured-vendors {
	font-size: .9em;
}

.featured-vendors a {
	font-weight: bold;
}

/* Line Card */

.linecard a {
	display: block;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

/* Products */

.product {
	border-bottom: solid 2px #e1e2e4;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.product a {
	font-size: 1.3em;
}

.product h3 {
	color: #000000;
}

/* Contact Us */
.contact-us a {
	font-weight: bold;
}

.sub-section {
	font-weight:bold;
	font-style:italic;
}

/* FAQ */
.top {
	display: block;
	margin: 15px 0px;
}

a.top {
	font-size: .8em;
}

.question {
	font-weight: bold;
}

.answer {
	font-style: italic;
}

.questions {
	font-size: 1.1em;
}

.qa {
	font-size: 1.1em;
}

/* News/Events */
.article {
	padding: 10px;
}

.article .img-center {
	float: left;
	text-align: center;
	width: 250px;
	margin: 0px 25px 0px 0px;
}

.article .section-right {
	margin-left: 260px;
}

.article h3 {
	margin-bottom: 10px;
}

.article h4 {
	margin-bottom: 10px;
	color: #000000;
	font-size: 1.1em;
}

.article .date {
	margin-bottom: 10px;
}

.article li {
	margin-bottom: 10px;
}

/* Error Page */
.error-page {
	font-size: 1.3em;
	text-align: center;
	margin: 150px 0px;
}

/* Product pages */
.product-header {
	margin: 10px;
	height:180px;
	font-size:.8em;
	clear:both;
}
.product-header a {
	color: #000000;
}
.product-item {
	float: left;
}
#medical .product-item {
	padding-left:5px;
}
#milaero .product-item {
	padding-left:21px;
}
#space .product-item {
	padding-left:12px;
}
#industrial .product-item {
	padding-left:125px;
}
#oil-gas .product-item {
	padding-left:125px;
}
.no-padding {
	padding:0px !important;
}
.product-body {
	margin: 10px;
}
.bar-bottom {
	background: #13468f;
	border-to: solid 2px #39a561;
	height: 25px;
	margin: 5px 0px 0px;
	width: 100%;
	clear: both;
}
#product_controls {
	float:right;
	margin-right: 10px;
}
#product_slides {
	float:right;
}
#product_play {
	float:right;
	margin-left: 20px;
}
#product_stop {
	float:right;
}
#product_timer {
	float: left;
	color: #ffffff;
	padding: 5px 0px 0px 10px;
}
.product-box {
	cursor: pointer;
	padding: 4px 5px;
	border-left: none;
	background-color:Transparent;
	float:left;
	min-width: 8px;
	height: 19px;
	color: #ffffff;
}
.product-box-on {
	cursor: pointer;
	padding: 4px 5px;
	border-left: none;
	background-color:#39a561;
	float:left;
	min-width: 8px;
	height: 19px;
	color: #ffffff;
}
.product-box img {
	margin-top: 4px;
}

.typed-cursor{
	display:none;
}