﻿html
{
	background: #333;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #780000;
	text-decoration: underline;
}

a:active, a:hover { text-decoration: none; }

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

img
{
	border: 0;
}

#container
{
	background: #fff;
	border: 2px solid #000;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header.png") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 975px;
	height: 145px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	margin: 25px 20px 0 20px;
	position: relative;
}

#content h2, #content h3
{
	background: #000;
	clear: both;
	color: #fff;
	font-family: "Arial Black", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 10px;
}

#content h3 { font-size: 1em; }
#content h3 a { color: #fff; }

#content .announcement
{
	color: #d00;
	font-size: 1.15em;
	
	clear: both;
	margin: 0 auto 1em auto;
	text-align: center;
	width: 65%;
}

#content .banner
{
	margin: 0 0 0.75em 0;
	text-align: center;
}

#content .ad
{
	float: right;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0 0 1em 1em;
	text-align: center;
	text-transform: uppercase;
	width: 400px;
}

#content .ad img
{
	border: 1px solid #000;
}

#content .ad a
{
	text-decoration: none;
}

#content .video
{
	text-align: center;
}

#content .video object
{
	margin: 0 auto 1em auto;
}

#content .very-important
{
	color: #780000;
	text-align: center;
	text-transform: uppercase;
}

#content .product-showcase
{
	margin: 0 auto 1em auto;
	text-align: center;
	width: 518px;
}

#content .product-showcase ul
{
	background: #000;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#content .product-showcase li
{
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}

#content .product-showcase li img
{
	border: 2px solid #780000;
}

#content .product-showcase li a
{
	color: #fff;
	cursor: pointer;
}

#content .product-showcase li .caption
{
	display: block;
}

.error { color: #f00; }

.text-input
{
	background: #fff;
	border: 1px solid #000;
}

a.button
{
	background: #000;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0 0.5em;
	text-decoration: none;
}

a.button span
{
	line-height: 2em;
	padding: 0.5em 0;
}

a.button:active, a.button:hover
{
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

table.item-list { width: 100%; }

table.item-list th h3 { text-align: left; }

table.item-list th h3 a
{
	display: block;
	text-decoration: none;
}

table.item-list .list-image
{
	text-align: left;
	width: 15%;
}

table.item-list .list-itemno, table.item-list .list-price
{
	text-align: center;
	width: 15%;
}

#content .photo
{
	/* float: right;
	margin: 0 0 1em 1em; */
	float: left;
	margin: 0 1em 1em 0;
}

#order-status
{
	font-weight: bold;
	margin: 5em 0;
	text-align: center;
}

#navigation
{
	background: transparent url("images/nav.png") no-repeat right top;
	height: 28px;
	left: 13px;
	top: 126px;
	padding: 0 30px 0 0;
	position: absolute;
}

#navigation ul
{
	background: transparent url("images/nav-cap.png") no-repeat left top;
	float: left;
	list-style: none;
	
	/* min-width: 28px; */
	min-height: 28px;
	
	margin: 0;
	padding: 0 0 0 28px;
}

* html #navigation ul
{
	/* width: 28px; */
	height: 28px;
}

#navigation ul li
{
	display: inline;
	/* float: left; */
	margin: 0 3px;
}

#navigation a, #navigation a:visited
{
	color: #fff;
	display: inline-block;
	font-family: Impact, sans-serif;
	font-size: 1.1em;
	height: 25px;
	padding: 3px 7px 0 7px;
	text-decoration: none;
}

#navigation a:active, #navigation a:hover, #navigation .current a
{
	background: #fff;
	color: #780000;
}

#footer
{
	border-top: 2px solid #000;
	clear: both;
	font-size: x-small;
	margin: 0 20px 0 20px;
	padding: 1em 0;
	text-align: center;
}