@charset "utf-8";
/* CSS Document */

/*
 * Project: Franck
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body {
	border-top: 4px solid #0d0d0a;
	background: url(../images/site/bck/body_bck.jpg) center top;
	font-family: Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper_outer {
	background: url(../images/site/bck/wrapper_left_bck.png) left top repeat-y;
}

#wrapper_inner {
	background: url(../images/site/bck/wrapper_right_bck.png) right top repeat-y;
}

#wrapper_head {
	background: url(../images/site/bck/header_bck.jpg) center top repeat-x;
}

#wrapper {
	width: 1003px;
	margin: 0px auto;
}

/*
#top_1 {
	background: url(../images/site/bck/header_right_bck.png) right top no-repeat;
}

#top_2 {
	background: url(../images/site/bck/header_left_bck.png) left top no-repeat;
}
*/

/* --------------------------------------------------------------------------------------------- wrapper */

#header {
	position: relative;
	height: 290px;
}

#header h1 {
	position: absolute;
	top: 59px;
	left: 19px;
	width: 909px;
	height: 150px;
	padding: 36px 0px 0px 60px;
	background: url(../images/site/bck/h1_bck_01.jpg) 0px 0px no-repeat;
	z-index: 5;
}

body.products #header h1 {
	background: url(../images/site/bck/h1_products_bck.jpg) 0px 0px no-repeat;
}


body.about #header h1 {
	background: url(../images/site/bck/h1_about_bck.jpg) 0px 0px no-repeat;
}

body.new #header h1 {
	background: url(../images/site/bck/h1_new_bck.jpg) 0px 0px no-repeat;
}

body.promotions #header h1 {
	background: url(../images/site/bck/h1_promotions_bck.jpg) 0px 0px no-repeat;
}

body.tea #header h1 {
	background: url(../images/site/bck/h1_tea_bck.jpg) 0px 0px no-repeat;
}

body.coffee #header h1 {
	background: url(../images/site/bck/h1_coffee_bck.jpg) 0px 0px no-repeat;
}

body.snack #header h1 {
	background: url(../images/site/bck/h1_snack_bck.jpg) 0px 0px no-repeat;
}

body.rest #header h1 {
	background: url(../images/site/bck/h1_rest_bck.jpg) 0px 0px no-repeat;
}

body.export #header h1 {
	background: url(../images/site/bck/h1_new_bck.jpg) 0px 0px no-repeat;
}

#header .menu {
	position: absolute;
	z-index: 10;
	width: 1003px;
	height: 300px;
}

#header #navigation {
	position: absolute;
	top: 7px;
	left: 44px;
}

#header #navigation > li {
	float: left;
	width: 186px;
	height: 32px;
	position: relative;
}

#header #navigation > li > a {
	display: block;
	width: 186px;
	height: 32px;
	text-indent: -10000px;
	background: url(../images/site/content/header.png) 0px 0px no-repeat;
	overflow: hidden;
}
#en #header #navigation > li > a {
	display: block;
	width: 186px;
	height: 32px;
	text-indent: -10000px;
	background: url(../images/site/content/header_en.png) 0px 0px no-repeat;
	overflow: hidden;
}

#header #navigation > li.products, #en #header #navigation > li.products {
	width: 186px;
}

#header #navigation > li.products > a, #en #header #navigation > li.products > a {
	width: 186px;
	background-position: 0px 0px;
}

#header #navigation > li.news, #en #header #navigation > li.news {
	width: 196px;
}

#header #navigation > li.news > a, #en #header #navigation > li.news > a {
	width: 196px;
	background-position: -186px 0px;
}

#header #navigation > li.promotions {
	width: 185px;
}

#header #navigation > li.promotions > a, #en #header #navigation > li.promotions > a {
	width: 185px;
	background-position: -382px 0px;
}

#header #navigation > li.about {
	width: 184px;
}

#header #navigation > li.about > a, #en #header #navigation > li.about > a {
	width: 184px;
	background-position: -567px 0px;
}

#header #navigation > li.export {
	width: 171px;
}

