body {  
    color: #4c687f;
    line-height: 1.5em;
    font-family: sans-serif;
    font-size: 16px;
    background: #fff url(../images/gradient.png) no-repeat center 0px;
    letter-spacing: .1px;
    margin: 8px auto 0px auto;   
}


.page_container {
    
    max-width: 980px;
    margin: 0px auto 0px auto;
    position: relative;
    background-color: #fff;
    top: 0px;
    bottom: 0px;
    
}

/* ----------------------TOP NAV BAR------------------------ */

nav {
    display: inline-block;
    position: absolute;

}

nav a {
    color: #ffffff;
    text-transform: lowercase;
    text-decoration: none;
    display: inline-block;
    font-weight: 100;
    font-size: .9em
    
}

nav a:hover {
    color: #698398;

}

#togglemenu { display: none;}



/* ---------------------------------------------- */

article {
    margin: 0px 0px 0px 0px;
    position: relative;        
    background-color: #fff;
            padding: 0px 0px 90px 0px;



}

footer { 
        background-color: #434343;
        height: 50px;
        bottom: 0;
        right: 0;
        left: 0;
        position: fixed;
        padding: 0px 0px 10px 0px;

        }

.social{
    
    max-width: 980px;
    margin: 0px auto 0px auto;
    position: relative;
  
}





/* ----------------------FONTS------------------------ */

h2 { 
    text-align:center;
    color: #4189c6;
    font-size: 2.5em; 
    letter-spacing: 0px; 
    font-weight: lighter; 
     line-height: 60px;
}

h3 { 
    font-size: 1.5em; 
    color: #4c687f; 
    font-weight: lighter; 
     line-height: 5px;


}

p { 

    text-align:center;
    font-size: 1em;
    font-weight: lighter;

}

p2 { 

    text-align:center;
    font-size: 1em;
    font-weight: lighter;
    padding: 0px 50px 0px 50px;

}




/* ----------------------LINKS------------------------ */

a { 
    font-size: .9em; 
    color: #717070; 
    font-weight: bold; 
    margin: .5em 0 .5em 0; 
    text-decoration: none;
}

a:hover { 
    color: #bbbbbb;
}

    a.navlink { 
        color: #000000; 
        font-size: .8em; 
        margin: 1em 2em 1em 2em ; 
        text-decoration: none;
    }


/* ----------------------Footer LINKS------------------------ */
a.home_back {
    background: url(../images/home.jpg) no-repeat center 0px; }



a.mail {
    background: url(../images/mail_button.jpg) no-repeat center 0px; }
a.mail:hover { background-position: center -50px;}


a.tel {
    background: url(../images/tel_button.jpg) no-repeat center 0px; }
a.tel:hover { background-position: center -50px;}


a.face {
    background: url(../images/face_button.jpg) no-repeat center 0px; }
a.face:hover { background-position: center -50px;}


a.twitter {
    background: url(../images/twitter_button.jpg) no-repeat center 0px; }
a.twitter:hover { background-position: center -50px;}


a.insta {
    background: url(../images/insta_button.jpg) no-repeat center 0px; }
a.insta:hover { background-position: center -50px;}

a.linkin {
    background: url(../images/linkin_button.jpg) no-repeat center 0px; }
a.linkin:hover { background-position: center -50px;}



/* ----------------------Contact Social------------------------ */

.contact_social_container {
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    padding: 0px 0px 0px 0px;

}

a.contact_face {
    background: url(../images/Contact_facebook.png) no-repeat center 0px; }



a.contact_twitter {
    background: url(../images/Contact_twitter.png) no-repeat center 0px; }



a.contact_linkin {
    background: url(../images/Contact_linkin.png) no-repeat center 0px; }


.contact_social{
    background-color: #fff;
}



/* ----------------------Product LINKS------------------------ */

.productlinks_container {
    background-repeat: no-repeat;
    background-color: #fff;
    height: 160px;
    padding: 0px 0px 0px 0px;

}

    
a.solar_link {
    background: url(../images/solar_buttons.png) no-repeat center 0px; }



a.wind_link {
    background: url(../images/wind_buttons.png) no-repeat center 0px; }



a.hydro_link {
    background: url(../images/hydro_buttons.png) no-repeat center 0px; }



a.heatpumps_link {
    background: url(../images/heatpump_buttons.png) no-repeat center 0px; }



/* ----------------------------------CONTACT------------------------------------ */


































    


