/*
  stylesheet.css

  www.originalscotch.com
  (C) Clydesdale Original Scotch Whisky Company Ltd.

  Main colors:
	Background:	FFE4B7
	Shadow:		E5C593
	Enhanced:	4C7436

*/
A:link    { color: blue; text-decoration:underline}
A:active  { color: black; text-decoration:underline}
A:visited { color: blue; text-decoration:underline}
A:hover   { color: red; text-decoration:underline}

.header
{
    position:absolute;
    top:2.25in;
    width:6in;
    left:1in;
}
.footer
{
    position:absolute;
    top:6.5in;
    width:6in;
    left:1in;
}


  .menuitem	 {	background: #e5c593; color: black; font-weight: bold; font-style: normal; font-size: 14px; font-family: Verdana, Arial, verdana, helvetica; text-decoration: none;
				padding-left: 5px;
				border-color: #4c7436; border-width: 1px 1x 1px 1px; border-style: dotted;}
  .menuitem A:link    {color: #4c7436; text-decoration: none}
  .menuitem A:active  {color: #4c7436; text-decoration: none}
  .menuitem A:visited {color: #4c7436; text-decoration: none}
  .menuitem A:hover   {color: #4c7436; text-decoration: none}
  .normal       { color: black; font-weight: normal; font-style: normal; font-size: 13px; font-family: Verdana, Helvetica, Arial; text-decoration: none}
  .normalbold   { color: black; font-weight: bold; font-style: normal; font-size: 13px; font-family: Verdana, Helvetica, Arial; text-decoration: none}
  .normalsmall  { color: black; font-weight: normal; font-style: normal; font-size: 10px;  font-family: Verdana, Helvetica, Arial; text-decoration: none}
  .toptext      { color: #4C7436; font-weight: bold; font-style: italic; font-size: 15px; font-family: Verdana, Helvetica, Arial; text-decoration: none;
				padding-right: 5px;}
  .pageheadline  { color: black; font-weight: bold; font-style: italic; font-size: 24px; font-family: Verdana, Helvetica, Arial; text-decoration: none;
   				padding-left: 5px}
  .secondheadline  { color: black; font-weight: bold; font-style: italic; font-size: 18px; font-family: Verdana, Helvetica, Arial; text-decoration: none;
				padding-left: 5px}
  .formlabel    { color: black; font-weight: bold; font-style: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif; text-decoration: none;
                   padding: 3px;
					text-align: right;}
  .formfield    { color: black; font-weight: normal; font-style: normal; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none;
                   background: #ffffff;
                   padding-left: 3px;
                   border: solid #e5c593 1px 1px 1px 1px;}
  .formfieldREADONLY  { color: black; font-weight: normal; font-style: normal; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none;
                   background: #ffe4b7;
                   padding-left: 3px;
                   border: solid #e5c593 1px 1px 1px 1px;}
  .formfieldsmall { color: black; font-weight: normal; font-style: normal; font-size: 10px; font-family: Verdana, Arial, sans-serif; text-decoration: none;
                   background: #ffffff;
                   padding: 3px;
                   border: solid #a62626 1px 1px 1px 1px;}
  .formbutton    {	font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 10px; 
					background-color: #f0f0f0}

  .CLYnormal  { color: black; font-weight: normal; font-style: normal; font-size: 12px; font-family: Garamond, Times, serif; text-decoration: none}
  .CLYnormalbold  { color: black; font-weight: bold; font-style: normal; font-size: 15px; font-family: Garamond, Times, serif; text-decoration: none}



  .header    { background: #FFFF44; color: black; font-weight: normal; font-style: normal; font-size: 16px; font-family: Arial Black, Arial; text-decoration: none}
  .header A:link     {color: yellow; text-decoration: none}
  .header A:active   {color: red; text-decoration: none}
  .header A:visited  {color: yellow; text-decoration: none}
  .header A:hover    {color: red; text-decoration: none}
  .headersmall    { background: #FFFF44; color: black; font-weight: normal; font-style: normal; font-size: 10px; font-family: Arial; text-decoration: none}
  .headline  { color: black; font-weight: bold; font-style: normal; font-size: 13px; font-family: Arial, vedana, helvetica; text-decoration: none; text-align: left}
  .sitename        { color: blue; font-weight: normal; font-style: italic; font-size: 24px; font-family: Arial Black, Arial; text-decoration: none}
  .sitename2       { color: blue; font-weight: normal; font-style: italic; font-size: 14px; font-family: Arial Black, Arial; text-decoration: none}
  .biginfo         { color: black; font-weight: normal; font-style: normal; font-size: 18px; font-family: Arial; text-decoration: none}
  .ibname    {background: #404040; color: #FFFFFF; font-weight: bold; font-style: italic; font-size: 16px; font-family: arial, vedana, helvetica; text-decoration: none}
  .ibfact    {color: black; font-weight: normal; font-style: normal; font-size: 12px; font-family: arial, vedana, helvetica; text-decoration: none}
  .ibfact2    {color: black; font-weight: normal; font-style: normal; font-size: 14px; font-family: arial, vedana, helvetica; text-decoration: none}
  .ibtext    {background: #F0F0F0; color: black; font-weight: normal; font-style: normal; font-size: 12px; font-family: arial, vedana, helvetica; text-decoration: none}
  .ibspace   {color: black; font-weight: normal; font-style: normal; font-size: 12px; font-family: arial, vedana, helvetica; text-decoration: none}
