
body {
	background-color: rgb(25,25,25);
    background-image: url(../siteimages/background100.jpg);
    background-position: center;
    background-repeat: repeat-y;
	margin: 0 15px 0 15px;
	font-family : 'Shadows Into Light Two', Trebuchet MS, Arial, Helvetica, sans-serif;
  color: rgb(255,255,204);
  border: none;
}


/* Header */

#headerContainer {
  width: 625px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  float: left;
  margin: 20px 0 0 0;
  border: 0;
}

#menuBlock {
  float: right;
  margin:30px 0 0 0;
  padding: 5px 5px 1px 5px;
  font-size: large;
  font-weight: bold;

}

.menuItemLeft {
  float: left;
  text-align: center;
  padding: 8px 10px 3px 10px;
    border-right:1px solid #111111;
}

.menuItem {
  float: left;
  text-align: center;
  padding: 8px 10px 3px 10px;
  border-right:1px solid #111111;
  border-left:1px solid #555555;
}
.menuItemRight {
  float: left;
  text-align: center;
  padding: 8px 10px 3px 10px;
  border-left:1px solid #555555;
}

#galleryName {
  float: left;
  padding: 1px 5px 5px 65px;
  color: rgb(255, 255, 204);
}

/* Body */

#bodyContainer {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 15px;
  border: 0px;
}

#bodyContent {
  margin: 0 auto;
}

#bodyContentContact {
  width: 570px;
  margin: 0 auto;
}

#homeGrid {
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#imageTitle {
  width: 600px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: x-large;
  font-family: 'Shadows Into Light Two', Arial;
}

.textBlock {
  width: 430px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: large;
  font-family: 'Shadows Into Light Two', Arial;
}

.galleryTitle {
  width: 300px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: large;
  font-family: 'Shadows Into Light Two', Arial;
}

#tnBlock {
  width: 700px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.mainImage {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 16px;
  border-color: #ffffff;
  border-style: solid;
}

img.gridImage {
  height: auto;
  margin: 7px;
  border: 2px;
  border-color: #ffffff;
  border-style: solid;
}

.tnImage {
  margin: 5px;
  border: 1px;
  border-color: #ffffff;
  border-style: solid;
}

.tnImageCurrent {
  margin: 4px;
  border: 4px;
  border-color: #ffffff;
  border-style: solid;
}

.imageBlockText {
  clear: right;
  font-size: small;
  color:  rgb(127,127,127);
  margin: 0 10px 15px 360px;
}

.imageBlockTextNarrow {
  clear: right;
  font-size: small;
  color:  rgb(127,127,127);
  margin: 0 10px 15px 640px;
}

.galleryBlockText {
  clear: right;
  font-size: small;
  color:  rgb(127,127,127);
  margin: 0 10px 15px 290px;
}
.clientBlockText {
  clear: right;
  font-size: small;
  color:  rgb(127,127,127);
  margin: 0 10px 15px 460px;
}

#galleryNav {
  height: 400px;
}

.galleryBold {
  color: rgb(255, 255, 204);
}

.contactInfo {
  margin: 0 0 0 0.5em;
}

.minorText {
  color: rgb(127,127,127);
  font-size: x-small;
}

.formBG {
  color: rgb(255, 255, 204);
  background-color: rgb(53, 53, 53);
}

.formTag1 {
  color: rgb(255, 255, 204);
  margin-bottom: 10px;
  font-size: 16px;
}

.formTag7 {
  color: rgb(255, 255, 204);
  margin-bottom: 10px;
  font-size: 16px;
  display: none;
}

.formTag9 {
  color: rgb(30,30,30);
  margin-bottom: 10px;
  font-size: 16px;
  display: none;
}

.formTag64 {
  color: rgb(30, 30, 30);
  margin-bottom: 10px;
  font-size: 16px;
  display: none;
}

.formTag700 {
  color: rgb(255, 255, 204);
  margin-bottom: 10px;
  font-size: 16px;
}

.formTag16 {
  color: rgb(255, 255, 204);
  margin-bottom: 10px;
  font-size: 16px;
}

.file {
  border: none;
  float: left;
  padding: 0 0 0 10px;
}

.fileLink {
  padding: 3px 0 0 8px;
}


/* Slideshow */

#myGallery {
  width: 580px !important;
  height: 380px !important;
  float: right;

}

/* Form */

#errorEnquiry {
  display: none;
  color: #CD9F2B;


}
#errorName {
  display: none;
  color: #CD9F2B;
}

#errorEmail17, #errorEmail164, #errorEmail1700 {
  display: none;
  color: #CD9F2B;
}

/* Footer */

#footerContainer {
  text-align: center;
  width: 500px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: rgb(127,127,127);
  font-size: small;
}

.footerText2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#bottomShadow {
  background-image: url(../images/bottomShadow.gif);
  background-repeat: no-repeat;
  height: 15px;
  width: 980px;
	margin-left: auto;
  margin-right: auto;
}

.popUp {
  background-color: #ffffff;
  visibility: hidden;
  margin: 0 10px;
  padding: 5px;
  position: absolute;
  width: 150px;
  opacity: 0.8;
  border: 1px solid black;
}

 /* Links */

a {
	color: rgb(227,195,115);
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited {
	color: rgb(205,159,43);
}

a:hover, a:active {
	color: rgb(205,159,43);
  text-decoration: underline;
}

#headerContainer a:link, #headerContainer a:visited {
	color: rgb(227, 195, 115);
}

#headerContainer a:hover {
	color: rgb(205,159,43);
  text-decoration: none;
}

.large {
  font-size: xx-large;

}
