body,
	html {
		margin:0;
		
		padding:0;
		font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		background-color: #4d4d4d;	
	}
	
	a
	{
		color: #000000;
	}
	a:visited
	{
		color: #000000;
	}
	a:hover
	{
		color: #000000;
	}
	
	body {

	}
	
	hr {
		display: none;
	}
	
	h2 a {
		color: #000000;
	}
	
	h2 a:visited {
		color: #000000;
	}
	
	h2 a:hover {
		color: #ffffff;
	}
	
	#wrap {
		
		background:#b2a16e;
		margin: auto;
		width:786px;
		background-image: url(../images/area_bg.jpg);
		position: relative;
		border: 2px solid #000000;
		background-repeat:repeat-x;
		
	}
	
	#splashImage {
		display: block;
		margin-left: 4px;
		margin-top: 13px;
	}
	
	#splashImageIE {
		display: block;
		margin-left: 4px;
		margin-top: 11px;
	}
	
	#header {
		background:#ddd;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
		font-weight: none;
    }
	#nav {
		background:#c99;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#left {
		background:#713033;
		float:left;
		width:161px;
		margin-left: 7px;
	}
	#left h2, #main h3, #main p {
		padding:0 10px;
    }
	#right {

		float:right;
		width:610px;
		margin-right: 7px;
	}
	#right ul {
		margin-bottom:0;
    }
    #right h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		display: block;
		height: 20px;
		position: relative;
		background-color: #4d4d4d;
		margin-bottom: 5px;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	
	#LeftShadow {
		display: block;
		position: absolute;
		width: 6px;
		height: 300px;
		background-image: url(../images/shadow_left.jpg);
		left: 0px;
		top: 0px;

	}
	
	
	#RightShadow {
		display: block;
		position: absolute;
		width: 6px;
		height: 300px;
		background-image: url(../images/shadow_right.jpg);
		right: 0px;
		top: 0px;
		
	}
	
	#TopInfo {
		display: block;
		background-color: #713033;
		color: #ffffff;
		padding: 5px;
		text-align: right;
	}
	
	#TopInfo a {
		color: #ffffff;
	}
	
	#TopInfo a:visited {
		color: #ffffff;
	}
	
	#TopInfo a:hover {
		color: #ffffff;
	}
	
	#contentArea {
		display: block;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 20px;
		color: #4a4741;
	}
	
	#contentAreaMain {
		display: block;
		text-align: left;
		margin-left: 10px;
		margin-bottom: 0px;
		margin-top: 10px;
		font-size: 12px;
		color: #000000;
	}
	
	#contentAreaMain a {
		color:#330000;
	}
	
	#contentAreaMain a:visited {
		color:#330000;
	}
	
	#contentAreaMain a:hocer {
		color:#000000;
	}
	
	#contentAreaMain H1 {
		font-size: 20px;
		margin-bottom: 0px;
		font-weight: normal;
	}
	
	#contentAreaMain H1 a {
		color: #000000;
	}
	
	#contentAreaMain H1 a:visited {
		color: #000000;
	}
	
	#contentAreaMain H1 a:hover {
		color: #ffffff;
	}
	
	#contentAreaText {
		display: block;
		text-align: left;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 0px;
		font-size: 12px;
		color: #4a4741;
		padding: 10px;
	}
	
	#contentAreaText H1 {
		font-size: 20px;
		margin-bottom: 0px;
		font-weight: normal;
	}
	
	#contentAreaText H1 a{
		color: #000000;
	}
	
	#contentAreaText H1 a:visited{
		color: #000000;
	}
	
	#contentAreaText H1 a:hover{
		color: #ffffff;
	}
	
	#contentArea a {
		color: #4a4741;
		text-decoration:none;
	}
	
	#contentArea a:visited {
		color: #4a4741;
		text-decoration:none;
	}

	#contentArea a:hover {
		color: #4a4741;
		text-decoration:underline;
	}
	
	#contentArea H1 {
		font-size: 20px;
		margin-bottom: 0px;
		font-weight: normal;
	}
	
	#contentAreaShop {
		display: block;
		text-align: left;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	#contentAreaShop H1 {
		font-size: 20px;
		margin-bottom: 10px;
		font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
		font-weight:normal;
	}
	
	#contentAreaShop H3 {
		font-size: 16px;
		margin-bottom: 10px;
		font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
		font-weight:normal;
	}
	
	#contentAreaShop a {
		color: #713033;
	}
	
	#contentAreaShop a:visited {
		color: #713033;
	}
	
	#contentAreaShop a:hover {
		color: #000000;
	}
	
	#mainMenu {
		display: block;
		text-align: left;
		margin-left: 0px;
		margin-bottom: 10px;
		color: #ffffff;
		margin-top: 10px;
		position: absolute;
		top: 10px;
		right: 10px;
		line-height: 20px;
		
	}
	
	#mainMenu a {
		color: #ffffff;
		padding: 2px;
		color: #ffffff;
		padding: 2px;
		border: 1px solid #000000;
		background-color: #7c7c7c;
		text-decoration: none;

	}
	
	#mainMenu a:visited {
		color: #ffffff;
		text-decoration: none;
		color: #ffffff;
		padding: 2px;
		border: 1px solid #000000;
		background-color: #7c7c7c;
		text-decoration: none;
	}
	
	#mainMenu a:hover {
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #000000;

		text-decoration: none;
	}
	
	#basketFloat {
		position: absolute;
		top: 100px;
		left: 250px;
		background-color: #5d5d5d;
		border: 1px solid #000000;
		display: none;
		width: 300px;
	}

	
	
	#active {
		background-color: #ffffff;
		padding-left: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#logo {
		margin-top: 20px;
		margin-left: 10px;
	}
	
	#order_line
	{
		position: absolute;
		top: 48px;
		left: 10px;
		color: #ffffff;
	}
	
	#active  a{
		color: #713033;
		text-decoration: none;
		display: block;
	}
	
	#active  a:visited{
		color: #713033;
		text-decoration: none;
	}
	
	#active  a:hover{
		color: #713033;
		text-decoration: underline;
	}
	
	#inactive {
		padding-left: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#inactive  a{
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#inactive  a:visited{
		color: #ffffff;
		text-decoration: none;
	}
	
	#inactive  a:hover{
		color: #ffffff;
		text-decoration: underline;
	}
	
	#to_top {
		position: absolute;
		left: 10px;
		bottom: 0px;
		
		display: block;
		
	}
	
	#to_top a {
		color: #ffffff;
		padding-left: 0px;
		text-decoration: none;
	}
	
	#to_top a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#to_top a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#copyright {
		position: absolute;
		right: 10px;
		bottom: 0px;
		color: #ffffff;
	}
	
	#copyright a {
		color: #ffffff;
		text-decoration:none;
	}
	
	#copyright a:visited {
		color: #ffffff;
		text-decoration:none;
	}
	
	#copyright a:hover {
		color: #ffffff;
		text-decoration:underline;
	}
	
	#shop_item {
		border: 2px solid #4d4a40;
		display: block;
		position: relative;
		background-color:#f4eedc;
		margin-bottom: 10px;
		width: 132px;
		height: 120px;
		float: left;
		margin-left: 14px;

	}
	
	#shop_item p {
		margin-bottom: 10px;
	}
	
	#shop_item #contents {
		margin-left: 150px;
	}
	
	#shop_item a {
		color: #8d5d5f;
		text-decoration: underline;
	}
	
	#shop_item a:visited {
		color: #8d5d5f;
		text-decoration: underline;
	}
	
	#shop_item a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	#shop_item_new {
		border: 1px solid #ecd3d4;
		display: block;
		position: relative;
		background-color:#fff6f6;
		margin-bottom: 10px;
		padding: 5px;
	}
	
	#shop_item_new p {
		margin-bottom: 10px;
	}
	
	#shop_item_new #contents {
		margin-left: 150px;
	}
	
	#shop_item_new a {
		color: #8d5d5f;
		text-decoration: underline;
	}
	
	#shop_item_new a:visited {
		color: #8d5d5f;
		text-decoration: underline;
	}
	
	#shop_item_new a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	#shopping_cart {
		display: block;
		margin: 10px;
		
		padding: 5px;
	}
	
	#shopping_cart a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#shopping_cart a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#shopping_cart a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	
	#login_panel {
		border: 1px solid #cccccc;
		display: block;
		position: relative;
		background-color:#ffffff;
		margin-bottom: 10px;
		padding: 5px;
	}
	
	#shopping_cart_loading {
		display: none;
		margin-left: 10px;
		color: #ffffff;
		margin-top: 5px;
		font-weight: bold;
		font-style:italic;
		font-size: 10px;
	}
	
	#login_loading_bar {
		display: none;
	}
	
	
	
div.header_area
{
	display: none;
}

div.menu_area
{
	display: none;
}

div.basket_area
{
	display: none;
}