/* 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: #999 url(../img/body-bg.jpg) top left 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: 800px;
	background: url(../img/body-bg.png) top left 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 {
	background: url(../img/header-blueprint.jpg) top right no-repeat;
	width: 653px;
	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: right;
	font-size: 12px;
	line-height: 18px;
}

#nav li {
	float: left;
	display: inline; /* IE Double-Float-Margin Bugfix */
	margin: 0 22px 0 0;
}

#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;
}



/* 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;
}

p.first {
	margin-top: 17px;
}

p.last {
	margin-bottom: 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: 758px;
	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: 358px;
	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;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	width: 800px;
	height: 30px;
	background: url(../img/footer-bg.png) top left 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;
}

