﻿body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Palitino Linotype", serif;
	background: url('../siteart/bg.jpg') #fff repeat-x;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 20px;
}

#wrapper{
	position: absolute;
	width: 100%;
}

#hdr {
	padding: 15px 0 0 15px;
}

#rightAbs {
	position: absolute;
	top: 0;
	right: 0;
}

#case {
	position: relative;
	top: 0;
	right: 0;
	height: 227px;
	width: 527px;
	background: url('../siteart/case.png') no-repeat;
	z-index: 100;
	text-align: left;
}

#nh {
	position: absolute;
	top: 0;
	right: 0;
	height: 227px;
	width: 527px;
	background: url('../siteart/nh.png') no-repeat;
	z-index: 1;
	text-align: right;
}

#right {
	float: right;
	margin-top: 100px;
	margin-left: 25px;
	width: 75%;
	text-align: center;
}

#right p {
	text-align: left;
}

#nav {
	float: left;
	margin-top: 100px;
	margin-left: 10px;
	line-height: 30px;
	width: 20%;
	border-bottom: 1px solid black;
}

#nav a {
	display: block;
	padding-left: 10px;
	width: 100%;
	color: #000;
	font-size: 10pt;
	text-decoration: none;
	border: 1px solid #000;
	border-bottom: 0;
}

#nav a:hover {
	color: #fff;
	background: #adadad;
}
/*
#nav {
	float: left;
	margin-top: 100px;
	margin-left: 10px;
	line-height: 39px;
	width: 177px;
}

#nav a {
	display: block;
	font-size: 10pt;
	padding: 0 10px;
	margin-top: 1px;
	width: 157px;
	*width: 177px;
	color: #000;
	text-decoration: none;
	background: url('../siteart/nav.gif') transparent no-repeat -177px 0;
}

#nav a:hover {
	background-position: 0 0;
}*/
#inv {
	text-align: center;
	padding: 15px 0;
	background: url('../siteart/inv-bg.jpg') no-repeat center center;
}

#contact {
	font-size: 10pt;
}

#contact th {
	font-size: 16pt;
	font-weight: bold;
}

#logos img {
	border: 0;
	margin-right: 15px;
}

.headings td {
	color: #fff;
	background: #000;
}

.row1 td {
	background: #ddd;
}

.row2 td {
	background: #c3c3c3;
}

#products {
	float: left;
	width: 30%;
	margin-left: 15px;
	border: 1px solid #000;
	text-align: left;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
}

#products th {
	font-size: 12pt;
	color: #fff;
	background: #114885;
}

#products a {
	color: #000;
	text-decoration: none;
}

#products a:hover {
	color: #b51f2a;
}

.row1 {
	background: #eee;
}

.row2 {
	background: #ccc;
}

.subhead {
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background: #b51f2a;
}