 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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: 12px; 
	font-family: Tahoma, Geneva, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align:center;
	background-color:#FFF;
}
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{
	color:#c2170f;
	
}
a:hover{
	text-decoration:underline;
	
}
.clearn , .clear{
	clear:both;
}
#contejner{
	width:1000px;
	margin:0 auto;
 		height:700px;
	position:relative;	
}
#header{
	width:100%;
	height:120px;
	background-color:#fff;
	
}
#header_menu{
	height:40px;
	width:900px;
	background-image:url(images/top_meu.jpg);
	border:solid 1px #b9b5b5;
-moz-border-radius-topleft: 10px;
 -moz-border-radius-topright:10px; 
-moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px; 
-webkit-border-top-left-radius:10px;
 -webkit-border-top-right-radius:10px; 
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
 border-top-right-radius:10px; 
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-box-shadow:  0px  0px  1px  #e2e4e3;
-webkit-box-shadow:  0px  0px  1px  #e2e4e3;
box-shadow:  0px  0px  1px  #e2e4e3;
padding-left:10px;
	
}
#header_line{
	width:744px;
	height:40px;
	background-image:url(images/header_line.png);
	background-position:bottom left;
	position:absolute;
	top:163px;
	right:-39px;
}
#header_line2{
	width:200px;
	height:162px;
	background-image:url(images/header_line.png);
	background-position:top right;
	position:absolute;
	top:1px;
	right:-39px;
}
#logo{
	width:331px;
	height:90px;
	background-image:url(images/logo.jpg);
	position:absolute;
	top:20px;
	left:25px;
}
#left{
	width:290px;
	padding:10px 0px 10px 5px;
	float:left;
 	
}
#center{
	width:615px;
 	float:left;
 	margin-top:41px;
	text-align:left;
}
#right{
	width:80px;
	height:225px;
	background-image:url(images/maps.jpg);
	margin-left:10px;
	margin-top:50px;
	float:left;	
}
#slider_index{
	height:275px;
	width:613px;
	background-color:#FFF;
 	border:solid 1px #b8b4b4;
	-moz-border-radius-topleft: 0px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:0px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:0px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	
	
}
.nivo-controlNav {
	display:none;
}
 
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

 

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
height:50px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* TOP μενώ  */
ul#topnav {

	
	list-style: none;
	font-size: 1em;

}
ul#topnav li{
	overflow: hidden !important;
	float: left;
	height:40px;
	cursor:pointer;
}
ul#topnav a, ul#topnav span {
	padding:10px 45px;
	text-align:center;
	float: left;
	text-decoration: none;
	color: #000 !important;
	background: url(images/a_bg.png) repeat-x;
	text-transform: uppercase;
	clear: both;
 	height: 20px;
	color:#FFF;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #FFF !important;
	background-position: left bottom;
	font-weight:bold;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

