/* 

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

*/

/* --------- 4. type	--------- */
@font-face {
  font: trajan Pro;
  src: url("trajan-pro.otf");
}

html {
  font-size: 100%;
}
body {
  font-size: 62.5%;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1,
h2,
h3,
h4,
p,
ul {
  font-weight: normal;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
p {
}
ul {
}
/*	top */
div#top h2 {
}
div#top p {
  color: #fff;
  font-size: 1.5em;
  line-height: 25px;
}
div#top p#contactInfoFirst {
  float: left;
}
div#top p#contactInfoSecond span.break-at-bottom {
  /* display:none; */
}
div#top p#contactInfoFirst strong {
  display: none;
}
div#top p#contactInfoSecond {
  float: right;
}
div#top p#contactInfoSecond span.hide-at-top {
  display: none;
}
div#top p#contactInfoSecond strong {
}
/*	banner	*/
div#banner h2 {
}
div#banner p {
}
/*	logo	*/
div#logo h2 {
}
div#logo p {
}
/*	navContainer	*/
div#navContainer h2 {
}
div#navContainer p {
}
/*	content	*/
div.content h1 {
  color: #6a7d35;
  font-size: 2em;
  font-family: "trajan Pro", Georgia, "times New Roman", serif;
  padding-bottom: 20px;
  background: url(/mainpics/bgs/bg-heading.png) 0 bottom repeat-x;
}
div.content h2 {
}
div.content h3 {
}
div.content h4 {
}
div.content p {
  color: #757575;
  line-height: 2.5em;
  font-size: 1.3em;
}
div.content ul {
}
div.content ul li {
  color: #757575;
  line-height: 2.5em;
  font-size: 1.3em;
  margin: 1em 2em;
}
/*	contentCentre	*/
div.contentCentre h2 {
  font-size: 1.6em;
  color: #6a7d35;
  margin: 1.5em 0 0.5em 0;
  padding-bottom: 18px;
  background: url(/mainpics/bgs/bg-h2.png) 0 bottom repeat-x;
}
div.contentCentre p {
  margin-bottom: 0.5em;
}
div.contentCentre p#contactInfoFirst {
}
div.contentCentre p#contactInfoFirst span {
}
div.contentCentre p#contactInfoFirst strong {
}
div.contentCentre p#contactInfoSecond {
}
div.contentCentre p#contactInfoSecond span {
}
div.contentCentre p#contactInfoSecond strong {
}
/*	contentRight	*/
div.contentRight h2 {
  color: #6a7d35;
  font-size: 1.6em;
  font-family: "trajan Pro", Georgia, "times New Roman", serif;
  padding-bottom: 20px;
  background: url(/mainpics/bgs/bg-heading.png) 0 bottom repeat-x;
  margin-top: 5px;
}
div.contentRight p {
}
/*	footer	*/
div#footer h2 {
}
div#footer p {
  color: #6a7d35;
  font-size: 1.2em;
  line-height: 2em;
}
div#footer p#contactInfoFirst {
  width: 45%;
  float: left;
}
div#footer p#contactInfoFirst span {
}
div#footer p#contactInfoFirst strong {
  font-weight: normal;
  display: block;
}
div#footer p#contactInfoSecond {
  text-align: right;
  width: 26%;
  float: right;
}
div#footer p#contactInfoSecond span {
  1padding-right: 5px;
}
div#footer p#contactInfoSecond span.break-at-bottom {
}

div#footer p#contactInfoSecond strong {
}
div#footer div#termsFooter p {
}
