/*CSS for Domaine du Garinet site*/

/*Dimensioning for sticking footer*/

html{
  height: 100%;
  width: 100%;
}
body{
  height: 95%;
  width:100%;
}
#nonFooter{
  position: relative;
  min-height: 100%;
  width:1000px;
  margin:0 auto;
padding-bottom: 5%;
}
* html #nonFooter{
  height: 100%;
}
#footercontent {
  position:relative;
  width:1000px;
  margin:0 auto;
}
  
  

/*Body and bodycontent defaults*/ 

body {
  font-family: "ZapfHumnst BT", Verdana, Georgia, Helvetica, Arial, sans-serif;
  width: 100%;
  background: #ccc url(images/fauxcolumnswide.gif) repeat-y 0 0;
  line-height: 1;
  padding: 0;
  margin: 0; 
}
#bodycontent {
  position:relative;
  top: 0px;  
  left:7%;
  width: 91%;
}
#bodycontent p {  
  position: relative;
  line-height:1.2;
  left: 15px; 
  padding:0;
  margin-top: 0px;
  margin-bottom:15px;
}


/*Fixed page elements*/
  /*Page header and contents*/
#header {
position: relative;
  top: 0;
  background-color: #fcf9d6; 
  margin: 0;
  padding: 0;
  left: 5.8%;
  width:94.2%;
  height:140px;
}
#header p {   
  margin: 0;  
}
img.headervine {
  position: absolute;
  top: 6%;
  left: 6.5%;
}
#DduG p {
  font-style: italic;
  font-size: 40px;
  font-weight: bold;
  background-color: #fcf9d6;
  color: #0099cc;
  padding-top: 0.75em;
  padding-bottom: 0em;
  padding-left: 9.5em;
  margin: 0;  
}
    /*language switches*/
      /*flags*/
#English {
  position:absolute;
  top:60px;
  left: 89%;
  margin: 0;
  padding: 0;  
}
#English a { 
  margin: 0;
  padding:0;
 font-size: 0px;   
}
#English a:hover  {
  color:white;
  background-color:#fdfbe7;
} 
#French {
  position:absolute;  
  top:90px;
  left: 89%;
  margin: 0;
  padding:0; 
}  
#French a {  
  font-size: 0px; 
  margin: 0;
  padding: 0;
}
#French a:hover  {
  color:white;
  background-color:#fdfbe7;
} 
img.flag {
  margin-right: 10px;
  border: none;
}
.flag {
  color: black;
  border: none;
  margin: 0;
  padding:0;
}
      /*language switch words*/
#Englishword {
  position:absolute; 
  top:57px;
  left: 92%;
  width: 6%;
  margin:0;
  padding:0;
  line-height: 1;
}
#Englishword p {
  margin:0;
  padding:0;
}
#Englishword a { 
  margin: 0;
  padding:0;
  font-size: 13px;
  line-height: 1;    
}
#Frenchword {
  position:absolute; 
  top:88px;
  left: 92%;
  width: 6%;
  margin:0;
  padding:0;
  line-height: 1;
}
#Frenchword p {
  margin:0;
  padding:0;
} 
#Frenchword a { 
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;   
}

  /* tagline contains the 'Fine Wines from the Lot Valley' */
#tagline {
  position:relative;
  margin: 0;
  width: 52%;
  top:12%;
  left: 48%;
}
#tagline p {
  font-size: 19px;
  color: black;
  background-color: #fcf9d6;
  padding: 0; 
  margin: 0;    
}
/* Top navigation and footer navigation and contents */

#navigation {
  position:relative;
  top:0px;
  left: 5.8%;
  width:94.2%;
  padding:0;
  margin:0;
 }
#navigation p{
  margin:0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background: #f9f2b1;
  font-size: 14px;        
}
/*Highlight for current page on navigation and footer*/
.currentpage {
  border-width:  1px;
  border-style:  solid;
  border-color: black;
  background: #ffffff;  
}
#footer{
  position:relative;
  margin-top: -5%;
  border-top-width:  1px;
  border-top-style:  solid;
  border-top-color: black;
  padding: 0;
  left: 5.8%;
  width:94.2%; 
}
#footer p{
  font-family:"ZapfHumnst BT", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-top:4px;
  margin:0;
}
#copyright p {
  font-size:12px;
  position: relative;
  left:0;
  top:0;
  border: none;
}
.update {
  font-size:12px;
  font-weight: bold;
}

