body{
	margin: 0 0 15px;
	padding: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font: 62.5%/1.15  Arial, sans-serif;
}
/* =Structure
----------------------------------------------- */
#content{
	padding-left: 227px; /* see ltIE7 */
	padding-right: 55px;
	padding-bottom: 108px;
	background-image: url(../images/faux-column.png);
	background-repeat: repeat-y;
	color: #2D6413;
	width: 716px;	
	font-family: Tahoma !important;
	font-size: 11px;
/*	max-width: 716px;  see ltIE7 ; body bg appears */
}

#content:after, #preview:after, .iso:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* =Navigation
----------------------------------------------- */
/* don't link to current page - substitute <a> with <span> */
#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 370px;
	top: 105px;
	width: 590px; /* temp? */
}

#nav li{
	float: left;
	margin-left: 13px;
	padding-right: 13px;
	line-height: 34px;
/*	border: solid 1px white; */

}

#nav li#first{
	margin-left: 8px;
}

#nav li.active{
	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	background-image: url(../images/tab-left.png);
	background-repeat: no-repeat;
	line-height: 14px;
}


#nav li.active#first{
	margin-left: 5px;
}

#nav li a{
	padding-left: 16px;
	background-image: url(../images/tab-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#nav li.active a,
#nav li.active span{
	padding: 9px 13px 13px 24px; /* see ltIE7 */
	display: -moz-inline-box;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../images/tab-right.png);
	/*border: solid 1px white;*/
}

ul#nav li.active a,
ul#nav li.active span{
	display: inline-block; /* overwrites -moz-inline-box */
}

#nav li.active#first a,
#nav li.active#first span{
	background-image: url(../images/tab-right-za-florina.png);
}

/* =Sub Navigation
----------------------------------------------- */
#nav-sub{
	margin: 0;
	padding: 0;
	width: 191px;
	float: left;
	margin-right: -227px; /* see ltIE7 */
	list-style: none;
	font-family: Arial;
	font-size: 1.2em !important;
	font-weight: bold;
	line-height: 1.25;
	position: relative;
	right: 227px; /* see ltIE7 */
}

#nav-sub li{
	padding-top: 12px;
	padding-bottom: 10px;	
}

#nav-sub li,
#nav-sub a{
	padding-left: 31px;
	background-repeat: no-repeat;
	background-position: 12px 52%;
	padding-right: 3px;
}

#nav-sub li.active{
	padding-top: 1em;
	padding-bottom: .85em;
	background-color: #CF0D01;
	background-image: url(../images/sub-nav-arrow-active.png);
	padding-right: 5px;
}

#nav-sub li.active a{
	margin-left: -31px;
	color: white;
	background-image: url(../images/sub-nav-arrow-active.png)
}

#nav-sub li.active_down{
	padding-top: 1em;
	padding-bottom: .85em;
	background-color: #CF0D01;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	padding-right: 5px;
}

#nav-sub li.active_down a{
	margin-left: -31px;
	color: white;
	background-image: url(../images/arrow_down.png)
}

#nav-sub a{
	margin-left: -31px;
	background-image: url(../images/sub-nav-arrow.png);
}

/* =Header
----------------------------------------------- */
#logo{
	margin: 0 0 86px ;
	background: url(../images/header.jpg) #FFFFFF no-repeat 322px 0;
	color: inherit;
	width: 980px;
/*	max-width: 1000px;  see ltIE7 ; body bg appears */;
}

#logo a{
width: 360px;
	display: block;
}

#breadcrumbs{
	margin: 0;
	padding-top: 30px;
	padding-left: 32px;
	height: 31px;
	left: 0;
	top: 138px;
	position: absolute;
}

#breadcrumbs img{
	margin: auto -1px -1px;
	display: inline
}

#lang{
	margin: 0;
	padding: 9px 0 0;
	width: 308px;
	list-style: none;
	background-image: url(../images/leaf.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: lowercase;
	height: 37px;
	position: absolute;
	left: 31px;
	top: 112px;
}

#lang li{
	padding-right: 10px;
	display: inline;
}

#lang a{
	color: #000088;
}

#tools{
	margin: 0 0 -54px !important;
	padding-top: 34px;
	text-align: right;
	height: 20px;
	background-image: url(../images/tools-lines.png);
	background-repeat: no-repeat;
	background-position: 640px 34px; /* see ltIE7 */
}

#tools img{
	display: inline;
	margin-left: 21px
}

#tools img#smallfont{
	margin-left: 6px
}

/* =Footer
----------------------------------------------- */
hr#footer{
	color: #BBC5E8;
	background-color: #BBC5E8;
	height: 1px;
	display: block;
	border: none;
	margin-top: 6px; /* see ltIE7 */
	margin-bottom: 0; /* see ltIE7 */

}

