/* @override https://new.k.net.mk/r/css/global.css */

body {
	background-color: #fff;
	font: 12pt "Ubuntu", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.content {
	margin: auto;
	width: 980px;
	position: relative;
}

header {
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6600 0%, #fd3e00 98%, #dd3500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(98%,#fd3e00), color-stop(100%,#dd3500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6600 0%,#fd3e00 98%,#dd3500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6600 0%,#fd3e00 98%,#dd3500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6600 0%,#fd3e00 98%,#dd3500 100%); /* IE10+ */
	background: linear-gradient(top,  #ff6600 0%,#fd3e00 98%,#dd3500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#dd3500',GradientType=0 ); /* IE6-9 */
		position: relative;
}
header .content {
	height: 100px;
}

#logo {
	position: absolute;
	bottom: 10px;
}

#topMenu {
	position: absolute;
	right: 0;
}

#topMenu li, footer li {
	float: left;
	display: block;
	margin: 5px;
	font-size: 10pt;
}

#topMenu li:after, footer li:after {
	content: '|';
	margin-left: 10px;
	color: rgb(245, 189, 152);
}
#topMenu li:last-child:after, footer li:last-child:after {
	content: '';
}

#topMenu a {
	color: rgb(245, 189, 152);
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-o-transition: color .7s;
}

#topMenu a:hover {
	color: #fff;
}

#mainNav {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

#mainNav li {
	display: block;
	float: left;
}

#mainNav li a {
	
	display: block;
	padding: 8px;
	margin: 0 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13pt;
	
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
	
	-webkit-transition: background .7s;
	-moz-transition: background .7s;
	-o-transition: background .7s;
	
}

#mainNav li a:hover {    
	-webkit-box-shadow:  2px 5px 3px 1px rgba(0, 0, 0, .5);
	box-shadow:  2px 5px 3px 1px rgba(0, 0, 0, .2);
        
	background: #fff;
	color: rgb(232,91,27);
}


#main {
	margin-bottom: 30px;
}

.mainContent {
	float: left;
	width: 690px;
	overflow: hidden;
}

aside {
	float: right;
	width: 260px;
	background: url(../img/sidebar.png) no-repeat top left;
	padding-left: 28px;
	padding-top: 40px;
}


aside h2 {
	font-weight: normal;
	font-style: normal;
	color: #e15901;
	top:2px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #e15901;
}

aside ul, aside ul li {
	list-style: none;
}

aside li:before {
	display: block;
	content: '';
	float: left;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #888;
	border-bottom: 5px solid transparent;
	margin-top: 6px;
	margin-right: 4px;
}

aside a{
	color: #000;
	font-size: 10pt;
}

footer {
	border-top: 1px solid rgb(238, 142, 83);
	border-bottom: 1px solid rgb(238, 142, 83);
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
footer a {
	color:  rgb(238, 142, 83);
}