.catalogtovarov{
	margin:31px 0px 10px 0px;
 	width:289px;
	border-top:1px solid #b8b4b4;
	border-left:1px solid #b8b4b4;
	border-bottom:1px solid #b8b4b4;
 	text-align:left;
 -moz-border-radius-topleft: 20px;
 -moz-border-radius-topright:0px; 
-moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:0px; 
-webkit-border-top-left-radius:20px;
 -webkit-border-top-right-radius:0px; 
-webkit-border-bottom-left-radius:20px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:20px;
 border-top-right-radius:0px; 
border-bottom-left-radius:20px;
border-bottom-right-radius:0px;
	
}
.catalogtovarov h5{
	height:40px;
	width:279px;
	background-color:#e0e0e0;
 
	line-height:40px;
	padding-left:10px;
	font: Tahoma, Geneva, sans-serif;
	color:#393434;
	text-shadow:1px 1px 1px #fff;
	text-transform:uppercase;
	outline:none;
	border-bottom:1px solid #fff;
	background-image:url(images/left_menu.jpg);
	background-position:right;
	background-repeat:no-repeat;
  
	
}
.catalogtovarov h5:first-child{
-moz-border-radius-topleft: 20px;
 -moz-border-radius-topright:0px; 
-moz-border-radius-bottomleft:0px;
 -moz-border-radius-bottomright:0px; 
-webkit-border-top-left-radius:20px;
 -webkit-border-top-right-radius:0px; 
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:20px;
 border-top-right-radius:0px; 
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
	
}
.catalogtovarov h5:nth-child(15){
-moz-border-radius-topleft: 0px;
 -moz-border-radius-topright:0px; 
-moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:0px; 
-webkit-border-top-left-radius:0px;
 -webkit-border-top-right-radius:0px; 
-webkit-border-bottom-left-radius:20px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:0px;
 border-top-right-radius:0px; 
border-bottom-left-radius:20px;
border-bottom-right-radius:0px;
border-bottom: none;	
}
.catalogtovarov ul li    {
	padding:7px 0px;
	border-bottom:1px solid #b8b4b4;
}
.catalogtovarov ul li:last-child{
	padding:7px 0px;
	border-bottom: none;
}
.catalogtovarov ul li:hover{
	background-image:url(images/arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.catalogtovarov ul li a{
	text-decoration:none;
	color:#000 !important;
	font-size:12px;
	padding-left:10px;
	width:279px;
	cursor:pointer;
	display:block
}
.catalogtovarov ul li a:hover, .rightmenucontent li a:hover{
	color:#F00 !important;
	text-decoration:underline;	
}

.center_content{
	margin:10px 0px;
	border:solid 1px #b8b4b4;
	-moz-border-radius-topleft: 20px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:20px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px;
	text-align:left;
	position:relative;
	
}
.center_content2{
	margin:0px 0px 10px 0px;
	border:solid 1px #b8b4b4;
	-moz-border-radius-topleft: 0px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:0px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:0px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px;
	text-align:left;
	position:relative;
 
	
}
.center_content p, .center_content2 p{
	margin:7px 0px;
	text-indent:20px;
	line-height:14px;
	
}
.zagolovok, .zagolovokn ,  .zagolovokr, h1{
 	font-size:18px;
	line-height:40px;
	padding-left:10px;
	font: Tahoma, Geneva, sans-serif;
 	text-shadow:1px 1px 1px #fff;
	text-transform:uppercase;
	outline:none;
	color:#393434;
	border-bottom:1px solid #fff;
	letter-spacing:2px;
	margin-bottom:5px;
	font-weight:normal;
}
 .zagolovokr{
	 color:#c3160f;
	 
 }
.mini_news{
	float:left;
	width:291px; 
	
}
.center_content2 div.mini_news{
	float:left;
	width:291px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #E0E0E0; 
	
}
 .center_content2 div.mini_news:nth-child(2n+1) {
	margin-right:5px;
	padding-right:5px;
	border-right:1px dotted #E0E0E0; 
}
div.zagolovokn+div+div+div  {
	border-right:1px solid #dbdbdb;
	margin-right:5px;
	padding-right:5px;
}
.newszag{
	margin-bottom:10px;
	
}
.newszag a{
	color:#c2170f;
	font-weight:bold;
	text-decoration:none;
}
.newszag a:hover{
	text-decoration: underline;
}
.news_data{
	margin:5px 0px;
	text-align:right;
	color: #999;
	font-size:x-small;
}
.podkategort{
	float:left;
	width:44%;
	text-align:center;
	
}
.h2, h2{
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	font: Tahoma, Geneva, sans-serif;
 	text-transform:uppercase;
	outline:none;
	color:#fff;
 	letter-spacing:2px;
	margin-bottom:5px;
	text-decoration:none;
	font-weight:normal;
}
.tovar_2, .podkategort{
	margin:10px 5px;
	border:solid 1px #efefef;
	-moz-border-radius-topleft: 20px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:20px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px;
 }
 .tovar_3{
	margin:5px 5px;
	border:solid 1px #efefef;
	-moz-border-radius-topleft: 20px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:20px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px;
 }
 .tovar_1{
	margin:10px 5px;
	border:solid 1px #efefef;
	-moz-border-radius-topleft: 20px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:20px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px;
	position:relative;
 }
 .tovar_1:hover, .tovar_3:hover, .tovar_2:hover{
	 	border:solid 1px #b8b4b4;
 }
 .setka3{
	 width:33%;
	 float:left;
 	 
 }
 .tov_1_1{
	 width:200px;
	 float:left;
	 text-align:center;
	 
 }
 .tov_1_2{
	 float:left;
	 width:360px;
	 position:relative;
 	 
 }
.tovarname{
	font-size:16px;
	color:#666;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	
}
.price{
	color:#c3160f;
	font-size:17px;
	position:absolute;
	top:5px;
	left:5px;
	
}
.price_1{
	color:#c3160f;
	font-size:17px;
	position:absolute;
	bottom:-10px;
	left:5px;
	
}
.price_3{
	margin-top:5px;
	color:#c3160f;
	font-size:17px;
	position:absolute;
	bottom: 0px;
	right:5px;
	
}
.pricen{
	color: #999;
	font-size:17px;
	position:absolute;
	top:5px;
	right:5px;
	text-decoration: line-through;
}
.pricen_1{
	color: #999;
	font-size:17px;
	position:absolute;
	bottom:-10px;
	right:5px;
	text-decoration: line-through;
}
#footer_block{
	clear:both;
	margin:5px 0px;
 
}
#footer{
 	width:750px;
	margin-left:250px;
	height:50px;
	background-image:url(images/footer.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
}
#footer_baner{
	border:solid 1px #474747;
	-moz-border-radius-topleft: 20px;
	 -moz-border-radius-topright:20px; 
	-moz-border-radius-bottomleft:20px;
	 -moz-border-radius-bottomright:20px; 
	-webkit-border-top-left-radius:20px;
	 -webkit-border-top-right-radius:20px; 
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	 border-top-right-radius:20px; 
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	height:70px;
	background-color:#474747;	
}
.f_banner{
	width:88px;
	height:31px;
	border:1px solid #636363;
	margin:18px 15px 0px 15px;
	float:left;
	
}
#avtor{
	font-size:10px;
	color:#666;
	text-align:right;
	margin:10px 10px 0px 0px;
	display:block;
	text-decoration: none;
}
.setka2{
	width:50%;
	float:left;
}
.navselect{
	font-weight:bold;
	text-decoration:none;
	
}
.map{
	margin-top:10px;
	
}
.nummap{
	float:left;
	width:25px;
}
 .search_input{
	margin:25px 0px 25px 40px;
	height:30px;
	line-height:30px;
	width:250px;
	border-radius:10px;
	-webkit-border-radius:10px;	
	-moz-border-radius:10px;	
	background-color:#FFF;
	border:1px solid #B9B5B5;
	padding:2px 35px 2px 7px;
	float:left;
	font-style:italic;
	color:#666;
 
	outline:none;
}
.search_b{
	background-image:url(images/search.png);
	border:0px;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
	float:left;
	outline:none;
	cursor:pointer;
	position: relative;
	top:15px;
	left:-40px;
	display:block;
}