#address {
	overflow: hidden;
	padding: 10px 0 0 10px;
	
	color: #6D85CD;
	font-size: 12px;
}

	#address address {
		float: left;
		font-style: normal;
	}
	
	#address ul {
		float: left;
		margin-top: 0;
	}
		
		#address ul li {
			float: left;
			padding: 0 5px 0 5px;
			border-right: 1px solid #6D85CD;
		}
		
			#address ul a {
				font-weight: bold;
				color: #6D85CD;
			}
		
		#address ul .end {
			border: none;
		}
	
	#address #magstudio {
		float: left;
		margin-left: 40px;
	}


/* =Headings
----------------------------------------------- */
h1{
	margin: 0 auto 26px;
	padding-top: 28px;
	font-size: 2.4em;
}
h2{
	color: #BC2712;
	font-size: 1.3em;
	margin-top: 3em;
	margin-bottom: 1.5em;
	
}

div.border h2{
	margin-top: .5em
}

#syd{
	clear: both;
}

/* =Gallery
----------------------------------------------- */

#gallery{
	margin:0;
	padding:2em 0;
	clear: both;
	list-style: none
}
#pack li{
	float: left;
	margin-right: 5em;
	clear: both;
}
#gallery li{
	float: left;
	margin-right: 3em;
}

#gallery li img{
	margin-top: .4em;
}

/* =Products Intro
----------------------------------------------- */

p.produkti-intro{
	width: 363px;
	margin-top: 0 !important;
	margin-bottom: 1.5em !important;
	display: none
}

p.produkti-intro#linii{
	float: left;
	background-image: url(../images/produktovi-linii.jpg);
}

p.produkti-intro#ukazatel{
	float: right;
	margin-right: -29px;
	background-image: url(../images/plodov-ukazatel.jpg);
}

p.produkti-intro a{
	padding-top: 78px;
	display: block;
	color: #BC2712 !important;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
}

p.produkti-intro#linii a{
	padding-left: 210px;
}

p.produkti-intro#ukazatel a{
	padding-left: 229px;
}

div.produkti-intro{
	width: 348px;
	padding-left: 0px;
	padding-right: 15px;
	margin-top: 2em;
	position: relative;
	height: 190px;
	background: url(../images/verical-dots.png) no-repeat 145px 12px;
}

div.produkti-intro p.photo{
	float: left;
	margin-left: 0;
	position: relative;
}

div.produkti-intro#napitki p.photo,
div.produkti-intro#gazirani p.photo{
	right: 13px;
}

div.produkti-intro#piureta p.photo{
	top: 10px;
}

div.produkti-intro img.oshte{
	/*position: absolute;*/
	left: 155px; /* see ltIE7 */
	/*bottom: 20px;*/
	margin-top: 1em; 
}

div.produkti-intro h2{
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.4em;
}

div.produkti-intro h2,
div.produkti-intro p{
	margin-left: 155px;
}

div.produkti-intro a{
	color: #BC2712 !important;
	text-decoration: none;
}

div.produkti-intro#sokove,
div.produkti-intro#piureta{
	float: left;
}

div.produkti-intro#napitki,
div.produkti-intro#gazirani{
	float: right;
	margin-right: -29px;
}

/* =Sudurjanie
----------------------------------------------- */

.iso{
	clear: both;
	WIDTH: 680px
}	
.sudurjanie{
	width: 324px;
	margin:0;
	padding:0;
	line-height: 1.6em;
}


dl.left{
	float: left;
	margin-top: 16px
}

dl.right{
	float: RIGHT
}

.sudurjanie dt{
	width: 161px; 
	/*font-weight: bold;*/
	float: left;
	padding-left: 2px;
}
.sudurjanie dt span{
	/*font-weight: bold;*/
}

.sudurjanie dt.odd{
	background: #FCE7D2;
}

.sudurjanie dd.odd{
	background: #FDF3E9;
}

.sudurjanie dd{
	margin:0;
	padding:0;
	width: 150px; /* see ltIE7 */
	float: right;
	text-align: right;
	padding-right: 2px
}
.sudurjanie dd.left{
	margin:0;
	padding:0;
	width: 161px;
	float: left;
	text-align: left;
	padding-right: 2px;
}

/* =Preview
----------------------------------------------- */

#preview{
	width: 312px; /* see ltIE7 */
	float: right;
	margin-left: 85px;
	text-align: center;
}

#preview p{
	margin: 0 !important;

}

#preview #zoom{
	margin: 1em auto 2em !important;
	clear: both;
}

#preview #zoom img{
	display: inline !important;
	position: relative;
	right: 8px;
	top: 3px
}

#preview a{
	color: #BC2712 !important
}

#small img{
	display: inline;
	margin:auto 10px
}