/*Basic text elements*/ 
p {
  font-size: 120%;
  color: #006e00;
  margin:0;
  margin-right: 5%;
}
h1, h2, h3 {
  margin: 0;
  color: #CC3300;
}
h1 {
  font-size: 155%;
  font-weight: normal;
  padding-top: 15px;
  margin-bottom: 10px;
}
h2 {
  font-size: 140%;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left:  15px;
}
h3 {
  font-size: 125%;
  font-weight: normal;
  padding: 0;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left:  15px;
}
/*Inline form of headings h1-h3.  Note that these are for use within a <p>,
and therefore the percentage acts on the font-size:120%; in <p>.  The percentages here are therefore set to give the same actual font size as <h1>etc*/
.inlineh1 {
  color: #CC3300;
  font-size: 130%;
  font-weight: normal;
 } 
.inlineh2 {
  color: #CC3300;
  font-size: 116%;
  font-weight: normal;
 } 
.inlineh3 {
  color: #CC3300;
  font-size: 105%;
  font-weight: normal;
}
/* default for images*/
img {
  margin:0;
  padding:0;
}

/* list styling*/
ul {
  font-size: 17px;
  margin-top: 15px;
  list-style-type: circle;
  color:#006e00;
}
ul.text {
   color:#006e00;
  font-size: 120%;
  list-style-type: none;
  margin-top:0;
}
li {
  margin-top: 10px;
}

/*Styling for Links*/
a {
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
a:link {
  color: #0099cc;
}
a:visited {
  color: #0099cc;
}
a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
a:active {
  color: aqua;
  background-color: navy;
}
.backtotop {
  position:relative;
  left:800px;
  font-size: 17px;
} 


/*Table styling*/

  /*Wine List Table*/
table.winelist {
  position: relative;
  font-size: 18px;
  color: #006e00;  
  left: 30px;
  margin-bottom:30px;
  width:90%;
}
  /*Order Form Table*/
#ordertable  {
  font-size:18px;
  position:absolute;
  left:0;
  border:1px solid black;
}
#orderinstructions  {
  position:absolute;
  left: 0px;
  top:1030px;
  width:1000px;
  left:-60px;
}
#orderinstructions p  {
  font-size:18px;
  color:black; 
}
 
#ordercoordinates {
  position:absolute;
  left:-60px;
  top:730px;
}
#deliverycoordinates {
  position:absolute;
  left:450px;
  top:730px;
}
#ordercoordinates p {
  font-size: 18px;
  color: black;
  margin:0;
  padding:0;
}
#deliverycoordinates p {
  font-size: 18px;
  color: black;
  margin:0;
  padding:0;
}
#ordertable td  {
  border-width:  1px;
  border-style:  solid;
  border-color: black;
}
#ordertable th  {
  border-width:  1px;
  border-style:  solid;
  border-color: black;
  line-height:1.5;
}
tr.orderheading{
  height:25px;
}
tr.orderitem{
  line-height:1.5;
}
   
/*Walnut and prune price list table*/ 
table.walprunlist {
  position: relative;
  font-size: 18px;
  color: #006e00;  
  left: 30px;
  margin-bottom:30px;
}
tr.h2 {
  position:relative;
  font-size: 19px;
  color: #CC3300;
  font-weight: normal;
  line-height:2;  
}
tr.h3 {
  position:relative;
  font-size: 18px;
  color: #CC3300;
  font-weight: normal;
  line-height:1.5;  
}
td {
  padding-left:10px;
  padding-right:10px;
}
th {
  padding-left:10px;
  padding-right:10px;
}
td.right {
  text-align:right;
}
td.small {
  font-size:16px;
}

/*General Class styling*/
.printpage{
background:white;
}

/*repositioning styles*/
.raise15 {
  position: relative;
  top: -15px;
}
.drop50 {
  position: relative;
  top: 50px;
}
.drop100 {
  position: relative;
  top: 100px;
}
.drop200 {
  position: relative;
  top: 200px;
}
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent1up {
  top:-15px;
  margin-left: 20px;
}
.center {
  text-align:center;
  }

/* this style enables multiple spaces (eg after fullstops)
   but doesn't work in IE.  Not currently used*/
.pre {
  white-space: pre-wrap;
}

/*font styles*/
.subscript {
  font-size:70%
}
.italic {
   font-style: italic;
}
.bold {
   font-weight: bold;
}

 /*temporary styles for old French website version*/ 
.largeblack{
  font-size:32px;
  color:black;
  margin:0
} 
.black {
  color:black;
  margin:0
}

/*photo styles - caption*/
.photo p {
  font-size: 15px;
  margin:0;
  padding:0;
  height:10px;
  color:black;
  font-weight:bold;

}
/*photo credit*/
.photo p span {
  margin:0;
  padding:0;
  font-size: 10px;
  white-space: pre;
  position:relative;
  top: -5px;
}





