/*===================== General ========================*/
body {
	margin: 0;
	padding: 0;
	background: #2480B0 url(../images/BG_body.jpg) repeat-x;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	min-width: 780px;
}
img {
	border: none;
	margin: 0;
}
td {
	vertical-align: top;
}
div > * {
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #FFF;
}
h1 {
	margin: -10px -30px 20px -18px;
	height: 27px;
	font-size: 14px;
	color: #FFF;
	padding: 0 15px;
	background: #F3C81C;
	border: solid 1px #FFF; 
	border-right: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #E5C4B1;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #59A7DD;
	margin-bottom: 0;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}

.right { float: right; }
.clear { clear: both; }

/*==================== Layout Elements ===================*/
#wrapper {
	height: 600px;
	background: url(../images/BG_wrapper.jpg) top left no-repeat;
}
#header {
	height: 68px;
	background: url(../images/BG_header.jpg) top left no-repeat;
	margin-top: 0;
	position: relative;
	border-bottom: 1px solid #fff;
}
#logo {
	display: block;
	position: absolute;
	top: 23px;
	left: 35px;
}
#slogan {
	display: none;
}
/*---------------- Nav ------------------*/
#nav {
	position: absolute;
	top: 69px;
	left: 24px;
	background: #8D2B45 url(../images/BG_nav.jpg) top repeat-x;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	padding: 20px 0 20px 12px;
	width: 125px;
}
* html #nav {
	width: 138px;
	w\idth: 125px;
}
#nav_bottom {
	position: absolute;
	bottom: -18px;
	left: -2px;
	background: url(../images/BG_nav_bottom.jpg) no-repeat;
	height: 17px;
	width: 139px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	padding: 4px 10px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
* html #nav a:link, * html #nav a:visited {
	width: 125px;
	w\idth: 104px;
}
#nav a:hover, #nav a:active, 
#home #nav-home, 
#info #nav-info, 
#contact #nav-contact,
#news #nav-news,
#projects #nav-projects,
#catalog #nav-catalog {
	padding: 3px 10px;
	border: solid 1px #FFF;
	border-right: none;
	color: #FFF;
	background: #609BE4;
}
#nav a:active,
#home #nav-home, 
#info #nav-info, 
#contact #nav-contact,
#news #nav-news,
#projects #nav-projects,
#catalog #nav-catalog {
	color: #000;
	background: #F3C81C;
}