/* Common =Colors
----------------------------------------------- */
#nav a,
#nav-sub li,
#nav span,
#breadcrumbs,
#breadcrumbs a,
#lang{
	color: #FFFFFF;
}

#nav-company,
#nav-company a,
#web-design,
#web-design a{
	color: #7893D6
}

#nav-sub a,
h1,h2{
	color: #D10B00;
}

/* Common =Typography
----------------------------------------------- */
#lang,
#breadcrumbs,
#content p,
#content ul,
#content ol,
#content dl,
#copyright,
#nav-company,
#web-design{
	font-size: 1.1em;
}

#lang,
#breadcrumbs{
	font-family: Tahoma, verdana;
}

#nav a,
#nav-sub a,
#lang a,
#web-design a{
	text-decoration: none;
}

/* =Misc
----------------------------------------------- */
#content a{
	color: #E56229
}

img{
	border: none;
	display: block;
}

hr{
	display: none;
}

#skip-nav{
	position: absolute;
	top: -100px;
}

#content p{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content .photo{
	margin-top: 0;
	width: auto;
}

#content .photo_manager {
	margin-top: 0;
	width: auto;
	float: right;
}

#content .photo_news {
	margin-top: 0;
	width: auto;
	float: left;
	margin-right: 5px;
}

.subtitle{
	color: #D10B00;
}

div.border{
	background: url(../images/horiz_border.png) repeat-x;
	padding-top: .2em; /* see ltIE7 */
	margin-top: 4em
}

h2.question{
	padding-top: .70em;
	padding-bottom: .70em;
	background-color: #FDF1E3;
}
.news{
	color: #E56229;
}

p.produkti-listed{
	width: 726px;
	margin-top: 0 !important;
	margin-bottom: 1.5em !important;
}

p.produkti-listed a{
	padding-top: 78px;
	display: block;
	color: #BC2712 !important;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
}

p.produkti-listed#linii a{
	padding-left: 210px;
}

p.produkti-listed#ukazatel a{
	padding-left: 229px;
}

div.produkti-listed{
	width: 690px;
	padding-left: 0px;
	padding-right: 15px;
	margin-top: 2em;
	position: relative;
	height: 150px;
	background: url(../images/verical-dots.png) no-repeat 145px 0px;
}

div.produkti-listed p.photo{
	float: left;
	margin-left: 0;
	position: relative;
}

div.produkti-listed p.photo{
	top: 10px;
}

div.produkti-listed img.oshte{
	position: absolute;
	left: 170px; /* see ltIE7 */
	bottom: 20px;
}

div.produkti-listed h2{
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.4em;
}

div.produkti-listed span.moreinfo{
	display: block;
	position: absolute;
	left: 170px;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #BC2712;
}
div.produkti-listed h2,
div.produkti-listed p{
	margin-left: 170px;
}

div.produkti-listed a{
	color: #BC2712 !important;
	text-decoration: none;
}

div.productslist_filter_outer {
	background: url(../images/bananabg.gif) no-repeat left;
	height: 39px;
	padding-left: 4px;
}

p.productslist_filter_inner {
	background: url(../images/bananabg.gif) no-repeat right;
	height: 29px;
	color: black;
	font-family: Helvetica, Verdana;
	font-size: 1.1em !important;
	padding: 10px 0 0 5px;
	margin:0 !important
}


p.productslist_filter_inner a{
	color: #000 !important;
	text-decoration: none;
}

p.productslist_filter_inner a#sel_page{
	font-weight: bold;
}

p.productslist_filter_inner a:hover{
	color: #000 !important;
	text-decoration: underline;
}

p.productslist_filter_inner select {
	font-size: 11px;
	vertical-align: middle;
}

p.productslist_filter_inner img {
	display: inline;
	vertical-align: middle;
}

#gallery li{
	/*float: left;*/
	width: 120px;
	height: 130px;
}


/* */
ul {
	list-style:none;
}

#bottom_part {
	width: 1000px;
	/*height: 30px;*/
	padding-top: 10px;
}
.copyright {
	float: left;
	padding: 2px 0 0 35px;
	font-size: 12px;
	color: #6D85CD;
}

#menu_btm {
	float: left;
	width: 400px;
}

#menu_btm li {
	float: left;
	color: #6D85CD;
}

