﻿.footer
{
   width:950px;
   height:62px;
   background-color:white;
   margin-left:auto;
   margin-right:auto;
}
.icon-phone
{
   width:40px; height:62px;
   background:url(img/icon-phone.jpg);
   margin-left:20px;
   float:left;
}
.icon-phone-text
{
   font-family:Arial;
   font-size:20px;
   color:#5687b3;
   float:left;
   margin-top:20px;
   margin-left:10px;
}


/************************** down menu ***************************/

.footer-menu
{
   float:right;
   margin-right:10px;
   margin-top:20px;
}
.footer-menu a
{
   font-family:Arial;
   font-size:12px;
   color:#666666;
   text-decoration:none;
   float:left;
}
.footer-menu a:hover
{
   color:black;
   text-decoration:underline;
}
.footer-menu-seperate
{
   width: 1px;
   height: 16px;
   background-color: #C0C0C0;
   float: left;
   margin-left:10px;
   margin-right:10px;
}
.copyright
{
   width:950px;
   height:30px;
   margin-top:5px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;   
   font-size: 11px;
   color: #999999;
}
.copyright-producer a
{
   color: #999999;
   text-decoration:none;
}
.copyright-producer a:hover
{
   color:Black;
   text-decoration:underline;
}