body {
  background: #000;
  font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
}
#wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/pretouch_home_background.jpg");
  background-repeat: no-repeat;
  background-position-y: -50px;
  height: 900px;
}
#wrapper #pretouchLogo {
  margin-top: 50px;
  margin-left: 80px;
}
#wrapper .login {
  margin-left: 100px;
}
#wrapper .login label {
  color: #fecb00;
  font-size: 12px;
  width: 80px;
  display: inline-block;
}
#wrapper .login input {
  background-color: #333333;
  border: solid 1px #000000;
  color: #fecb00;
  padding: 5px;
}
#wrapper .login input[type=submit] {
  width: 100px;
  margin-left: 100px;
}
#wrapper .login .loginGroup {
  margin-bottom: 5px;
}
#wrapper #leftMenu {
  vertical-align: top;
  display: inline-block;
  margin-left: 50px;
  width: 200px;
  border-right: solid 1px #666666;
  height: 500px;
}
#wrapper #leftMenu a {
  display: block;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
#wrapper #leftMenu .address {
  margin-top: 50px;
}
#wrapper #leftMenu .address p {
  margin-right: 10px;
  text-align: right;
  margin-top: 3px;
  margin-bottom: 0px;
  color: #8b8b8b;
  font-size: 12px;
}
#wrapper #leftMenu .specialnote {
  margin-top: 20px;
  color: #ffffff;
}
#wrapper #leftMenu .specialnote p {
  margin-right: 10px;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 12px;
}
#wrapper #leftMenu #designLine {
  margin-left: -80px;
  margin-top: 60px;
}
#wrapper #mainContent {
  margin-left: 20px;
  vertical-align: top;
  display: inline-block;
  width: 680px;
}
/* INDEX.PHP */
#mainDescription {
  color: #8b8b8b;
  font-size: 20px;
  font-weight: lighter;
}
.quoteCol {
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.quoteCol .quote {
  color: #656565;
  font-size: 14px;
  margin-bottom: 50px;
}
.quoteCol .quote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  margin-left: -50px;
  margin-top: -10px;
  color: #333333;
}
.imageCol {
  vertical-align: top;
  display: inline-block;
  width: 250px;
}
.imageCol a {
  color: #fecb00;
  text-decoration: none;
  font-size: 26px;
  margin-left: 20px;
}
/* ABOUTUS.PHP */
.textCol {
  width: 420px;
  display: inline-block;
  vertical-align: top;
}
.textCol p {
  color: #cccccc;
  font-size: 12px;
}
/* HOWITWORKS.PHP */
.fullCol {
  color: #cccccc;
  font-size: 14px;
}
.fullCol h2 {
  font-size: 22px;
  font-weight: 100;
}
.fullCol .howitworksimage {
  margin-left: 75px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fullCol a {
  color: #fecb00;
  text-decoration: none;
}
/* OURWORK.PHP */
.galleryImages {
  padding-left: 20px;
  padding-right: 20px;
}
.galleryImages .galleryImage {
  margin: 20px;
}
