* {
  font-family: arial, helvetica, sans-serif;
  text-align: justify;
}

hr {
  clear: both;
}

img {
  border: none;
}

a {
  color: #555555;
}

li a {
  color: #555555;
}

li a.selected {
  color: #00539e;
}

li a.attention {
  color: #ef4035;
  text-decoration: underline;
}

#overall {
  width: 800px;
  padding: none;
  margin: none;
  border: none;
}

#header {
  width: 100%;
  overflow: hidden;
}

#logoImage {
  float: left;
}

#menu ul {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 8pt;
  font-weight: bold;
}

#menu ul:first-child {
  margin-bottom: 20px;
}

#menu li {
  color: #555555;
  text-decoration: underline;
  float:left;
  display: inline;
  padding-left: 10px;
  margin-left: 10px;
  border-left: thin solid #000000;
}

#menu li:first-child {
  border-left: none;
}

#galleryContainer {
  float:left;
}

#about, #gallery, #environ, #contact {
  width: 100%;
  height: 100%;
  position: relative;
}

#aboutTitle {
  float: left;
  background-color: #b0be36;
  color: #FFFFFF;
  border-right: thin solid #FFFFFF;
  font-size: 24pt;
  width: 638px;
  height: 40px;
  position: relative;
  font-family: 'Arial Rounded mt bold',arial, helvetica, sans-serif;
}

#gallery #aboutTitle {
  background-color: #f42941;
}

#environ #aboutTitle {
  background-color: #00938b;
}

#contact #aboutTitle {
  background-color: #f26922;
}

#aboutTitle span.closeO {
  font-size: 24pt;
  font-family: 'Arial Rounded mt bold',arial, helvetica, sans-serif;
  letter-spacing: -4px;
}

#mainImage {
  margin-top: 24px;
  position: relative;
  z-index: 0;
}

#quadDiv {
  position: relative;
  margin-top: 24px;
  float: right;
  height: 195px;
  width: 117px;
}

#quadDiv img.bottomQuad {
  position: absolute;
  bottom: 0px;
}

#quadDiv img {
  border: medium solid #b0be36;
  margin-left: 20px
}

#environ #quadDiv img {
    border: medium solid #00938b;
}

#contact #quadDiv img {
    border: medium solid #f26922;
}

#collections {
  position: absolute;
  z-index: 1;
  width: 125px;
  height: 374px;
}

#about #collections, #environ #collections, #contact #collections {
  top: 64px;
  width: 200px;
  height: 195px;
}

#collections #collectionsHeading {
  display: none;
  padding-left: 8px;
  padding-top: 6px;
  height: 22px;
  font-size: 10pt;
  font-family: arial, helvetic, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

#main #collections #collectionsHeading {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transblue.png');
}

#about #collections #collectionsHeading {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/translime.png');
}

#environ #collections #collectionsHeading {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transaqua.png');
}

#contact #collections #collectionsHeading {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transtangerine.png');
}

#main #collections #collectionsHeading[id] {
  background-image: url('images/transblue.png');
}

#about #collections #collectionsHeading[id] {
  background-image: url('images/translime.png');
}

#environ #collections #collectionsHeading[id] {
  background-image: url('images/transaqua.png');
}

#contact #collections #collectionsHeading[id] {
  background-image: url('images/transtangerine.png');
}

#collectionsMenu {
  padding-left: 10px;
  font-size: 8pt;
  font-family: arial, helvetic, sans-serif;
  display: none;
  height: 167px;
}

#collectionsMenu a {
  color: #FFFFFF;
  text-decoration: none;
}

#collectionsMenu a:hover {
  text-decoration: underline;
}

#main #collections #collectionsMenu {
  height: 349px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transblue.png');
}

#about #collections #collectionsMenu {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/translime.png');
}

#environ #collections #collectionsMenu {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transaqua.png');
}

#contact #collections #collectionsMenu {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transtangerine.png');
}

#main #collections #collectionsMenu[id] {
  background-image: url('images/transblue.png');
}

#about #collections #collectionsMenu[id] {
  background-image: url('images/translime.png');
}

#environ #collections #collectionsMenu[id] {
  background-image: url('images/transaqua.png');
}

#contact #collections #collectionsMenu[id] {
  background-image: url('images/transtangerine.png');
}

div.collectionsColumn {
  float: left;
  margin-right: 10px;
}

#news {
  position: relative;
  float: right;
  width: 145px;
  height: 600px;
  padding: 5px 5px 110px 5px;
  margin-bottom:8px;
  background-color: #b0be36;
  color: #FFFFFF;
  font-size: 10pt;
  font-family: arial, helvetic, sans-serif;
  font-weight: bold;
  text-align: center;
  border-right: thin solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

#about #news {
}

#aboutfeatures #news {
  height: 980px;
}

#environ #news {
  height:650px;
  background-color: #00938b;
}

#contact #news {
  height: 650px;
  background-color: #f26922;
}

#gallery #news {
  background-color: #f42941;
  height: 519px;
}

