body
{
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	margin: 2em;
	padding: 0;
	text-align: center;
}

/*
	#container
	
	Rectangle within page body that contains all content
*/

#container
{
	border: 1px solid black;
	margin: 0 auto;
	width: 910px;
}

/*
	#top_nav
	
	The navigator at the top above the banner
*/

#top_nav
{
	background-color: #000000;
	color: white;
	font-size: 10px;
	padding: 8px;
	text-align: right;
}

#top_nav a
{
	color: white;
}

#top_nav a:link, #top_nav a:visited, #top_nav a:active
{
	text-decoration: none;
}

#top_nav a:hover
{
	color: cyan;
	text-decoration: none;
}

/*
	#banner
	
	The banner displaying the company logo
*/

#banner
{
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

#banner img
{
	background-color: black;
	border: 0px;
}

/*
	#main_menu
	
	The main menu beneath the banner
*/

#main_menu
{
	background-color: #000000;
	color: white;
	font-size: 12px;
	padding: 2px;
	text-align: right;
}

/*
	#content
	
	The main content of the page
*/

#content
{
	background-color: white;
	color: #666;
	font-size: 12px;
	text-align: left;
	width: 100%;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_padding
{
	padding: 16px;
}

#content h1
{
	font-size: 18px;
}

#content h2
{
	font-size: 17px;
	margin: 0;
	padding: 0;
}

#content h3
{
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#content img
{
	background-color: black;
	border: 0px;
}

#content a
{
	color: #00f;
	text-decoration: none;
}

#content .center
{
	text-align: center;
}

#content .error, #content .highlight
{
	color: red;
	font-weight: bold;
}

#content .large
{
	font-size: 36px;
	font-weight: bold;
}

#content .mediumLarge
{
	font-size: 30px;
	font-weight: bold;
}

#content .medium
{
	font-size: 24px;
	font-weight: bold;
}

#content .smallMedium
{
	font-size: 16px;
	font-weight: bold;
}

#content .small
{
	font-size: 12px;
	font-weight: bold;
}

#content .line
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .section
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#content #contact_form
{
	font-size: 12px;
}

#content #checkout_form
{
	font-size: 12px;
}

#content #page_list
{
	font-size: 12px;
}

#content .products_table
{
	background-color: white;
	font-size: 12px;
	width: 90%;
}

#content .products_table th
{
	background-color: #888;
	color: white;
}

#content .products_table th, #content .products_table td
{
	padding: 2px;
}

#content .products_table .note
{
	background-color: white;
	color: cyan;
}

#content .products_table .item
{
	background-color: white;
	color: black;
}

#content .products_table .qty
{
	width: 30px;
}

/*
	#valid
	
	The images indicating that this is valid XHTML and CSS
*/

#valid
{
	text-align: right;
}

/*
	#copyright
	
	The copyright and contact details line at the bottom
*/

#copyright
{
	background-color: #000000;
	color: white;
	font-size: 10px;
	padding: 8px;
	text-align: center;
}

/*
	#designer
	
	The website designer and framework used
*/

#designer
{
	color: gray;
	font-size: 10px;
	text-align: center;
}

#designer a
{
	color: gray;
}

