html, body {
	height: 4000px;
    font-family:  arial, helvetica, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    background: #2D2D2D url(../images/background.jpg) repeat-y;
    background-position: top center;
    margin: 0px;
    width: 100%;
    display: inline-block;
    padding: 0;
}





@font-face {
	font-family: 'navbar';
	src: url('../fonts/simplifica.ttf'); 
}

@font-face {
	font-family: 'main';
	src: url('../fonts/dense_regular.otf'); 
}





.navbar-fixed {
    top: 0;
    z-index: 100;
  position: fixed;
    width: 100%;
 }

#body_div {
	top: 0;
	position: relative;
    text-align: center; 
    height: 200px;
    padding: 30px;
    background-color: #2D2D2D;
}

#banner {
	width: 100%;
	height: 350px;
    background-color: gray;
	overflow: hidden;
        z-index: 200;
        padding: 0;
}


#nav_bar {
	border: 0;
	border-radius: 0px;
    height: 70px;
    float: none
    style: none;
    list-style: none;
    display: inline-block; 
    text-align: center; 
    text-decoration: none;
    margin: 0px;
    margin-top: 0px;
	margin-bottom: 0;
    font-family: 'navbar', arial, helvetica, sans-serif;
    font-size: 44px;
    padding: 0px; 
    background-color: #141414;
    white-space: nowrap;
    width: 100%;
}

#logo {
	overflow: visible;
        horizontal-align: center;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-block; 
	position: relative; top: -35px;
        z-index: 201;
 
}



#client_box {
	border-radius: 30px;
        width: 80%;
        height: 150px;
        background-color:#FFFFFF;
}



.nav_links {
    margin: 0;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
}

.nav_links li {
    display: inline-block;
    margin-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #04F2F2;
    text-align: center; 
    text-decoration: none;
    vertical-align:top;
    width: 6%;

}



ul.mainNav li.item1 a:hover {
 background-color: #00ff00;
 color: #FFFFFF;
}

ul.mainNav li.item2 a:hover {
 background-color: #ff0000;
 color: #FFFFFF;
}


.nav_links li a {
	padding: 0px;
        color: #04F2F2;
    display: inline-block;
    text-align: center; 
    text-decoration: none;
}

.nav_links li a:hover {
    color: #FF33FF;
        z-index: 201;
c    text-decoration: none;
    -webkit-transform: rotate(-0deg) scale(0.9);
    -moz-transform: rotate(-0deg) scale(0.9);
    -o-transform: rotate(-0deg) scale(0.9);
}