#main #news {
  height: 365px;
  margin-bottom: 0px;
  padding: 5px 5px 4px 5px;
  background-color: #00539f;
}

#news div {
  margin-left: 3px;
  margin-right: 3px;
}

#news div.newsItem {
  border-top: thin dotted #FFFFFF;
  padding-top: 12px;
  margin-top: 12px;
  font-size: 8pt;
  text-align: justify;
  font-family: arial, helvetic, sans-serif;
  font-weight: normal;
}

#news div.newsItem:first-child {
  padding-top: 0;
  border-top: none;
}

#news div.newsItem:first-line {
  font-weight: bold;
  text-decoration: underline;
}

#signup {
  position: absolute;
  bottom: 10px;
  left: 8px;
  right: 8px;
  text-align: left;
  font-weight: normal;
  border-top: thin solid #FFFFFF;
  padding: 8px 0px 0px 0px;
  font-size: 8pt;
}

#signup #newsEmail {
  margin-top: 12px;
  width: 85px;
  font-size: 8pt;
}

#signup input[type=button], #signup input[type=submit] {
  font-size: 8pt;
}

#signup #join {
  font-size: 8pt;
}

div.bodytext {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #555555;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 180px;
}

div.bodytext div.subtext {
    margin-left: 25px;
    margin-top: 15px;
}

span.highlightedText {
  font-weight: bold;
  font-size: 14pt;
  font-style: italic;
}

#colour_collection {
    display: block;
    float: right;
    margin-right: 1px;
    bottom: 0px;
}

#logoSmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#main {
  width: 100%;
  position: relative;
}

#tradeImageContainer {
  margin-top: 24px;
  position: relative;
  float: left;
}

#tradeImage {
  width: 402px;
  height: 195px;
  margin-top: 0;
}

#main #mainImageContainer {
  width: 638px;
  height: 374px;
  margin-top: 0;
}

#main img.mainImage {
  z-index: 0;
  position: absolute;
  top: 0px;
  left:0px;
  margin-top: 0;

}

#news #errorSignupDiv {
  color: #FFCCCC;
  font-style: italic;
}
#news #errorSignupDiv span {
  display: none;
}

#contact #errorDiv {
  font-weight: bold;
  margin-left: 165px;
  font-size: 10pt;
  color: #CC3311;
}  

#contact #errorDiv li {
  display: none;
}

#contact #contactDiv {
  margin-left: 100px;
  margin-top: 20px;
}

#contactDiv td {
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

#contactDiv input[type=text] {
  width: 300px;
  border: thin solid #BBBBFF;
}

#contactDiv input.contactInput {
  width: 300px;
  border: thin solid #BBBBFF;
}
#contactDiv input.contactInput1 {
  width: 20px;
  border: thin solid #BBBBFF;
}

#contactDiv input[type=submit], #contactDiv input[type=button] {
 text-align: center;
}

#contactDiv textarea {
  width: 300px;
  height: 100px;
  border: thin solid #BBBBFF;
  font-size: 10pt;
}

#contact #contactReset {
  font-family: arial, helvetica, sans-serif;
  float: right;
  width: 100px;
 text-align: center;
}


#contact #contactSubmit {
  font-family: arial, helvetica, sans-serif;
   float: right;
    width: 100px;
 text-align: center;
}

#featured {
  position: relative;
  width: 800px;
}

#featured div.featureContainer {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    border: none;
    width: 20%;
    float: left;
}

#featured div.feature {
  margin: 5px 1px 1px 1px;
  border: thin solid #DDDDDD;
}

#featured div.featureHeading {
  padding: 5px;
  height: 45px;
  background-color: #00539f;
  color: #FFFFFF;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  cursor: pointer;
}

#featured div.featureHeadingDead {
  padding: 5px;
  height: 45px;
  background-color: #00539f;
  color: #FFFFFF;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
}

#featured a {
  text-decoration: none;
}

div.featureHeading:hover {
  text-decoration: underline;
}

#featured div.featureContent {
  padding: 5px;
  background-color: #FFFFFF;
  font-size: 7.5pt;
  position: relative;
  text-align: left;
  height: 170px;
}

#featured div.featureContent a {
  color: #0068b2;
  text-decoration: none;
}

#featured div.featureContent a:hover {
  text-decoration: none;
}

#featured img {
  margin-top: 5px;
}

#featured div.featureLink {
    font-size: 8pt;
   position: absolute;
   bottom: 5px;
   cursor: pointer;
}

#featured div.featureLinkDead {
   font-size: 8pt;
   position: absolute;
   bottom: 5px;
}

#footer {
  position: relative;
  text-align: center;
}

#footer ul {
  margin: 0;
  padding: 0;
  font-size: 8pt;
  font-weight: bold;
}

#footer li {
  color: #555555;
  text-decoration: underline;
  display: inline;
  padding-left: 10px;
  margin-left: 10px;
  border-left: thin solid #000000;
}

#footer li:first-child {
  border-left: none;
}

#footer #copyright {
  text-align: center;
  font-size: 8pt;
  padding-top: 8px;
}

