/* =========== */
/* = generic = */
/* =========== */
* {
  margin: 0;
  padding: 0;
}

body {
  color: #262E3F;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  line-height: 14px;
}

a {
  color: #262E3F;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #9E005D;
}

a img {
  border: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 11px;
}

/* ============= */
/* = container = */
/* ============= */
#container {
  margin: 0 auto;
  width: 990px;
}

/* =========== */
/* = sidebar = */
/* =========== */
#sidebar {
  background: url('../images/sidebar.png') no-repeat;
  float: left;
  height: 623px;
  overflow: hidden;
  width: 330px;
}

#sidebar .contact a {
  background: url('../images/sidebar/contact_h.png');
  display: block;
  text-indent: -1000em;
  width: 179px;
  height: 42px;
  position: relative;
  top: 228px;
  left: 32px;
  opacity: 0;
}

#sidebar .websites a {
  background: url('../images/sidebar/websites_h.png');
  display: block;
  text-indent: -1000em;
  width: 187px;
  height: 21px;
  position: relative;
  top: 24px;
  left: 143px;
/*  opacity: 0;*/
}

#sidebar .print a {
  background: url('../images/sidebar/print_h.png');
  display: block;
  text-indent: -1000em;
  width: 187px;
  height: 21px;
  position: relative;
  top: 24px;
  left: 143px;
/*  opacity: 0;*/
}

#sidebar .logo a {
  background: url('../images/sidebar/logo_h.png');
  display: block;
  text-indent: -1000em;
  width: 187px;
  height: 21px;
  position: relative;
  top: 23px;
  left: 143px;
/*  opacity: 0;*/
}

#sidebar .paper a {
  background: url('../images/sidebar/paper_h.png');
  display: block;
  text-indent: -1000em;
  width: 187px;
  height: 21px;
  position: relative;
  top: 22px;
  left: 143px;
/*  opacity: 0;*/
}

#sidebar .afterall a {
  background: url('../images/sidebar/afterall_h.png');
  display: block;
  text-indent: -1000em;
  width: 187px;
  height: 21px;
  position: relative;
  top: 21px;
  left: 143px;
/*  opacity: 0;*/
}


/* =========== */
/* = content = */
/* =========== */
#content {
  float: left;
  width: 654px;
}

#content #secondnav {
  width: 178px;
  overflow: hidden;
  min-height: 500px;
  padding-left: 5px;
  float: left;
}

#content #secondnav div.container {
  overflow: hidden;
}

#content #secondnav div.container div.content {
  position: relative;
  top: 0;
}

#content #thirdnav {
  float: left;
  padding-left: 24px;
  width: 447px;
}

#content #tagline {
  text-align: right;
  font-size: 9px;
  color: #93979F;
  padding-top: 13px;
}

#content div.under_construction {
  margin-top: 40px;
  margin-left: 5px;
  line-height: 20px;
}

#content .secondnav .item .nav a {
  display: block;
  line-height: 20px;
}

div.secondnav {
  display: none;
}

#scrollup, #scrolldown {
  display: none;
}

#content .secondnav .item .content {
  display: none;
}

/* =============== */
/* = contact box = */
/* =============== */
#contact_box {
  background: url('../images/contact_bg.png') no-repeat;
  position: absolute;
  height: 86px;
  left: 50%;
  margin-left: -459px;
  top: 275px;
  padding: 13px 10px;
}

#contact_box h1 {
  margin-bottom: 14px;
}

/* ========== */
/* = scroll = */
/* ========== */
#scrollup {
  width: 178px;
  height: 21px;
  background: url('../images/scroll_up.png');
  cursor: pointer;
}

#scrolldown {
  width: 178px;
  height: 21px;
  background: url('../images/scroll_down.png');
  cursor: pointer;
}

/* ================= */
/* = sidebar logos = */
/* ================= */
#logo .nav a {
  text-indent: -999em;
  height: 84px;
  background-position: center center;
  border-bottom: 1px solid #c8cacf;
}

.nav a.selected {
  color: #a41067;
}

#logo .nav a.selected {
  border-bottom: 1px solid #a41067;
}

/* ======== */
/* = main = */
/* ======== */
#main p {
  clear: both;
}

#main .images_container {
  background-repeat: no-repeat;
  background-position: center center;
  height: 465px;
}

#main .navigation {
  background: url('../images/main_br.png') no-repeat;
  height: 18px;
  text-align: right;
}

#main .navigation a {
  display: block;
  float: right;
  text-indent: -999em;
  width: 17px;
  height: 18px;
  margin-left: 2px;
}

#main .navigation a.prev {
  background: url('../images/main_arrow_left.png');
}

#main .navigation a.next {
  background: url('../images/main_arrow_right.png');
}

#main .per_image a {
  background: url('../images/main_button.png');
  display: block;
  float: left;
  width: 22px;
  height: 20px;
}

#main .per_image a.selected {
  background: url('../images/main_button_selected.png');
}