body {
	margin: 0px;
}

/********************/
/*
/* mainbody 
/*     
/********************/

.mainbody {
	background: url(furniture/slice_bg.gif) repeat #003366;
}

/********************/
/*
/* navbar 
/*     
/********************/

.navbar {
	background:#EFE9DA;
	clear:both;
	position:absolute;
	top:0;
	width:980;
	height:160;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

/********************/
/*
/* tabcell 
/*     
/********************/

.tabcell {
	padding: 0px 10px;
}

.tabcell table {
	height:16px;
}

.tabcell td {
	vertical-align:bottom;
}

.tabcell p, .tabcell a, .tabcell a:link,.tabcell a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 11px;
}

.tabcell a:hover, .tabcell a:active {
	color: #FF0000;
	text-decoration:none;
}

/********************/
/*
/* contentzone 
/*     
/********************/

.contentzone {
	background:#EFE9DA;
	position:absolute;
	top:160;
	width:980;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

/********************/
/*
/* subnav and .smltxt
/*     
/********************/

.subnav {
	clear:both;
	padding: 10px 0px 10px 0px;
	background:#EFE9DA;
	width:980;
	text-align:center;
}
.subnav p, .subnav a, .subnav a:link, .subnav a:visited, .smltxt, .smltxt a:link, .smltxt a:visited {
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-decoration:none;
	line-height: 11px;
}

.subnav a:hover, .subnav a:active, .smltxt a:hover, .smltxt a:active {
	color: #FF0000;
	text-decoration:none;
}

/********************/
/*
/* maincopy 
/*     
/********************/

.maincopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

/********************/
/*
/* basketcontents 
/*     
/********************/

.basketcontents {
	margin: 0px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 14px;
}

.basketcontents a, .basketcontents a:link, .basketcontents a:visited {
	text-decoration:none;
	color: #003366;
}
	
.basketcontents a:active, .basketcontents a:hover {
	text-decoration:none;
	color: #FF0000;
}

.basketcontents th, .listheader {
	padding: 3px 6px 3px 6px;
	border-bottom:#003366 solid 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #003366;
	vertical-align: bottom;
}

.basketcontents td, .listrow {
	padding: 3px 6px 3px 6px;
	border-bottom:#003366 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

.basketcontents td.norule {
	border-bottom:hidden;
}
	

/********************/
/*
/* generic 
/*     
/********************/

p, p a:link, p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration:none;
	line-height: 14px;
}

p a:hover {
	color: #FF0000;
	text-decoration:none;
}

/********************/
/*
/* price
/*     
/********************/

.price {
	color: #881111;
	
}

.message {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px 10px 5px 10px;
	margin-bottom:10px;
	text-align:center;
	color:#036;
	border:#036 solid 2px;
}

.message h2 {
	font-size:16px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#036;
	font-size:14px;
	padding:0px;
	margin:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#036;
	font-size:14px;
	padding:10px 0px 5px 0px;
	margin:0px;
}

.maincopy a {
	color:#036;
	text-decoration:none;
}

.maincopy a:hover {
	color:#F00;
	text-decoration:none;
}