﻿* {
	font-family:  "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
}
body {
	background: #8abc2d;
	color: #000;
	font-size: .75em;
	text-align: left;
	margin: 0px;
}
#page {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #fff url('../img/background/page.jpg') repeat-x;
	box-shadow: 0px 10px 10px #cc6600;
	-moz-box-shadow: 0px 10px 10px #cc6600;
	-webkit-box-shadow: 0px 10px 10px #cc6600;
	-khtml-border-radius: 0px 10px 10px #cc6600;
}
p {
	font-size: 1em;
	padding:0;
	margin:0 0 3px 0;
	line-height: 1.25em;
}
.p {
	font-weight:bold;
	color:#CC6600;
	font-size: 1em;
}
h1 {
	font-size: 2.4em;
	font-weight:normal;
	line-height:1.1em;
	color: #fff;
	padding:0;
	margin: 6px 6px 6px 10px;
	text-align:left;
}
h2 {
	font-size: 1.7em;
	line-height:1.1em;
	color:#00aeef;
	font-weight: normal;
	padding: 0;
	margin: 0 0 6px 10px;
	display:block;
}
h3 {
	font-size: 1.4em;
	font-weight:normal;
	color:#CC6600;
	margin:6px 0 0 0;
	padding:0;
}
h4 {
	font-size: 2em;
}
h5 {
	font-size: 1.2em;
	line-height:1.2em;
	color:#f11924;
	margin:0;
	padding:0;
}
h6 {
	font-size: 1.4em;
	line-height:1.1em;
	color:#e3010f;
	text-align:left;
	margin:0;
	padding:5px 0 0 0;
}
li {
	font-size:1em;
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ol {
	margin:0;
	padding:0;
}

a {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
form {
	margin:0;
	padding:5px 0 5px 0;
}

.left {
	width:160px;
	float:left;
}
.center {
	width: 520px;
	float:left;
}
.right {
	width: 280px;
	float:left;
}


/** Top - begin**/
#top{
	width: 100%;
	background:transparent url('../img/background/oblaki.png') repeat-x center 10px;
}
#header {
	background: transparent url('../img/background/medvedki.png') no-repeat right 10px;
	width:960px;
	height:200px;
	text-align:left;
	margin: 0 auto 7px auto;
}
#header img {
	float: left;
	position: absolute;
	top:5px;
	margin: 0 0 0 -11px;
}
.nav_h {
	float: right;
	margin: 5px 0 5px 0;
}
.nav_h li {
	background-image: url('../img/nav/ng.gif');
	background-repeat: no-repeat;
	background-position: .4em;
	float: left;
	font-size: 1em;
	padding: 0 10px;
}
.nav_h li a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
}
.nav_h li a:hover {
	text-decoration: underline;
}

.nav_p {
	clear: left;
	height: 80px;
	margin: 0px;
	width: 960px;
	position:absolute;
	top:120px;
}
.nav_p li {
	float: left;
	margin: 0px;
}
.nav_p li a {
	display: block;
	height: 80px;
	text-indent: 160px;
	overflow: hidden;
	white-space: nowrap;
	width: 160px;
}
.nav_p li span {
	display: block;
	float: left;
	height: 80px;
}
.nav_p li span a {
	background: none;
}
.nav_1 {
	background: url('../img/nav/nav_1_in.jpg') no-repeat;
}
.nav_1 a:hover {
	background: url('../img/nav/nav_1_on.jpg') no-repeat;
}
.nav_1 span {
	background: url('../img/nav/nav_1_sel.jpg') no-repeat;
}
.nav_2 {
	background: url('../img/nav/nav_2_in.jpg') no-repeat;
}
.nav_2 a:hover {
	background: url('../img/nav/nav_2_on.jpg') no-repeat;
}
.nav_2 span {
	background: url('../img/nav/nav_2_sel.jpg') no-repeat;
}
.nav_3 {
	background: url('../img/nav/nav_3_in.jpg') no-repeat;
}
.nav_3 a:hover {
	background: url('../img/nav/nav_3_on.jpg') no-repeat;
}
.nav_3 span {
	background: url('../img/nav/nav_3_sel.jpg') no-repeat;
}
.nav_4 {
	background: url('../img/nav/nav_4_in.jpg') no-repeat;
}
.nav_4 a:hover {
	background: url('../img/nav/nav_4_on.jpg') no-repeat;
}
.nav_4 span {
	background: url('../img/nav/nav_4_sel.jpg') no-repeat;
}
.nav_5 {
	background: url('../img/nav/nav_5_in.jpg') no-repeat;
}
.nav_5 a:hover {
	background: url('../img/nav/nav_5_on.jpg') no-repeat;
}
.nav_5 span {
	background: url('../img/nav/nav_5_sel.jpg') no-repeat;
}
.nav_p .nav_6 {
	background: url('../img/nav/nav_6_in.jpg') no-repeat;
	margin: 0;
}
.nav_6 a:hover {
	background: url('../img/nav/nav_6_on.jpg') no-repeat;
}
.nav_6 span {
	background: url('../img/nav/nav_6_sel.jpg') no-repeat;
}

/** Top - end**/

/** Middle - begin**/
#mid {
	width:100%;
	background: url('../img/background/mlin.png') repeat-x center bottom;
	overflow:auto;
}
#container {
	background: url('../img/background/container_bg.jpg') repeat-y;
	width:960px;
	min-height:452px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}
