/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

@font-face {
	font-family: 'FontinSansSmallCaps';
	src: url('../fonts/Fontin_Sans_SC_45b.eot');
	src: local('Fontin Sans Small Caps'), local('FontinSans-SmallCaps'), url('../fonts/Fontin_Sans_SC_45b.otf') format('opentype'), url('../fonts/Fontin_Sans_SC_45b.svg#FontinSans-SmallCaps') format('svg');
}

/*
@font-face {
	font-family: Fontin; src: url('../fonts/Fontin_Sans_SC_45b.otf') format('opentype');
}
*/

#header {
    background-color: #0A0A0A;
    height: 52px;
}

#header h1{
    float:left;
    margin-left:13px;
    margin-right:20px;
}

#home_link a {
    width: 115px;
    height: 52px;
    display: block;
    background: url('../imgs/home_link.png') no-repeat scroll top left;
    text-indent: -9999px;
}


#header #menu .label a {
    float: left;
    font-family: "FontinSansSmallCaps", Georgia; 
    color: #e3e3e3;
    padding:0 15px;
    font-size: 1.5em;
    letter-spacing: 1.1px;
    padding-top: 21px;
    height: 29px;
}

#header #menu .label a:hover {
    color: #FFD117;
}


#header #menu ul {
    margin: 52px 0 0 0;
    width: 250px;
    display:none;
    padding:4px 15px 5px 13px;
    position:absolute;
    background-color:#0A0A0A;
    z-index: 9999;
}

#header #menu li {
    float:left;
}

#header #menu li li {
    height: 20px;
    float:none;
    padding:5px 3px 1px 3px;
    border-bottom: 1px solid #333;
}

#header #menu li li a {
    font-family: Helvetica,Arial,verdana,sans-serif;
    width: 250px;
    font-size:1.2em;
    color: #d2d2d1 !important;
}

#header #menu li li a:hover{
    padding: none !important;
    padding-right: 12px !important;
    background: url('../imgs/link-pointer.png') no-repeat top right !important;
    color: #FFF !important;
}


#header #menu li li.last {
    border:none;
}



