html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  background: url(img/back.gif) repeat-x top center;
  background-color: #A8B9D8;
  text-align: center;
  color: #444;
  line-height: 130%;
}

img {
  border: none;
}

a:link, a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover, a:active {
  color: #880000;
  text-decoration: underline;
}

h2 {
  font-size: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #6D609E;
}

h3 {
  font-size: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 120%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.1em;
  line-height: 120%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

table td {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}

#container {
  width: 770px;
  margin: 0 auto;
  background: url(img/back3.gif) repeat-y top left;
  text-align: left;
}


/* Header */

#header {
  background: url(img/head_en.gif) no-repeat top left;
  height: 130px;
}

#header.bg {
  background: url(img/head_bg.gif) no-repeat top left;
}

#header h1 {
  display: none;
}

#header h2 {
  text-align: right;
  color: white;
  margin: 0;
  padding: 10px;
  font-size: 140%;
}

#top_bar {
  padding: 5px;
  background-color: #DDD;
  font-size: 95%;
}

#location {
  margin-left: 200px;
  margin-bottom: 10px;
}

#languages {
  float: right;
  margin-top: 110px;
  margin-right: 25px;
  color: white;
  font-size: 95%;
}

#languages a {
  color: white;
}

#left {
  float: left;
  width: 190px;
  padding-bottom: 30px;
}

#main_menu {
  margin-bottom: 5px;
  padding-bottom: 20px;
  background: url(img/menu2.gif) no-repeat bottom left;
  background-color: #53A1AC;
}

#main_menu ul {
  color: white;
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
  background: url(img/menu1.gif) no-repeat top left;
}

#main_menu li {
  display: block;
  margin: 5px;
  padding: 5px;
  border-bottom: 1px solid #9BCDD5;
}

#main_menu li.last {
  border: none;
}

#main_menu li.active {
  font-weight: bold;
}

#main_menu ul ul {
  margin: 0 0 0 5px;
  background-image: none;
}

#main_menu li li {
  padding: 5px 0 5px 10px;
  border-bottom: none;
  font-weight: normal;
  border-top: 1px dotted #9BCDD5;
}

#main_menu li li.active {
  font-weight: bold;
}

#main_menu a {
  color: white;
}

#main {
  padding-top: 5px;
  margin: 0 15px 0 15px;
}

#body {
  min-height: 400px;
  margin: 20px 20px 0 220px;
}

* html #body {
  height: 400px;
}

#footer {
  clear: both;
  height: 50px;
  margin-top: 20px;
  background: url(img/footer.gif) no-repeat top left;
  color: #666;
  font-size: 90%;
}

#copy {
  float: left;
  margin: 15px 0 0 25px;
}

* html #copy {
  margin-left: 15px;
}

#design {
  float: right;
  margin: 15px 25px 0 0;
}
* html #design {
  margin-right: 15px;
}

table.form th {
  font-weight: bold;
  text-align: right;
  padding: 3px 5px;
  vertical-align: top;
}

table.form td {
  text-align: left;
  padding: 3px 5px;
  vertical-align: top;
}

table.wireframe {
  border: none;
  border-collapse: collapse
}

table.wireframe th, table.wireframe td {
  padding: 0.25em 0.5em;
  border: 1px solid #CCC;
}

table.wireframe th {
  text-align: center;
  background-color: #EEE;
}

table.wireframe td img {
  vertical-align: middle;
}

.clear {
  clear: both;
}

td.number {
  text-align: right;
}

.error {
  color: red;
}

.designs {
  margin-top: 20px;
}

.design {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #888;
}
.design .image {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}

#lightbox {
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}
#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
}

#lightboxCaption{ 
  float: left; 
}
#keyboardMsg{ 
  float: right; 
}

#lightbox img,
#overlay img{
  border: none; 
}

#overlay{ 
  background-image: url(/img/overlay.png); 
}

* html #overlay{
  background-color: #000;
  back\ground-color: transparent;
  background-image: url(/img/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}