/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
*/

a {
	color:#648F00;
	text-decoration:none;
}

a:link {
	color:#648F00;
	text-decoration:none;
}

a:visited {
	color:#648F00;
	text-decoration:none;
}

a:active {
	color:#648F00;
	text-decoration:none;
}

a:hover {
	color:#D5E0BA;
	text-decoration:underline;
}

html {
	text-align:center;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: url('../img/bgnew.jpg') 0px 0px repeat;
	text-align:center;
	color:#000;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
	border:0px;
}

#page {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:0px;
	background: url('../img/bg_page.gif') 0px 0px repeat-y;
	background-color:#fff;
	text-align:left;
}

#top {
	height:125px;
	background: url('../img/bg_top.gif') 0px 0px repeat-y;
	text-align:left;
	position:relative;
	z-index:1;
}

#top #logo {
	padding:14px 0px 0px 26px;
}

#top #menu {
	position:absolute;
	top:27px;
	left:250px;
}

#top #menu a {
	float:left;
	margin-right:9px;
}

#top #menu a.sel {
	float:left;
}

#top #menuprod {
	position:absolute;
	top:50px;
	left:410px;
	z-index:3;
	visibility:hidden;
	display:none;
}

#menuprod a {
	color:#D69764;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}

#menuprod a:hover {
	color:#010168;
	text-decoration:none;
}

#menuprod_prof {
	position:absolute;
	top:50px;
	left:520px;
	background-color:#fff;
	background: url("../img/bg_sm.gif") 0px 0px repeat-x;
	border:1px solid #fff;
	z-index:3;
	visibility:hidden;
	display:none;
}

#menuprod_prof a {
	display:block;
	margin:0px;
	padding:2px 10px 2px 10px;
	color:#010168;
	font-weight:bold;
	border-bottom:1px solid #D89966;
	border-top:1px solid #fff;
}

#menuprod_hob {
	position:absolute;
	top:65px;
	left:520px;
	background-color:#fff;
	background: url("../img/bg_sm.gif") 0px 0px repeat-x;
	border:1px solid #fff;
	z-index:3;
	visibility:hidden;
	display:none;
}

#menuprod_hob a {
	display:block;
	margin:0px;
	padding:2px 10px 2px 10px;
	color:#010168;
	font-weight:bold;
	border-bottom:1px solid #D89966;
	border-top:1px solid #fff;
}

#menu_hide {
	position:absolute;
	top:85px;
	left:0px;
	z-index:2;
}

#top #search {
	position:absolute;
	top:13px;
	left:645px;
}

#search input.q {
	border:1px solid #D69764;
	width:88px;
	font-size:10px;
	height:15px;
	float:left;
}

#search input.s {
	border:0px;
	background: url('../img/btn_search.gif') 0px 0px no-repeat;
	width:19px;
	font-size:10px;
	height:19px;
	float:left;
}

#top #corner {
	position:absolute;
	width:232px;
	height:36px;
	top:89px;
	right:1px;
}

/*
OLD HOMEPAGE
*/

#hp {
	position:relative;
	height:394px;
	background: url('../img/main_hp.jpg') 0px 0px no-repeat;
	z-index:0;
}

#hp #news{
	position:absolute;
	top:144px;
	left:508px;
	width:251px;
	border-top:1px solid #F1B647;
}

#news ul {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

#news ul li {
	color:#fff;
	border-top:1px solid #F1B647;
	padding:9px 10px 8px 12px;
	list-style-image: none;
	list-style-type: none;
	background: url('../img/tick.gif') 3px 13px no-repeat;
}

#news a {
	color:#fff;
}

#news a:active {
	color:#fff;
}

#news a:visited {
	color:#fff;
}

#news a:hover {
	color:#fff;
}

#hp #dnmenu {
	position:absolute;
	top:373px;
	left:22px;
}

#dnmenu a {
	float:left;
	z-index:1;
}

#dnmenufix a {
	float:left;
	padding-right:1px;
	z-index:1;
}


.zl {
	float:left;
}

