/* Default font is 10pt */

/* SH additions */
div.banner {
/*	position: absolute; */
	width: auto;
	top: 0em;
	right: 0em;
	bottom: 0em;
	left: 0em;
}

div.menu {
	position: absolute;
	width: 60px;
	height: 470px;
	top: 2px;
	right: 3px;
	bottom: 2px;
	left: 2px;
	float: left;
}

div.menu p, div.menu a {
	display: block;
	font-size: 10pt;	/* was 0.9em; */
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
}

div.content {
	position: relative;
	padding: 95px, 0px, 0px, 470px;
	margin: 0; 
}

/* 
  Colours:
	Cream (#FFFCDF)
	Green (#175E48)
	Plum  (#724952)
*/


body {
	font-size: 10pt;	/* was 1em; */
	font-family: verdana, arial, sans-serif;
	background-color: #FFFFFF;
}

html > body {
	font-size: 10pt;	/* was 0.8em; */
}


/* remove borders from all tables */
table {
  border-width: 0px;
}


/* table.products {
 width: 100%;
} */


/* shift central table down in lin with nav */
table.main {
  margin-top: 1px;
  margin-left: 2px;
}


/* set size and alignment for tables in main content section */
table.content {
  width: 580px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 15px;
}


h2.regions {
  font-family: verdana;
  font-size: 10pt;	/* was 1em; */
  color: #175E48;
  background: #FFFCDF;
  margin: 0px;
  padding: 2px;
  padding-left: 6px;
}

/* The 'region' headings used for the sub-headings between different stock items */
h3.regions_Wine, h3.regions_Spirits, h3.regions_Beer {
  font-family: verdana;
  font-size: 12pt;	/* was 1.1em; */
  color: #175E48;
  background: #FFFCDF;
  margin: 0px;
  padding: 2px;
  padding-left: 1px;
}
/* Wine has more padding to the left to take it past the 'wine type' box */
h3.regions_Wine {
	padding-left: 26px;
}


tr.heading {
  background:  #F6F2D6; /* #FFFCDF; */
  font-family: verdana, sans-serif;
  font-size: 12pt;	/* was 1.2em; */
  color: #175E48;
}


.name, .country, .volume, .proof, .price, .bc{
	padding: 2px;
/*  padding-left: 6px; */
	vertical-align: top;
	font-size: 10pt;
}

.name {
	width: 250px;
}  

.country {
	width: 110px;
}  

.volume {
	text-align: right;
	width: 52px;
}  

.proof {
	text-align: right;
	width: 48px;
} 

.price {
	width: 50px;
	text-align: right;
} 

.bc {
	width: 30px;
	text-align: center;
}

td.pics {
  vertical-align: top;
  width: 145px;
}  


a.heading:link {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	border: 0px;
	padding: 2px;
}
a.heading:visited {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	border: 0px;
	padding: 2px;
}
a.heading:focus {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	border: 0px;
	padding: 2px;
}
a.heading:hover {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	border: 0px;
	padding: 2px;
}
a.heading:active {
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	border: 0px;
	padding: 2px;
}

