
body
{
	font: 62.5%/1.3em 'lucida grande', tahoma, arial;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#container
{
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

#header
{
	width: 800px;
	height: 194px;
	margin: 0 auto;
	padding: 0;
}

#topmenu
{
	background: #575552 url('../img/topmenubg.gif') left top repeat-x;
	width: 770px;
	height: 23px;
	padding: 0;
	margin: 0 auto;
	text-align: right;
	padding: 8px 30px 0 0;
}

	#topmenu a:link, #topmenu a:visited
	{
		color: #FFF;
		text-decoration: none;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
		font-size: 1.2em;
	}
	
	#topmenu a:hover, #topmenu a:active
	{ color: #000; }

#category
{
	margin: 30px 15px;
	padding: 0;
}

	#category li
	{
		list-style: none;
		padding: 0;
		margin: 15px 0;
	}
	
	#category li.sub
	{
		padding: 0;
		list-style: square;
		margin: 10px 0 10px 20px;
	}
	
	#category li.subhighlight
	{
		padding: 0;
		list-style: circle;
		margin: 10px 0 10px 20px;
	}
		
	#category li a:link, #category li a:visited
	{
		font-family: Georgia, serif;
		font-size: 1.6em;
		color: #B6CAB1;
		text-decoration: none;
		font-weight: bold;
	}
	
	#category li a:hover, #category li a:active
	{ color :#D5E0D1 }
	
	#category li.sub a:link, #category li.sub a:visited
	{
		font-family: Georgia, serif;
		font-size: 1.4em;
		color: #B6CAB1;
		text-decoration: none;
		font-weight: normal;
	}
	
	#category li.sub a:hover, #category li.sub a:active
	{ color :#D5E0D1; }
	
	
	#category li.subhighlight a:link, #category li.subhighlight a:visited
	{
		font-family: Georgia, serif;
		font-size: 1.8em;
		color: #D5E0D1;
		text-decoration: none;
		font-weight: normal;
	}
	
	#category li.subhighlight a:hover, #category li.subhighlight a:active
	{ color :#B6CAB1; }
	
	#category li a.highlight:link, #category li a.highlight:visited
	{ color :#D5E0D1; }
	
	#category li a.highlight:hover, #category li a.highlight:active
	{ color :#B6CAB1; }
	
.text
{
	margin: 10px;
	line-height: 165%;
	padding: 5px 30px;
	color: #444;
}

	.text h1
	{
		font-family: Georgia, serif;
		font-weight: normal;
		border-bottom: 1px solid #EDEDED;
		padding: 0 0 10px 0;
	}
	
	table#item-list
	{
		margin: 0;
		padding: 0;
	}
	
	table#item-list tr td
	{
		padding: 10px 5px 30px 5px;
		margin: 0;
		border: 1px solid #FFF;
		font-size: 1.2em;
	}
	
	table#item-list tr td:hover
	{
		background: #FCFCFC;
		border: 1px solid #EFEFEF;
	}
	
	table#item-list tr td span.green
	{
		color: #00661E;
		font-weight: bold;
	}
	
	table#item-list tr td a.item:link, table#item-list tr td a.item:visited
	{
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	
	table#item-list tr td a.item:hover, table#item-list tr td a.item:active
	{ text-decoration: none; }
	
	table#product-list
	{
		margin: 0;
		padding: 0;
	}
	
	table#product-list tr td
	{
		padding: 0;
		margin: 0;
		border: 1px solid #FFF;
		font-size: 1.1em;
	}
	
	table#product-list tr td:hover
	{
		background: #FCFCFC;
		border: 1px solid #EFEFEF;
	}
		
	table#product-list tr td img
	{
		border: 1px solid #CCC;
	}
		
	.text p
	{
		font-size: 1.2em;
		line-height: 165%;
	}
	
	a.normal:link, a.normal:visited
	{
		color: #111;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.normal:hover, a.normal:active
	{ color: #777; }
	
	
	table#contact-table
	{
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.1em;
	}
	
	table#contact-table tr th
	{
		background-color: #373737;
		padding: 5px 10px;
		color: #FFF;
	}
	
	table#contact-table tr td
	{
		background-color: #FFF;
		padding: 10px;
		color: #333;
		border-bottom: 1px solid #EEE;
	}
	
#footer
{
	background :#BBCDB6;
	width: 781px;
	text-align: center;
	padding: 9px;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	color: #000000;
	font-weight: bold;
}
	
	#footer span.red
	{ color: #DE3900; }
	
form#userform
{
	margin: 0;
	padding: 0;
}

.formtitle, .formfield
{
	font-family: Georgia, serif;
	font-size: 1.2em;
	color: #444;
	margin-bottom: 5px;
}

.formfield .i
{
	font-family: Georgia, serif;
	color: #444;
	padding: 3px 7px;
	width: 200px;
}

h2
{
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 0 0 5px 0;
}
.formfield .b
{
	margin-top: 10px;
	font-family: Georgia, serif;
	color: #444;
	padding: 3px 7px;
}

a.addtobasket:link, a.addtobasket:visited {
	font-size: .9em;
	text-decoration: none;
	color: #8F0A32;
}

a.addtobasket:hover, a.addtobasket:active {
	color: #D70F4B;
}

.topleft { float: left; padding-left: 10px; }

.topright { float: right; }

.cleaner { clear: both; }

input.s {
	font-size: .9em;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #AAA;	
	border-top: 1px solid #AAA;
	text-align: center;
}

a.cartlink:link, a.cartlink:visited {
	font-size: 1.1em;
	color: #8F0A32;
	text-decoration: none;
}

a.cartlink:hover, a.cartlink:active{
	color: #D70F4B;
}

button.update {
	font-size: 1em;
	background: white;
	border: 0;
	padding: 0;
	margin: 0;
	background: #F1F1F1;
	font-family: 'lucida grande', tahoma;
}

a.checkout:link, a.checkout:visited {
	padding: 5px 8px;
	background: #373737;
	text-decoration: none;
	color: #FFF;
	font-size: 1.1em;
}

a.checkout:hover, a.checkout:active {
	background: #777;
}

form#sendform {
	margin: 0;
	padding: 0;
}

form#sendform input.i {
	font-size: 1em;
	font-family: 'lucida grande', tahoma, sans-serif;
	color: #8F0A32;
	border: 1px solid #CCC;
	padding: 3px 5px;
}

form#sendform textarea.t {
	font-size: 1em;
	font-family: 'lucida grande', tahoma, sans-serif;
	color: #8F0A32;
	border: 1px solid #CCC;
	padding: 3px 5px;
}

button.b {
	padding: 5px 8px;
	background: #373737;
	text-decoration: none;
	color: #FFF;
	font-size: 1.2em;
	border: 1px solid #000;
}