#left_part_home {
	float: right;
	width: 226px;
	margin-top: 75px;
	padding-top: 33px;
	background: url(../images/site_img/bg_right_part_home.gif);
}
#left_part {
	float: right;
	width: 226px;
	margin-top: 75px;
	padding-top: 20px;
	background: url(../images/site_img/bg_right_part.gif) no-repeat;
}
#menu_left {
	width: 225px;
	padding-bottom: 25px;
	background: #ca3b33 url(../images/site_img/bg_menu_right.gif) no-repeat bottom;
}
#menu_left li {
	padding: 6px 0 6px 0;
	background: url(../images/site_img/point_menu_right.gif) repeat-x bottom;
	font:11px Arial,Tahoma,Verdana, Helvetica, sans-serif;
}
#menu_left li span {
	color: #f4c300;
	margin-left: 10px;
}
#menu_left li a {
	margin-left: 10px;
	font:11px Arial,Tahoma,Verdana, Helvetica, sans-serif;
	color: #fdd1c5;
}
#menu_left li h4 {
	margin-left: 10px;
	font-size: 18px;
	color: #ffffff;
}
#menu_left li.noline {
	background:none;
	padding-bottom: 0;
}
#menu_left li ul {
	margin-top: 6px;
	background: #97332c url(../images/site_img/point_menu_right_active.gif) repeat-x bottom;
}
#menu_left li ul li {
	padding-left: 14px;
	background: none;
	color: #f4c300;
}
#menu_left li ul li a {
	margin-left: 0;
	color: #ffffff;
}
p.produkti-listed{
	width: 726px;
	margin-top: 0 !important;
	margin-bottom: 1.5em !important;
}

p.produkti-listed#linii{
	float: left;
	background-image: url(../images/produktovi-linii.jpg);
}

p.produkti-listed#ukazatel{
	float: right;
	margin-right: -29px;
	background-image: url(../images/plodov-ukazatel.jpg);
}

p.produkti-listed a{
	padding-top: 78px;
	display: block;
	color: #BC2712 !important;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
}

p.produkti-listed#linii a{
	padding-left: 210px;
}

p.produkti-listed#ukazatel a{
	padding-left: 229px;
}

div.produkti-listed{
	width: 690px;
	padding-left: 0px;
	padding-right: 15px;
	margin-top: 2em;
	position: relative;
	height: 150px;
}

div.produkti-listed p.photo{
	float: left;
	margin-left: 0;
	position: relative;
}

div.produkti-listed p.photo{
	top: 10px;
}

div.produkti-listed img.oshte{
	position: absolute;
	left: 155px; /* see ltIE7 */
	bottom: 20px;
}

div.produkti-listed h2{
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.4em;
}

div.produkti-listed span.moreinfo{
	display: block;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #BC2712;
}
div.produkti-listed h2,
div.produkti-listed p{
	margin-left: 155px;
}

div.produkti-listed a{
	color: #BC2712 !important;
	text-decoration: none;
}

div.productslist_filter_outer {
	background: url(../../images/site_img/bananabg.gif) no-repeat left;
	height: 39px;
	padding-left: 4px;
}

p.productslist_filter_inner {
	background: url(../../images/site_img/bananabg.gif) no-repeat right;
	height: 29px;
	color: black;
	font-family: Helvetica, Verdana;
	font-size: 1.1em !important;
	padding: 10px 0 0 5px;
}


p.productslist_filter_inner a{
	color: #000 !important;
	text-decoration: none;
}

p.productslist_filter_inner a#sel_page{
	font-weight: bold;
}

p.productslist_filter_inner a:hover{
	color: #000 !important;
	text-decoration: underline;
}

p.productslist_filter_inner select {
	font-size: 11px;
	vertical-align: middle;
}

p.productslist_filter_inner img {
	display: inline;
	vertical-align: middle;
}

select {
	width: 140px;
}

/* text size */
.normal_text_size { font-size: 11px !important; }
.bigger_text_size { font-size: 13px !important; }

.coctail{
	
	background: url(../../images/site_img/coctail.jpg) no-repeat 0 -50px;
}

.new{
	border:medium none;
	display:inline;
}


/* syles for the submenu of "other info"
-----------------------------------------*/

.sub_menu {

}

ul.sub_menu  {
	padding-left:0px; 
	margin:0; 
	height:100%;
}
ul.sub_menu li {
	color:#E9622B !important;
	border-bottom: 1px solid !important;
	z-index:10 !important;
	position:relative !important;
}

ul.sub_menu li.active_lnk {
	
	background: url(../images/faux-column.png) repeat-y !important;
	border-bottom: 1px solid !important;
	clear:both;
	float:left;
	width:82%;
}

ul.sub_menu li.inactive {
	/*background: transparent url(../images/sub-nav-arrow-active.png) center left no-repeat  !important; */
	background-color: #FFFFFF !important;
	z-index:10 !important;
	position:relative !important;
	background: transparent url(../images/bkg_line.png) bottom left !important; 
	clear:both;
	float:left;
	width:82%;
}

.sub_menu_cl {
	padding-left: 20px;
	font-size:12px;
	z-index:100;
	position:relative;
}

div.inacitve_cl {
	color:#CF0D01;
}

.newsdiv {
}

.newsdiv ol {
	padding-left:120px;
}

