/* 
  CSS File for the Loch Ness Whisky Website
  This file contains style information.
  Do not touch unless you know what you are doing.
*/

body{
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  /*background-color: #F7F7F7;*/
  background-color: #EFEFEF;
}

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a:link {
	color: #7C724B;
	text-decoration: none;
}
a:visited {
	color: #7C724B;
	text-decoration: none;
}
a:hover {
	color: #7C724B;
	text-decoration: none;
}
a:active {
	color: #7C724B;
	text-decoration: none;
}

img{
  border: 0;
}

p img{
  margin: 10px;
  float: left;
}

.rightpara{
  text-align: right;
}

h3{
  text-decoration: underline;
}


#blackHeader{
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
  background: #262626;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.biggerHeader{
  font-size:14px;
}

#blackHeaderMiddle{
  width: 850px;
  margin: 0 auto;
}

#root{
  width: 850px;
  margin: 0 auto;
  background-color:#FFFFFF;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main{
  /* padding-left: 25px;
  padding-right: 25px; */
}

#nav{
  color: #7C724B;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 20px;
}

#textMain{
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: 14px;
}

#mapTitle{
  clear: both;
  width: 100%;
  text-align: center;
  /*border: 1px dotted #CCCCCC;*/
  background-color: #FFFFFE;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#map{
  width: 100%;
  height: 250px;
  
}

#footer{
  height: 200px;
  text-align: center;
  background-image:url(../images/footer.gif);
  background-repeat:no-repeat;
  clear:both;
}

.goldText{
  color: #7C724B;
}


