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

*	{
	font-family: 'Roboto Condensed', sans-serif; 
}
body	{
	
}
.container	{
	display: block;
	width: 1000px;
	min-height: 431px;
	margin: 10px auto;
	background: url(../images/main_back.jpg) no-repeat top center;
	position: relative;
}
.container_mk	{
	display: block;
	width: 1000px;
	min-height: 431px;
	margin: 10px auto;
	background: url(../images/main_back_mkd.jpg) no-repeat top center;
	position: relative;
}
.nav	{
	display: block;
	float: left;
	width: 49%;
	position: relative;
	min-height: 431px;
}
.main	{
	display: block;
	float: right;
	width: 49%;
	margin-bottom: 10px;
	position: relative;
	min-height: 431px;
	background-color: #fff;
	opacity: 0.9;
    filter: alpha(opacity=90);
}
.main_front	{
	display: block;
	float: right;
	width: 49%;
	margin-bottom: 10px;
	position: relative;
	min-height: 431px;
}
.main p, ul 	{
	margin: 20px;
	font-size: 1em;
	color: #666;
	text-align: justify;
}
.nav a 	{
	display: block;
	position: relative;
	border-radius: 20px;
	height: 20px;
	width: 20px;
	text-indent: -500px;
	text-decoration: none;
	padding: 10px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.nav a:hover	{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.nav a.home	{
	top: 75px;
	left: 275px;
	color: #fff;
	position: absolute;
}
.nav a:hover.home	{
	text-indent: 10px;
	width: 90px;
	background-color: #666;
}
.nav a.about	{
	top: 105px;
	left: 233px;
	color: #fff;
}
.nav a:hover.about, .nav a.active.about	{
	text-indent: 10px;
	width: 80px;
	background-color: #336699;
}
.nav a.services	{
	top: 110px;
	left: 185px;
	color: #fff;
}
.nav a:hover.services, .nav a.active.services	{
	text-indent: 10px;
	width: 75px;
	background-color: #d55d27;
}
.nav a.projects	{
	top: 120px;
	left: 140px;
	color: #fff;
}
.nav a:hover.projects, .nav a.active.projects	{
	text-indent: 10px;
	width: 75px;
	background-color: #00885f;
}
.nav a.associates	{
	top: 125px;
	left: 100px;
	color: #fff;
}
.nav a:hover.associates, .nav a.active.associates	{
	text-indent: 10px;
	width: 100px;
	background-color: #ed1848;
}
.sy 	{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
footer	{
	display: block;
	clear: both;
	width: 1000px;
	margin: 10px auto;
	text-align: center;
	color: #666;
	font-size: 0.8em;
}
footer a 	{
	color: #666;
	text-decoration: underline;
}
footer a:hover	{
	text-decoration: none;
}
#lang	{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'WebSymbolsRegular';
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    text-decoration: none;
    color: #666;
}