/* reset */
* {
    margin: 0px;
    padding: 0px;
    border: none
}
a {
    color: #ffffff;
}
a img {
    border: none;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #ff0000;
}
a:hover {
  color: #ddbb00;
}
/* layout */
body {
    width: 100%;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    background:  url(./images/background.jpg) #ffffff;
}
#wrapper {
    width: 96em;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
    color: #000000;
}
.grid {
	display: inline;
	float: left;
	position: relative;
	margin-left: 1em;
	margin-right: 1em;
}
#header {
    width: 96em;
    padding: 2em 0;
}
#leftImg, #leftImg img {
    width: 20em;
    height: 12em;
}
#centreImg, #centreImg img {
    width: 46em;
    height: 12em;
}
#rightImg, #rightImg img {
    width: 24em;
    height: 12em;
}
#navMain {
  width: 96em;
}
#content {
    width: 96em;
    padding: 2em 0; }
#contentText  {
    width: 54em;
}
#contentText p {
  font-size: 1.4em;
}
#contentImgPortrait, #contentImgPortrait img {
  width: 38em;
  height: 57em;
  text-align: right;
}
#contentImgPortrait .big {
  font-size: 1.6em;
}

#contentVideo, #contentVideo img {
  width: 32em;
  height: 24em;
  text-align: right;
}
#contentImgLandscape, #contentImgLandscape img {
  width: 38em;
  height: 28.5em;
  text-align: right;
}
#contentContact {
  width: 38em;
}
#contentSub {
  width: 96em;
  height: 26em;
  padding: 2em 0;
 }
#contentTheme, #contentTheme img {
  width: 32em;
}
#contentLogo, #contentLogo img {
  width: 60em;
  height: 20em;
  margin-top: -3em;
  text-align: right;
}
#promotional #contentLogo img {
  margin-top: 0;
}
#contactus #contentContact img {
  margin-top: 3em;
  width: 35em;
  height: 12em;
}
#contact {
  width: 96em;
  text-align: center;
  background: #e6cc41;
  padding: 2em 0;
}
#contactText {
  width: 94em;
}
#contactText h2  {
  padding: 0 0 0.5em 0;
}
#footer {
  width: 96em;

  padding: 2em 0;
}
#footerInner {
    width: 94em;
    border-top: 1px solid #000000;
    text-align: center;
    padding-top: 1em;
}
#footer a {
  color: #ff0000;
}
#footer a:hover {
  color: #ddbb00;
}
#footerInner h3, #footerInner h4 {
  padding: .1em;
}
.advert {
  width: 96em;
}
.banner  {
  width: 94em;
  padding: 1em 0;
}
.banner img {
  width: 94em;
}


/* style */
.centre {
    text-align: center;
}
.left {
    text-align: left;
}
.fleft {
    float: left;
}
.right {
    text-align: right;
}
.fright {
    float: right;
}
.bold {
    font-weight: bold;
}
.red {
    color: #ff0000;
}
.green {
    color: #00ff00;
}
.blue {
    color: #0001ce;
}
.gold {
    color: #ddbb00;
    font-weight: bold;
}
.white {
  color: #ffffff;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.italic {
   font-style: italic;
}

/* Navigation */
#navigation li {
  list-style-type: none;
  display: block;
  width: 13.6em;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif; height:4em;
  border-right: 1px #818181 solid;
}
#navigation li.end {
  border-right: none;
}
#navigation li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: #292929;
  font-size: 2em;
}
#navigation li {
  background-color: #ddbb00;
}
#navigation li.current {
  background-color: #333333;
}
#navigation li.current a {
  color: #ddbb00;
}
#navigation li:hover {
  background-color: #333333;
}
#navigation li:hover a {
  color: #ddbb00;
}
#navSite {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    line-height: 2em;
    list-style-type: none;
    padding: 1em;
    color: #000000;
}
#navSite li {
    padding: 0 0.5em;
    display: inline;
}
#navSite a {
    text-decoration: none;
    color: #000000;
    font-size: 1.2em;
}
#navSite li a:hover {
    color:#ddbb00;
    font-size: 1.2em;
    text-decoration: none;
}
#navSite:hover li {
    color: #000000;
}
h1 {
    font-weight: normal;
    font-size: 2.4em;
}
h2 {
    font-weight: normal;
    font-size: 2em;
}
h3 {
    font-weight: normal;
    font-size: 1.75em;
}
h4 {
    font-weight: normal;
    font-size: 1.4em;
}
h5 {
    font-weight: normal;
    font-size: 1.2em;
}
h6 {
    font-weight: normal;
    font-size: 1em;
}
#contactus #content p {
  font-size: 1.5em;
}
.inner {
  padding: 2em;
  background-color: #e6cc41;
}
.inner p, .inner h3 {
  padding: 0.5em 0;
}
#navLink {
    font-size: 1.5em;
    font-weight: normal;
    list-style-type: none;
}
#navLink li {
    padding: 1em;
    color: #000000;
}
#navLink a {
    text-decoration: none;
    color: #000000;
}
#navLink li a:hover {
    color:#ddbb00;
    font-size:1em;
    text-decoration: none;
}
input {
  font-size: 1.25em;
}
legend {
  font-size: 1.25em;
}
label {
  font-size: 1.25em;
  margin-left: 0.5em;
}
input, textarea {
     margin-left: 0.5em;
}
input, textarea {
      border: 1px solid #ffffff;
}
fieldset {
       border: 1px solid #ffffff;
}
.noborder {
  border: none;
}
/* testimonial page */
.testBox {
  background: #ddbb00;
  padding: 10px;
}
.testBox p {
    color: #333333;
    margin: 0 20px;
    font-size: 15px;
    padding: 10px 0 0 0;
}
.testBox h3 {
  font-weight: bold;
}
.testBox h4 {
    padding: 10px 0 0 0;
    font-size: 17.5px;
}


