body {
    font-family: sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    color: #333;
    min-width: 1184px;
}

h1, h2, h3 {
    color: #CC0000;
    font-weight: lighter;
    font-style: italic;
}



header {
    width: 100%;
    height: 100px;
    padding-bottom: 5px;
    background-color: #fff;
}

footer {
    font-size: 12px;
    margin-top: 80px;
    height: 30px;
    display:none;
}

article {
    margin-left:  10%;
    margin-right: 10%;
    display:none;
}

blockquote {
    font-weight: bolder;
    font-size: 26px;
    line-height:36px;
}

.page {
    background-color: #fbfbfb;
}

.page .content{
    width:75%;
}

.line {
    width:100%;
    border: 1px solid black;
    margin: 0;
}

.home{
    display:block;
}

.logo {
    height: 100px;
    width: auto;
    float: left;
}

.contact-number {
    float: right;
    margin-top: 50px;
    display: none;
}

.main-menu {
    height: 100%;
    float: right;
    line-height: 100px;
}

.main-menu table {
    width: 500px;
}

.main-menu td {
    width: 25%;
    text-align: center;
}

.main-menu td:hover {
    background-color: #eee;
}

.main-menu td.active a{
    text-decoration: underline;
/*    font-weight: 600;*/
}

.main-menu a{
    text-decoration: none;
/*    font-weight: 200;*/
    color: #333;
    padding: 40px 12px;
}

.main-menu a:hover{
    text-decoration: underline;
}

.big-picture {
    background: url("images/stock-photo-17067641-very-rare-close-view-of-working-open-hearth-furnace.jpg") no-repeat;
    background-position: 50% 50%;
    height: 600px;
    width: auto;
    display:block;
    padding: 0;
    margin: 0;
}

.big-picture p {
    padding: 0;
    margin: 0;
    color: #000;
    text-shadow: #dddddd 1px 1px 2px;
}

#mission{
    top: 100px;
    left: 0px;
    width: 500px;
    position: absolute;
}

#family-owned {
    top: 400px;
    right: 20px;
    width: 500px;
    position: absolute;
}

.cite {
    font-size: 80%;
    font-weight: normal;
}

.big-quote {
    font-size:72px;
    vertical-align:-24px;
}

.full-width {
    width: 100%;
    background-color: #666;
}

.page-width {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.info-box{
    float:left;
    width:40%;
    padding:20px;
    font-size: 16px;
    line-height: 20px;
}
.clear {
    clear:both;
}

.note {
    border: 1px solid #471F00;
    border-radius: 2px;
    background-color: #FF9846;
    background-image: url('images/icons/toolbox.png');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    padding: 10px;
    padding-left: 40px;
    margin-top: 40px;
    font-size: 16px;
}

.secondary-nav {
    float:left;
    width: 27%;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    margin-right: 20px;
    padding: 15px;
}

.secondary-nav a:link,
.secondary-nav a:visited,
.secondary-nav a:active {
    text-decoration: none;
    color: #333;
}

.secondary-nav a:hover {
    text-decoration: underline;
}

.secondary-nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.secondary-nav > ul > li {
    padding: 5px 0;
}

.service-details {
    float: left;
    width: 66%;
    display: none;
}

.quotes {
    padding-bottom: 80px;
}

.customers blockquote {
  font-size: 20px;
/*  margin-bottom: 60px;*/
  margin: 0 0 20px 0;
  padding: 20px 40px 60px;
/*  width: 400px;*/
  width: 40%;
  height: 175px;
  float: left;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

.customers blockquote:first-child {
    margin-right: 20px;
}

.customers blockquote p {
  margin-bottom: 0;
}
.customers .big-quote {
    font-size:60px;
    vertical-align:-24px;
}

.customers .cite {
  padding-top: 0;
  margin-top: 0;
}

.customer-logo {
  margin: 10px 20px;
/*  margin-right:20px;*/

}

.address, .phone, .email {
    padding: 20px 0;
}

.address-icon {
  background: url('images/icons/map-marker-pin.png') no-repeat;
  background-size: 32px 32px;
  padding-right: 15px;
  float:left;
  height: 32px;
  width: 32px;
}

.phone-icon {
  background: url('images/icons/phone.png') no-repeat;
  background-size: 12px 32px;
  padding-left: 11px;
  padding-right: 15px;
  margin-left: 8px;
  float:left;
  height: 32px;
  width: 12px;
}

.email-icon {
  background: url('images/icons/mail.png') no-repeat;
  background-size: 32px 32px;
  float:left;
  height: 32px;
  width: 32px;
  padding-right: 15px;
}
