html,body,blockquote,div,form,h1,h2,h3,h4,h5,h6,ol,p,table,ul,li,td,th,button,img,legend,fieldset{margin:0;padding:0;}
img,fieldset{border:0;}
table{border-collapse:collapse;border-spacing:0;}
th,td{text-align:left;font-weight:normal;}
body,select,input,textarea,button{font-family:Arial,Verdana,Helvetica,sans-serif;}
body{font-size:12px;}
select,input,textarea,button{font-size:1em;}
h1,h2,h3,h4,h5,h6{margin-bottom:0.8em;line-height:1em;}
h1{font-size:3.0em;}
h2{font-size:2.4em;}
h3{font-size:1.9em;}
h4{font-size:1.5em;}
h5{font-size:1.2em;}
h6{font-size:1em;}
p{padding:.2em 0 .7em;}
label{cursor:pointer;}
ul,ol{padding-left:2em;}
:focus{outline:0;}
button::-moz-focus-inner{padding:0;border:none}
.clear{clear:both;}

html, body {
	height: 100%;
}

table {
}
table td {
	padding: 3px 10px;
	border: 1px solid #ccc;
}
table.noborder td {
	border: 0;
}

#old-ie {
	display: block;
	height: 100px;
	background: url(g/old-ie.png) 50% 50% no-repeat;
}

#header {
	background: url(g/header.png) 0 0 repeat-x;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 84px;
	z-index: 10;
}
#header-center {
	max-width: 1200px;
	min-width: 984px;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 186px;
	height: 22px;
	position: absolute;
	left: 30px;
	top: 30px;
	background: url(g/logo.png);
	overflow: hidden;
	text-indent: 100%;
}

#mainmenu {
	position: absolute;
	left: 259px;
	top: 18px;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu ul li {
	display: inline-block;
	position: relative;
	line-height: 32px;
	padding: 8px 0 0;
	float: left;
}
#mainmenu ul li a {
	display: inline-block;
	line-height: 32px;
	padding: 0 25px 0 31px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: url(g/arrow-1.png) 13px 14px no-repeat;
}
#mainmenu ul li a.open,
#mainmenu ul li a:hover {
	color: #ef4035;
}
#mainmenu ul li div {
	display: none;
	width: 166px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 42px;
	background: url(g/submenu-top.png) 0 0 no-repeat;
	z-index: 1;
}
#mainmenu ul li:hover div {
	display: block;
}
#mainmenu ul li:hover a {
	position: relative;
	z-index: 2;
}
#mainmenu ul ul {
	display: none;
	width: 166px;
	background: url(g/submenu-bot.png) 0 100% no-repeat;
	padding: 0 0 12px;
}
#mainmenu ul div ul {
	display: block;
}
#mainmenu ul ul li {
	display: block;
	line-height: 17px;
	padding: 0;
	float: none;
}
#mainmenu ul ul li a {
	display: block;
	padding: 0 10px 0 30px;
	line-height: 17px;
	font-size: 11px;
	background: url(g/arrow-2.png) 18px 5px no-repeat;
}
#mainmenu ul ul li:hover {
	background: none;
}

#lngmenu {
	position: absolute;
	right: 0;
	top: 34px;
	width: 110px;
}
#lngmenu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#lngmenu ul li {
	display: block;
	float: left;
	width: 16px;
	height: 11px;
	border: 1px solid #fff;
	padding: 1px;
	margin-right: 2px;
}
#lngmenu ul li a {
	display: block;
	width: 16px;
	height: 11px;
	background: url(g/flags.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 100%;
}
#lngmenu ul li.open {
	border-color: #e7e7e7;
}
#lngmenu ul li a.est { background-position: 0 0; }
#lngmenu ul li a.est.open,
#lngmenu ul li a.est:hover { background-position: 0 -11px; }
#lngmenu ul li a.fin { background-position: -16px 0; }
#lngmenu ul li a.fin.open,
#lngmenu ul li a.fin:hover { background-position: -16px -11px; }
#lngmenu ul li a.eng { background-position: -32px 0; }
#lngmenu ul li a.eng.open,
#lngmenu ul li a.eng:hover { background-position: -32px -11px; }
#lngmenu ul li a.rus { background-position: -48px 0; }
#lngmenu ul li a.rus.open,
#lngmenu ul li a.rus:hover { background-position: -48px -11px; }

#navbar {
	padding: 5px 7px 3px;
	font-size: 10px;
}
#navbar a {
	color: #333;
}
#navbar a.this {
	color: #f04b41;
}
#navbar span {
	padding: 0 4px;
}

