html, body
{
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Calibri, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color: #724D71;  
}

a
{
  color: #724D71;  
}

body
{
  font-size: 0.75em; /* 12px */
  line-height: 1.333em; /* 16px */
}

img
{
  border: none;
}

#header
{
  background-image: url('img/bg.jpg');
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 1000px; /* 960px;*/
  width: 100%
/*  padding-left: 60px; */
}

#header-content
{
  margin: 0 auto;
  width: 1000px; /* 960px;*/
  position: relative;
}

/*a.lang
{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
} */

#page
{
  width: 1000px; /*960px;*/
  margin: 0 auto;
  margin-top: 18px;
}

#logo
{
  margin: 0;
  float: left;
}

#menu
{
  height: 91px;
  float: left;
  margin-left: 30px;
  position: relative;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2ex;
}

#menu a
{
  color: #724D71;
  text-decoration: none;
}

/* #menu a:hover */
/* { */
/*   font-weight: bold; */
/* } */

#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1px;
  width: 800px;
}

#menu li
{
  float: left;
  margin-right: 15px;
}

/* #menu li:hover */
/* { */
/*   font-weight: bold; */
/*   padding-right: 0.1em; */
/* } */

#shadow
{
  background-repeat: repeat-x;
  background-image: url('img/shadow.png');
  width: 100%;
  height: 18px;
  /*z-index: 100;*/
  position: absolute;
  top: 131px;
  z-index: 1000;
  min-width: 1000px; /*960px;*/
}

#page-title, #galDescr, #models-sidebar
{
    float: left;
    width: 170px; /* aligned to the left of logo text */
    text-align: right;
}

#models-sidebar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#models-sidebar li
{
    margin-bottom: 0.6em;
}

#models-sidebar a
{
    text-decoration: none;
}

#page-title, #galDescr h2, #models-sidebar h2
{
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2em;
}

#page-title, #models-sidebar h2
{ 
  text-transform: uppercase;
  letter-spacing: 0.2ex;
}


#galDescr p
{
  margin: 0;
}

#galDescr #back
{
  margin-top: 2em;
}

#galDescr #back a
{
  text-decoration: none;
}

#galPhoto
{
/*  float: right;*/
  position: absolute;
  top: -18px;
  left: 177px; /* 240px;*/ /*340px;*/
  width: 574px;
  height: 400px;
  z-index: -1;
  text-align: center;
}

#galList
{
  border-collapse: separate;
  border-spacing: 5px 5px;
  top: -23px; /* -( shadow.height(18) + border-spacing(5) ) */
  position: relative;
  font-size: 0.9em;
  margin-left: -18px;
/*  z-index: -1;*/
}

#galList a.thumbnail
{
/*  display block;*/
/*  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);*/
}

#galList a.thumbnail:hover
{
/*  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);*/

}

/*#galList a.thumbnail:hover img
{
  opacity: 1;
} */

#groupList
{ 
/*  width: 320px; */
  float:left;
  margin-top: 3px;
  margin-left: -20px;
}

#groupList table
{
  border-spacing: 6px 8px;
}

#groupList td
{
  text-align: center;
}

td.nav
{
  width: 5px;
}

td.img
{
  width: 66px;
  height: 66px;
}

#content
{
    position: relative;
    margin-left: 230px; /* logo.width + #menu.margin-left */
/*    font-size: 1.17em;
    line-height: 1.28em;*/
}

div.school h3
{ 
  font-weight: normal;
  text-decoration: underline;
}

div.school-offer
{
    float: left;
    width: 30ex;
    margin-right: 2ex;
}

#counters
{
    display: none;
}

#content div.image, #map
{
    float: right;
    width: 400px;
    margin-left: 15px;
    position: relative;
    top: -18px;
}

#accept-form
{
    margin-top: 2em;
}

#order_form td.input input, #order_form textarea,
#become_form table.left input, #become_form table.right input,
#become_form table.left textarea, #become_form table.right textarea
{

    border: 1px solid #A4A4A4;
}

#order_form table td.input input {
    width: 350px;
}

#order_form table td.input textarea {
    width: 346px;
}

#order_form table
{
    border-spacing: 0.5em 1em;
    margin-left: -0.5em;
}

#become_form table.left
{
    float: left; 
}

#become_form table.left input {
    width: 180px;
}

#become_form table.right input {
    width: 70px;
}


#become_form table.left textarea {
    width: 176px;
}

#become_form table.left { 
    margin-right: 3em;
}

#become_form td.label { 
    padding-right: 1em;
}

span.req { 
    font-weight: bold;
}

#become_form p input { 
    border: none;                       
}


