/*#nav {
    background-color: #bebebe;
    background-image: -webkit-linear-gradient(bottom, #bebebe,#505355);
    background-image: linear-gradient(to top,#bebebe,#505355);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}*/

/*body{ background-color:#ddffdf;  background-image:none; }*/


body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55a76e+0,ffffff+100 */
background: #55a76e; /* Old browsers */
background: -moz-linear-gradient(top,  #55a76e 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #55a76e 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #55a76e 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a76e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background-repeat:no-repeat;
  background-attachment: fixed;}



#foot-nav ul li a {
    color: #000;
}
#contact-info li span {
    font-size: 90%;
    color: #000;
}
#contact-info li a {
    color: #000;
    text-decoration: none;
}
#contact-info li.tel {
    color: #000;
}
#power {
    font-size: 90%;
    color: #000;
    text-align: right;
}