#hp #banners {
	position:absolute;
	top:145px;
	left:22px;
}

#hp #flashmenu {
	position:absolute;
	top:143px;
	left:11px;
	z-index:0;
}

#hpnew #flashmenunew {
	position:absolute;
	top:343px;
	left:43px;
	z-index:1;
}

/*
NEW HP
*/
#hpnew {
	position:relative;
	height:611px;
	background: url('../img/main_hp_new1024.jpg') 0px 0px no-repeat;
	z-index:0;
}

#hpnew #dnmenu {
	position:absolute;
	top:589px;
	left:53px;
}

#hpnew #news{
	position:absolute;
	top:230px;
	left:55px;
	width:351px;
}

#news ul {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	border-top:1px solid #ab7f3c;
}

#hpnew #news ul li {
	border-top:0px;
	border-bottom:1px solid #ab7f3c;
	background: url('../img/tick.gif') 3px 8px no-repeat;
	padding:5px 5px 5px 25px;
}

#content {
	position:relative;
	background: url('../img/bg_content.gif') bottom left no-repeat;
}

#content #pghead {
	background: url('../img/bg_head_new.gif') 0px 0px no-repeat;
	height:110px;
}

#pghead h1 {
	color:#fff;
	font-weight:normal;
	margin:0px;
	font-size:20px;
	padding:12px 0px 3px 76px;
}

#content #contentmenu {
	padding-left:76px;
}

#contentmenu a {
	color:#fff;
	font-weight:bold;
	padding: 2px 3px 2px 3px;
}

#contentmenu a:hover {
	color:#003062;
	background-color:#fff;
	text-decoration:none;
}

#contentmenu a.sel {
	color:#003062;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding: 2px 3px 2px 3px;
}

#content #pgcontent {
	padding-left:76px;
	width:380px;
	clear:both;
	line-height:16px;
}

#content #pgcontents {
	padding-left:76px;
	width:750px;
	clear:both;
	line-height:16px;
}

#pgcontents h1 {
	margin:0px;
	padding:0px;
	color:#020067;
	font-weight:normal;
	font-size:20px;
	margin-bottom:15px;
	line-height:25px;
}

#pgcontents h3 {
	margin:0px;
	padding:0px;
	color:#020067;
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
}

#pgcontents p {
	margin-top:0px;
	padding-top:0px;
}

#content #dnmenu {
	padding:22px;
	clear:both;
}

#content #dnmenufix {
	position:absolute;
	left:22px;
	bottom:0px;
}

#content #ill {
	position:absolute;
	top:0px;
	right:1px;
}

#content #pgheads {
	background: url('../img/bg_head_simple_new.gif') 0px 0px repeat-y;
	height:80px;
}

#content #pgheadtxt {
	height:15px;
}

#pgheads h1 {
	color:#fff;
	font-weight:normal;
	margin:0px;
	font-size:20px;
	padding:16px 0px 3px 76px;
/*	line-height:25px; */
}

/*
Produkty
*/

#content #pgheadprod {
	height:25px;
}

#pgheadprod h1 {
	color:#020067;
	font-weight:normal;
	margin:0px;
	font-size:20px;
	padding:0px 0px 0px 48px;
}

#prod {
	width:759px;
	clear:both;
}

#prodmenu {
	position:absolute;
/*	float:right; */
	right:51px;
	top:25px;
	width:172px;
	text-align:left;
	background-color:#D8A863;
	line-height:16px;
}

#prodmenu h2 {
	color:#fff;
	margin:0px;
	padding:5px 0px 0px 15px;
	font-weight:both;
	font-size:18px;
}

#prodmenu h3 {
	color:#fff;
	margin:0px;
	padding:1px 0px 2px 15px;
	font-weight:both;
	font-size:14px;
}

#prodmenu ul {
	margin:0px;
	padding:0px 0px 5px 0px;
	list-style-image: none;
	list-style-type: none;
	border-top:1px solid #F8EDCF;
}

#prodmenu ul li {
	margin:0px;
	padding:4px 0px 0px 13px;
	list-style-image: none;
	list-style-type: none;
}

