/* CSS Reset */
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, 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,  
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%;
}

body {
background-width: 100%;
background-color:#fff; 
background-image:url('/i/fon3.jpg');
background-repeat: repeat;
}

.gold {color: #007FA9; font-weight:bold;}

b, strong {font-weight: bold; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'PT Serif Caption', serif;
	font-size: 14px;
	background-color: #fff;
	color: #222222;
}
/* Begin of styles for the demo (you can remove them) */
a.expand {
	width: 90px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}

.content a { color: #B43351;}
#pagecontainer{width:100%; min-width: 1254px; }
#infofon {margin: 0 auto; width:1254px;  }
#wrapper{float:left;width:100%; margin-left: 1px;}
#backfon {margin: 0 auto; width:1254px;background-color:#fff;}
.content ul {
margin-left: 10px;
list-style-image: url('/i/galochka.gif');
padding-left: 18px;
}
.content ul li{
list-style-image: url('/i/galochka.gif');
padding-left: 25px;
}

.novinki {
font-family:Optima;
font-size:28px;
line-height:120%;

text-align:center;
}
.novinki:first-letter {
color:rgb(0,121,58);

}
#zapros {
margin-top: 20px;
color: #FFFFFF;
size: 11px; 
}


#pageheader {width: 1254px; margin: 0 auto;
background-image:url('/i/topfon.jpg');
background-repeat: no-repeat;
background-position: top left;
padding: 0px 0px 0px 0px; 
height: 200px;
line-height: 0;
}

#toplogo,#toplogo2,#orehi{
float: left;
}
#belka{
float: right;
}
#toplogo img , #toplogo2 img ,#orehi img ,#belka img {display: block;}


#headerphone img{
display: block;
}

#headercall{
float: right;
width: 407px;
padding-right; 
}
#headertitle{
float: left;
width: 890px;
height: 149px;

}

#headercart{
float: left;
 width: 427px;
height: 149px;
padding-top: 10px;
}


#headercart table td{
text-align: center;
vertical-align: middle;
}

#container{text-align:left; border: 1px solid red;}
.content {font-family: Tahoma; font-size: 16px; margin-top: 8px;  margin-right:12px;  background-color:#fff;}
.content p, .content li{line-height:1.4em}
#infocontent{
position: relative;

/*margin: 0 232px ; padding-left: 10px; padding-right:30px; padding-top:10px; padding-bottom:10px; color: #222; line-height: 1.5; */

}

#infocontent table td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px; 
 	padding: 2px;
	margin: 1px;
}
#infocontent h1 {
color:#00793B;
font-family: myriad pro, arial
font-size: 28px;
 	margin: 0px;

}

#infocontent img {
margin-left: 5px;
margin-right: 5px;
border: 0px;
}

#leftcolumn{  position: relative;float:left;width:260px;margin-left:-1254px; border: 0px solid blue; padding-top: 8px; padding-left:3px;padding-right:8px;}
#rightcolumn{  position: relative;float:left;width:230px;margin-left:-234px; border: 0px solid green; padding-right: 0px;}

#footer{
clear: both;
height:10px;
}
#footer p{margin:0;padding:5px 10px}
#topnavmenu {clear: both; 
margin-top: 0px;
height: 53px;
display: block; width: 100%;
background-color:#DEE3E7;
background: url(/i/topnavmenubg.png) repeat-x top center;}
#logo {

}

#topmenuright {
float: right;
}

.logo {float:left;  min-width:431px;  width:35; height: 228px;}
.oldcity {
	float: left;
	min-width: 548px;
	width: 44%;
	height: 228px;
}
.topright {
	float: left;
	min-width: 192px;
	width: 21%;
	height: 228px;
	text-align: center;
}
.topmenu {clear:both; display: block; white-space: nowrap; height: auto; z-index: 10; position: relative; }	 

