/*******
 * TOP *
 *******/

#top {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 25px;
  zoom: 1;
}

#top #submenu {
  float: left;
  height: 160px;
  width: 200px;
}

#top #heading {
  border-left: 1px solid #999;
  float: left;
  height: 160px;
  padding-left: 20px;
  width: 689px;
}

#top #heading h2 {
  /*font-family: times;*/
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 54px;
  margin-bottom: 12px;
  padding-top: 2px;
  text-transform: lowercase;
}

#top #heading h2 span {
  color: #7AB42A;
  display: block;
  line-height: 30px;
}

#top #heading p {
  width: 70%;
}


/***********
 * SUBMENU *
 ***********/

#submenu ul {
  list-style: none;
  /*text-transform: lowercase;*/
}

#submenu ul li {
  font-size: 17px;
  /*font-family: times;*/
  line-height: 22px;
}

#submenu ul li.selected a {
  color: #fff;
}

#submenu ul li a:hover {
  color: #fff;
  text-decoration: none;
}


/***********
 * CONTENT *
 ***********/

#content strong.grey {
  color: #7a7a7a;
}

/*
#content a {
  color: #fff;
}

#content a:hover {
  color: #7AB42A;
  text-decoration: none;
}
*/

#content .right-column {
  color: #7AB42A;
}

#content .right-column h3 {
  border-color: #7AB42A;
}


/*********
 * PAGES *
 *********/

#page.the-studio-section #content .left-column {
  margin-right: 60px;
  width: 591px;
}

/*#page.the-studio-section #content .left-column h3,*/
#page.links-section #content .left-column h3,
#page.contact-section #content .left-column h3 {
  width: 219px;
}

/*
#page.the-studio-section #content .left-column h3 + h4 {
  margin-top: 20px;
}
*/

#page.the-studio-section #content .left-column h4 {
  color: #7AB42A;
  /*font-family: times;*/
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 5px;
  text-transform: lowercase;
}

#page.the-studio-section #content .left-column,
#page.links-section #content .left-column,
#page.news-section #content .left-column,
#page.press-section #content .left-column,
#page.contact-section #content .left-column {
  margin-right: 60px;
  width: 591px;  
}

#page.press-section #content .left-column {
  float: none;
  padding: 0;
}

#page.press-section #content .left-column .press-block {
  border-bottom: 15px solid #7AB42A;
  overflow: hidden;
  padding-bottom: 15px;
  width: 910px;
  zoom: 1;
}

#page.press-section #content .left-column .press-block .wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 900px;
  zoom: 1;
}


/*#page.press-section #content .left-column .press-block a .forsalelink {
  display: block;
  float: left;
  margin-right: 10px;
}
*/


#page.press-section #content .left-column .press-block a img {
  display: block;
}
