@CHARSET "UTF-8";

/* ELEMENTS */
a, a:hover {
  color: #CCC;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

/* IDS */
#content, #header, #footer {
  overflow: hidden;
}

#content-inner, #footer-inner {
  width: 960px;
  margin: 0 auto;
}

#footer {
  position: relative;
  background-color: #000;
  z-index: 10;
}

#content-inner {
  position: relative;
  margin: 25px auto 0 auto;
}

#header-inner {
  margin: 20px 0 0 0;
}

#welcome-text {
  text-align: center;
}

#welcome-text .white {
  color: #FFF;
  font-size: 2.4em;
}

#welcome-text .black {
  color: #000;
  font-size: 1.65em;
}

/* CLASSES */
.header-menu {
  height: 34px;
  line-height: 34px;
  font-size: 1.2em;
  border-color: #D90504;
  border-style: solid;
  border-width: 3px 0;
}

.header-menu a {
  text-transform: uppercase;
  color: #FFF;
  margin: 0 15px;
}

.footer-menu {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.footer-menu a {
  margin: 0 10px;
}

.main-table {
  position: relative;
  width: 100%;
  margin: 15px 0 0 0;
}

.main-table td {
  text-align: center;
  height: 220px;
}

.main-table img {
  display: block;
}

.logo-wrapper {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.logo-wrapper .logo-text {
  border: solid #BABABA;
  border-width: 3px 0 0 0;
}

.logo-text {
  width: 330px;
  position: relative;
  text-align: left;
}

.logo-text span span {
 text-transform: uppercase;
}

.custom-0 .logo-text {
  left: 3px;
}

.custom-1 .logo-text {
  left: 3px;
}

.custom-2 .logo-text {
  left: 7px;
}

.custom-3 .logo-text {
  left: 48px;
}

.custom-0 {
  width: 347px;
}

.custom-1 {
  width: 356px;
}

.custom-2 {
  width: 366px;
}

.custom-3 {
  width: 392px;
}

.custom-0, .custom-2 {
  right: 35px;
}

.custom-1, .custom-3 {
  left: 35px;
}

