body
{
 	background-color: black; 
	padding: 0px;
	border: 0px;
	text-align: center;
	text-decoration: none;
/* 	font: small verdana, arial, sans-serif;  Could not get IE7 to respect small - so reluctantly using px instead for now. */
	font: 13px verdana, arial, sans-serif;
	margin: 0px;
	color: white;
}

a
{
/*	font-family: "Times New Roman", Times, serif;  */
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	color: white;
}

a:hover
{
	color: #ddd;
}

td
{
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: white;
}

p
{
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: white;
}

/* Clear on all headings - used on tastingnotes.php to clear bottle image. */
h1
{
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: +1px;
	text-decoration: none;
	text-align: left;
	color: white;
	text-transform: uppercase;
	margin-top: 0.2em;
	clear: both;
}
	
h2
{
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: white;
	text-transform: uppercase;
	margin-top: 2em;
	clear: both;
}
	
h3
{
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: white;
	text-transform: uppercase;
	margin-top: 1em;
	clear: both;
}
	
#container
{
 	background: #7d1538 url("bottle.jpg") no-repeat scroll 0px 0px;   
	width: 986px;	/* For IE6 (but not 7) we needed to add an extra 6 pixels to make it work, otherwise header dropped down. Suspect this is the IE6 3px bug, but not sure. */
	text-align: left;
	margin: 20px auto 20px auto;
	border: 0px;
	padding: 0px;
}

#searchbar
{
	float: left;
	margin: 0px;
	width: 290px;
/* 	padding: 400px 55px 0px 35px;  */
	padding: 370px 0px 0px 0px;
	text-align: center;
}

#header
{
	width: 690px;
	min-height: 325px;
	_height: 325px;	/* a hack to get round a min-height CSS bug in Internet Explorer */
	float: right;	/* so that we can use absolute positionign on round images */
	margin: 0px;
	padding: 0px;
	border: 0px;
  	background: transparent url("stripe.png") no-repeat scroll bottom left;   
}

#header li
{
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 70px 50px 0px 0px;  /* another IE6 weirdness (not IE7) - needed to change 60px right margin to 50px to stop header gettign too wide and not floating right */
	width: 162px;
	padding: 0px;
}

/* Overrides default para and heading style  for a block */
.center, .center p, .center h1, .center h2, .center h3, .center h4
{
	text-align: center;
}

.headerlink
{
	display: block;
	text-align: center;
	color: #b79f94;
	font-size: 1.1em;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}

.headerimglink
{
	display: block;
	text-align: center;
	margin: 0px;
	border: none;
}

.headerimg
{
	margin: 0px;
	border: none;
}

#header a:hover
{
	color: white;	/* same colour as go button */
}

#right
{
	margin: 0px;
	width: 690px;
	float: right;
 	background: transparent url("watermark.png") no-repeat scroll bottom right;   
	padding: 0px;
	min-height: 375px;	/* peg watermark to bottom with small font sizes or small amount of content */
}

#content
{
	margin: 0px;
	width: 490px;
	float: left;
	background-color: transparent;
	padding: 20px 20px 20px 0px;
}

#menubar
{
	margin: 0px;
	width: 170px;
	float: right;
	background-color: transparent;
	padding: 0px;
}

#menubar li
{
	list-style-type: none;
	text-align: right;
	margin: 20px 50px 0px 0px;
}

.menuitem
{
	color: #b79f94;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.menuitem:hover
{
	color: white;	/* same colour as go button */
}

#footer
{
	clear: both;
	margin: 0px;
 	background-color: transparent;   
	text-align: center;
 	height: 0px;  
}

.searchinput
{
	display: block;
	position: static;
	margin: 10px 45px 10px 45px;
	color: #7d1538;
	width: 200px;
}

.searchtext
{
	display: block;
	position: static;
	margin: 10px 45px 10px 45px;
	color: #b79f94;
	width: 200px;
	text-align: center;
	font-size: 1.1em;
}

.gobutton
{
	display: block;
	position: static;
	margin: 10px 45px 10px 201px;
}

.bottleimage
{
	display: block;
	float: left;
	margin: 0px 15px 15px 0px;
}

.messagebox
{
	color: #7d1538;
	background-color: white;
	padding: 2px 5px 2px 5px;
	margin: 2px 0px 8px 0px;
	font-size: 1.1em;
}

.messagebox a
{
	color: #7d1538;
	background-color: white;
	text-decoration: underline;
}

.messagebox a:hover
{
	color: #fAA;
	text-decoration: underline;
}

.messagebox p
{
	color: #7d1538;
	background-color: white;
}

table.formlayout
{
	border: 0px;
}

.formlayout td
{
	padding: 5px 5px 5px 5px;
	font-size: 1.0em;
	font-weight: normal;
}

.rbutton
{
	margin: 3px 0px 3px 0px;
}

.numbercolumn
{
	text-align: right;
	vertical-align: top;
}

.order td
{
	padding: 4px 3px 4px 0px;

}

#totalrow
{
	border-top: 2px solid #666;
	font-weight: bold;
	padding-top: 5px;
}

.winelistname
{
	width: 90%;
	padding: 2px 2px 2px 0px;
}

.winelistprice
{
	width: 10%;
	padding: 2px 0px 2px 2px;
	text-align: right;
	vertical-align: top;
}

.winelistnote
{
	padding: 2px 2px 2px 2px;
}

.winelisttable
{
	padding-bottom: 10px;
	width: 100%;
}