#header #navigation > li.export > a, #en #header #navigation > li.export > a {
	width: 171px;
	background-position: -751px 0px;
}#header #navigation li .sub {	visibility: hidden;	width: 186px;	background: url(../images/site/bck/navigation_sub_bck.png) left bottom no-repeat;	font-size: 12px;}#header #navigation li .sub ul {	padding: 4px 0px;}#header #navigation li .sub ul li {	padding: 3px;}
#header #navigation li .sub a {
	color: #fff;
	padding: 4px;
}

#header #navigation li .sub a:hover {
	text-decoration: underline;
}

#header .search_site {
	position: absolute;
	top: 59px;
	top: 258px;
	left: 816px;
	width: 173px;
	height: 20px;
	z-index: 10;
}

#header .search_site .form_textfield label {
	display: none;
}

#header .search_site .form_textfield input {
	float: left;
	width: 130px;
	height: 17px;
	padding: 3px 4px 0px 4px;
	font-size: 10px;
	color: #da7861;
	background: url(../images/site/bck/search_site_bck.png) 0px 0px no-repeat;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header .search_site .form_submit .submit {
	border: 0px;
	width: 35px;
	height: 20px;
	background: url(../images/site/bck/search_site_bck.png) right 0px no-repeat;
	cursor: pointer;
}
#header .change_lang { position: absolute; top: 258px; left: 20px;	z-index: 10; width: 110px; background: url(../images/site/bck/search_site_bck.png) 0px 0px no-repeat;
	font-size: 10px; color:#DA7861; padding: 3px 0 0 4px; height: 17px;
}
ul#change_lang { position: absolute; top: 257px; left: 330px; z-index: 10;width: 86px; float: right; }
ul#change_lang li { list-style: none; float: left; }
ul#change_lang li a { width: 43px; height: 23px; display: block; text-indent: -9999px; }
ul#change_lang li a.HR { background: url(../images/site/content/lang.png) -131px 0px no-repeat; }
ul#change_lang li a.EN { background: url(../images/site/content/lang.png) 0px 0px no-repeat; }
ul#change_lang li a.HR.selected { background: url(../images/site/content/lang.png) -43px 0px no-repeat; }
ul#change_lang li a.EN.selected { background: url(../images/site/content/lang.png) -88px 0px no-repeat; }
/* --------------------------------------------------------------------------------------------- content */

#content {
	background: url(../images/site/bck/content_bck.png) center bottom no-repeat;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	float: right;
	width: 656px;
	margin-right: 15px;
	background: url(../images/site/bck/primary_bck.png) left top no-repeat;
}

#primary > .outer {
	background: url(../images/site/bck/primary_bck.png) right bottom no-repeat;
	padding: 20px 0px 84px 0px;
}

#primary > .outer > .inner {
	background: #fff;
}

#primary #povijest {
	margin: -20px 0px 10px 8px;
}

#primary h2 {
	margin: 0px 0px 10px 24px;
	font-size: 20px;
	font-weight: normal;
	color: #c30003;
}

#primary .article_menu {
	float: right;
	width: 120px;
	padding: 14px 0px 20px 14px;
	border-left: 1px dotted #c4c4c4;
}

#primary .article_menu.no_body {
	float: right;
	width: 290px;
	padding: 4px 14px 0px 0px;
	border: 0px;
}

#primary .article_menu li {
	float: left;
	margin-bottom: 9px;
}

#primary .article_menu.no_body li {
	margin-right: 14px;
}

#primary .article_menu li a {
	display: block;
	width: 99px;
	height: 13px;
	background: url(../images/site/content/article_menu.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
#en #primary .article_menu li a {
	background: url(../images/site/content/article_menu_en.png) 0px 0px no-repeat;
}
#primary .article_menu li.friend a, #en #primary .article_menu li.friend a {
	background-position: 0px -13px;
}

#primary .article_menu li.print a, #en #primary .article_menu li.print a {
	background-position: 0px -26px;
	width: 50px;
}

#primary .article_menu.no_body li.logout, #en #primary .article_menu.no_body li.logout {
	float: right;
}

