@font-face {
	font-family: 'CompProMedium';
    src: url('../fonts/PFDinTextCompPro-Medium.eot');
    src: url('../fonts/PFDinTextCompPro-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/PFDinTextCompPro-Medium.woff') format('woff'),
         url('../fonts/PFDinTextCompPro-Medium.ttf') format('truetype'),
		 url('../font/PFDinTextCompPro-Medium.svg#CompProMedium') format('svg');
	font-weight: normal; 
	font-style: normal; 
}

@font-face {
	font-family: 'PharmadinCondensed';
    src: url('../fonts/Julia_Krysanova_Pharmadin-CondensedLight.eot');
    src: url('../fonts/Julia_Krysanova_Pharmadin-CondensedLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Julia_Krysanova_Pharmadin-CondensedLight.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html { 
	width: 100%;
	height: 100%;

}

body { 
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:link,
a:visited {
	color: #3399cc;
}

a:hover {
	color: #cc3333;
}

strong {
	font-weight: bold;
}

.header-screen-outer {
	display: block;
	width: 100%;
	height: 75px;
}

.master-header-container {
	display: block;
	position: fixed;
	z-index: 100;
	background: #ffffff;
	width: 100%;
	height: 75px;

}

.master-header {
	display: block;
	position: relative;
	width: 100%;
	width: 1200px;
	height: 75px;
	margin: 0 auto;
}

.master-logo {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
}

.master-search {
	display: block;
	position: absolute;
	top: 22px;
	right: 6px;
	width: 168px;
	height: 26px;
	background: url('../images/search-bg-right.png') top right no-repeat;
}

.master-search .search {
	display: block;
	width: 168px;
	height: 26px;
	background: url('../images/search-bg-left.png') top left no-repeat;
}

.master-search label {
	display: none;
}

.master-search .inputbox {
	border: 0px;
	background: transparent;
	width: 168px;
	height: 24px;
	text-indent: 30px;
	outline: none;
}

.master-mainmenu {
	display: block;
	position: absolute;
	top: 0px;
	left: 200px;
}

.master-mainmenu > ul {
	position: relative;
	margin:0;
	padding:0;
	z-index: 999;
	clear: both;
	width: 100%;
	height:75px;
}
	
.master-mainmenu > ul > li {
	position: relative;
	display: block;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	font-family: "CompProMedium";
	font-size: 20px;
	text-transform: uppercase;
}
	
.master-mainmenu > ul > li > a,
.master-mainmenu > ul > li > span {
	cursor: pointer;
	position: relative;
	z-index: 9999;
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	height:75px;
	line-height: 75px;
	background: url(../images/flm-bg.png) top left repeat-x;
	color: #6c6c6c;
	text-decoration:none;
}

.master-mainmenu > ul > li.active > a,
.master-mainmenu > ul > li.active > span  { 
	background: url(../images/flm-bg.png) top -150px left repeat-x;
	color: #c99134; 
}
				
.master-mainmenu > ul > li:hover > a,
.master-mainmenu > ul > li:hover > span {
	background: url(../images/flm-bg.png) top -75px left repeat-x;
	color: #c99134
}

.master-mainmenu > ul > li.active:hover > a,
.master-mainmenu > ul > li.active:hover > span {
	background: url(../images/flm-bg.png) top -75px left repeat-x;
	color: #c99134
} 

.dropdown-container {
	display:none;
}

.master-mainmenu > ul > li:hover .dropdown-container {
	display: block;
	position: fixed;
	left: 0px;
	top: 75px;
	width: 100%;
}

.item-102 .dropdown-container {
	background: url(../images/dropdown-cheeses-bg.png) top left repeat-x;
	height: 250px;
	width: 100%;
	min-width: 1200px;
}

.item-103 .dropdown-container {
	background: #959595;
	height: 46px;
	width: 100%;
	min-width: 1200px;
}

.item-104 .dropdown-container {
	background: #959595;
	height: 46px;
	width: 100%;
	min-width: 1200px;
}

.dropdown-container .nav-child { 
	display: table;  
	margin: 0 auto; 
	position: relative; 
}

.dropdown-container .nav-child li { 
	display: table-cell; 
}

.dropdown-container .nav-child a { 
	display: block; 
	background: none; 
	text-decoration: none; 
}

.item-102 .nav-child li {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	height: 250px;
	width: 180px; 
	text-align: center;
}

.item-102 .nav-child li:hover { 
	background: #ffffff; 
}

.item-102 .nav-child li:hover a {
	color: #cf9d4b;
}

.item-102 .nav-child li a {
	position: relative;
	color: #ffffff;
	line-height: 46px;
}

.item-103 .nav-child li {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

.item-103 .nav-child li:hover  { 
	background: #464646; 
}

.item-103 .nav-child li.active { 
	background: #464646; 
}

.item-103 .nav-child li a {
	position: relative;
	line-height: 46px;
	color: #ffffff;
}

.item-104 .nav-child li {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

.item-104 .nav-child li:hover  { 
	background: #464646; 
}

.item-104 .nav-child li.active { 
	background: #464646; 
}

.item-104 .nav-child li a {
	position: relative;
	line-height: 46px;
	color: #ffffff;
}

.dropdown-image {
	padding-top: 30px;
}

.dropdown-description {
	display: none;
}

.dropdown-container .nav-child li:hover a div.dropdown-description {
	display: block;
	height: 184px;
	position: absolute;
	top: 46px;
	left: 0px;
	color: #7f7f7f;
	background: #ffffff;
	text-transform: none !important;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.custom-contacts-address a {
	color: #ffffff;	
	text-decoration: none;
}

.custom-contacts-address a:hover {
	color: #ffffff;	
	text-decoration: underline;
}

.custom-contacts-email a {
	color: #ffffff;	
	text-decoration: none;
}

.custom-contacts-email a:hover {
	color: #ffffff;	
	text-decoration: underline;
}

.master-footer-container {
	display: block;
	width: 100%;
	height: 130px;
	background: #716255;
}

.master-footer {
	position: relative;
	display: block;
	width: 100%;
	height: 130px;
	max-width: 1140px;
	margin: 0 auto;
}

.master-footer-copyright {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	width: 800px;
}

.master-footer-creator {
	display: block;
	position: absolute;
	bottom: 16px;
	right: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}

.master-footer-creator a {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.master-footer-menu {
	display: block;
	width: 100%;
	position: absolute;
	top: 32px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}

.master-footer-menu ul {
	display: table;
	margin: 0 auto;
}

.master-footer-menu li {
	display: table-cell;
	padding-left: 8px;
	padding-right: 8px;
}

.master-footer-menu a,
.master-footer-menu a:link,
.master-footer-menu a:visited {
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	padding: 4px;
	text-decoration: none;
}

.master-footer-menu a:hover {
	text-decoration: underline;
}

.master-contacts {
	width: 100%;
	min-width: 1020px;
	background: #bebab6;
}



.master-contacts .moduletable h3 {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #42413f;
	color: #ffffff;
	font-family: "CompProMedium";
	font-size: 24px;
	text-transform: uppercase;
}

.master-contacts .custom {
	background: #bebab6;
	height: 134px;
	display: block;
	position: relative;
	width: 1020px;
	margin: 0 auto;
}



.master-contacts .custom-contacts-phone {
	display: block;
	position: absolute;
	top: 50px;
	left: 20px;
	width: 190px;
	height: 34px;
	background: url('../images/contacts-phone.png') top left no-repeat;
	line-height: 34px;
}

.master-contacts .custom-contacts-address {
	display: block;
	position: absolute;
	top: 50px;
	left: 220px;
	width: 320px;
	height: 34px;
	background: url('../images/contacts-address.png') top left no-repeat;
	line-height: 17px;
}

.master-contacts .custom-contacts-email {
	display: block;
	position: absolute;
	top: 50px;
	left: 560px;
	width: 190px;
	height: 34px;
	background: url('../images/contacts-email.png') top left no-repeat;
	line-height: 34px;
}

.master-contacts .custom-zgaloba-button {
	display: block;
	width: 202px;
	height: 52px;
	position: absolute;
	top: 40px;
	right: 250px;
}

.master-contacts .custom-contacts-button {
	display: block;
	width: 202px;
	height: 52px;
	position: absolute;
	top: 40px;
	right: 20px;
}

.master-contacts .custom-contacts-phone p,
.master-contacts .custom-contacts-address p,
.master-contacts .custom-contacts-email p {
	padding-left: 50px;
	font-size: 13px;
	color: #ffffff;
}

#contacts_wrapper {
	background: #f6f5f4;
}

.brands-screen-outer {
	display: block;
	width: 100%;
	height: 116px;
	background: #ffffff;
}

.brands-screen-inner {
	display: block;
	position: relative;
	max-width: 880px;
	margin: 0 auto;
}

.section-brands-title {
	font-family: 'PharmadinCondensed';
	color: #666666;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	left: 10px;
}

.section-brands-borovskiy {
	position: absolute;
	top: 24px;
	right: 200px;
}

.section-brands-vitalat {
	position: absolute;
	top: 24px;
	right: 10px;
}

.socialbuttons {
	padding-top: 50px;
}

em {
	font-style: italic;
}

@media only print {
	.header-screen-outer {
		display: none;
	}
	.nav {
		display: none;
	}
	.master-footer-container {
		display:none;
	}
	.cheeses-orange-menu {
		display:none;
	}
	.pages-gray-menu {
		display:none;
	}
	.pages-blue-header {
		display:none;	
	}
	#content_container {
		display: block;
		width: 100%;
	}
}