#container .left {
	overflow: hidden;
}
#masterdiv {
	margin:0px;
	overflow:auto;
}
#container .left img {
	border-bottom: 1px #ed1c24 solid;
	border-top: 1px #FFF solid;
	float: left;
}
.menutitle {
	margin:0px;
	height:37px;
	cursor:pointer;
}

#container .center {
	width: 506px;
	padding: 7px;
}
.head {
	background:#f11924;
	width:100%;
	margin:0 0 10px 0;
	overflow:hidden;
	border: 0px transparent solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #7a2426;
	-moz-box-shadow: 3px 3px 6px #7a2426;
	-webkit-box-shadow: 3px 3px 6px #7a2426;
	-khtml-box-shadow: 3px 3px 6px #7a2426;
}
.head img {
	float:right;
	border:0px;
	margin:5px 5px 5px 5px;
}
.data {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
#article {
	width:490px;
	margin: 0 0 7px 0;
	padding: 0 7px 7px 7px;
	border: 1px #999999 solid;
	background-color: #fff;
	border-radius: 10px;
	overflow:hidden;
}
#article h6 {
	color:#000066;
}
#article .r {
	float:right;
	color:#808080;
	padding-top:.3em;
}

.cont {
	width: 100%;
	float: left;
	margin: 0;
}
.cont a {
	color: #660066;
	border-bottom:1px #660066 dashed;
	text-decoration:none;
}
.cont a:hover {
	color: #FF0000;
	border-bottom: none;
	text-decoration: none;
}
.product {
	width: 100%;
	float: left;
	margin: 0;
}
.product a {
	color: #FF6600;
	font-size: 1.2em;
	font-weight:bold;
	border-bottom: 1px #FF6600 dashed;
	text-decoration: none;
}
.product a:hover {
	color: #000080;
	border-bottom: none;
	text-decoration: none;
}
#container .center ul, #container .right ul {
	margin: 3px 0 6px 1.25em;
	padding: 0;
	color: #CC6600;
	list-style:disc;
}
#container .center ol, #container .right ol {
	margin: 3px 0 6px 1.25em;
	padding: 0px 0px 0px 20px;
}
#container .center li, #container .right li {
	text-align: left;
	line-height: 1.25em;
}
#container .center li p, #container .right li p{
	color:#000;
	line-height: 1.25em;
}
.dataleft {
	width: 120px;
	float: left;
}
.dataimg {
	float:left;
	border: 1px #999999 solid;
	margin: 2px 7px 0px 0;
}
.dataright {
	width: 386px;
	float: left;
}
.dataright img {
	float:right;
	border:0px;
	margin:5px 5px 5px 5px;
}
#container .center span {
	width: 120px;
	display: block;
	float: left;
	font-weight:bold;
	color:#CC6600;
}
table {
	width:100%;
	border-collapse:collapse;
	border:1px black dotted;
	font-size:1em;
	margin:10px 0 10px 0;
}
td {
	padding: 2px;
	text-align:center;
}
.tdstyle1 {
	background-color:#FF6600;
}
.tdstyle2 {
	background: #C0C0C0;
}
.tdstyle3 {
	background: #CC99FF;
}
.tdstyle4 {
	background: #00FF00;
}
#tdleft {
	text-align:left;
}
#container .right {
	background-image:url('../img/background/srcek_nespreglejte.jpg');
	background-repeat:no-repeat;
	background-position: top;
	width: 266px;
	padding: 70px 7px 7px 7px;
}
.in {
	width:252px;
	background:#abe1fa;
	margin: 7px 0 0 0;
	padding: 0 7px 7px 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 4px 4px 7px #7a2426;
	-moz-box-shadow: 4px 4px 7px #7a2426;
	-webkit-box-shadow: 4px 4px 7px #7a2426;
	-khtml-box-shadow: 4px 4px 7px #7a2426;
}
.in img {
	border:1px #999999 solid;
	margin:7px 0 0 7px;
	float: right;
	width:68px;
	height:68px;
}
.in .swf {
	border:1px #999999 solid;
	margin:7px 0 0 7px;
	float: right;
	width:68px;
	height:68px;
}

.article a {
	color: #660066;
	border-bottom: 1px #660066 dashed;
	text-decoration: none;
}
.article a:hover {
	color: #FF0000;
	border-bottom: none;
	text-decoration: none;
}
.url {
	margin: 5px 0 3px 0;
	padding: 0;
}
.url a { 
	background: transparent; 
	border-bottom: 1px dashed #FF0000; 
	color: #FF0000; 
	font-size: 1.1em; 
	text-decoration: none; 
}
.url a:hover { 
	border-bottom: none; 
	color: #FF0000;
}
/** Middle - end**/

/** Bottom - begin**/
#bot {
	width:100%;
	height:238px;
	margin: 0 auto;
}
#footer {
	clear: both;
	margin: 20px auto 0 auto;
	background:#7e99aa;
	text-align: left;
	width: 960px;
	height: 202px;
}
#footer img {
	width:186px;
	height:192px;
	margin: 5px 0 0 5px;
	padding: 0;
	float: left;
}
.footer{
	width:960px;
	margin: 0 auto;
	height:36px;
	font-size: 1em;
}
.footer_left {
	width:640px;
	text-align:left;
	float:left;
}
.footer_left a, .footer_left a:visited{
	text-decoration: none;
	color:#fff;
}
.footer_left p {
	margin:10px 0 0 0;
	color:#fff;
}
.footer_left a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_right {
	width:320px;
	text-align:right;
	float:left;
}
/** Bottom - end**/