#primary .article_menu li.logout a, #en #primary .article_menu li.logout a {
	background-position: 0px -39px;
	width: 62px;
}

#primary .artukovic {
/*	float: left;
	margin: 0px 10px 0px 20px;*/
}

#primary .milan {
	float: left;
	margin: 0px 10px 0px 20px;
}

#primary .citat {
	float: left;
	margin-bottom: 40px;
}

#primary .dubravko {
	float: left;
	margin: 30px 10px 0px 20px;
}

#primary .intro_text.article_text {
	font-size: 13px;
	color: #aaa;
	padding: 0px 0px 0px 24px;
	margin-bottom: 64px;
	width: 476px;
}

#primary .intro_text.article_text img {
	margin: 0px 0px 6px 200px;
}

#primary .intro_text.article_text p.name {
	margin: 0px 0px 0px 215px;
	width: 133px;
}

/* --------------------------------------------------------------------------------------------- login */

.login {
	margin-left: 100px;
	padding-bottom: 30px;
	width: 370px;
}

.login fieldset {
	border: 0px;
}

.login .form_textfield {
	border-right: 1px dotted #c4c4c4;
}

.login .note {
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #e31416;
	margin-left: 140px;
	text-align: center;
}

.login .form_textfield label {
	display: block;
	width: 124px;
	float: left;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #e31416;
	text-align: right;
	border-right: 1px dotted #c4c4c4;
	padding-right: 16px;
}

.login .form_textfield label {
	padding-top: 4px;
	padding-bottom: 5px;
}

.login .form_textfield p.error {
	font-size: 12px;
	line-height: 16px;
	color: #e31416;
	text-align: center;
	padding: 6px 4px;
}

.login .form_textfield.first label {
	padding-top: 23px;
	padding-bottom: 10px;
}

.login .form_textfield.last label {
	padding-bottom: 23px;
}

.login .form_textfield input {
	float: left;
	width: 193px;
	height: 21px;
	padding: 6px 6px 0px 6px;
	margin-left: 10px;
	font-size: 12px;
	color: #e31416;
	background: url(../images/site/content/login_form.png) right top no-repeat;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.login .form_textfield input.error {
	background: url(../images/site/content/login_form.png) right -27px no-repeat;
}

.login .form_textfield.first input {
	margin-top: 23px;
}

.login .form_submit .submit {
	border: 0px;
	width: 73px;
	height: 27px;
	margin: -10px 0px 0px 283px;
	background: url(../images/site/content/login_form.png) 0px -54px no-repeat;
	cursor: pointer;
}
#en .login .form_submit .submit {
	border: 0px;
	width: 73px;
	height: 27px;
	margin: -10px 0px 0px 283px;
	background: url(../images/site/content/login_form_en.png) 0px -54px no-repeat;
	cursor: pointer;
}

.login.forgot_password .form_submit .submit {
	background: url(../images/site/content/login_form.png) -0px -81px no-repeat;
	
}
#en .login.forgot_password .form_submit .submit {
	background: url(../images/site/content/login_form_en.png) -0px -81px no-repeat;
	
}

.login.register .form_submit .submit {
	border: 0px;
	width: 91px;
	height: 27px;
	margin: -10px 0px 0px 265px;
	background: url(../images/site/content/login_form.png) -73px -54px no-repeat;
	cursor: pointer;
}
#en .login.register .form_submit .submit {
	border: 0px;
	width: 91px;
	height: 27px;
	margin: -10px 0px 0px 265px;
	background: url(../images/site/content/login_form_en.png) -73px -54px no-repeat;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- node_list_1 */

.node_list_1 {
	margin: 10px 24px 0px 24px;
	clear: both;
}

.node_list_1 > li {
	padding-bottom: 40px;
}

.node_list_1 > li img.thumb {
	float: left;
	padding: 1px 4px 5px 2px;
	margin-top: 10px;
	background: url(../images/site/bck/thumb_01_bck.png) left bottom no-repeat;
}

.node_list_1.type_1 > li img.thumb {
	margin-top: 0px;
}

