*{
  padding: 0;
  margin: 0;
  border: none;
 }

header, footer, nav{
  display: block;
}

section, aside{
  display: inline-block;
}
html{
  background: #6c757c url(../images/site_metal_bg1.jpg) repeat-x;
}
body{
  width: 100%;
  background-size: cover;
}

.wrapper{
  position:relative;	
  background: url(../images/wrapper_bg.png) repeat;	
  margin: auto;
  width: 960px;
  z-index: 1;
  box-shadow:  0px 2px 14px 2px #4f4f4f;
  -moz-box-shadow:  0px 2px 14px 2px #4f4f4f;
  font-size: 16px;
  font-family: 'Metrophobic', helvetica, sans-serif;
  color: #7b7b7b;
  border-left: 4px solid #90989c;
  border-right: 4px solid #90989c;
  clear: both;
 }

/*HEADER WITH LOGO*/
header{
  background: #fff url(../images/macpc_header_bg.jpg ) no-repeat;
  position:relative;
  top: 40px;
  width: 960px;
  height: 298px;
  z-index: 2;
  border-top:6px solid orange;
}

.logo{
  position: absolute;
  top: 40px;
  left: 30px;		
}

.call{
  position:absolute;
  top: 14px;
  right: 50px;
}

.fb{
  position:absolute;
  bottom: 54px;
  right: 160px; 
}

/*TOP NAVIGATION LINKS*/
.topnav{
  position:relative;   
  background: #e3e3e3; 
  width: 100%;
  height: 50px;
  z-index: 3;
  border-bottom:1px solid white;
}

.topnav ul{
  width: 960px;
  height: 50px;
  text-align: center;
}

.topnav li{
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 50px;
  
}

.topnav li a{
  color: #888;
  text-decoration: none;
  display: inline-block;
  width: 140px;
  height: 24px;
  padding-top: 14px;
   /*Easing on the Border of the text */
  transition:border .2s linear;
  -moz-transition:border .2s linear ;
  -webkit-transition:border .2s linear;
  border:none;
}

.topnav li a:link,
.topnav li a:visited{

}

.topnav li a:hover,
.topnav li a:active{
  border-bottom: 2px solid #7f7f7f;
  color: #424242;
}

.topnav li a.current{
   border-bottom: 2px solid #ef730f;
   color: #2b2b2b;
} 

/*ALL CONTENT*/
.content{
  background: #fff;
  padding-bottom:40px;

}

.content h1{
  color:#ef730f;
  font-size: 24px;
  font-weight: 300;
  margin:0 0 10px 30px;
  font-family: 'Metrophobic', sans-serif;
}
.content h3{
  color: #516677;
  margin-left: 30px;
}

.content p{
  color: #636363;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  font-size: 16px;
  margin: 0 0 0 30px;
}
.content ul{
  color:#636363;
  margin-left:20px;
}

.content a:link,
.content a:visited {
  color: #ef730f !important;
  text-decoration: none;
}

  
.content a:hover,
.content a:active {
  color: #ef730f;
  text-decoration: underline;
}

/*CONTENT BOX BENEATH MAIN IMAGE*/
.content_box{
width:900px;
height: 450px;
margin: 30px 0 0 29px;
border: 1px solid #dbdada;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background: #f1f1f1;
position: relative;
overflow: hidden;
}

.feature_image{
  width: 400px;
  height: 250px;
  float: left;
  /*border: 1px solid purple;*/
  margin: 30px 0 0 30px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
}

.main_text{
  width: 400px;
  height: 300px;
  float: left;
  /*border: 1px solid red;*/
  margin: 20px 0 0 40px;
}

.main_text h1{
   margin-left: 0;
}

.main_text p{
  margin: 0 0 20px 0;
}

p.lower_text {
  width: 780px;
 display: block;
 clear: both;
 margin-bottom: 1.2em;
}

.contact_pg{
  height: 350px;
}
.long_box{
  height: 1100px !important;
}

/*FOOTER AND LINKS*/
footer{
  background: #7e8a95;
  background: #b0b6be url(../images/footer_bg.jpg) repeat-x;  
  margin: 0 auto;
  width: 960px;
  height: 200px;
  clear: both;
  position: relative;
  font-size: 13px !important;

}
footer a:link,
footer a:visited{
  color: #576774;
}

footer a:hover
footer a:active{
 
}

* FOOTER NAVIGATION LINKS*/
.footernav{
  position:relative;   
  background: #e3e3e3; 
  width: 100%;
  height: 50px;
  z-index: 3;
  border-bottom:1px solid white;
}

.footernav ul{
  width: 960px;
  height: 50px;
  text-align: center;
  padding: 10px 0 0 0 ;
}

.footernav li{
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 50px;
  
}

.footernav li a{
  color: #ddd;
  text-decoration: none;
  display: inline-block;
  width: 100px;
  height: 24px;
  padding-top: 14px;
   /*Easing on the Border of the text */
  transition:border .2s linear;
  -moz-transition:border .2s linear ;
  -webkit-transition:border .2s linear;
  border:none;
}

.footernav li a:link,
.footernav li a:visited{

}

.footernav li a:hover,
.footernav li a:active{
  border-bottom: 2px solid #ddd;
  color: #ddd;
}

.footernav li a.current{
   border-bottom: 2px solid #ddd;
   color: #ddd;
} 

footer p.copyright{
  color: #576774;
  font:13px 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
  position: relative;
  top: 100px;
  text-align:center;
}






