/* 

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,
div.has-slider-content-blog {
  display: none;
}
div.layout {
  width: 100%;
}
div.wrapper {
  width: 1000px;
  margin: 0 auto;
}
div#layout-top {
  height: 380px;
  background: #eee url(/mainpics/bgs/bg-layout-top.png) 0 0 repeat-x;
}
div#layout-banner {
}
div#layout-nav {
  height: 90px;
  background: url(/mainpics/bgs/bg-layout-nav.jpg) 0 0 repeat-x;
}
div#layout-content {
  background: #fcfcfc;
  /* background:#fff url(/mainpics/bgs/bg-layout-content.jpg) 0 bottom repeat-x; */
  min-height: 400px;
}
div#layout-bottom {
  background: url(/mainpics/bgs/bg-layout-bottom.png) 0 0 repeat-x;
  height: 275px;
}
div#wrapper-top {
  width: 1260px;
  margin: 0 auto;
}
div#wrapper-mid {
}
div#wrapper-banner {
  width: 1200px;
  margin: 0 auto;
  z-index: 100;
}
div#wrapper-bottom {
  background: url(/mainpics/bgs/bg-wrapper-bottom.png) center 0 no-repeat;
}
div#tippy-top {
  float: right;
  width: 70%;
}
div#top {
  background: url(/mainpics/bgs/bg-wrapper-top.png) center 0 no-repeat;
  clear: both;
  height: 130px;
  position: absolute;
  z-index: 4000;
  width: 1260px;
}
div#top-tag {
}
div#banner {
  height: 380px;
}
div#banner-tag {
  background: url(/mainpics/bgs/bg-banner-tag.png) 0 0 no-repeat;
  width: 947px;
  height: 78px;
  position: absolute;
  bottom: -12px;
  left: 10%;
  z-index: 4000;
  padding: 0 15px;
}
div#logo {
  position: absolute;
  top: 10px;
  left: 0;
}
div#navContainer {
  clear: both;
}
div.content {
  clear: both;
  padding: 30px 0 20px;
}
div.contentCentre {
}
div.contentRight {
}
div#footer {
  clear: both;
  padding-top: 120px;
}
/*	----	*/
div.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