.node_list_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
}

.node_list_1.type_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #d90002;
}

.node_list_1 > li .selected .article_text.short,
.node_list_1 > li .article_text.full {
	display: none;
}

.node_list_1 > li .article_text.short,
.node_list_1 > li .selected .article_text.full {
	display: block;
}

.node_list_1 > li .article_text {
	width: 458px;
	float: right;
}

.node_list_1 > li .article_text img.more {
	margin: 0px 0px -3px 3px;
	cursor: pointer;
	float: none;
}

/* --------------------------------------------------------------------------------------------- node_list_2 */

.node_list_2 {
	margin: 0px 24px;
}

.node_list_2.vizija {
	width: 480px;
}

.node_list_2 > li {
	padding-bottom: 40px;
}

.node_list_2.vizija > li {
	width: 280px;
	float: right;
}

.node_list_2 > li h3 {
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
	margin-bottom: 8px;
}

.node_list_2.vizija > li h3 {
	width: 280px;
}

/*
.node_list_1.type_1 > li img.thumb {
	margin-top: 0px;
}

.node_list_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
}

.node_list_1.type_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #d90002;
}

.node_list_1 > li .selected .article_text.short,
.node_list_1 > li .article_text.full {
	display: none;
}

.node_list_1 > li .article_text.short,
.node_list_1 > li .selected .article_text.full {
	display: block;
}

.node_list_1 > li .article_text {
	width: 458px;
	float: right;
}

.node_list_1 > li .article_text img.more {
	margin: 0px 0px -3px 3px;
	cursor: pointer;
}
*/

/* --------------------------------------------------------------------------------------------- node_list_3 */

.node_list_3 {
	padding: 6px 0px 10px 24px;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 10px;
	width: 580px;
}

.node_list_3 li {
	cursor: pointer;
	padding: 2px;
}

.node_list_3 li:hover {
	background: #eee;
}

.node_list_3 li.no_bck {
	cursor: auto;
}

.node_list_3 li.no_bck:hover {
	background: transparent;
}

.node_list_3 li img.thumb {
	float: left;
	margin-right: 8px;
}

.node_list_3 li h4 {
	color: #c30003;
	font-size: 13px;
	line-height: 24px;
}

.node_list_3 li h4 a {
	color: #c30003;
}

.node_list_2 > li {
	padding-bottom: 40px;
}

.node_list_2 > li h3 {
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
	margin-bottom: 8px;
}

/* --------------------------------------------------------------------------------------------- article_text */

.article_text {
	font-size: 12px;
	line-height: 20px;
	color: #8f8c8c;
	text-align: justify;
}

body.rest .article_text,
body.tea .article_text,
body.snack .article_text {
	margin-top: 20px;
	display: none;
}

body.rest .article_text.show,
body.tea .article_text.show,
body.snack .article_text.show {
	display: block;
}

.article_text.alone {
	margin: 0px 24px;
}

.article_text p {
	margin: 0px 0px 6px 0px;
}

.article_text p.close {
	color: #c30003;
	cursor: pointer;
	background: url(../images/site/bck/bullet_01.png) 0px 4px no-repeat;
	padding-left: 14px;
}

.article_text a {
	color: #8f8c8c;
	text-decoration: underline;
}

.article_text a:hover {
	color: #fff;
	background-color: #8f8c8c;
	text-decoration: none;
}

.article_text a.noHover:hover {
	color: #8f8c8c;
	text-decoration: underline;
	background-color: #fff;
}

.article_text img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.article_text ul,
.article_text ol {
	margin: 0px 0px 6px 0px;
	padding-left: 20px;
}

.article_text ul li {
	padding-left: 14px;
	background: url(../images/site/bck/bullet_01.png) 0px 4px no-repeat;
	min-height: 20px;
}

.article_text ul li span {
	display: block;
	float: left;
	margin-right: 6px;
	width: 40px;
	text-align: right;
}

.article_text ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 10px;
}

.article_text table {
	border-collapse: collapse;
}

.article_text table td {
	border-right: 1px dotted #c4c4c4;
	vertical-align: top;
	text-align: left;
}

