/*
	Default style sheet for application
	
	Copyright (c) 2008 Windmill Computing Limited (http://www.windmill-computing.co.uk)
	Author: James Mansson
	
*/

@CHARSET "ISO-8859-1";

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

form dt
{
	clear: both;
	width: 33%;
	float: left;
	text-align: right;
}

form dd
{
	float: left;
	width: 66%;
	margin: 0 0 0.5em 0.25em;
}

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

#container
{
	margin: 0 auto;
	width: 736px;
}

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

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

#top_nav a
{
}

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

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

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

#banner
{
	padding-bottom: 4px;
	padding-top: 4px;
	border-left: 1px solid;
	border-right: 1px solid;
}

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

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

#main_menu
{
}

#nav, #nav ul {
	float: left;
	width: 726px;
	list-style: none;
	line-height: 1;
	font-size: 10px;
	padding: 5px;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
}

/*
	#userNav
	
	The navigator displayed when the user has logged in.
*/

#userNav
{
	text-align: right;
}

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

#content
{
	font-size: 12px;
	padding: 8px;
	text-align: left;
	border-left: 1px solid;
	border-right: 1px solid;
}

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

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

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

#content .form ul
{
	display: inline;
}

#content .form ul li
{
	list-style-type: none;
	color: red;
}

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

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

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

#content .info
{
	color: green;
	font-weight: bold;
}

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

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

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

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

#content .products_table th
{
}

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

#content .products_table .note
{
}

#content .products_table .item
{
}

#content .products_table .itemHighlight
{
}

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

#content th.backG
{
}

#content td.form1
{
}

/*
	#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
{
	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;
}