.FormsCapt{
	text-align: right;
	vertical-align:top;
	padding:5px;
	width:250px;
}
.FormsElement{
	text-align: left;
	vertical-align:top;
	padding:5px;
	width:370px;
}
.FormsElement input[type=text], .FormsElement textarea{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #E0E0E0;
	background-color:#FFF;
	padding:3px;
	height:17px;
	width:350px;
	outline:none;
	 
}
.FormsElement textarea{
	height:50px;
}
.FormsElement input[type=checkbox]
{
	color:#0e435e;
	background-color:#fff;
	font-size:14px;
	border:1px solid #E0E0E0;
	height:14px;
	width:14px;
	outline:none;
	
}
.FormsElement input[type=radio]
{
	color:#0e435e;
	background-color:#fff;
	font-size:14px;
	border:1px solid #E0E0E0;
	height:14px;
	width:14px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	outline:none;
}
.FormsElement input[name=key]
{
	width:55px;
	text-align:center;
}
.FormsElement input:focus, .FormsElement  textarea:focus{
	border:1px solid #900;
 }
.FormsButton{
	height:40px;
	padding:0px 10px 0px 10px;
	background-color:#E0E0E0;
	border:1px solid #FFF;
	font-style:italic;
	color:#393434;
	font-size:14px;
	font-weight:bold;
	border-radius:15px;
	
}
.dn{
display:none;
}