body.about .article_text table td {
	width: 150px;
}

body.about .article_text table td span {
	letter-spacing: -1px;
}

.article_text ul.gallery {
	margin: 0px;
	padding: 0px;
}

.article_text ul.gallery li {
	padding: 0px;
	background: none;
	float: left;
}

.article_text ul.gallery li a:hover {
	background-color: transparent;
}

.article_text ul.gallery li a img {
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
	margin-bottom: 8px;
}

.article_text ul.gallery li a img {
	float: left;
	padding: 1px 4px 5px 2px;
	margin: 10px 6px 0px 6px;
	background: url(../images/site/bck/thumb_01_bck.png) left bottom no-repeat;
}

.article_text h4.att_title {
	margin-top: 15px;
	font-size: 11px;
	color: #d90002;
}

/* --------------------------------------------------------------------------------------------- back_to_worlds */

.back_to_worlds {
	/*
	position: absolute;
	left: 332px;
	top: 8px;
	*/
	width: 654px;
	height: 79px;
	float: right;
	margin: 40px 15px 0px 0px;
}

.back_to_worlds li {
	float: left;
	width: 327px;
	height: 791px;
}

.back_to_worlds li a {
	display: block;
	width: 327px;
	height: 79px;
	background: url(../images/site/content/povratak_wide.jpg) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
#en .back_to_worlds li a {
	display: block;
	width: 327px;
	height: 79px;
	background: url(../images/site/content/povratak_wide_en.jpg) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.back_to_worlds li a:hover, #en .back_to_worlds li a:hover {
	background-position: 0px -79px;
}

.back_to_worlds li.katalog a, #en .back_to_worlds li.katalog a {
	background-position: -327px 0px;
}

.back_to_worlds li.katalog a:hover, #en .back_to_worlds li.katalog a:hover {
	background-position: -327px -79px;
}

.back_to_worlds li.cjenik a, #en .back_to_worlds li.cjenik a {
	background-position: -436px 0px;
}

.back_to_worlds li.cjenik a:hover, #en .back_to_worlds li.cjenik a:hover {
	background-position: -436px -81px;
}

/* --------------------------------------------------------------------------------------------- google_map */

.google_map {
	width: 606px;
	height: 460px;
	margin: 10px 0px 10px 24px;
	border: 1px solid #aaa;
}

.google_map small {
	display: none;
}

/* --------------------------------------------------------------------------------------------- products */

.products .primary {
	width: 318px;
	float: right;
}

#primary .products .primary h2 {
	margin: 0px 0px 44px 0px;
	font-size: 18px;
}

#primary .products .primary h2 span {
	float: left;
}
#primary .products .primary h2 img {
	float: left;
	margin: 5px 8px 0px 0px;
}

#primary .products .primary h3 {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #c30003;
}

#primary .products .primary .article_text {
	font-size: 12px;
	line-height: 18px;
	width: 280px;
}

#primary .products .primary .product_list {
	font-size: 12px;
	line-height: 20px;
	color: #959595;
}

#primary .products .primary .product_list a {
	color: #959595;
}

#primary .products .primary .product_list li.hover a {
	color: #c30003;
}

#primary .products .product_image_link {
	display: block;
	width: 316px;
	border-right: 1px dotted #c4c4c4;
}

#primary .products .product_image {
	display: block;
	margin: 0 auto;
}

/*
#primary .products .product_image {
	margin-left: 2px;
	border-right: 1px dotted #c4c4c4;
}
*/

#primary .products .product_images {
	border-right: 1px dotted #c4c4c4;
	width: 310px;
	margin-left: 10px;
}

body.snack #primary .products .product_images {
	margin-left: 0px;
}

#primary .products .product_images li {
	float: left;
	width: 155px;
	opacity: 0.4;
	min-height: 134px;
}

#primary .products .product_images li.active {
	opacity: 1;
}

#primary .products .product_images li img {
	margin-left: 7px;
}

body.snack #primary .products .product_images li img {
	margin-left: 0px;
}

