/**** SITE ****/

*
{
  background: white;
  color: black;
  font: 12px "trebuchet ms", sans-serif;
  margin: 0;
  padding: 0;
}

*:focus
{
  outline: none;
}

html
{
  overflow-y: scroll;
}

body
{
  margin-left: 32px;
  margin-top: 15px;
  width: 924px;
}

/**** LEFT ****/

div#left
{
  float: left;
  width: 228px;
}

/**** LOGO ****/

div#logo
{
  float: left;
  height: 225px;
  margin-top: 4px;
  width: 200px;
}

div#logo a#logo
{
  background: url('../i/logo.gif');
  cursor: pointer;
  float: left;
  height: 224px;
  width: 200px;
}


/**** MENU ****/

div#menu
{
  clear: left;
  float: left;
  width: 180px;
}

div#menu ul
{
  background: url('../i/dotted.gif') repeat-x 0% 0%;
  list-style: none;
  margin-left: 16px;
  margin-top: 23px;
  padding-top: 1px;
}

div#menu li
{
  background: url('../i/dotted.gif') repeat-x 0% 100%;
  line-height: 24px;
}

div#menu li *
{
  font-weight: bold;
}

div#menu a
{
  background: none;
  display: block;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
  width: 152px;
}

div#menu li.active
{
  padding-right: 6px;
  text-align: right;
}

div#menu li.active_form
{
  background: url('../i/menu_active_blue.png') repeat-x 0% 100%;
}

div#menu li.active_info
{
  background: url('../i/menu_active_black.png') repeat-x 0% 100%;
}

div#menu li.active_news
{
  background: url('../i/menu_active_news.png') repeat-x 0% 100%;
}

div#menu li.active span
{
  background: none;
  color: white;
}

div#menu li.form:hover a
{
  background: url('../i/menu_active_blue.png') repeat-x 0% 100%;
}

div#menu li.info:hover a
{
  background: url('../i/menu_active_black.png') repeat-x 0% 100%;
}

div#menu li.news:hover a
{
  background: url('../i/menu_active_news.png') repeat-x 0% 100%;
}

div#menu li:hover a
{
  color: white;
}

/**** PROFILE-ADS ****/

div#profile-ads
{
  clear: left;
  float: left;
  margin-left: 20px;
  margin-top: 196px;
}

/**** MAIN ****/

div#main
{
  left: 260px;
  position: absolute;
  top: 15px;
  width: 696px;
}

/**** LOC ****/

div#loc
{
  float: left;
  padding-bottom: 15px;
  width: 50%;
}

div#loc ul
{
  list-style: none;
}

div#loc li
{
  border-right: 1px #000088 solid;
  float: left;
  margin-right: 8px;
  padding-right: 8px;
}

div#loc li.first
{
  border-left: 1px #000088 solid;
  padding-left: 8px;
}

/**** LOGON ****/

div#logon
{
  float: right;
  padding-bottom: 15px;
  width: 50%;
}

div#logon *
{
  text-decoration: none;
}

div#logon ul
{
  float: right;
  list-style: none;
}

div#logon li
{
  border-right: 1px #000088 solid;
  float: left;
  margin-left: 8px;
  padding-right: 8px;
}

div#logon li.first
{
  border-left: 1px #000088 solid;
  padding-left: 8px;
}

/**** LOTD ****/

div#lotd
{
  background: url('../i/dotted.gif') repeat-x 0% 100%;
  float: left;
  padding-bottom: 30px;
  width: 100%;
}

div#lotd *
{
  border: none;
}

div#lotd ul
{
  list-style: none;
}

div#lotd li.item
{
  float: left;
  width: 25%;
}

div#lotd li.image
{
  margin-right: 1px;
}

div#lotd li.text
{
  clear: left;
  float: right;
  margin-right: 16px;
  margin-top: 9px;
}

/**** PATH ****/

div#path
{
  background: url('../i/dotted.gif') repeat-x -2px 100%;
  float: left;
  height: 23px;
  padding-top: 2px;
  width: 436px;
}

div#path *
{
  padding-top: 1px;
  text-decoration: none;
  vertical-align: middle;
}

div#path a
{
  padding-top: 2px;
  vertical-align: middle;
}

/**** SEARCH ****/

div#search
{
  background: url('../i/dotted.gif') repeat-x 0% 100%;
  float: right;
  height: 23px;
  padding-top: 2px;
  width: 260px;
}

div#search input
{
  border: none;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  background: url('../i/search_dotted.gif') repeat-x;
  clear: left;
  float: right;
  height: 18px;
  margin-top: 1px;
  padding-left: 2px;
  width: 182px;
}

div#search .button
{
  background: url('../i/search.png') repeat-x;
  cursor: pointer;
  float: right;
  left: -1px;
  position: relative;
  width: 68px;
}

div#search .button_left
{
  background: url('../i/search_left.png') repeat-x;
  float: left;
  height: 20px;
  width: 4px;
}

div#search .button_body
{
  background: none;
  color: white;
  float: left;
  font-weight: bold;
  padding: 0px 6px 0 6px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 48px;
}

div#search .button_right
{
  background: url('../i/search_right.png') repeat-x;
  float: right;
  height: 20px;
  width: 4px;
}

/**** HEADER ****/

div#header
{
  float: left;
  margin-top: 12px;
  width: 100%;
}

div#header div#image
{
  float: left;
  width: 160px;
  padding-bottom: 4px;
}

div#header div#title
{
  clear: right;
  color: #0263bc;
  float: left;
  font-size: 20px;
  height: 28px;
  padding-top: 44px;
  text-transform: uppercase;
  width: 536px;
}

div#header div#subtitle
{
  background: url('../i/dotted.gif') repeat-x;
  color: #0263bc;
  float: left;
  font-size: 16px;
  padding-top: 2px;
  width: 536px;
}

div#header div#subtitle *, div#header div#subtitle a
{
  color: #0263bc;
  text-decoration: none;
}

/**** CONTENT ****/

div#content
{
  background: url('../i/dotted.gif') repeat-x 0% 100%;
  float: left;
  padding-bottom: 90px;
  padding-top: 18px;
  width: 100%;
}

/**** CONTENT-INFO ****/

div#content-info
{
  float: left;
  width: 446px;
}

/**** CONTENT-ADS ****/

div#content-ads
{
  float: right;
  margin-top: 127px;
  width: 250px;
}

/**** ADS ****/

div#ads
{
  background: url('../i/dotted.gif') repeat-x 0% 100%;
  height: 100px;
  float: left;
  padding-top: 9px;
  width: 100%;
}

/**** LINKS ****/

div#links
{
  float: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 75%;
}

div#links *
{
  font-size: 8px;
}

div#links ul
{
  list-style: none;
}

div#links li
{
  float: left;
  margin-right: 9px;
}

div#links a
{
  text-decoration: none;
}

/**** ABOUT ****/

div#about
{
  float: right;
  padding-top: 15px;
  width: 25%;
}

div#about *
{
  float: right;
  font-size: 8px;
}

/**** INPUTS ****/

input[type=text], input[type=password]
{
  border: none;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  background: url('../i/search_dotted.gif') repeat-x;
  color: #666666;
  height: 18px;
  margin-top: 1px;
  padding-right: 2px;
}

input[type=checkbox]
{
  vertical-align: middle;
}

textarea
{
  background: url('../i/dotted.gif') repeat-x;
  border: none;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  color: #666666;
}

span.textarea
{
  background: url('../i/dotted.gif') bottom repeat-x;
}


