/*********************************************************************
   Style Sheet for Airam
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	background:#c9e4f3 url(../images/grid.gif) repeat top left;
	}
	
img {
	border:0;
	}
	
.clear {
	clear:both;
	}
	
/* Outer Wrapper
-------------------------------------------------------------------- */
#outer {
	background:url(../images/logo-bg.jpg) repeat-x top left;
	}
	
/* Menu
-------------------------------------------------------------------- */
#menu {
	height:36px;
	width:100%;
	background:#fff url(../images/menu-bg.jpg) repeat-x top left;
	font-size:13px;
	text-transform:uppercase;
	}
	
.menu {
	text-align:center;
	margin:auto;
	display:block;
	width:794px;
	}
	
#menu .first {
	border-left:1px solid #ccc;
	}
	
.dropdown, .nodrop {
	float:left;
	border-right:1px solid #ccc;
	}
	
.dropdown dt, .nodrop dt {
	color:#000;
	}
	
.dropdown dd, .nodrop dd {
	position:absolute;
	display:none;
	background:#ccc;
	z-index:200;
	opacity:0;
	}
	
dt a, dt a:link, dt a:visited {
	display:block;
	padding:10px 19px;
	color:#000;
	text-decoration:none;
	}
	
dt a:hover, dt a:active {
	display:block;
	overflow:hidden;
	padding:10px 19px;
	color:#fff;
	text-decoration:none;
	background:#ccc url(../images/menu-bg-hover.jpg) repeat-x top left;
	}
	
.dropdown ul {
	text-align:left;
	width:150px;
	list-style-type:none;
	font-size:10px;
	font-weight:bold;
	}
	
.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block;
	color:#000;
	padding:5px;
	text-decoration:none;
	}
	
.dropdown li a:hover {
	display:block;
	color:#fff;
	padding:5px;
	background:#000;
	}	
	
.dropdown .underline {
	border-bottom:1px solid #000;
	}

/* Logo
-------------------------------------------------------------------- */
#logo {
	height:100px;
	}
	
/* Main
-------------------------------------------------------------------- */
#main {
	margin:auto;
	text-align:left;
	width:780px;
	background:#fff url(../images/main-bg.gif) repeat-y top left;
	}
	
/* Body
-------------------------------------------------------------------- */	
#body h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	color:#006980;
	line-height:120%;
	}
	
#body h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:120%;
	}
	
#body h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:120%;
	}
	
#body p {
	margin-bottom:10px;
	}
	
#body ul {
	margin:0px 0px 10px 15px;
	list-style-type:none;
	}
	
#body ul li {
	background:url(../images/check.gif) left top no-repeat;
	padding:0px 0px 8px 15px;
	}
	
#body .parts li {
	background:url(../images/logo.gif) left top no-repeat;
	padding:0px 0px 15px 95px;
	}
	
#body a, #body a:link,#body a:visited {
	color:#006980;
	text-decoration:none;
	border-bottom:1px dotted #006980;
	}
	
#body a:hover, #body a:active {
	color:#3aa5bd;
	text-decoration:none;
	border-bottom:none;
	}
	
/* Sidebar
-------------------------------------------------------------------- */
#sidebar {
	float:left;
	width:140px;
	padding:20px;
	}
	
#systems {
	margin-top:10px;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:left;
	width:340px;
	padding:20px;
	}
	
#content2 {
	float:left;
	width:560px;
	padding:20px;
	}
	
#content img, #content2 img {
	float:left;
	margin:0px 20px 10px 0px;
	border:1px solid #006980;
	}
	
#pressbox-title {
	background:#000;
	color:#fff;
	margin:0;
	padding:5px 10px;
	}
	
#pressbox {
	margin:0;
	padding:10px;
	background:#e1f0f8;
	border:1px solid #88bad6;
	}
	
hr {
	margin:15px 0px;
	border:none;
	border-top:1px dashed #ccc;
	height:1px;
	}
	
/* News
-------------------------------------------------------------------- */
#news {
	float:right;
	width:200px;
	padding:20px 20px 20px 0px;
	font-size:10px;
	line-height:normal;
	}
	
.newsbox {
	margin:10px 0px;
	padding:5px;
	background:#e1f0f8;
	border:1px solid #88bad6;
	}
	
/* Image Galleries
-------------------------------------------------------------------- */
.gallery {
	background:#e1f0f8;
	padding:8px;
	border:1px solid #88bad6;
	}
	
.gallery h2 {
	border-bottom:15px;
	}
	
.gallery img {
	margin:3px;
	border:1px solid #777;
	}
	
.gallery img:hover {
	border:1px solid #88bad6;
	}
	
.gallery a, .gallery a:link, .gallery a:visited, .gallery a:hover, gallery a:active {
	border-bottom:none;
	}
	
/* Parts Popup Window
-------------------------------------------------------------------- */
.part-window {
	width:95%;
	background:#fff;
	margin:15px;
	font-size:11px;
	}
	
.part-table td, .part-table th {
	padding:8px;
	text-align:left;
	}

.part-title td {
	background:#e0e0e0;
	font-size:10px;
	font-weight:bold;
	}
	
.part-table th {
	background:#000;
	color:#fff;
	font-size:14px;
	}
	
.part-table td {
	border-bottom:1px dashed #e0e0e0;
	}
	
.part-price {
	font-weight:bold;
	}
	
/* Order Form
-------------------------------------------------------------------- */
fieldset {
	margin:15px 0px;
	}
	
legend {
	font-size:14px;
	font-weight:bold;
	color:#006980;
	}

.orderform {
	margin:10px;
	}
	
.orderform td {
	padding:3px 10px;
	}
	
.req {
	color:#f00;
	}
	
/* Footer
-------------------------------------------------------------------- */
#foot {
	clear:both;
	background:#006980;
	padding:5px 20px;
	color:#6eb5c4;
	font-size:10px;
	}