/* --------------------------------------------------------------------------------------------- pagination */

.pagination {
	width: 603px;
	height: 20px;
	font-size: 12px;
	color: #c30003;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c1c1c1;
	margin-bottom: 10px;
}

.pagination a,
.pagination .page_info {
	color: #c30003;
	font-weight: normal;
}

.pagination a:hover {
	text-decoration: underline;
}

.pages {
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
}

.pages ul {
	list-style:none;
	position:relative;
	left:-50%;
}

.pagination li {
	float: left;
	margin: 0px 3px;
}

.pagination .page_info {
	clear: both;
	text-align: center;
}

/* --------------------------------------------------------------------------------------------- search_results */

.search_results {
	padding-left: 24px;
}

/* --------------------------------------------------------------------------------------------- video_popup */

.ui-dialog {
	background: url(../images/site/bck/plazma_v2.png) left top;
	height: 444px;
	position: relative;
}

.ui-dialog .ui-dialog-titlebar {
}

.ui-dialog .ui-dialog-title {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: block;
	float: right;
	width: 67px;
	height: 22px;
	background: url(../images/site/lightbox/lightbox-btn-close.gif);
	text-indent: -10000px;
	overflow: hidden;
	display: none;
}

.ui-dialog .ui-icon-closethick {
	
}

.ui-dialog .video_popup {
	margin-left: 2px;
	margin-top: 1px;
	margin: 55px 0px 0px 56px;
}

.ui-dialog button {
	position: absolute;
	top: 10px;
	left: 372px;
	width: 83px;
	height: 25px;
	background: url(../images/site/content/zatvori_tv.png) left top;
	border: 0px;
	cursor: pointer;
	text-indent: -10000px;
}
#en .ui-dialog button {
	position: absolute;
	top: 10px;
	left: 372px;
	width: 83px;
	height: 25px;
	background: url(../images/site/content/zatvori_tv_en.png) left top;
	border: 0px;
	cursor: pointer;
	text-indent: -10000px;
}

/* --------------------------------------------------------------------------------------------- videos_list */

.videos_list {
	margin: 0px 24px;
}

.videos_list > li {
	padding-bottom: 40px;
	cursor: pointer;
}

.videos_list > li img.thumb {
	float: left;
	padding: 1px 4px 5px 2px;
	background: url(../images/site/bck/thumb_01_bck.png) left bottom no-repeat;
}

.videos_list > li h3 {
	width: 458px;
	float: right;
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
}

.videos_list > li .article_text {
	width: 458px;
	float: right;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	float: left;
	width: 296px;
	margin-left: 34px;
}

#secondary h2.title {
	font-weight: normal;
	font-size: 25px;
	height: 38px;
	color: #c30003;
}

