﻿body {
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: center;
	background: url('../siteart/bg.gif') center top;
}

table {border-collapse : collapse; }

table td, table th {padding : 0; }

img {border: 0;}

a {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px #555555 dotted;
}

a:hover {
	color: #858585;
	border-bottom: 1px #858585 dotted;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	font-family: Helvetica, Verdana, sans-serif;
}

#hdr {height: 152px;	background: url('../siteart/hdr.png') repeat-x;}

#main {
	z-index: 101; margin-top: -24px;
	background: url('../siteart/main-bg.png') repeat-y center center;
}

#main td {padding: 0 30px;}

#nav td {padding: 0 10px;}

a#inv {
	display: block;
	height: 49px;
	width: 250px;
	border: 0;
	background: url('../siteart/inv-btn.gif') no-repeat;
}

a#inv:hover {background-position: -250px 0;}

a#products {
	display: block;
	height: 49px;
	width: 270px;
	border: 0;
	background: url('../siteart/p&s-btn.gif') no-repeat;
}

a#products:hover {background-position: -270px 0;}

#contact {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: 20pt;
	
}

#inv {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#inv li {display: block;}

#inv li a {
	display: inline-block;
	width: 250px;
	border: 0;
	color: #000;
	padding-left: 15px;
	background: #dedede;
	border-top: 1px #f2f2f2 solid;
	border-bottom: 1px #c7c7c7 solid;
}

#inv li a:hover {background: #cecece;}

.product-table {
	margin-top: 15px;
	clear: both;
	font-size: 9pt;
	background: #000;
}

.product-table td {
	border: 1px solid #000;
}
