* {padding: 0; margin: 0}

a img {border-width: 0}

html {
/* background: #141112 url('../images/html_bg.jpg') center top repeat-x; */
background: #141112 url('../images/bg-words.jpg') center top repeat-x;
padding-top: 31px;
}

body {
margin: 0 auto;
width: 760px;
position: relative;
font-family: arial, sans-serif;
}

#topflash {
position: absolute;
top: 64px;
left: 10px;
}

#header {
	background: #f6f6f6 url('../images/header_bg.jpg') top left no-repeat;
	border-bottom-width: 0;
	height: 200px;
	padding: 10px 10px 0 10px;
}

#header #homelink {
	position: absolute;
	left: 30px;
	top: 12px;

	font-size: 12px;
	text-decoration: none;
}

#header #homelink a {
	color: black;
	margin-right: 1em;
	text-decoration: none;
}
#header #homelink a:hover {
	text-decoration: underline;
}

#header #homelink2 {
	position: absolute;
	left: 25px;
	top: 70px;
	width: 273px;
	height: 137px;
	
	background-color: transparent;
}

#header #currency_rates {
	position: absolute;
	right: 30px;
	top: 12px;
	width: 400px;
	
	font-size: 12px;
	text-align: right;
}

#header #currency_rates strong {
	margin-left: 1em;
}

#header #banner {
position: absolute;
right: 0;
top: 55px;

margin: 20px;
}

#header #search {
position: absolute;
right: 0;
top: 170px;

clear: both;
text-align: right;
padding: 20px;
padding-top: 0;
}

#header #search label input.text {
position: relative;
top: 10px;
width: 115px;
}

#header #search label span {
position: absolute;
width: 300px;
right: 20px;
right: 150px;
bottom: 13px;

font-size: .6em;
font-weight: bold;
text-transform: uppercase;
}

#header fieldset {
border-width: 0;
}

#nav {
	position: absolute;
	top: 28px;
	height: 36px;
	width: 740px;
	
	background: transparent url('../images/nav_bg.jpg') left top repeat-x;
	list-style-type: none;
}

#nav li {
	display: block;
	float: left;
	padding: 5px 0 4px 0;
	width: 85px;
}

#nav li#request_quote { width: 115px; }
#nav li#trading_partners { width: 125px; }
#nav li#parts_from_japan { width: 120px; }
#nav li#parts_from_europe { width: 125px; }
#nav li#trading_partners { width: 110px; }

/*
<li id="request_quote"><a href="request_quote.php">Request Quote</a></li>
					<li id="trading_partners"><a href="trading_partners.php">Trading Partners</a></li>
					<li id="parts_from_japan"><a href="parts_from_japan.php">Parts from Japan</a></li>
					<li id="parts_from_europe"><a href="parts_from_europe.php">Parts from Europe</a></li>
					<li><a href="high_tolerance_machining.php">Machining</a></li>

					<li><a href="we_do_repairs.php">Repairs</a></li>
					<li id="contact_us"><a href="contact_us.php">Contact Us</a></li>
*/


#nav li a {
	color: white;
	display: block;
	/* font-size: .6em; */
	font-size: 10px;
	height: 26px;
	line-height: 26px;
	/* padding: .79em 1em; */
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
#nav li a:hover {
	background-color: #c21203;
}

#content {
background: #fff url('../images/content_bg.jpg') top left repeat-y;
font-size: .7em;
padding: 10px 40px 10px 40px;
}

#content object {
margin: 0 10px 10px -10px;
}

#content h1 {
color: #d03232;
font-family: "times new roman", times, serif;
padding-top: 10px;
font-size: 2em;
font-weight: bold;
}

#content h2 {
color: #d03232;
font-family: "times new roman", times, serif;
padding-top: 10px;
font-size: 1.5em;
}

#content #letterlist {
	font-size: 125%;
	padding-bottom: 1em;
	text-align: center;
}

#content dl dt {
	font-size: 200%;
}

#content ul {
margin: 1em 0;
padding-left: 2em;
}

#content p {
	margin: 1em 0;
}

#content small {
clear: both;
display: block;
color: #4771bf;
padding-top: 8px;
text-align: left;
font-style: italic;
vertical-align: middle;
}

#content small img {
margin: 0 2em;
vertical-align: middle;
}

#content:after, #nav:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

#content, #nav {display:inline-block;}
/* Hide from IE Mac \*/
#content {display:block;}
/* End hide from IE Mac */

#footer {
clear: both;
}