/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- 
@import url("mr-nav.css");*/
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #8e8e8e url(../img/body-bg.jpg) top center repeat-x;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatright {
	margin-left: 12px;
}

.clear {
	clear: both;
}

hr.clear {
	height: 0;
	font-size: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

.hidden {
	visibility: hidden;
}

#content:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #08324d;
}

a:visited {
	color: #666;
}

a:hover {
	color: #800;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 900px;
	background: url(../img/body-bg.png) top center repeat-y;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

* html #content {
	overflow: hidden; /* Because IE is stupid */
}

#header {
	height: 99px;
	background: #fff url(../img/header-bg.png) bottom left repeat-x;
	border-bottom: solid 1px #666;
}

img.logo {
	float: left;
	display: inline; /* IE Double-Float-Margin Bugfix */
	margin: 8px 8px 0 8px;
}

h1 {
	width: 351px;
	height: 70px;
	float: left;
}

h1 img {
	float: left;
	display: inline; /* IE Double-Float-Margin Bugfix */
	margin: 20px 0 0 0;
}

#nav {
	list-style: none;
	margin: 2px 0 0 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
	width: 620px;
}

#nav li {
	float: left;
	display: inline; /* IE Double-Float-Margin Bugfix */
	margin: 0 14px;
}

#nav a {
	display: block;
	color: #08324d;
	text-decoration: none;
	padding: 4px 0 0 0;
}

#nav a:hover {
	color: #800;
	border-bottom: solid 5px #800;
}

#nav li.current a {
	border-bottom: solid 5px #666;
	color: #666;
}

#iso {
	float: right;
	margin: 0 15px 0 0;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
p, ul, address {
	font-size: 11px;
	line-height: 17px;
	margin: 0 20px 17px 20px;
	font-style: normal;
}

ul {
	margin-left: 36px;
}

.red {
	color: #800;
}

p + ul {
	margin-top: -8px;
}

ul li {
	margin: 0 0 4px 0;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin: 17px 20px 4px 20px;
	color: #800;
}

h3, p.first strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin: 17px 20px 4px 20px;
	color: #800;
}

p.first strong {
	margin: 0;
}

#collage {
	background: #c1ccd2;
	width: 360px;
	float: right;
	padding: 16px 20px;
	margin: 0 0 0 20px;
}

table.equip {
	font-size: 11px;
	line-height: 14px;
	margin: 0 20px 20px 20px;
	width: 858px;
	border: solid 1px #666;
}

table.equip td, table.equip th {
	padding: 3px 8px;
	text-align: center;
}

table.equip th {
	white-space: nowrap;
	background: #eee;
}

table.equip th.qty {
	width: 25px;
}

table.equip td {
	border-top: solid 1px #ccc;
}

table.equip th.desc, table.equip td.desc {
	text-align: left;
}

table.equip thead th {
	font-size: 13px;
	background: #08324d;
	color: #fff;
	border-bottom: solid 1px #666;
}

table.small {
	width: 409px;
	float: left;
}

* html table.equip {
	display: inline;
}


body.news h3 {
	font-size: 12px;
	margin-bottom: 1px;
	line-height: 14px;
}

body.news h3 em {
	float: right;
	text-align: right;
	font-size: 11px;
	width: 70px;
	color: #999;
}

body.news p {
	line-height: 17px;
}

#video {
	width: 900px;
	text-align: center;
	padding: 10px 0 5px 0;
	background: url(../img/video-bg.jpg) top left no-repeat;
	border-bottom: solid 1px #666;
	margin: 0;
}

div.home #video {
	margin: 0 0 16px 0;
	padding: 0 0 20px 0;
	background: url(../img/video-bg-home.jpg) top left no-repeat;
}

#flash {
	width: 550px;
	height: 345px;
	margin: 0 auto;
}

ul.col2 {
	float: left;
}

ul.col2 li {
	width: 400px;
	margin-right: 22px;
	float: left;
}

div.home h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin: 17px 20px 4px 20px;
	color: #800;
}

img.home {
	float: right;
	border: solid 5px #666;
	margin: 0 30px 20px 40px;
}

img.fullimage {
	margin: 20px 20px 0 20px;
	border: solid 1px #666;
}

#industry-list {
	width: 900px;
	float: left;
}

#industry-list h3 {
	float: left;
	width: 182px;
	text-align: center;
	line-height: 18px;
	margin: 0 20px 20px 20px;
}

#industry-list h3 a {
	text-decoration: none;
}

#industry-list h3 a:hover {
	text-decoration: underline;
}

#industry-list img {
	border: solid 1px;
	display: block;
	margin: 0 0 4px 0;
}

img.assembly {
	margin: 0 56px 20px 20px;
	border: solid 1px #666;
}

div.contact {
	text-align: center;
	padding: 40px 0 50px 0;
}

div.contact address {
	font-size: 14px;
	line-height: 20px;
}

#contact {
	width: 280px;
	float: right;
	border: solid 1px #666;
	margin: 0 20px;
	background: #eee;
}

#contact h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
	background: #7f0000;
	color: #fff;
	padding: 8px 16px;
	border-bottom: solid 1px #666;
}

#contact p {
	font-size: 14px;
	line-height: 20px;
	margin-left: 16px;
	margin-right: 16px;
}

#contact p i {
	width: 54px;
	float: left;
	font-style: normal;
}

#contact p b {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f0000;
	font-size: 16px;
	line-height: 21px;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 900px;
	height: 30px;
	background: url(../img/footer-bg.png) top center no-repeat;
	margin: 0 auto;
	padding: 1px 10px;
}

#footer address {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	margin: 24px 0 12px 0;
}


