

html, body, div, span, a {
    margin: 0;
    padding: 0;
    border: 0;
}

a, a:hover {
	text-decoration: none;
}   
    
body, td {			/* +td kele */
    font-family: 'Archer A', 'Archer B';
	font-size: 14pt;
}

.clear {
	clear: both;
}


#topnav-wrapper {
	background-color:black;
	margin: 0 auto;
	text-align: center;
}


#topnav {
	display: inline-block;
    background-color: black;
    font-family: 'Verlag A', 'Verlag B';
	font-size: 14px;
    height: 33px; 
	width: 1200px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#topnav ul {
    list-style-type: none;
    display: inline;
    text-align: left;
    height: 33px;
    margin: 0px;
	
	
	padding-left: 85px;	/* =0 kele */
}

#topnav ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 33px;
}

#topnav ul li a {
    color: #999999;
    text-decoration: none;
    display: inline-block;
    line-height: 33px;
}

#topnav ul li a.active {
    color: white;
    background-color: #A39161;
    padding-left: 5px;
    padding-right: 5px;
}

#topnav ul li a:hover {
    color: #DDDDDD!important;
    /*0,189,242*/
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}



#logo-wrapper {
	margin: 0 auto;
	height: 140px;
	text-align:center;
}

#logo {
	display: inline-block;
	width: 1200px;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	
	padding-left: 100px;	/* =0 kele */
}

#zaklogo {
	float: left;
    margin: 0px;
}

#alt-logo {
	float: right;
}

#menu-wrapper {
	margin: 0 auto;
	height: 60px;
	padding: 0px;
	text-align:center;
	
	padding-left: 80px;
}

#menu {
	display: inline-block;
	width: 1200px;
	text-align:left;
	font-family: 'BlenderProHeavy', Arial, serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu ul {
    list-style-type: none;
	padding: 0px;
	margin: 0px;
    /*display: inline;
    text-align: left;*/
}

#menu ul li {
    display: block;
    margin: 0px 12px 0px 0px;
    line-height: 60px;
    float: left;
}

#menu ul li a {
    display: block;
    color: white;
    padding: 0px 12px;
    text-decoration: none;
}

#menu ul li a.active, #menu ul li a:hover {
    color: white;
    background-color: black;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#linea {
	height: 15px;
	background-color: black;
}

#content-wrapper {
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	
	padding-left: 85px;	/* kele */
}

#content {
	display: inline-block;
    min-height: 400px; 
	width: 950px;
	text-align: left;
	margin: 0px;
}

#footer-wrapper {
	margin: 0 auto;
	padding: 0px;
	height: 400px;
	background-color: black;
	background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
	text-align:center;
}

#footer {
	display: inline-block;
	width: 1200px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#copyright-wrapper {
	margin: 0 auto;
	padding: 0px;
	height: 60px;
	text-align:center;
}

#copyright {
	display: inline-block;
    height: 60px; 
	width: 1200px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 16px;
	padding-top: 20px;
}

.blue {
	background-color: #00b0f0;
}

.gold {
	background: linear-gradient(150deg, #554725 0px, #BD9F52 40%, #554725 80%, #DDC34B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}



/***************************************************************************************
 *
 * Fonts
 *
 ***************************************************************************************/
/* Blender Pro Heavy, Book fonts
   © 2013 FontShop.com. All rights reserved.
   By Nik Thoenen, Gestalten Fonts
 */
@font-face {
  font-family: BlenderProHeavy;
  src: url("BlenderPro-HeavyWeb.eot");
  font-weight: normal; }

@font-face {
  font-family: BlenderProHeavy;
  src: url("BlenderPro-HeavyWeb.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: BlenderProBook;
  src: url("BlenderPro-BookWeb.eot");
  font-weight: normal; }

@font-face {
  font-family: BlenderProBook;
  src: url("BlenderPro-BookWeb.woff") format("woff");
  font-weight: normal; }

