﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 15px;
	width: 980px;
	height: 520px;
	zoom: 1;
}

* {
	outline: none;
	border: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

.stranica {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 460px;
}

.navigacija, .navigacija ul {
	display: block;
	width: 100%;
	height: 60px;
}

.navigacija {
	position: relative;
	z-index: 2;
	background: rgb(79,191,200);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(79,191,200,1) 0%, rgba(9,114,179,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(79,191,200,1)), color-stop(100%,rgba(9,114,179,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(79,191,200,1) 0%,rgba(9,114,179,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(79,191,200,1) 0%,rgba(9,114,179,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(79,191,200,1) 0%,rgba(9,114,179,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(79,191,200,1) 0%,rgba(9,114,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fbfc8', endColorstr='#0972b3',GradientType=1 );
}

.navigacija ul {
	position: reative;
	z-index: 3;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 60px;
	text-align: center;
}


.navigacija ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.navigacija ul li a {
	display: block-inline;
	margin: 0 10px 0 0;
	padding: 10px 20px;
	width: 30px;
	height: 30px;
	background: #85c7d9;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight:500;
	text-shadow: 1px 1px #488c9a;
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: -webkit-all 0.4s ease-in-out;
	-o-transition: all 0.4 ease-in-out;
	-moz-transition: -moz-all 0.4s ease-in-out;
	-ms-transition: -ms-all 0.4s ease-in-out;
	-kthtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sr-480 .navigacija ul li a {
	width: 10px;
	height: 10px;
	margin: 0 3px 0 0;
	padding: 3px 8px;
	font-size: 11px;
}

.navigacija ul li a:hover, .navigacija ul li.aktivan a {
	background: #10627c;
	text-shadow: 1px 1px #0F263F;
	b-moz-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.9);
	-webkit-box-shadow: inset 0px 0px 30px rgba(0,0,0,0.9);
	box-shadow: inset 0px 0px 30px rgba(0,0,0,0.9);
}

.sa360 {
    position: absolute;
    z-index: 4;
    bottom: 186px;
    right: -77px;
    width: 183px;
    height: 88px;
    margin: 0;
    padding: 0;
}

.sr-480 .sa360 {
width: 110px;
height: 60px;
}

.sr-480 .sa360 img {
	width: 110px;
	height: auto;
}

.kojisprat {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 10px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	color: #76BDFF;
	text-shadow: 1px 1px 1px #055574;
	font-size: 18px;
}

.kojisprat span {
	color: #81FAFF;
	font-size: 30px;
	font-weight: 700;
}