body.about #secondary h2.title {
	background: url(../images/site/content/sidemenu_about.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
body#en.about #secondary h2.title {
	background: url(../images/site/content/sidemenu_about_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

body.new #secondary h2.title {
	background: url(../images/site/content/sidemenu_new_in_franck.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
body#en.new #secondary h2.title {
	background: url(../images/site/content/sidemenu_new_in_franck_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

body.tea #secondary h2.title,
body.coffee #secondary h2.title,
body.snack #secondary h2.title,
body.rest #secondary h2.title {
	background: url(../images/site/content/sidemenu_products.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
body#en.tea #secondary h2.title,
body#en.coffee #secondary h2.title,
body#en.snack #secondary h2.title,
body#en.rest #secondary h2.title {
	background: url(../images/site/content/sidemenu_products_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

body.promotions #secondary h2.title {
	background: url(../images/site/content/sidemenu_promotions.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
body#en.promotions #secondary h2.title {
	background: url(../images/site/content/sidemenu_promotions_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li {
	font-size: 16px;
	width: 255px;
	/*height: 32px;*/
	line-height: 32px;
	color: #c30003;
	background: url(../images/site/bck/sidemenu_item_bck.png) right bottom no-repeat;
}

#secondary .sidemenu > li > a {
	color: #c30003;
	display: block;
	width: 255px;
	height: 32px;
}

body.about .sidemenu li > a {
	background: url(../images/site/content/sidemenu_about.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
body#en.about .sidemenu li > a {
	background: url(../images/site/content/sidemenu_about_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

body.new .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_new_in_franck.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
body#en.new .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_new_in_franck_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

body.tea .sidemenu > li > a,
body.coffee .sidemenu > li > a,
body.snack .sidemenu > li > a,
body.rest .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_products.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
body#en.tea .sidemenu > li > a,
body#en.coffee .sidemenu > li > a,
body#en.snack .sidemenu > li > a,
body#en.rest .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_products_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

body.promotions .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_promotions.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}
body#en.promotions .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_promotions_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#secondary .sidemenu > li.li_01 > a, #en #secondary .sidemenu > li.li_01 > a,
#secondary .sidemenu > li.history > a, #en #secondary .sidemenu > li.history > a {
	background-position: 0px -38px;
}

#secondary .sidemenu > li.li_02 > a, #en #secondary .sidemenu > li.li_02 > a,
#secondary .sidemenu > li.vision > a, #en #secondary .sidemenu > li.vision > a {
	background-position: 0px -70px;
}

#secondary .sidemenu > li.li_03 > a, #en #secondary .sidemenu > li.li_03 > a,
#secondary .sidemenu > li.prises > a, #en #secondary .sidemenu > li.prises > a {
	background-position: 0px -102px;
}

#secondary .sidemenu > li.li_04 > a, #en #secondary .sidemenu > li.li_04 > a,
#secondary .sidemenu > li.reach_us > a, #en #secondary .sidemenu > li.reach_us > a {
	background-position: 0px -134px;
}

#secondary .sidemenu > li.li_05 > a, #en #secondary .sidemenu > li.li_05 > a,
#secondary .sidemenu > li.contact > a, #en #secondary .sidemenu > li.contact > a {
	background-position: 0px -166px;
}

#secondary .sidemenu > li.li_06 > a,
#secondary .sidemenu > li.news > a, #en #secondary .sidemenu > li.news > a {
	background-position: 0px -198px;
}
#secondary .sidemenu > li.li_07 > a, 
#secondary .sidemenu > li.skupstina > a, #en #secondary .sidemenu > li.skupstina > a {
background-position:0 -230px;
}

#secondary .sidemenu > li > ul {
	margin-bottom: 6px;
	padding-bottom: 10px;
}

#secondary .sidemenu > li > ul > li {
	font-size: 15px;
	width: 220px;
	margin-left: 18px;
	padding-left: 16px;
	line-height: 20px;
	color: #696969;
	background: url(../images/site/bck/bullet_02.png) 0px 4px no-repeat;
}

#secondary .sidemenu > li > ul > li > a {
	color: #696969;
	display: block;
	width: 220px;
	height: 20px;
	overflow: hidden;
}

