/**********************************************
   Page Layout
/**********************************************/

body {
  min-width: 550px;      /* 2x LC width + RC width */
  font-family: Verdana, Arial, Helvetica;
  font-size: 0.8em;
}

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 2.5em;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

span strong {
  font-weight: bold;
  font-weight: normal;
}

#banner {
  background:#ffffff;
  background-color: #5ab1e9;
  height:80px;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-left:1px solid #000;
  padding-left: 5px;
}

#subHeader {
  background:#ff0000;
  height:20px;
  border:1px solid #000;
}

#subHeader a {
  decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding-left:10px;
  padding-right:30px;
}

#subHeader a:hover {
  color: #5ab1e9;
}


#container {
  padding-left: 200px;   /* LC width */
  padding-right: 180px;  /* RC width */
  background:#ffff00;
}

#container .column {
  position: relative;
  float: left;
}

#center {
  width: 100%;
  background:#ffffff;
}

#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
  background:#ffffff;
}

#right {
  width: 180px;          /* RC width */
  margin-right: -180px;  /* RC width */
  background:#00ff00;
}

#footer {
  clear: both;
  background:#ffffff;
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

#mainMenu {
  background-color: #ffffff;
/*  display: none;*/
}

#mainMenuHeader {
  background-color: #fffff;
}

#mainMenuContent {
  background-color: #ffffff;
}

#adverts {
  background-color: #ffffff;
}

#breadcrumb {
  background-color: #ffffff;
}

#content {
  min-width: 200px;      
  max-width: 550px;  
}

#contentMenu {
  background-color: #ffffff;
}

#contentHeader {
  background-color: #ffffff;
}

#contentContent {
  background-color: #ffffff;
}

/***************************
  Website
**************************/

.website {
}

.websiteName {
  font-size: 1.2em;
  font-weight: bold;
}

.websiteDescription {
  color: #ffffff;
}

.orderText {
  font-size: 2em;
  text-align: center;
  border: 2px solid #0165ae;
  background-color: #5ab1e9;
}

.orderText a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;  
}

.advertImageOrderText {
  text-align: center;
  margin-top: -1em;
}

.advertImageOrderText a {
  font-weight: normal;
  color: #0174bd;
  text-decoration: none;  
}


.advertImage {
  text-align: center;
}

img {
    border: none;
}

#bannerTitle {
}

#bannerTitle h1 {
    width: 300px;  
}



#bannerAdvert {
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}




