body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}

/*	Containers
	---------------------------------------- */
#container {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
#container1 {
	position: relative;
	margin: 70px 0 0 0;
	padding: 0;
}
#container2 {
	position: relative;
	margin: 0;
	border-left: none;
	border-right: none;
	padding: 0;
	}
	
/*	Main Content
	---------------------------------------- */
#content {
	position: relative;
	background: none;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0;
	padding: 0;
	width: 630px;
}
#footer {
	margin-left: 0;
	margin-right: 0;
}
#copyright {
	padding-left: 0;
	background: none;
	float: none;
}
#top, #navtop, #left, #navleft, #navfooter, .header, .pod, #languageselect {
	display: none;
}

/*	Border Colors
	---------------------------------------- */
#content, fieldset, h1, hr, table, th, td {
	border-color: #bbb !important;
}

/*	Form Buttons
	---------------------------------------- */
input[type="submit"], 
input[type="button"] {
	display: none;
}


/*	================================================================================
	STYLES SPECIFIC TO PAGES AND PAGE GROUPS
	-------------------------------------------------------------------------------- */



/* 	================================================================================
	ORIGINAL WINE WEB STYES 
	NOT ADAPTED FOR USE WITH NEW DESIGN
	-------------------------------------------------------------------------------- */
#orderpackinglist #container, 
#orderinvoice #container, 
#wineclubpackinglist #container  {
	background: #fff url(/public/w5000/header.gif) no-repeat top left;
	position: relative;
	left:0;
	padding-top: 1.5in;
}
#reportsalestax #container, 
#reportcustomer #container, 
#reportorder #container, 
#reportordersummary #container, 
#reportwineclub #container, 
#reportwineclubsales #container  {
	background: #fff url(/public/w5000/header_small.gif) no-repeat top left;
	position: relative;
	left:0;
	padding-top: 0.5in;
}
#orderpackinglist .tablehead, 
#orderinvoice .tablehead, 
#wineclubpackinglist .tablehead, 
#reportsalestax .tablehead, 
#reportcustomer .tablehead, 
#reportorder .tablehead, 
#reportwineclub .tablehead, 
#reportwineclubsales .tablehead {  
	background: #CE996D;
	color: #fff;
	font-weight: bold;
	text-align: center;
}