#secondary .sidemenu > li > ul.coffee_cats > li > a {
	background: url(../images/site/content/sidemenu_coffee.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
#en #secondary .sidemenu > li > ul.coffee_cats > li > a {
	background: url(../images/site/content/sidemenu_coffee_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul.tea_cats > li > a {
	background: url(../images/site/content/sidemenu_tea.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
#en #secondary .sidemenu > li > ul.tea_cats > li > a {
	background: url(../images/site/content/sidemenu_tea_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul.snack_cats > li > a {
	background: url(../images/site/content/sidemenu_snack.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
#en #secondary .sidemenu > li > ul.snack_cats > li > a {
	background: url(../images/site/content/sidemenu_snack_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul.rest_cats > li > a {
	background: url(../images/site/content/sidemenu_rest.png) 0px 0px no-repeat;
	text-indent: -10000px;
}
#en #secondary .sidemenu > li > ul.rest_cats > li > a {
	background: url(../images/site/content/sidemenu_rest_en.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul > li.li_sub_02 > a, #en #secondary .sidemenu > li > ul > li.li_sub_02 > a {
	background-position: 0px -20px;
}

#secondary .sidemenu > li > ul > li.li_sub_03 > a, #en #secondary .sidemenu > li > ul > li.li_sub_03 > a {
	background-position: 0px -40px;
}

#secondary .sidemenu > li > ul > li.li_sub_04 > a, #en #secondary .sidemenu > li > ul > li.li_sub_04 > a {
	background-position: 0px -60px;
}

#secondary .sidemenu > li > ul > li.li_sub_05 > a, #en #secondary .sidemenu > li > ul > li.li_sub_05 > a {
	background-position: 0px -80px;
}

#secondary .sidemenu > li > ul > li.li_sub_06 > a, #en #secondary .sidemenu > li > ul > li.li_sub_06 > a {
	background-position: 0px -100px;
}

#secondary .sidemenu > li > ul > li.li_sub_07 > a, #en #secondary .sidemenu > li > ul > li.li_sub_07 > a {
	background-position: 0px -120px;
}

#secondary .sidemenu > li > ul > li.li_sub_08 > a, #en #secondary .sidemenu > li > ul > li.li_sub_08 > a {
	background-position: 0px -140px;
}

#secondary .sidemenu > li > ul > li.li_sub_09 > a, #en #secondary .sidemenu > li > ul > li.li_sub_09 > a {
	background-position: 0px -160px;
}

#secondary .sidemenu > li > ul ul li {
	margin-bottom: 3px;
}

#secondary .sidemenu > li > ul ul li a {
	display: block;
	width: 150px;
	height: 17px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	overflow: hidden;
}

#secondary .sidemenu > li > ul ul li.active a,
#secondary .sidemenu > li > ul ul li a:hover {
	color: #c3000d;
	background: url(../images/site/bck/sidemenu_product_bck.png) 0px 0px no-repeat;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer {
	clear: both;
	height: 170px;
	background: url(../images/site/bck/footer_bck.png) center 0px no-repeat;
	position: relative;
}

#footer .back_to_worlds {
	position: absolute;
	left: 332px;
	top: 8px;
	width: 654px;
	height: 81px;
}

#footer .back_to_worlds li {
	float: left;
	width: 218px;
	height: 81px;
}

#footer .back_to_worlds li a {
	display: block;
	width: 218px;
	height: 81px;
	background: url(../images/site/content/povratak_na_svjetove.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#footer .back_to_worlds li a:hover {
	background-position: 0px -81px;
}

#footer .back_to_worlds li.katalog a {
	background-position: -218px 0px;
}

#footer .back_to_worlds li.katalog a:hover {
	background-position: -218px -81px;
}

#footer .back_to_worlds li.cjenik a {
	background-position: -436px 0px;
}

#footer .back_to_worlds li.cjenik a:hover {
	background-position: -436px -81px;
}

#footer .media_press_login {
	position: absolute;
	left: 666px;
	bottom: 8px;
	width: 134px;
	padding: 0px 0px 6px 188px;
	background: url(../images/site/bck/footer_item_bck.png) left bottom no-repeat;
}

#footer .contact {
	position: absolute;
	left: 330px;
	bottom: 8px;
	width: 322px;
	padding-bottom: 20px;
	background: url(../images/site/bck/footer_item_bck.png) left bottom no-repeat;
}

#footer .contact h2 {
	font-size: 15px;
	color: #a10000;
	margin: 0px 0px 6px 8px;
}

#footer .contact ul {
	margin-left: 50px;
	border-left: 1px dotted #c1c1c1;
	padding-left: 10px;
}

#footer .contact ul li {
	font-size: 11px;
	line-height: 20px;
	color: #7b7b7b;
	background: url(../images/site/bck/bullet.png) 0px 6px no-repeat;
	padding-left: 13px;
}

#footer .contact ul li a {
	color: #7b7b7b;
}

#footer .contact ul li a:hover {
	text-decoration: underline;
}

#footer .cp {
	position: absolute;
	left: 60px;
	top: 140px;
	font-size: 11px;
	color: #7b7b7b;
}

#footer .cp a {
	color: #7b7b7b;
}

#footer .cp a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- jquery_ui */

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666 url(../images/site/bck/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
}

