﻿body {
  background: #000000 url(images/layout/body-bg.png) repeat-x;
  font-family: verdana,helvetica,arial,sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
#wrapper {
  border: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  text-align: left;
  width: 960px;
}
#header {
  background: url(images/layout/header.png);
  clear: both;
  height: 101px;
  width: 100%;
}
#logo {
  float: left;
  height: 46px;
  padding: 20px 0 0 20px;
  width: 299px;
}
#topRight {
  color: #FFFFFF;
  float: right;
  font-size: 70%;
  height: 65px;
  width: 390px;
}
#Translator {
  float: left;
  padding: 20px 20px 0px 20px;
}
#LoginArea {
  float: right;
  padding: 30px 20px 5px 0px;
}

.CustomerInfo {
  color: #FFFFFF;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: xx-small;
  font-style: italic;
}

#mainmenu {
  clear: both;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
#contentArea {
  background-color: #FFFFFF;
  clear: both;
  margin-top: 0px; 
  min-height: 150px;
  padding: 8px 15px 15px 15px;
}
.contentHeader, contentHeader td {
  background: #ffffff url(images/layout/ch-bg.gif) repeat-x;
  color: #9f151e;
  font-size: medium;
  padding: 0px 0px 15px 0px;
  text-align: left;
}
.Content {
  font-size: 70%;
}
#footer {
  clear: both;
  color: #C0C0C0;
  font-size: 55%;
  float: left;
  line-height: 10pt;
  padding: 5px 0px 5px 0px;
  text-align: left;
  width: 100%;
}
#footer a {
  color: #C0C0C0;
  text-decoration: none;
}
#footer a:hover {
  color: #EDDA74;
}




.gallery {
  clear: both;
  background-color: #F5F5F5;
  height: auto;
  line-height: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-top: 5px;
  width: 900px;
}
.gallery ul {
  margin-left: 0px;
  margin-top: 5px;
  width: 880px;
}
.gallery ul li {
  clear: both;
  display: inline;
  height: 65px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 97px;
}
.gallery ul li img {
  border-color: #AF7817;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 6px;
  margin-top: 6px;
}






H1 {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 120%;
}
H2 {
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 120%;
}
.ErrorText {
  color: Red;
}
.RequiredField {
  color: Red;
}
.MultiLineTextBox {
  font-family: verdana,helvetica,arial,sans-serif;
}

.LoginControl td {
  padding: 2px;
}

