@charset "utf-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* RESET END */



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body{
	background: url(images/bg_global.png) repeat-x #fae9ce;
	}
	
a{
	text-decoration: none;
	}

#wrapper{
	width: 970px;
	background: url(images/bg_wrapper.png) repeat-x #c6001a;
	margin: 15px auto;
	border: 1px solid #fff;
	}	

#header{
	width: 948px;
	background: #fff;
	height: 200px;
	-webkit-box-shadow: 0px 6px 12px #61000d; 
	-moz-box-shadow: 0px 6px 12px #61000d; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 12px auto;
	}

#logo{
	float:left;
	width: 375px;
	height: 182px;
	text-align: center;
	padding-top:10px;
	}

#nav{
	width: 567px;
	height: 194px;
	background:url(images/bg_header.png) repeat-x #fae9ce;
	float:left;
	margin:3px 0 0 3px;
	text-align: center;
	}	

	#nav img{
		margin-top: 6px;
		}
		
	#nav ul{
		text-align: left;
		}
		
		#nav ul li{
			float: left;
			}
	
			#nav ul li a{
				display: block;
				height: 50px;
				width: 141px;
				border-right: 1px solid #fff;
				-webkit-box-shadow: 0px -4px 4px #333; 
				-moz-box-shadow: 0px -4px 4px #333; 
				text-indent: -9999px;
				}	
			
			#nav ul li a.otvrtki{
				background: url(images/bg_button_nav_sprite.png) no-repeat -16px 0;
				}
				
			#nav ul li a.otvrtki:hover{
				background: url(images/bg_button_nav_sprite.png) no-repeat -190px 0;
				}
				
			#nav ul li a.proizvodi{
				background: url(images/bg_button_nav_sprite.png) no-repeat -16px -50px;
				}
				
			#nav ul li a.proizvodi:hover{
				background: url(images/bg_button_nav_sprite.png) no-repeat -190px -50px;
				}	
			
			#nav ul li a.prodavaonice{
				background: url(images/bg_button_nav_sprite.png) no-repeat -21px -100px;
				}
				
			#nav ul li a.prodavaonice:hover{
				background: url(images/bg_button_nav_sprite.png) no-repeat -195px -100px;
				}	
			
			#nav ul li a.kontakt{
				background: url(images/bg_button_nav_sprite.png) no-repeat -16px -150px;
				}
				
			#nav ul li a.kontakt:hover{
				background: url(images/bg_button_nav_sprite.png) no-repeat -190px -150px;
				}	
				
			#nav ul li a.last{
				border-right: none;
				}

#container{
	width: 942px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 32px auto 12px;
	padding:3px;
	}

	#container .bigpic{
		float: left;
		}
		
	#container .block1{
		float: left;
		width: 280px;
		height: 524px;
		padding: 0 3px 0 4px;
		}
	
	.auto_scroll{
		overflow: scroll;
		overflow-x: hidden;
		}
	
		#container .block1 h1{
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-size:15px;
			font-weight: bold;
			letter-spacing:-1px;
			color: #e20a16;
			padding: 10px;
			}
			
		#container .block1 a h2{
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color: #e20a16;
			padding: 10px;
			display: block;
			background: #fae9ce;
			margin: 10px 0;
			min-height: 30px;
			-webkit-box-shadow: 0px -3px 6px #999; 
			-moz-box-shadow: 0px -3px 6px #999; 
			}	

		#container .block1 a h2.lasth2{
			margin: 10px 0 0 0;
			}
		
		#container .block1 a:hover h2{
			background: url(images/bg_block_group.png) repeat-x #e11313;
			color: #fff;
			}
		
		#container .block1 .block_group{
			background: url(images/bg_block_group.png) repeat-x #e11313;
			clear: both;
			-webkit-box-shadow: 0px -3px 6px #999; 
			-moz-box-shadow: 0px -3px 6px #999; 
			height: 119px;
			position: relative;
			margin: 10px 0 0 0;
			}
			
			#container .block1 .block_group h2{
				font-family: Arial, Helvetica, sans-serif;
				color: #fff;
				font-size:12px;
				font-weight: bold;
				padding: 10px 0 10px 10px;
				display: block;
				width: 120px;
				float: left;
				}
			
			#container .block1 .block_group ul{
				width: 140px;
				float: left;
				padding: 4px 0px;
				}
			
			#container .block1 .block_group ul.more{
				position:absolute;
				top: 20px;
				}
				
			#container .block1 .block_group ul.more li{
				line-height: 15px;
				}	

				#container .block1 .block_group ul li{
					list-style: none;
					}
				
					#container .block1 .block_group ul li a{
						font-weight: bold;
						padding: 3px 0;
						color: #000;
						text-decoration: none;
						}

					#container .block1 .block_group ul li a:hover{
						color: #fff;
						}

		#container .block1 h2 a{
			color: #e20a16;			
			}
		
		#container .block1 p{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height: 16px;
			color: #333;
			margin: 0 10px;
			}
	
		#container .block1 ul li{
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height: 16px;
			color: #333;
			margin: 0 10px 0 26px;
			list-style: square;
			}	
	
	#container .block2{
		background:url(images/bg_block2.png) repeat-x #fae9ce;
		float: left;
		width: 280px;
		}

		#container .block_news, #container .block_recipes, #container .block_desc{
			margin: 10px;
			}
			
		#container .block_news div{
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff;
			border-left: 2px solid #fff;
			background:url(images/bg_blocknews.png) repeat-x #fae9ce;
			font-family: Arial, Helvetica, sans-serif;
			padding: 10px;
			height: 204px;
			overflow: auto;
			}	
		
		#container .block2 h1{
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-size:16px;
			font-weight: bold;
			color: #e20a16;
			background:url(images/bg_heading1.png) repeat-x;
			padding: 0 10px;
			height: 47px;
			line-height: 47px;
			}
		
		#container .block2 span.black{color: #000;}

		#container .block_news h2{
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color: #e20a16;
			margin: 4px 0;
			}

		#container .block_news p.desc{
			font-size:12px;
			line-height: 16px;
			margin:8px 0;
			}

		#container .block_news ul{
			font-size:12px;
			margin:4px 0;
			}
		
		#container .block_news ul li{
			list-style: square;
			line-height: 16px;
			list-style-position: inside;
			}
			
		#container .block_desc{
			height: 504px;
			}
		
		#container .block_desc h2{
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			color: #e20a16;
			margin: 4px 0;
			}
		
		#container .block_desc img{
			margin:  8px 0 6px 0;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			}
		
		#container .block_desc div{
			border: 2px solid #fff;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			background:url(images/bg_blocknews.png) repeat-x #fae9ce;
			font-family: Arial, Helvetica, sans-serif;
			padding: 10px;
			height: 218px;
			overflow: auto;
			}	

		#container .block_desc p.desc{
			font-size:12px;
			line-height: 16px;
			margin:8px 0;
			}

		#container .block_desc ul{
			font-size:12px;
			margin:4px 0;
			}
		
		#container .block_desc ul li{
			list-style: square;
			line-height: 16px;
			list-style-position: inside;
			}
		
		
			
		#container .block2 span{
			font-size:11px;
			font-weight: bold;
			}	

		#container .block2 p{
			font-size:11px;
			color: #000;
			}	

		#container .block2 a{
			font-size:11px;
			color: #f00;
			display:block;
			text-decoration: none;
			}	

		#container .block2 a:hover{
			text-decoration: underline;
			}	
			
		#container .block2 img{
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff;
			border-left: 2px solid #fff;
			}		

