/* CSS Document */
body {
  background: #f99595 url('/css-images/back.gif') repeat-x;
  padding: 10px;
  border: solid #064789 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font: 38px Arial;
  color: #C00;
}

h1 strong {
  color: #C00;
  font-weight: normal;
}

h2{
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  font:  bold 14px Arial;
  color: #C00;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font: 16px Arial;
  color: #000000;
  line-height-no: 100%;
  text-indent: 15px;
}

a {
  color: #5586DD;
  text-decoration: none;
  border-bottom: dotted #5586DD 1px;
}

a:hover {
  background: #EEE;
}

img#logo {
  margin-top: 5px;
  margin-left: 50px;
  margin-right: 50px;

}

#discount {
   margin-no: 10px;
   margin-left: 30px;
   text-align: center;
   font-size: 85%;
   width: 90%;
  border: solid #064789 0px;
}
#discount span {
   background: yellow;
}

div#logoBack {
  background: url('/css-images/logo_back-blue4-110.png') no-repeat;
  width: 883px;
  height: 110px;
}


div#mainMenu {
  background: url('/css-images/text_back.gif') repeat-y;
  text-align: center;
  width: 883px;
  height: 30px;
}

div#mainMenu a {
  background: #064789;
  text-align: center;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font: bold 14px Arial;
  color: #FFF;
  text-decoration: none; 
  text-transform: uppercase;
}

div#mainMenu a:hover {
  color: #AAF;
  position: relative;
  top: 5px;
  border-top: solid #064789 5px;
}

div#contentLayout {
  background: url('/css-images/text_back.gif') repeat-y;
  width: 883px;
}

div#leftColumn {
    float: left;
}

div#rightPage {
  margin-left: 10px;
}

div#leftColumn h2{
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
  font:  bold 18px Arial;
  color: #C00;
}

div#contentMenu {
  background: #DDD url('/css-images/con_menu_up.gif') no-repeat;
  margin-left: 6px;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 214px;
}

div#contentMenu a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px;
  font: 18px Arial;
  color: #00;
  text-decoration: none;
}

div#contentMenu a:hover {
  color: #00C;
  font: bold 18px Arial;
  background: #C2D1DE;
}

div.contentText {
  background: #DDD url('/css-images/con_menu_up.gif') no-repeat;
  margin-left: 6px;
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 214px;
  font: 14px Arial;
  color: #000000;
}

div.contentText p{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font: 14px Arial;
  color: #00;
}

div#content { 
  margin-left: 230px;
  padding-bottom: 30px;
  width: 620px;
}

div#end {
  background: url('/css-images/end_back.gif') no-repeat;
  margin-bottom: 30px;
  width: 883px;
  height: 57px;
  font: 10px Arial;
  color: #000DDD;
  text-align: center;
}

#tsig {
   text-align: right;
   font-style: italic;
}


/* end of CSS document */