/* Links on the main product list */
tbody a:link {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
tbody a:visited {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
tbody a:focus {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
tbody a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
tbody a:active {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}

/* td.regions {
  vertical-align: top;
  width: 290px;
} */


/* for links to regions from country pages, eg. france*/
td.links {
  vertical-align: top;
  width: 183px;
  font-family: verdana, sans-serif;
  font-size: 10pt;	/* was 0.9em; */
  font-weight: 600;
}


table.links {
  width: 183px;
}


td.spacer {
  width: 10px;
}


img {
	border: 0;
	border-color: #175E48;
}

img.pics {
  vertical-align: top;
  width: 139px;
  height: 139px;
  margin: 2px;
  border: none;
}

img.organic {
  vertical-align: top;
  width: 15px;
  height: 20px;
  margin: 0px;
  border: none;
  padding: 0px;
}

img.icon {
	float: right;
	padding: 5px 0px 20px 20px;
}

img.shop {
	float: left;
	padding-right: 5px;
}


/* left hand menu buttons */
img.navcol { 
  width: 145px;
  height: 50px;
  border-width: 0px;
  margin: 0px;
  margin-left: 3px;
  text-align: right;
  vertical-align: top;
}

/* left hand menu buttons */
img.enter_button { 
  width: 102px;
  height: 35px;
  border-width: 0px;
  margin: 0px;
  margin-left: 3px;
  text-align: right;
  vertical-align: top;
}

img.delivery {
  width: 145px;
  height: 100px;
  border-width: 0px;
  margin: 0px;
  margin-left: 3px;
  text-align: right;
  vertical-align: top;
}

img.heading {
	padding: 0px;
	border: 0px;
}


tr.pricelist {
  font-family: verdana, sans-serif;
  font-size: 10pt;	/* was 1em; */
}  


td.redwine {
  text-align: center;
  font-size: 10pt;	/* was 0.8em; */
  font-weight: 500;
  width: 3%;
  background-color: #9A5160;
  color: #9A5160;
}


/* old version
td.whitewine {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  width: 3%;
  background-color: #67AE98;
  color: #67AE98;
}
*/


td.whitewine {
  text-align: center;
  font-size: 10pt;	/* was 0.8em; */
  font-weight: 500;
  width: 3%;
  background-color: #C8DAD0;
  color: #C8DAD0;
}
/*  color: #A8C49E;*/


td.rosewine {
  text-align: center;
  font-size: 10pt;	/* was 0.8em; */
  font-weight: 500;
  width: 3%;
  background-color: #E3C4CA;
  color: #E3C4CA;
}


td.description {
  vertical-align: top;
  width: 435px;
  margin-top: 0px;
  font-size: 10pt;	/* was 1em; */
  font-weight: 500;
}


td.products {
  vertical-align: top;
  width: 97%;
  margin-top: 0px;
  font-size: 10pt;	/* was 1em; */
  font-weight: 500;
  color: #000000;
/*  color: #175E48;*/
}


td.nav {
  width: 145px;
  vertical-align: top;
}


td.giftText {
  text-align: left;
  font-size: 10pt;	/* was 0.8em; */
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;	
  width:50%;
}

td.giftImage {
  text-align: left;
  width:50%;
}

td.gifts span.heading {
  font-weight: bold;
}

tr.gifts {
  vertical-align: top;
}


hr.top, hr.bottom {
  height: 1px;
  color: #175E48;
  text-align: center;
}


p {
  font-size: 10pt;	/* was 1em; */
  text-align: justify;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

/* instructions to user */
span.tip {
  color: #000000;
  font-size: 10pt;	/* was 1em; */
  font-weight: bold;
  margin: 3px;
  margin-left: 15px;
}


/* scrolling news items */
.marquee{
  font-weight: bold;
  color: #175E48;
  font-size: 12pt;	/* was 1.2em; */
  background-color: #FFFFFF;
}

/* centres marquee text in netscape */
/* use to reclassify paragraph class*/
.scroll{
  width: 90%;
  text-align: center;
}


.footer{
  font-size: 8pt;	/* was 0.8em; */
  text-align: center;
}


/* block quotes */
.bquote {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 30px;
}


/* for images embedded within paragraphs */
.imageborder {
  margin-top: 3px;
  margin-right: 5px;
}

a:link {
  color: #175E48;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
}
a:visited {
  color: #175E48;
  font-weight: bold;  
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  font-weight: bold;  
/*  background: #724952;*/
/*  color: #FFFCDF;*/
}


/*set colour according to wine for links in the case offers*/
a.green:link {
	text-decoration: none;
	color: #175E48;
	font-weight: bold;
}
a.green:visited {
	text-decoration: none;
	color: #175E48;
	font-weight: bold;
}
a.green:focus {
	text-decoration: none;
	color: #175E48;
	font-weight: bold;
}
a.green:hover {
	text-decoration: none;
	color: #175E48;
	font-weight: bold;
}
a.green:active {
	text-decoration: none;
	color: #175E48;
	font-weight: bold;
}

a.plum:link {
	text-decoration: none;
	color: #724952;
	font-weight: bold
}
a.plum:visited {
	text-decoration: none;
	color: #724952;
	font-weight: bold;
}
a.plum:focus {
	text-decoration: none;
	color: #724952;
	font-weight: bold;
}
a.plum:hover {
	text-decoration: none;
	color: #724952;
	font-weight: bold;
}
a.plum:active {
	text-decoration: none;
	color: #724952;
	font-weight: bold;
}

/* LISTS *******************/

.list1 {
  margin-top: 0px;
  font-size: 10pt;	/* was 1em; */
}


ul {
  margin-left: 15px;
}


ul.list1 {
  list-style-type: none;
}


ul.links {
  list-style-type: none;
  margin-top: 0px;
  font-size: 10pt;	/* was 0.9em; */
  font-weight: 700;
}
  

ul.regions {
  margin-top: 0px;
  font-size: 10pt;	/* was 0.9em; */
  font-weight: 500;
}


/* TASTINGS */
p.date {
  font-size: 10pt;	/* was 1em; */
  font-weight: 700;
  color: #724952;
}

p.notes {
  font-weight: bold;  
  font-size: 10pt;	/* was 0.8em; */
}

p.bold {
	font-weight: bold;
}

li.green {
  color: #175E48;
  list-style: square;
  padding-left: 5px;
}


/*	Cream (#FFFCDF)*/
li.plum {
  color: #724952;
  list-style: square;
  padding-left: 5px;
}



span.black {
  font-size: 10pt;	/* was 0.9em; */
  color: black;
}


/* Headings */

h1 {
  font-family: arial;
  font-size: 20pt;	/* was 2.5em; */
  line-height: 40px;
  color: #175E48;
  margin-top:6px;
  margin-left:6px;
}


h2 {
  font-size: 18pt;	/* was 1.7em; */
}


h3, h4 {
  color: #175E48;
  background: #FFFCDF;
  margin: 3px;
  padding: 2px 0 2px 0px;
  margin-left:4px;
  margin-bottom: 10px;
  font-weight:bold;
}  

h3 {
  font-size: 16pt;	/* was 1.3em; */
}
h3 a:link {
	text-decoration:none;
}
h3 a:visited {
	text-decoration:none;
}
h3 a:focus {
	text-decoration:none;
}
h3 a:hover {
	text-decoration:none;
}
h3 a:active {
	text-decoration:none;
}

h4 {
  font-size: 12pt;	/* was 1.1em; */
}

h5 {
	font-weight: bold;
}

h5.tastenote, p.tastingnote {
	margin-left: 4px;
}

h6 {
  color: #175E48;
  background: #FFFCDF;
  margin: 2px;
  margin-left:4px;
  margin-top: 5px;
  margin-bottom: 5px;
/*  padding: 1px 0 2px 0px; */
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight:bold;
  font-size: 10pt;
}  


/*	***********************************
	CSS-formatted layout specific items 
	***********************************
*/

#topsection{
	height: 90px; /*Height of top section*/
}

#topsection img{
	border: 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 155px; /*Set left margin to LeftColumnWidth*/
	width: 80%;		/* was 70% */
}

#leftcolumn{
	float: left;
	width: 155px; /*Width of left column*/
	margin-left: -100%;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px;
}

.innertube{
	margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


/* Items copied in from offers.css */

.justified {
  text-align: justify;
}

h3.offer {
  font-size: 14pt;	/* was 1.5em; */
  font-weight: bold;
  color: #175E48;
  margin: 3px;
  margin-top:6px;
  margin-left:12px;
}

h4.offer {
  font-size: 14pt;	/* was 1.6em; */
  text-decoration: line-through;
  color: red;
  margin: 3px;
  margin-left: 6px;
  margin-top:6px;
}
