﻿a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}
/***********************MAIN LAYOUT*********************************************/
#wrapper
{
  width: 100%;
  height: 865px;
  position: relative;
}

#header
{
  padding-top: 20px;
  width: 975px;
  border-bottom: solid 2px #ededee;
  height: 60px;
  margin-left: 130px; /*margin:0 auto;*/
}
/*------------------------------TOP MENU--------------------------------------*/
#topMenu
{
  margin: 30px 0 0 16px;
  float: left;
}

#topMenu li
{
  list-style-type: none;
  margin: 0 20px;
  position: relative;
  float: left;
  height: 30px;
  z-index: 100;
  font: bold 14px Arial;
}

#topMenu ul
{
  display: none;
  margin-top: 30px;
  padding: 9px 0;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #afafae;
}

#topMenu ul li
{
  font: normal 12px Arial;
  margin: 0;
  float: none;
  height: 18px;
  padding: 0 12px;
}

#topMenu > li:hover
{
  border-bottom: solid 2px #a93528;
}

#topMenu li:hover ul
{
  display: block;
}

#topMenu li a
{
  color: White;
  height: 30px;
  display: block;
}

#topMenu li a:hover
{
  color: #a93528;
  text-decoration: none;
}


#topMenu ul li a
{
  color: White;
  white-space: nowrap;
  width: 100%;
}

/*****************************END TOP MENU******************************************/
.primary
{
  background-image: url('../images/background_dots.png');
}
#content
{
  width: 975px; /*margin: 0 auto;*/
  position: relative;
  padding-bottom: 39px;
}

#footer
{
  width: 975px;
  color: White;
  font: 11px Arial;
  position: absolute;
  bottom: 112px;
  left: 130px; /*margin: 0 auto;*/
}

#footer a
{
  color: #A6A9AD;
}
/************************END OF MAIN LAYOUT******************************************/
#upperContent div
{
  float: left;
}

.sliderContainer
{
  clear: both;
  position: relative;
  height: 315px;
  overflow: hidden;
  width: 905px;
  margin: 0 auto;
  background-color: Black;
}
.slider
{
  height: 315px;
  position: absolute;
}

.slider img
{
  float: left;
}

#logo
{
  position: absolute;
  right: 25px;
  bottom: 25px;
}
