@import url(reset.css);
@import url(news.css);

body { 
 font-family: PFDinDisplayPro, Helvetica, Arial;
 font-size: 16px;
 width: 100%;
 height: 100%;
 background:#f7f7f7 url(../images/pattern.png) repeat top left;
}

a{
 color:#000;
 text-decoration:none;
}
a:focus, a:hover{
 background: #f9f9f9 url("../images/bg_hash.gif") repeat 0 1px;
}	

/* Header
----------*/

#header {
 background: #000;
 display: block;
 width: 100%;
 height: 58px;
 position: relative;
 z-index: 999;
}

#h_content {
 width: 1010px;
 margin: 0 auto;
 height: 58px;
 z-index: 9;
}

.logo {
 float:left;
 height: 58px;
 z-index: 999;
 width: 220px;
 display: block;
 position: absolute; 
 background: url(../images/logo.png);
}

.menu{
 float:right;
 position:relative;
 left:-50%;
}

.menu ul{
 list-style:none; 
 position:relative;
 left:50%;
}

.clearer {
 height: 1px;
 overflow: hidden;
 margin-top: -1px;
 clear: both;
}

/* Footer
-----------*/

#footer {
 z-index: 9;
 position: fixed;
 height: 35px;
 width: 100%;
 background: #000;
 font-weight: 200;
 text-transform: uppercase;
 font-size: 0.7em;
 color: #fff;
 bottom: 0px;
}

#f_content {
 width: 90%;
 margin: 0 auto;
}

.f_l {
 float: left;
}

.f_c {
 text-align: center;
 width: 650px;
 margin: 12px auto 0 auto;
}

#f_content a {
 margin-top: -12px;
 float: right;
 color: #fff;
}

#f_content a:hover {
 color: #000; 
}

#agency { 
 position: fixed;right: 0;top: 90px; z-index: 999;
}
#agency a {
 background: url("../images/agency_n.png") no-repeat scroll 0 0 transparent;
 display: block;
 height: 105px;
 text-indent: -9999px;
 width: 69px;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/
@font-face {
 font-family: 'PFDinDisplayPro';
 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'),
   url('../fonts/pfdindisplaypro-thin-webfont.svg#PFDinDisplayPro') format('svg');
 font-weight: 100;
 font-style: normal;
}

@font-face {
 font-family: 'PFDinDisplayPro';
 src: url('../fonts/pfdindisplaypro-light-webfont.eot');
 src: url('../fonts/pfdindisplaypro-light-webfont.eot?#iefix') format('embedded-opentype'),
   url('../fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
   url('../fonts/pfdindisplaypro-light-webfont.ttf') format('truetype'),
   url('../fonts/pfdindisplaypro-light-webfont.svg#PFDinDisplayPro') format('svg');
 font-weight: 200;
 font-style: normal;
}

@font-face {
 font-family: 'PFDinDisplayPro';
 src: url('../fonts/pfdindisplaypro-lightital-webfont.eot');
 src: url('../fonts/pfdindisplaypro-lightital-webfont.eot?#iefix') format('embedded-opentype'),
   url('../fonts/pfdindisplaypro-lightital-webfont.woff') format('woff'),
   url('../fonts/pfdindisplaypro-lightital-webfont.ttf') format('truetype'),
   url('../fonts/pfdindisplaypro-lightital-webfont.svg#PFDinDisplayPro') format('svg');
 font-weight: 200;
 font-style: italic;
}

@font-face {
 font-family: 'PFDinDisplayPro';
 src: url('../fonts/pfdindisplaypro-reg-webfont.eot');
 src: url('../fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
   url('../fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
   url('../fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype'),
   url('PFDinDisplayProRegularpfdindisplaypro-reg-webfont.svg#PFDinDisplayPro') format('svg');
 font-weight: 400;
 font-style: normal;
}

/*@font-face{ 
 font-family: 'WebSymbols';
 src: url('../fonts/websymbols.eot');
 src: url('../fonts/websymbols.eot?#iefix') format('embedded-opentype'),
   url('../fonts/websymbols.woff') format('woff'),
   url('../fonts/websymbols.ttf') format('truetype'),
   url('../fonts/websymbols.svg#WebSymbols') format('svg');
}*/ 
