@charset "UTF-8";
body {
    margin: 0px;
    background-image: url(images/bg-tile.jpg);
    background-repeat: repeat-x;
}

a {
  color:#4CABCD;
  text-decoration:none;
  outline: none;
  }
a:active {
  outline: none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  outline:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  outline:none;
  }
a img {
  border-width:0;
  }

#container {
    height: 894px;
    width: 100%;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
.panel p {
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
#home-top {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #818181;
    padding-right: 31px;
    padding-left: 33px;
    line-height: 16px;
}

.home-top {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #818181;
    padding-right: 31px;
    padding-left: 33px;
    line-height: 16px;
}


#home-subhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999999;
    padding-right: 65px;
    padding-left: 65px;
}
#footer {
    font-size: 10px;
    color: #cccccc;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
#footer a {
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#home-about p {
    margin-top: 0px;
}
#home-about h2 {
    margin-bottom: 8px;
    font-size: 21px;
    color: #999999;
    margin-top: 15px;
}
#container #home-subhead p {
    margin-top: 5px;
}
#home-subhead h1 {
    font-size: 27px;
    color: #4CABCD;
    margin-bottom: 15px;
}
#home-about {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
    padding-right: 65px;
    padding-left: 65px;
}
#interior-content {
    color: #8a8a8a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(images/bg-Interior-Inside.jpg);
    background-repeat: no-repeat;
}
#subhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0px;
    line-height: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}
#interior-content-Corp {
    color: #8a8a8a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(images/bg-InteriorCorp-Inside.jpg);
    background-repeat: no-repeat;
}
#CorpClients {
    line-height: 18px;
    padding-top: 5px;
}
#CorpClients ul {
    padding-left: 0px;
}
h5 {
    font-size: 16px;
    margin:0px;
    padding:0px;
}
input {
    border: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    padding: 7px;
    width: 300px;
    margin-top:5px;
    background-image: url(images/form-shadow.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
}
textarea {
    border: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    padding: 7px;
    width: 630px;
    height:60px;
    margin-top:5px;
    background-image: url(images/form-shadow.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
}
#button {
    width: 85px;
    color: #FFFFFF;
    background-color: #999999;
    border: 1px solid #999999;
    font-weight: bold;
    background-image: none;
}
#reset {
    width: 75px;
    background-image: none;
}
#form1 table tr td {
    font-size: 14px;
}
select {
    border: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    width: 315px;
    padding: 6px;
    margin-top:5px;
}
.fc-field-error {
    border : 2px solid #4CABCD !important;
}

