/* 

LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 2. layout	--------- */
/*Hide Mobile Elements*/
div#layout-mobile-top,
div#banner-mobile {
  display: none;
}
div.layout {
  width: 100%;
}
div.wrapper {
  width: 960px;
  margin: 0 auto;
}
div#layout-tippy-top {
  background: url(/mainpics/bgs/bg-layout-tippy-top.jpg) repeat-x bottom #fefefe;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
div#layout-top {
  background: #fff;
  padding-bottom: 20px;
}
div#layout-nav {
  background: #f2f2f2;
  border-bottom: 5px solid #1855c5;
}
div#layout-banner {
  background: #300c08;
  1display: none;
}
div#layout-banner.homepage {
  display: block;
}
div#layout-homepage-panels {
  background: #f2f2f2;
  display: none;
}
div#layout-homepage-panels.homepage {
  display: block;
}
div#layout-content {
  background: url(/mainpics/bgs/bg-layout-top.jpg) repeat-x bottom #fdfdfd;
  padding: 2em 0;
}
div.homepage-testimonial {
  border-top: 1px dotted #d5d5db;
  margin-top: 10px;
  padding-top: 10px;
}
div#layout-bottom {
  border-top: 1px solid #eee;
  background: #f2f2f2;
  padding: 20px 0;
}
div#contact-panel-bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  clear: both;
}
div#content-sidebar-holder {
  border-left: 1px solid #f7f7f7;
  padding-top: 1.5em;
}
div#wrapper-mid {
}
div#top {
  clear: both;
}
div#top-tag {
}
div#top-social {
}
div#banner {
}
div#homepage-banner-holder {
}
div#logo {
  clear: both;
  width: 279px;
  height: 53px;
  float: left;
  z-index: 9999;
  margin-top: -15px;
}
div#navContainer {
  clear: both;
}
div.content {
  clear: both;
}
div#content-sidebar-holder {
}
div.contentLeft {
}
div.contentCentre {
}
div.contentRight {
}
div#footer {
  clear: both;
}
/*	----	*/
div.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