#body {
	margin: 0 auto 0;
	width: 986px;
	min-height: 100%;
}
#body-top {
	height: 91px;
}
#body-bottom {
	height: 50px;
}

a {
	text-decoration: underline;
	color: #f04b41;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #F04C41;
	font-weight: bold;
	margin: 0 0 16px;
	padding: 0;
}
h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 25px 0 16px;
	padding: 0;
}
h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 8px 0 16px;
	padding: 0;
}
ul, ol {
	margin: 0 0 16px;
	padding-left: 2.5em;
}
li {
	padding: 0 0 3px;
}
p {
	padding: 0;
	margin: 0 0 16px;
	line-height: 1.5em;
}
p.news {
	line-height: 25px;
}
p.news a {
	color: #000;
	text-decoration: none;
}
p.news a:hover {
	text-decoration: underline;
}


.content-pic {
	float: right;
	clear: right;
	width: 200px;
	height: 125px;
	padding: 3px;
	margin: 0 0 14px 25px;
	background: url(g/content-pic-back.png) 0 0 no-repeat;
}



.content-box-top {
	margin-top: 6px;
	height: 12px;
	background: url(g/box.png) 0 0 no-repeat;
}
.content-box-bottom {
	margin-bottom: 6px;
	height: 12px;
	background: url(g/box.png) 100% 0 no-repeat;
}
.content-box {
	padding: 1px 0;
	background: url(g/box.png) 50% 0 repeat-y;
}
.content-box-inner {
	margin: -13px 0;
	padding: 3px;
}


#fp-banner {
	height: 310px;
}
#fp-banner img {
	display: block;
}


#fp-news {
	height: 140px;
}
#news-scroll-left {
	width: 41px;
	height: 140px;
	float: left;
	background: url(g/arrow-6.png) 50% 50% no-repeat;
	cursor: pointer;
}
#news-scroll-right {
	width: 41px;
	height: 140px;
	float: left;
	background: url(g/arrow-7.png) 50% 50% no-repeat;
	cursor: pointer;
}
#news-items {
	width: 898px;
	height: 140px;
	float: left;
	overflow: hidden;
	position: relative;
}
#news-items-inner {
	width: 1200px;
	position: relative;
}
.news-item {
	width: 277px;
	height: 140px;
	float: left;
	margin-right: 34px;
	position: relative;
}
.news-item h2 {
	color: #EE3F34;
	font-size: 11px;
	margin: 0;
	padding: 16px 0 6px;
	line-height: 15px;
	font-weight: bold;
}
.news-item .pic {
	position: absolute;
	top: 51px;
}
.news-item .text {
	position: absolute;
	top: 48px;
	left: 103px;
	width: 175px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 16px;
}
.news-item .text.wide {
	left: 0;
	width: 278px;
}
.news-item .text a {
	color: #323232;
	text-decoration: none;
	display: block;
}
.news-item .text a:hover {
	text-decoration: underline;
}
.news-item .text a img {
	margin-left: 3px;
	position: relative;
	top: 1px;
}

#brands-items {
	height: 65px;
	overflow: hidden;
	padding: 0 8px;
}
#brands-items-inner {
	width: 1400px;
	height: 65px;
	line-height: 65px;
}
#brands-items .brand {
	padding: 0 14px;
}
#brands-items .brand img {
	vertical-align: middle;
}

#fp-banners {
	width: 992px;
	height: 126px;
	margin-bottom: 6px;
}
#fp-banners .banner {
	width: 236px;
	height: 120px;
	padding: 3px;
	margin-right: 6px;
	float: left;
	background: url(g/banner-back.png) 0 0 no-repeat;
}


#cols-1 { position: relative; z-index: 1; background: url(g/cols-1.png) 0 0 repeat-y; }
#cols-2 { position: relative; z-index: 1; background: url(g/cols-2.png) 0 0 repeat-y; }

#col-1 { width: 187px; float: left; }
#col-2 { width: 129px; float: left; }
#col-3 { width: 644px; float: left; padding: 10px; }
#col-2-3 { width: 793px; float: left; padding: 16px 0 0; }

#col-1 ul {
	margin: 0;
	padding: 15px 10px;
	list-style-type: none;
}
#col-1 li {
	display: block;
}
#col-1 ul a {
	display: block;
	line-height: 13px;
	padding: 2px 0 2px 27px;
	background: url(g/arrow-2.png) 14px 6px no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#col-1 ul a.open,
