@charset "utf-8";

@import url("header.css");

@import url("menu.css");

@import url("footer.css");

@import url("jcarousel.css");

* {
  margin: 0;
  outline: 0;
  padding: 0;
}

a {
  color: #575757;
  font-size: 1em;
  text-decoration: none;
}

a.grey {
  background-color: #565656;
  color: #fff;
  padding: 0 3px;
}

a.grey:hover {
  background-color: #777;
}

body {
  background: url(img/bg.jpg) no-repeat center -25px #f2f2f2 fixed;
  color: #575757;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

div#content {
  background: url("img/content-bg.png") no-repeat;
  height: 420px;
  margin: 0 auto;
  position: relative;
  width: 940px
}

div#wrapper {
  margin: 0 auto;
  position: relative;
  width: 940px;
}

div#wrapper img.next {
  display: none;
  position: absolute;
  top: 240px;
  left: 156px;
  width: 156px;
  height: 70px;
}

div#wrapper img.prev {
  display: none;
  position: absolute;
  top: 240px;
  left: 0;
  width: 156px;
  height: 70px;
}

div.box {
  border-bottom: 1px solid #cdcdcd;
  height: 100px;
  position: relative;
  width: 312px;
}

div.fade {
  left: 40px;
  position: absolute;
  top: 20px;
}

div.pad {
  height: 120px;
}

div.clear {
  clear: both;
}

div.left {
  border-bottom: 1px solid #cdcdcd;
  height: 308px;
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  width: 312px;
}

div.left p {
  background-image: url("img/arrow.gif");
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #8b8b8b;
  height: 1.3em;
  font-size: 1.1em;
  margin-left: 3px;
  padding: 2px 15px;
  
}

div.left p strong {
  font-weight: normal;
  color: #565656;
}

div.right {
  height: auto;
  float: left;
  margin-top: 10px;
  width: 588px;
}

div.right img {
  border: 1px solid #cdcdcd;
  display: block;
}

div.right p {
  background-image: url("img/arrow-top.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  color: #919191;
  margin: 10px 0 20px 0;
  padding-left: 20px;
}

h1 {
  color: #222;
  font-size: 2.2em;
  font-weight: 300;
  padding-bottom: 0.5em;
}

h1.main {
  left: 80px;
  position: absolute;
  top: 180px;
}

h3 {
  font-size: 1.1em;
  font-weight: normal;
  padding-bottom: 0.8em;
}

p {
  color: #575757;
  font-size: 1.1em;
}

p.main {
  left: 80px;
  position: absolute;
  top: 215px;
}
