#wrapperAll {
  width: 1101px;
}

/* --- LETTERFORM --- */

.orange { color: #ff6e05; }
.lightOrange { color: #fea501; }
.lightBlue { color: #30c0c8; }
.blue { color: #009ac6; }
.darkBlue { color: #0084b5; }
.small { font-size: 10px; }
.medium { font-size: 16px; }
.large { font-size: 20px; }
.largest { font-size: 30px; }

a { text-decoration: none; }
p {
  margin: 2px 0;
}

ul {
  margin-left: 20px;
  list-style-type: disc;
}



/* --- POPUP --- */

#popup {
  display: none;
}

/* --- HEADER --- */

#header {
  display: none;
}

/* --- NAVIGATION COLUMN --- */

#leftColumn {
  display: none;
}

/* --- CONTENT COLUMN --- */

#wrapperContent {
  float: left;
}
#main #title #contentHeading {
  font-family: Chevin;
  font-size: 24px;
  line-height: 51px;
  color: #000;
}
#main #actualContent {
  width: 100%;
  font: normal 12px Arial;
}
#footer {
  margin-top: 50px;
  font: normal 10px Arial;
}
#footer span#right {
  display: none;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }

/* --- CATEGORY VIEW --- */

.catCont {
  position: absolute;
  width: 208px;
  z-index: 0;
}
.catCont .shadowTop, .catCont .shadowBottom {
  width: 208px;
  height: 4px;
}
.catCont .shadowTop { background: url(../images/cat-shadow-top.png) no-repeat; }
.catCont .shadowMiddle {
  width: 208px;
  background: url(../images/cat-shadow-repeat.png) repeat-y;
}
.catCont .shadowBottom { background: url(../images/cat-shadow-bottom.png) no-repeat; }
.catMask {
  margin: 0 4px;
  width: 200px;
  height: 115px;
  background-color: #3ebeed;
  overflow: hidden;
}
.catCont .content {
  padding: 10px;
  width: 180px;
}
.catCont h3 {
  margin-bottom: 10px;
  color: #fff;
  font: bold 14px Arial, sans-serif;
}
.catCont .image {
  width: 180px;
  height: 70px;
  background: url(../images/cat-hosting.jpg) no-repeat;
}
.catCont p {
  margin: 6px 0;
  color: #fff;
  font: normal 11px Arial, sans-serif;
}
.catCont .discover {
  padding: 0 10px;
  width: 180px;
  height: 30px;
  font: bold 11px Arial, sans-serif;
  line-height: 30px;
  text-align: center;
  background-color: #ffaf31;
}
.catCont .discover a {
  color: #fff;
}

/* --- NO-SCRIPT --- */

#nojava {
  display: none;
}