#col-1 ul a:hover {
	color: #F04C40;
}
#col-1 ul a.open {
	background: url(g/arrow-3.png) 14px 5px no-repeat;
}
#col-1 ul ul {
	padding: 5px 0 15px 13px;
}
#col-1 ul ul a {
	font-weight: normal;
	background-image: url(g/arrow-4.png);
}
#col-1 ul ul a.open,
#col-1 ul ul a:hover {
	background-image: url(g/arrow-2.png);
	color: #F04C40;
}
#col-1 ul a span {
	color: #999;
}
#col-1.news ul ul {
	padding-bottom: 10px;
}
#col-1.news ul ul a {
	padding-bottom: 5px;
}

#col-2 ul {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
}
#col-2 li {
	display: block;
}
#col-2 ul a {
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 3px 10px 3px 22px;
	font-weight: bold;
	line-height: 20px;
}
#col-2 ul ul {
	padding: 0 0 10px;
}
#col-2 ul ul a {
	line-height: 13px;
	padding: 2px 0 2px 22px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#col-2 ul ul a.open,
#col-2 ul ul a:hover {
	background: url(g/arrow-2.png) 8px 6px no-repeat;
	color: #F04C40;
}


#content-padding {
	padding: 20px 38px 20px 22px;
}


.gallery {
	width: 954px;
	padding-bottom: 10px;
}
.gallery .file {
	width: 159px;
	padding: 0 0 10px;
	float: left;
}
.gallery .file .pic {
	width: 130px;
	height: 130px;
	padding: 2px;
	background: url(g/gallery-shadow.png);
}
.gallery .file .video {
	width: 130px;
	height: 130px;
	background: url(g/gallery-video.png);
	display: block;
}
.gallery .file .title {
	width: 130px;
	padding: 5px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.gallery .file .title span {
	white-space: nowrap;
}


.news-date {
	color: #999;
}


#footer {
	background: url(g/footer.png) 0 0 repeat-x;
	position: relative;
	margin-top: -50px;
	width: 100%;
	height: 50px;
	z-index: 10;
}
#footer-center {
	max-width: 1200px;
	min-width: 984px;
	margin: 0 auto;
	position: relative;
	line-height: 17px;
	padding: 9px 0 0;
	color: #666;
	font-size: 10px;
}
#footer-center strong,
#footer-center strong a {
	color: #EF4035;
	text-decoration: none;
}
#footer-center strong a:hover {
	text-decoration: underline;
}
#footer-center span {
	padding: 0 10px 0 0;
}
#footer-center a {
	color: #666;
}
#footer .follow {
	text-decoration: none;
	padding: 0 5px 0 20px;
	position: relative;
}
#footer .follow:hover {
	text-decoration: underline;
}
#footer .follow span {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: 3px;
	top: 0;
}
#footer-facebook span {
	background: url(g/icon-facebook.png) 0 0 no-repeat;
}
#footer-twitter span {
	background: url(g/icon-twitter.png) 0 0 no-repeat;
}
#footer-left {
	position: absolute;
	left: 14px;
}
#footer-open-general {
	position: absolute;
	left: 520px;
	color: #333;
}
#footer-open-general span {
	padding-right: 7px;
}
#footer-open-food {
	position: absolute;
	left: 683px;
	color: #333;
}
#footer-share {
	position: absolute;
	right: 0;
	width: 96px;
	padding-top: 10px;
}
#footer-share a {
	color: #115bb5;
	font-size: 13px;
	text-decoration: none;
}
#footer-share span {
	padding: 0;
}


/* Newsletter subscribe */
#nl-form {
	width: 402px;
	padding-bottom: 40px;
}
#nl-form .fieldgroup {
	width: 188px;
	float: left;
	overflow: hidden;
	padding-left: 26px;
	padding-bottom: 20px;
}
#nl-form .fieldgroup:first-child {
	padding-left: 0;
}
#nl-form label,
#nl-form .label {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	display: block;
	line-height: 21px;
}
#nl-form label.inline {
	display: inline;
	line-height: inherit;
	font-weight: normal;
}
#nl-form input[type=text] {
	border: 1px solid #ccc;
	padding: 2px 5px;
	width: 176px;
}
#nl-form input[type=radio] {
	vertical-align: text-bottom;
}
#nl-form button {
	clear: both;
	float: right;
	border: 0;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	padding: 0 17px 0 8px;
	background: #ee3f34 url(g/arrow-on-red.png) 100% 50% no-repeat;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}