.leftotstup{
padding-left: 10px;

}
.leftmenubox{
	width:222px;
	margin: 15px 5px 5px 5px;
	padding:15px 5px 5px 5px;
  font-weight: bold;
  border-radius: 10px;
    background: -moz-linear-gradient(#CBC2A0, #D1B781); /* FF 3.6+ */  
    background: -ms-linear-gradient(#CBC2A0, #D1B781); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CBC2A0), color-stop(100%, #D1B781)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#CBC2A0, #D1B781); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#CBC2A0, #D1B781); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBC2A0', endColorstr='#D1B781'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBC2A0', endColorstr='#D1B781')"; /* IE8+ */  
    background: linear-gradient(#CBC2A0, #D1B781); /* the standard */ 
  display: table-cell;
  
  text-align:left;
  vertical-align: bottom;
  box-shadow: 0px 0px 7px #000;
   *behavior: url(ie-css3.htc); 
}
.cto {width: 100%;}
.topmenuright {background: url('/i/searchbg.png') repeat-x ; display: inline-block; float:right; height: auto; min-width: 250px; z-index: 10; position: relative; height:54px;}	 
#searchleft { float: left; left: 0px;  top: 0px; height:54px;}
#searchright {float: right; position: relative; top: -54px; right: 0px;  height:54px;}
#s@earchform { position: relative; top: 15px;  height:54px; text-align:center;}
.cartbox {
margin: 20px auto;
width: 192px;
height: 192px;
background-image:url(/i/cartbg.png);  background-position: top; background-repeat: no-repeat; padding-top: 60px; padding-bottom: 30px;

}
.cart{
margin: 10px auto;
width: 110px;
}

.footerline {height: 22px;
width: 100%;
position: relative; 
background-image:url(/i/footerlinebg.png);  
text-align: right;
margin-top: 10px;
}

.footerline a{ color: #000;  }
}

H1 {
margin-top: 10px;
font-size: 32px;
}

H2 {
margin-top: 10px;
font-size: 20px;
text-align: center;
}

H3 {
margin-top: 10px;
font-size: 18px;
}

H4 {
margin-top: 10px;
font-size: 16px;
}


H1.pagetitle{
color:#162D37;
font-size: 20px;
text-transform:uppercase;
}

.subemail {border: 1px solid #662C1E; height:18px; width:150px; font-family:arial; font-size:13px; text-align:center; color:black; background:#D9CA9E;}
.subsradio {font-family: arial; font-size:9pt;}




.search {font-family: arial; font-size: 10px; color: #000000; font-weight:bold; text-decoration: none;}
.searchinput {position: relative; width:150; top: 0px; height: 20px; border: 0px inset #BDD6FF; }

#searchbox {font-size: 1px; float:right; margin-top: 5px;  margin-right: 25px; padding-top: 0px; background-image: url(/i/searchfon.png); background-repeat: repeat-x;}
#searchleft{position: relative; left: 0px; height: 30px; width: 10px; }
#searchform{positi!on: relative; left: 0px; top: 0px; width: 160px;  height: 22px; color: #000; vertical-align: top; background-color: #fff; BORDER-BOTTOM: #000000 0px outset; BORDER-LEFT: #111111 0px outset; BORDER-RIGHT: #222222 0px outset; BORDER-TOP: #000000 0px outset; COLOR: #A3A3A3; FONT-FAMILY: arial; FONT-SIZE: 12px; FONT-WEIGHT: normal; TEXT-DECORATION: none; h!eight: 16px; margin-top: 4px; padding: 0px; }
#searchbut {position: relative; left: 20px;}
#searchforma{}


table.blackborder {border-collapse:collapse;}
table.blackborder td {border:1px solid #000000;}

table.greyborder {border-collapse:collapse;}
table.greyborder td {border:1px solid #CCCCCC;}


/* NEWS */
.newsdate {color: #D02F08;   }
.newstitle0 {font-family: Georgia; font-weight:normal; color: #0000FF;}
A.newstitle0 {font-family: Georgia; font-weight:normal; color: #0000FF; font-weight:normal; text-decoration: none;}
A.newstitle0:link {font-family: Georgia;   font-weight:normal; color: #0000FF; font-weight:normal; text-decoration: none;}
.newstitle1 {color:#162D37; font-size: 22px; text-transform: uppercase; font-weight:normal; color: #ff0066; }
.newsanons{font-family: Georgia;  color:  #666; font-size: 13px; line-height: 150%; font-style: italic;}
.podrobnews, A.podrobnews, A.podrobnews:active, A.podrobnews:link, A.podrobnews:visited  {color:#613061; font-size: 7pt; font-weight: normal; text-decoration: underline;}
A.podrobnewsbox, A.podrobnewsbox:active, A.podrobnewsbox:link, A.podrobnewsbox:visited  {color:#613061; font-size: 7pt; font-weight: normal; text-decoration: underline;}
.newsbox {font-family: Georgia; font-size: 9pt; text-decoration: none;}
.newsdatebox {font-family: Georgia; font-size: 9pt; color:#0000FF; font-weight: bold; text-decoration: none;}
.newsboxtext {color: #000044; font-family: Georgia; font-size: 9pt; font-weight:bold;}
.newsboxtitle{
font-size: 17px;
font-family: 'Tahoma', serif;
text-decoration: none;
font-weight: bold;
padding-top: 10px;
width: 221px;
height: 32px;
display: block;
padding-left: 10px;
background-color: #00387C;
background-image: url('/i/leftbutfon.jpg');
background-repeat: no-repeat;
color: #fff;
}

/* documents */
.doctitle {font-family: arial; font-size: 14 px; color:#006C7F; font-weight: bold; padding-bottom: 10px; margin-bottom: 1px; }
.alldocsrazdel {color: #435236; arial; font-size: 9pt; }
.alldocscategory {color: #435236; arial; font-size: 9pt; }
.alldocslistcell {color: #435236; arial; font-size: 9pt; }
.alldocsnamelink {color: #435236; arial; font-size: 9pt; }
.alldocslistheader {color: #435236; arial; font-size: 9pt; }
.alldocslistable{color: #435236; arial; font-size: 9pt; }

table.titletable {border-collapse:collapse;}
table.titletable td {border:1px solid #BEBEBE;}

table.documentlisttable {border-collapse:collapse;}
table.documentlisttable {border:0px solid #000033;}
.documentlisttable td {border-bottom:1px dotted #dddddd;}

table.documentlistheader {border-collapse:collapse;}
.documentlistheader td{text-align: center; color: #FFFFFF;  background-color: #D9E2F0; BORDER-RIGHT: solid 1px #000033; BORDER-BOTTOM: solid 1px #000033; BORDER-LEFT: solid 1px #000033; font-family: arial; font-weight: bold; font-size:9pt; text-decoration: none;}
.documentlistheader tr{text-align: center; color: #FFFFFF;  border:solid; background-color: #D9E2F0; BORDER-LEFT: #000033; font-family: arial; font-weight: bold; font-size:9pt; text-decoration: none;}
.docpathlink, A.docpathlink, A.docpathlink:link, A.docpathlink:hover, A.docpathlink:visited {color: #FFFFFF; font-family: arial; font-weight: bold; font-size:9pt; text-decoration: none;}
.line {background-color: #D9E2F0;}
.documentnamelink, A.documentnamelink, A.documentnamelink:link, A.documentnamelink:hover, A.documentnamelink:visited {color: #660000; font-family: arial; font-weight: bold; font-size:9pt; text-decoration: none;}
.documentpodroblink, A.documentpodroblink, A.documentpodroblink:link, A.documentpodroblink:hover, A.documentpodroblink:visited {color: #FFFFFF; font-family: arial; font-weight: normal; font-size:9pt; text-decoration: underline;}
.imgborder {border: 1 solid #FFFFFF; background:#F1F7FE;}
.docrazdely, A.docrazdely:link, A.docrazdely:hover, A.docrazdely, A.docrazdely:visited {color: #000033; font-family: arial; font-weight: bold; font-size:9pt; text-decoration: none;}
.poddocrazdely, A.poddocrazdely:link, A.poddocrazdely:hover, A.poddocrazdely, A.poddocrazdely:visited {color: #D02F08; font-family: arial; font-weight: bold; font-size:9pt; text-decoration: none;}
.albomtitle {color: #435236; arial; font-size: 9pt; }

.clear{clear:both;}
#bottomright {
float:right;
vertical-align: bottom;
height: 134px;
}

#bottommiddle {
position: absolute;
margin-left: 700px;
margin-top: -12px;
vertical-align: bottom;
height: 134px;
}

#bottommiddle  table td {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px; 
 	padding: 2px;
	margin: 1px;
}


.bottommiddlerazd{ 
color: #ffffff;
text-decoration: none;
font-size: 16px;
font-weight: bold;
}

.developer, A.developer, A.developer:link, A.developer:hover, A.developer:visited {color: #814638;  font-family: "Monotype Corsiva"; font-size: 18px; vertical-align: bottom; line-height: 1;}
#botfon {clear:left;width:100%; background: #FFF;color: #000;  
background-image: url(/i/botorn.jpg); background-repeat: repeat-x;
height: 90px;
}

.order { }
.partners{
text-align: center;
color: #333333;
font-family: 'Traktir-Modern-Regular'; font-size: 38px;
}

#botline{
width:100%;
height:2px;
clear:both;
display: block;
}

#social{
color: #333333;
padding-left: 50px;
float: left;
padding-top: 20px;
}
#kareta{
width:349px;
height:192px;
float: right;
background-image:url('/i/kareta.png');

}
#developed{
padding-right: 20px;
float: right;
padding-top: 20px;
}
#cards { margin: 0 auto; text-align:center; width: 100%;}
#cards img {padding:5px;}

.leftrekviz{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
line-height:120%;
font-style:italic;
text-align: center;
}

.leftphones{
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
line-height:100%;
color:rgb(229,119,4);
text-align: center;
}
.leftmail{
font-family:Arial, Helvetica, sans-serif;
font-size:28px;
line-height:100%;
color:rgb(51,51,51);
text-align:left;
}
.contactus{
font-family:"Century Gothic";
font-size:12px;
font-weight:bold;
line-height:120%;
color:rgb(119,119,119);
text-align:center;

}
#niz{
background-color: #E6DCC4;
background-image:url('/i/nizfon.jpg');

}
#nizleft{
margin: 20px;
float:left;
}
#navtel{
margin-right:5px;
margin-top:2px;
}
.navtellink{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
line-height:100%;
color:rgb(255,255,255);
text-align:center;
/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
text-shadow:5px 5px 4px rgba(0,0,0,0.65);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#a5000000,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#a5000000,Positive=true);

}