@CHARSET "UTF-8";

/* BEGIN: General navigation styles */

#brand_top_image {
  position: absolute;
  top: -170px; 
  right: 20px;
  width: 200px;
  height: 220px;
  z-index: 0;
}

.navigation_article_box {
  position: relative;
  width: 159px;
  height: 165px;
  float: left;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-right: 8px;
  color: #00567b;
}

.navigation_article_right_arrow {
  position: absolute;
  top: 5px;
  right: 15px;
}

.navigation_article_title_top {
  height: 8px;
  width: 159px;
  background: url(/images/navigation_module/article_title_top.jpg) no-repeat;
}

.navigation_article_title {
  width: 159px;
  background: url(/images/navigation_module/article_title_bg.jpg) repeat-y;
  min-height: 27px;
}

.navigation_article_title_text {
  margin-left: 11px;
  margin-right: 30px;
  width: 128px;
  text-align: center;
}

.navigation_article_image {
  background: url(/images/navigation_module/article_image_bg.jpg) no-repeat;
  padding: 2px 0px 5px 2px;
  width: 153px;
  height: 96px;
}

IMG.center {
  display: block;
  margin-left:auto;
  margin-right:auto;
}

/* END: General navigation styles */

/* BEGIN: Brands navigation styles */

.brand {
  float: left;
  width: 200px;
  height: 200px;
}

.brand_arrow {
  float: left;
}

.brand_title {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  padding-top: 5px;
}

.brand_photo {
  padding-top: 10px;
}

/* END: Brands navigation styles */

/* BEGIN: Site Map styles */

.sitemap_section {
  margin-bottom: 15px;
}

.sitemap_category_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #00567b;
  font-weight: bold;
}

.sitemap_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  width: 230px;
  margin-left: 15px;
}


/* BEGIN: Static brands styles */

#brand_mepa_box {
  background: url(/images/static_brands/mepa_about.jpg) no-repeat;
  width: 297px;
  height: 323px;
  float: left;
}

#brand_mepa_text {
  width: 500px;
  padding: 5px 0 0 12px;
  float: left;
}

#brand_salman_box {
  background: url(/images/static_brands/salman_about.jpg) no-repeat;
  width: 297px;
  height: 323px;
  float: left;
}

#brand_salman_text {
  width: 500px;
  padding: 5px 0 0 12px;
  float: left;
}



/* END: Static brands styles */
