/* Global styles */
body,html{
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', Arial;
  color: #FFF;
  font-size: 11px;
  background: #FFF url('../images/body-background.png') top left repeat-y;
}

img{
  border: none;
}

hr{
  display: none;
}

a{
  text-decoration: underline;
  color: #FFF;
}

a:hover{
  text-decoration: none;
}

.clearer{
  clear: left;
}

#container{
  position: relative;
  width: 925px;
  min-height: 500px;
}

h1{
  display: block;
  margin: 0;
  width: 248px;
  height: 36px;
  background: url('../images/logo.png') no-repeat;
  text-indent: -1982px;
  overflow: hidden;
}

#primary{
  margin-left: 96px;
  width: 330px;
}

#primary-content{
  padding: 30px 40px;
  width: 240px;
}

#page-home h2{
  height: 14px;
  width: 48px;
  text-indent: -1982px;
  background: url('../images/h2-news.png') no-repeat;
}

#page-slippers-and-sandals h2{
  height: 14px;
  width: 170px;
  text-indent: -1982px;
  background: url('../images/h2-slippers-and-sandals.png') no-repeat;
}

#page-boots h2{
  height: 13px;
  width: 50px;
  text-indent: -1982px;
  background: url('../images/h2-boots.png') no-repeat;
}

#page-shoes h2{
  height: 13px;
  width: 51px;
  text-indent: -1982px;
  background: url('../images/h2-shoes.png') no-repeat;
}

#page-shops h2{
  height: 14px;
  width: 54px;
  text-indent: -1982px;
  background: url('../images/h2-shops.png') no-repeat;
}

#page-about h2{
  height: 14px;
  width: 58px;
  text-indent: -1982px;
  background: url('../images/h2-about.png') no-repeat;
}

#page-contact h2{
  height: 14px;
  width: 80px;
  text-indent: -1982px;
  background: url('../images/h2-contact.png') no-repeat;
}

h3{
  margin: 0;
}

#navigation{
  position: absolute;
  top: 150px;
  left: 435px;
}

#navigation h2{
  display: none;
}

#navigation ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation li{
  margin-bottom: 10px;
}

#navigation li a{
  display: block;
  text-indent: -1982px;
  overflow: hidden;
  height: 10px;
}

#navigation li a:hover{
  background-position: 0 -10px !important;
}

#navigation li a#navigation-home{
  background: url('../images/navigation-home.png') no-repeat;
  width: 42px;
}

#navigation li a#navigation-slippers-and-sandals{
  background: url('../images/navigation-slippers-and-sandals.png') no-repeat;
  width: 78px;
  height: 25px;
}

#navigation li a#navigation-slippers-and-sandals:hover{
  background-position: 0 -25px !important;
}

#navigation li a#navigation-boots{
  background: url('../images/navigation-boots.png') no-repeat;
  width: 44px;
}

#navigation li a#navigation-shoes{
  background: url('../images/navigation-shoes.png') no-repeat;
  width: 45px;
}

#navigation li a#navigation-shops{
  background: url('../images/navigation-shops.png') no-repeat;
  width: 44px;
}

#navigation li a#navigation-about{
  background: url('../images/navigation-about.png') no-repeat;
  width: 48px;
}

#navigation li a#navigation-contact{
  background: url('../images/navigation-contact.png') no-repeat;
  width: 67px;
}

#slideshow{
  position: fixed;
  left: 525px;
  top: 50px;
  color: #7F6751;
}

#slideshow img{
  display: block;
}

#slideshow h3{
  display: inline;
  font-size: 1em;
}

#slideshow-thumbs{
  margin-left: -36px;
  width: 318px;
}

#slideshow-thumbs img{
  display: block;
  float: left;
  cursor: pointer;
}

.newsImage{
  border: 1px solid #FFF;
}