#prodmenu ul a {
	color:#fff;
	font-weight:bold;
	padding: 2px 3px 2px 3px;
}

#prodmenu ul a:hover {
	color:#003062;
	background-color:#fff;
	text-decoration:none;
}

#prodmenu ul a.sel {
	color:#003062;
	background-color:#fff;
	text-decoration:none;
	padding: 2px 3px 2px 3px;
}

#prodtxt {
	width:630px;
	padding: 0px 0px 0px 50px;
}

#prodtxt h2 {
	border:0px;
	font-size:14px;
	font-weight:bold;
	color:#020067;
	margin:0px;
	padding:0px 0px 6px 0px;
}

#prodtxt h2.line {
	border:0px;
	font-size:14px;
	font-weight:bold;
	color:#020067;
	margin:0px;
	margin:8px 0px 0px 0px;
	padding:8px 0px 15px 0px;
	border-top:1px solid #E8C39D;
}

#prodtxt h3 {
	border:0px;
	font-size:12px;
	font-weight:bold;
	color:#020067;
	margin:0px;
	padding:0px 0px 1px 0px;
}

#prodtxt h3.line {
	border:0px;
	font-size:12px;
	font-weight:bold;
	color:#020067;
	margin:0px;
	margin:8px 0px 0px 0px;
	padding:8px 0px 1px 0px;
	border-top:1px solid #E8C39D;
}

.line {
	border:0px;
	font-size:1px;
	margin:0px;
	margin:8px 0px 0px 0px;
	padding:8px 0px 1px 0px;
	border-top:1px solid #E8C39D;
	clear:both;
}

#foot {
	background: url('../img/bg_footnew.gif') 0px 0px repeat-x;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:3px 0px 0px 0px;
	text-align:left;
	color:#fff;
}

.foto {
	width:120px;
	float:left;
	margin-right:40px;
	margin-top:20px;
	text-align:center;
}

ul.list {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

ul.list li {
	padding:0px 0px 15px 20px;
	font-weight:bold;
	list-style-image: none;
	list-style-type: none;
	background: url('../img/li.gif') 0px 2px no-repeat;
}

ul.newsp {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

ul.newsp li {
	padding:0px 0px 15px 20px;
	font-weight:normal;
	list-style-image: none;
	list-style-type: none;
	color:#D8A863;
	background: url('../img/li.gif') 0px 18px no-repeat;
}

ul.newsp li a {
	font-weight:bold;
}

ul.newsps {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

ul.newsps li {
	padding:0px 0px 15px 20px;
	font-weight:normal;
	list-style-image: none;
	list-style-type: none;
	color:#D8A863;
	background: url('../img/li.gif') 0px 2px no-repeat;
}

ul.newsps li a {
	font-weight:bold;
}


a.back {
	padding-left:20px;
	background: url('../img/arrbb.gif') top left no-repeat;
	font-weight:bold;
	font-size:12px;
	display:block;
	margin-top:10px;
}

/*
Form: napiste nam
*/

#napiste {
	font-weight:bold;
	color:#030068;
	font-size:11px;
}

#napiste input.j {
	width:370px;
	border:1px solid #D8A863;
	background-color:#FBF6EF;
	margin-bottom:10px;
}

#napiste input.e {
	width:370px;
	border:1px solid #D8A863;
	background-color:#FBF6EF;
	margin-bottom:10px;
}

#napiste select {
	width:370px;
	border:1px solid #D8A863;
	background-color:#FBF6EF;
	margin-bottom:10px;
}

#napiste textarea.t {
	width:370px;
	height:98px;
	border:1px solid #D8A863;
	background-color:#FBF6EF;
	margin-bottom:10px;
}

#napiste input.s {
	padding:0px;
	margin:0px;
	width:370px;
	background: url('../img/arrb.gif') top right no-repeat;
	padding-right:20px;
	padding-left:300px;
	text-align:right;
	border:0px;
	background-color:#FFF;
	margin-bottom:25px;
	color:#648F00;
	font-weight:bold;
	font-size:12px;
}