@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
	background:url(images/background.gif) repeat-x;
	background-color:#cecece;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.main
{
	width:960px;
	margin:auto;
}

.top_nav
{
background-color:#b5b5b5;
background-color:#fff;
margin-left:755px;
padding-bottom:10px;
}

.mainnav
{
	list-style:none;
	padding-top:15px;
}

.mainnav li
{
	float:left;
	color:#004b6a;
	font-size:19px;
	margin-right:15px;
}

.mainnav li a:link, .mainnav li a:visited,.footer li a:link, .footer li a:visited
{
	text-decoration:none;
	color:#004b6a;
}

.body_copy
{
	font-size:14px;
	color:#333;
	clear:both;
	margin-top:40px;
	background-color:#ececec;
}
.content_wrap
{
	margin-left:10px;
	margin-right:10px;
}
.body_copy p
{
	padding-bottom:10px;
}
.body_copy a:link, .body_copy a:visited
{
	color:#0092ce;
}
.body_copy h1
{
	color:#004c6d;
	font-size:1.64em;
	padding-bottom:10px;
}

.body_copy h2
{
	color:#004c6d;
	font-size:1.34em;
	padding-bottom:10px;
}

.footer
{
	font-size:12px;
	color:#555;
	text-align:center;
}
#error
{
	color:red;
}
.order_invoice
{
	width:600px;
}

.order_invoice td
{
padding-right:5px;
padding-left:5px;
}
.order_invoice tr
{
border-bottom:1px solid black;
}
.partstable
{
width:800px;
}
.partstable th
{
	border-bottom:1px black solid;
	padding-right:5px;
}
.partstable td
{
	padding-right:5px;
	text-align:center;
}
.totalline
{
font-style:italic;
}
em
{
font-size:75%;
}
.even
{
	background-color:#75caed;
}
.itemtitle
{
	padding-top:10px;
	font-weight:bold;
}
