body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background: #000 url(bg.png) repeat-x;
	text-align:left;
	padding:0;
	margin:0;
}
#contact {
	position:absolute;
	right:2em;
	top:1em;	
	color: #fff;
	text-align: right;
}
#contact a {
	color:#999;
}
img {
	border:0;
}
#header {
	width:100%;
	float: left;
	height: 324px;
	background: transparent url(header.jpg) no-repeat scroll center 0px;
}
#navigation {
	float: left;
	width: 100%;
}
#navigation div {
padding-left:32px;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#logo {
	margin: 60px 0px 0px 50px;
	display: inline;
	float: left;
}
#content h1 {
	font-family:Georgia;
	color: #ccc;
/*	letter-spacing: .2em;
	word-spacing: .5em;*/
	font-size:1.5em;
}
#content a {
	color: #ccc;
}
#content {
	font-family:Arial;
	color: white;
	padding-left: 10em;
	padding-right: 10em;
	padding-bottom:5em;
	background:black;
	clear:both;
}
#footer {
	background: black url(footer_bg.png) repeat-x left top;
	color: #CCC;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	line-height: 133%;
	clear: both;
}
#footer #sitemap {
	margin-left: 30px;
	display: inline;
	float: left;
}
#footer #sitemap h2 {
	font-size: 135%;
	margin: 0 0 0.5em 0;
}
#footer #sitemap h3 {
	margin: 1em 0 0.5em 0;
}
#footer #sitemap .group {
	float: left;
	width: 115px;
	margin-right: 15px;
}
#footer #fineprint {
	display: inline;
	float: right;
	text-align: right;
	width: 200px;
	margin: 0 30px 0 0;
}
#footer #fineprint a {
	margin-left: 1em;
	white-space: nowrap;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 92%;
}
#footer a {
	color: #458BD1;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
table.product {
	clear: both;
	width: 100%;
	border-spacing: 0px;
	background-color: #333;
	background-image: url(tablebk.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align:center;
}
table.product th {
	padding-left:.5em;
	padding-right:.5em;
	background-color:#666;
}
table.product td {
	border: 1px solid #666;
}
#content img{
	border: 3px double #999;
}

