body
{
	color: #003;
	background-image: url(../images/bg.png);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	margin: 0;
}

tr
{
	vertical-align: top;
}

.header
{
	background: #f0e367;
	color: black;
	font-weight: 100;
	font-size: small;
	font-family: Times, serif;
	padding: 0.5em;
	text-align: left;
	border: 2px solid #666;
}

.main
{
	border: 1px solid gray;
	background: white;
}

.nav
{
	width: 200px;
	padding-bottom: 1em;
}

.nav a
{
	vertical-align: bottom;
	text-decoration: none;
	display: block;
	text-align: left;
	color: #003;
	font-weight: 800;
	padding: 5px 5px 5px 10px;
	margin: 5px;
	border-bottom: 1px solid #033;
	border-right: 1px solid #033;
}
	
.nav a:hover
{
	color: #033;
	text-decoration: underline;
}

a.newsflash
{
	color: #900;
	text-decoration: none;
}

a.newsflash:hover
{
	text-decoration: underline;
}

.outset
{
	border: 5px outset gray;
}

.content
{
	padding: 0 1em 0 1em;
}

.footer
{
	height: 2em;
	text-align: center;
	padding: 5px;
}

.key
{
	color: white;
	background: gray;
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
}

.key h1
{
	font-size: 10px;
}

.shop_nav a
{
	display: block;
	width: 100px;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid white; 
	background: #626cde;
	color: white;
	font-weight: bold;
}

.nav_sub
{
	background: #660;
	color: white;
}

.corner1
{
	position: relative;
	width: 300px;
	height: 150px;
	bottom: 0;
	right: 0;
	float: right;
}

.basket a
{
	text-decoration: none;
	color: #630;
}

.basket a:hover
{
	color: blue;
}


.catalogue
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	background: #f8fff8;
	border: 1px inset #369;
}

.catalogue td
{
	padding: 0.5em;
}

.shop_heading
{
	background: #009;
	color: white;
	vertical-align: middle;
}

.shop_heading a
{
	color: white;
	font-weight: bold;
}

.shop_index a
{
	display: block;
	padding: 1em;
	font-weight: bold;
	background: rgb(255, 206, 123);
	color: rgb(49, 74, 16);
	border: 4px outset rgb(49, 74, 16);
	text-decoration: none;
}




