/*GLOBAL*
@font-face {
    font-family: 'PFDinDisplayProRegular';
    src: url('../fonts/ufonts.com_pfdindisplaypro-regular-webfont.eot');
    src: url('../fonts/ufonts.com_pfdindisplaypro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_pfdindisplaypro-regular-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_pfdindisplaypro-regular-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_pfdindisplaypro-regular-webfont.svg#PFDinDisplayProRegular') format('svg');
}
@font-face {
    font-family: 'pf_dindisplay_prothin';
    src: url('../fonts/pfdindisplaypro-thin-webfont.eot');
    src: url('../fonts/pfdindisplaypro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-thin-webfont.woff') format('woff'),
         url('../fonts/pfdindisplaypro-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*/


body {
    margin:0;
    padding:0;
    *font-family:'PFDinDisplayProRegular', Arial, Helvetica;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*LAYOUT*/
.footer_wrapper {
    width:100%;
    margin:0 auto;
	background: #e5e5e5;
	padding-top:20px;
	border-top:1px solid #ccc;
	margin-top:20px;
}

.footer_content {
    width:950px;
    margin:0 auto;
}
/*HEADER*/
.header {
    background:#fff;
    overflow:hidden;
		font-family:Helvetica !important;
}
.logo {
    display:block;
    float:left;
    width:97px;
    height:60px;
    text-indent:-99999px;
    background:url(../images/logo.png);
}
/*FOOTER*/
.footer {
    width:100%;
*    background:#f5f5f5;
    clear: both;
}
/**foot**/
.foot {
    list-style:none;
    margin:0 0 0 20px;
    padding-bottom:20px;
    font-size:12px;
    *font-family:Arial;
    overflow:hidden;
}
.foot li {
    float:left;
    width:180px;
    display:block;
    margin:0 50px 0 0;
}
.foot li.no_margin {
    width:164px;
    float:right;
    margin:0;
}
.foot li span {
  /*  display:block; */
  /*  margin:0 0 4px 0; */
  /*  font-weight:600; */
    text-transform:uppercase;
}
.foot li a {
   /* float:left; */
    clear:both;
    width:150px;
    margin:0 0 4px 10px;
    text-decoration:none;
    color:#fff;
    font-size:13px;
}

.foot li a:hover {
*    text-decoration:underline;
		 color:#EF7F1A;
}

.foot li a.social {
    padding-left:25px;
    float: left;
}
.facebook {
    background:url(../images/social_media/facebook.png) top left no-repeat;
}
.facebook:hover {
}


.twitter {
    background:url(../images/social_media/twitter.png) top left no-repeat;
}
.twitter:hover {
}

.gplus {
    background:url(../images/social_media/google-plus.png) top left no-repeat;
}
.gplus:hover {
}

.none {
    display:none;
}
/**copyright**/
.copyright {
    border-top:1px solid #dcdcdc;
    overflow:hidden;
    font-size:11px;
    padding:0 0 0 0;
    margin-bottom:2px;
    *font-family:Arial;
*    background: #aaa;
*    color: #000;
    background: #333;
    color: #A6A6A6;
}
.nsdc {
    display: block;
    float: left;
    height: 18px;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 20px 0 0 0;
}
.nsdc_logo {
   display: block;
   float:left;
   height:50px;
   width:140px;
   margin:3px 5px;
*   border:1px solid #eee;
   background: url("../images/av_online/ic_footer_nsdc.jpg") no-repeat;
}
.copy {
    *float: right;
    text-align: center;
    letter-spacing: 0.01em;
		margin-top:50px;
		color:white;
		margin-bottom:0px;
		font-size:12px;

}
.dot {
    height: 12px;
    width: 12px;
    background-color: #EF7F1A;
    border-radius: 50%;
    display: inline-block;
		font-family:Helvetica !important;
}
.line{
	color:#EF7F1A;
	margin-left:80px;
	font-size:22px;
}