/*---------------- Content ------------------*/
#content {
	margin: 0 25px 0 162px;
	background: #288FC4 url(../images/BG_content.gif) repeat-x;
	border: solid 1px #FFF;
	border-top: none;
	position: relative;
}
/* Hack for inexplicable IE5.0 bug. Commented Backslash Hack hides hack from IE5-Mac \*/
#content {
	margin-top: 10px;
}
/* End IE5-Mac hack */
#content/* */ {
	margin-top: 0;
}
/* End hack */
#innercontent {
	padding: 30px;
	background: url(../images/BG_innercontent.jpg) top left no-repeat;
}
#innercontent p {
	margin-top: 10px;
}
#innercontent a {
	color: #F3C81C;
	font-weight:bold;
}
#innercontent a:hover {
	text-decoration: underline;
}
#latestnews, #bottomlinks {
	font-size: 11px;
	clear: both;
	background: #0E4681;
	text-align: center;
	border-top: solid 1px #FFF;
	padding: 5px;
}
#bottomlinks {
	background: #8D2B45;
	margin: 0;
	padding: 5px;
}
#bottomlinks li {
	display: inline;
	padding: 0 8px;
	border-left: solid 1px #f3c81c;
}
#bottomlinks li.first {
	border-left: none;
}
#bottomlinks a {
	color: #FFF;
}
#bottomlinks a:hover {
	text-decoration: underline;
}
#copyright { 
	margin: 5px 25px 30px 162px;
	text-align: center;
	font-size: 10px;
	color: #D3D3D3;
	position: relative;
	z-index: 100;
}
#copyright a {
	color: #D3D3D3;
}
#copyright a:hover {
	color: #FFF;
}
#footer {
	position: relative;
	bottom: -35px;
	margin-top: -34px;
	overflow: hidden;
	background: url(../images/BG_footer.jpg) repeat-x;
	height: 34px;
	z-index: 0;
}
/*==================== special shadowed table ====================*/
.shadowbox {
	border-collapse: collapse;
	border: none;
}
.m, .t, .r, .b, .l, .tr, .tl, .br, .bl {
	padding: 0;
	margin: 0;
	border: none;
}
.m {
	background: #fff;
	color: #000;
	padding: 12px;
}
.m h2, .m p {
	margin-top: 0;
	margin-bottom: 7px;
} 
.m p {
	font-size: 11px;
	line-height: 1.6em;
}
.tl {
	background: url(../images/BG_shadow_tl.gif) bottom right no-repeat;
	height: 8px;
	width: 8px;
}
.tr {
	background: url(../images/BG_shadow_tr.gif) bottom left no-repeat;
	height: 8px;
	width: 8px;
}
.bl {
	background: url(../images/BG_shadow_bl.gif) top right no-repeat;
	height: 8px;
	width: 8px;
}
.br {
	background: url(../images/BG_shadow_br.gif) top left no-repeat;
	height: 8px;
	width: 8px;
}
.t {
	background: url(../images/BG_shadow_t.gif) bottom repeat-x;
	height: 8px;
}
.r {
	background: url(../images/BG_shadow_r.gif) left repeat-y;
	width: 8px;
}
.b {
	background: url(../images/BG_shadow_b.gif) top repeat-x;
	height: 8px;
}
.l {
	background: url(../images/BG_shadow_l.gif) right repeat-y;
	width: 8px;
}

/*===============================================================*/

.clear {
	clear: both;
	font-size: 0;
}
.bold {
	font-weight: bold;
	color: #F3C81C;
	text-align: center;
}
/*===================== photo table ====================================*/
div.rightcol {
	margin-left: 315px;
}
div.photo {
	width: 280px;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: solid 1px #FFF;
	float: left;
	clear: left;
	position: relative;
}
* html div.photo {
	width: 292px;
	w\idth: 280px;
}
#innercontent .caption {
	padding: 5px 10px;
	background: #F3C81C;
	color: #0E4681;
	font-weight: bold;
	border: solid 1px #FFF;
	margin: 0;
}
#innercontent a.caption {
	text-align: center;
	display: block;
	font-size: 12px;
	color: #0E4681;
}
#innercontent a.caption:hover {
	background: #8D2A46;
	color: #fff;
	text-decoration: none;
}
div.photo img {
	display: block;
	border: solid 1px #FFF;
	border-bottom: none;
}
#content a.back {
	display: block;
	color: #F3C81C;
	font-size: 14px;
	margin-top: 20px;
}
#content a.back:hover { text-decoration: underline; }

#tradeshow {
	position: absolute;
	bottom: -180px;
	right: 10px;
}
#nav #tradeshow a, #nav #tradeshow a:hover {
	display: block;
	background: url(/images/ahr_expo2007.jpg) 0 0 no-repeat;
	text-indent: -10000px;
	height: 160px;
	width: 115px;
	border: none;
	padding: 0;
	margin: 0;
}

/*=================== Graphic Elements ==========================*/
#smiths, #flexible, #tutco, #farnam {
	display: block;
	position: absolute;
}
#smiths {
	top: 41px;
	right: 27px;
}
#tutco {
	top: 44px;
	right: 131px;
}
#flexible {
	top: 46px;
	right: 216px;
}
#farnam {
	top: 39px;
	right: 360px;
}

.right { float: right; }
.left { float: left; }
.center { text-align: center; }