/*Common*/
body, div, h1, h2, h3, span, ul, li, a, input, textarea, br {
	font-family: Georgia, "Times New Roman",  Times,  serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #5c5c5c;
	line-height: 23px;
}
html, body, div, h1, h2, h3, span, ul, li {
	cursor: default;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
input, textarea {
	/*resize: none;*/
	border: 0px;
}
input:focus, textarea:focus, select:focus {
	outline: none!important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.segoe {
	font-family: Segoe Script, Georgia, "Times New Roman",  Times,  serif!important;
}
/*---------------*/

div.container, div.addition, div.centar {
	margin: 0px auto;
}
div.container {
	width: 100%;
}
div.header, div.addition, div.content, div.footer {
	width: 100%;
	background-repeat: no-repeat;
	/*clear: both;*/
}
div.header {
	background-position: top center;
}
div.top {
	height: 116px;
}
div.footer {
	background-position: center -799px;
	clear: both;
}
div.centar {
	width: 960px;
}
div.clear {
	clear: both;
}
/*div.header div.top {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.header div.addition div.top {
	background-position: 0px -116px;
}*/
a.logo {
	float: left;
	display: block;
	margin: 5px;
	width: 210px;
	height: 100px;
	background-image: url(/static/images/Logo.png);
	/*color: #000;
	font-weight: bold;
	text-indent: -1280px;*/
}
div.menu ul li {
	float: left;
	width: 113px;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 16px;
	text-align: center;
}
li.active {
	background-image: url(/static/images/Active.png);
}
div.menu {
	padding-top: 28px;
}
div.menu ul li a {
	margin-left: -4px;
	padding: 0px 10px 16px 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none!important;
	background-repeat: no-repeat!important;
}
div.menu ul li.active a:hover {
	background-image: none;
	/*cursor: default;*/
}
div.menu ul li a:hover {
	background-image: url(/static/images/Hover.png);
	background-repeat: no-repeat!important;
	background-position: bottom center;
}
/*Menu position fix*/
#mServices {
	margin-left: -3px;
	padding-left: 1px;
}
#mPortfolio {
	margin-left: 12px;
	padding-left: 1px;
}
#mAbout {
	margin-left: 2px;
}
#mContact {
	margin-left: -5px;
}
#mBlog {
	margin-left: -12px;
}
/*----------------*/

a.lang {
	float: right;
	display: block;
	margin-right: -7px;
	font-size: 11px;
	background-repeat: no-repeat;
	color: #6a75a5;
	margin-top: 12px;
	padding: 0px 20px 10px 10px;
	background-position: 0px -37px;
	text-decoration: none!important;
}
a.lang:hover {
	margin-top: -25px;
	padding: 37px 20px 10px 10px;
	background-position: 0px 0px;
}
#lSrlat {
	background-image: url(/static/images/Lang_sr.png);
}
#lEnlat {
	background-image: url(/static/images/Lang_en.png);
	font-size: 9px!important;
}

div.footer, div.footer a, div.footer div, div.footer span {
	color: #fff!important;
}
div.footer span {
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}
div.fMenu {
	padding:39px 0px 20px 25px;
}
div.copy {
	float: right;
	margin-top: -48px;
	margin-right: 27px;
	width: 300px;
	height: 32px;
	text-align: right;
}
div.fLogo {
	float: right;
	margin-top: -7px;
	width: 107px;
	height: 32px;
	background-image: url(/static/images/fLogo.png);
	background-repeat: no-repeat;
}
div.copy div {
	font-size: 10px;
	line-height: 14px;
}
div.addition div.top h1, div.addition div.top h3 {
	float: left;
	margin-left: 25px;
	color: #fff;
}
div.addition div.top h1 {
	margin-top: -12px;
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: normal!important;
}
div.addition div.top h3 {
	width: 90%;
	margin-top: -7px;
	padding-left: 2px;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

div p {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    outline: 0!important;
}

