/*<![CDATA[*/
.ccc td{
	vertical-align:middle;
}
.tel {
float:left;
margin: 25px 0 0 0;
color: #FF8500;
font-size: 26px;
line-height: 28px;
font-weight: bold;
word-spacing: 0px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);}
.tel span{
	font-size: 16px;
font-style: normal;
font-weight: bold;
vertical-align: text-top;
}
.adres {float:left;
text-align:center;
width: 210px;
margin: 15px 0 0 33px;
font-size: 22px;
font-weight: bold;
color: #FF8500;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);}
.kassa {position: absolute;
right: 315px;
top: 0px;}
.kassa_right {position: relative;
top: 235px;
left: 764px;}
body
   {
     margin: 0;
     padding: 0;
     color: #000;
     font: 100% arial,sans-serif;
     background: #efdfad url(../image/bg.jpg) top left repeat-x;
     cursor: default;
     width: 100%;  
    }

img
   {
     border: 0;
   }
table
   {
     margin: 0;
     padding: 0;
     border-collapse: collapse;
	 width: 100%;
   }


/* Оформление ссылок */

a:link 
   {
     color: #de7800;
     text-decoration: underline;
   }
a:visited 
   {
     color: #de7800;
     text-decoration: underline;
   }
a:hover 
   {
     color: #da251d;
     text-decoration: underline;
    }
a.menu:link 
   {
     color: #FF8500;
     text-decoration: underline;
   }
a.menu:visited 
   {
     color: #FF8500;
     text-decoration: underline; 
   }
a.menu:hover 
   {
     color: #da251d;
     text-decoration: underline;
    }
a.topmenu:link 
   {
     color: #00709e;
     text-decoration: underline; 

   }
a.topmenu:visited 
   {
     color: #FF8500;
     text-decoration: underline; 

   }
a.topmenu:hover 
   {
     color: #da251d;
     text-decoration: underline;

    }
/* /Оформление ссылок */

/* Располагаем по центру */

div#container 
   {
     margin-left: -495px; 
     padding: 0;
     width: 1004px;
     position:relative; 
     left: 50%; 
     top: 0;
     overflow: hidden;
   }

/* /Располагаем по центру */

/* Шапка */
div#header
   {
     float: left;
     height: 125px;
     margin: 0;
     padding: 0;
     width: 984px;
     color: #000;
     background: #fff;
   }

div#header .logo
   {
     float: left;
     margin: 0px; 
     padding: 0px 0 0 35px;
     z-index: 2;
     width: 227px;
     height: 26px;
     font-size: 7pt;
   }

div#header .logo a {
color: #d97d0f !important;
font-size: 23px;
text-decoration: none;
text-shadow: #f6e1c9 1px 1px 2px;
} 

div#header #search
   {
     float: right;
     margin: 35px 30px 0 30px; 
     background: url(../image/search_field.gif) top left no-repeat; 
     padding: 0;
   }
*html div#header #search
   {
     float: right;
     position: absolute;
     top: 35px;
     left: 680px;
     margin: 0px 0px 0 30px; 
     background: url(../image/search_field.gif) 30px 0px no-repeat; 
     padding: 0;
   }
*:first-child+html div#header #search
   {
     float: right;
     position: absolute;
     top: 35px;
     left: 680px;
     margin: 0px 0px 0 30px; 
     background: url(../image/search_field.gif) 30px 2px no-repeat; 
     padding: 2px 0 0 0;
   }
div#h_field
   {
     float: left;
     width: 984px;
     height: 400px;
     margin: 0;
     clear: both;
     border-bottom: 1px solid #DADADA;
     background: #fff; 
     padding: 0;
   }

.navigation ul
   {
/*       width: 984px;    */
     max-width: 920px;
     margin: auto;
     height: 35px;
     list-style: none; 
     padding: 10px 0 0 0;
     font: bold 12pt/14pt Arial, Verdana;
   }
*:first-child+html div.navigation ul
   {
        max-width: 984px;
     margin-right: auto;
/*     width: 986px; */
     height: 35px;
/*      margin: 0; */
      padding: 5px 0 0 0;
     font: bold 12pt/14pt Arial, Verdana;
   }

.navigation ul li
   {
     float: left;
     margin: 0 5px;
     padding: 10px 15px;
     box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.84);
	border-radius:10px;
	font-size: 19px;
	background-color:#f16722;
	
	transition:all 0.5s;
   }
 .navigation ul li a {text-decoration:none!important; color:#fff!important;}  
.navigation ul li:hover {background:#FFF6E5; }
.navigation ul li:hover a{color:#FF8500!important;}
*html .navigation ul li
   {
     float: left;
     position: relative;
     left: -20px;
     margin: 0 20px 0 35px;
     padding: 0;
   }
*:first-child+html .navigation ul li
   {
     float: left;
     list-style: none; 
     background: url(../image/nav_bullet.gif) top left no-repeat; 
     margin: 0 15px 0 35px;
     padding: 2px 0 0 0px;
   }
*html .navigation ul li
   {
     float: left;
     list-style: none; 
     background: url(../image/nav_bullet.gif) top left no-repeat; 
     margin: 0 0 0 25px;
     padding: 2px 0 0 20px;
   }
div#header .search_field
   {
     float: left;
     margin: 0; 
     padding: 4px 15px 0px 15px;
     font: 9pt/9pt Arial, verdana;
     height: 16px;
     width: 170px;
     background: url(../image/trans.gif);
     border: 0px solid #000;
   }
*html div#header .search_field
   {
     font: 9pt/11pt Arial, verdana;
   }
*:first-child+html div#header .search_field
   {
     font: 9pt/11pt Arial, verdana;
   }
div#header h1
   {
     float: left;
     margin: 33px 0 0 0; 
     width: 750px;
     font: normal 18pt/22pt Arial, Verdana, Tahoma;
     color: #980034; 
   }

/* /Шапка */

/* Баннеры */
div.wrapper
   {
     clear: both;
     height: 0;
     overflow: hidden;
   }
div#content 
   {
     margin: 4; 
     width: 984px;
     font: normal 11pt/16pt Arial, Verdana, Tahoma;
     color: #000; 
     background: #fff url(../image/page_bottom.jpg) bottom left repeat-x; 
   }
td.center
   {
     vertical-align: top;
     text-align: left;
     float: left;
     margin: 0 0 40px 0; 
     width: 640px;
     padding: 20px 20px 30px 35px;
     font: normal 11pt/16pt Arial, Verdana, Tahoma;
     color: #000;
   }
td.right
   {
     vertical-align: top;
     text-align: left;
     margin: 0; 
     position: relative;
     float: left;
     padding: 40px 20px 30px 35px;
     font: normal 11pt/16pt Arial, Verdana, Tahoma;
     color: #000;
   }
td.right #submenu
   {
     margin: 0; 
     width: 215px;
     padding: 5px 15px 10px 0;
     font: normal 14pt/20pt Arial, Verdana, Tahoma;
     color: #000;
     background: #fff; 
     
   }
td.right #submenu ul li a {font-size:14px!important;}
td.right #submenubottom
   {
     width: 230px;
     height: 1px;
     background: #fff; 
   }
td.right #newsblock
   {
      width: 215px;
      margin: 0;
      padding: 20px 0 0 15px;
   }
p.h
   {
      padding: 0;
      margin: 0;
      font: 16pt/20pt Arial, verdana;
   }
p.date 
   {
      padding: 15px 0 5px 0;
      margin: 0;
      font: 9pt/14pt Arial, verdana;
      color: #fff;
      background: #fff;
   }
p.date span
   {
      padding: 5px;
      margin: 0;
      font: 9pt/14pt Arial, verdana;
      color: #fff;
      background: #b4466c;
   }
p.link
   {
      padding: 0 0 10px 0;
      margin: 0;
      font: 10pt/14pt Arial, verdana;
      color: #000;
   }
td.right #submenu ul
   {
     list-style: none; 
      margin: 0;
      padding: 15px 10px 0 0px;
     font: normal 14pt/14pt Arial, Verdana; 
     width: 205px;
   }
*:first-child+html td.right #submenu ul
   {
     list-style: none; 
      margin: 0;
      padding: 15px 10px 0 10px;
     font: normal 14pt/14pt Arial, Verdana; 
     width: 170px;
   }
*html td.right #submenu ul
   {
     list-style: url(../image/bullet2.gif); 
      margin: 0;
      padding: 15px 10px 0 12px;
     font: normal 14pt/14pt Arial, Verdana; 
     width: 170px;
   }
td.right #submenu ul li
   {
      margin: 5px 0 15px 15px;
      padding: 0; 
   }
td.right #submenu ul li a {
	color:#da251d!important;
}
td.right #submenu ul li a:hover {
	color:#FF8500!important;
}
*:first-child+html td.right #submenu ul li
   {
      margin: 5px 0 15px 0px;
      padding: 0 0 0 5px; 
   }
*html td.right #submenu ul li
   {
      margin: 5px 0 15px 15px;
      padding: 0 0 0 5px; width: 170px;
   }
td.center h1
   {
     margin: 0; 
     padding: 0 0 5px 0;
     font: normal 20pt/24pt Arial, Verdana, Tahoma;
     color: #000;
     clear: both;
   }
td.center h2
   {
     margin: 0; 
     padding: 15px 0 5px 0;
     font: normal 16pt/20pt Arial, Verdana, Tahoma;
     color: #000;
     clear: both;
   }
td.center p
   {
     padding: 5px 0 15px 0;
     margin: 0; 
     color: #000;
   }
td.center blockquote
   {
     padding: 10px 25px;
     margin: 0 0 20px 0; 
     color: #000;
     background: #d4d6d7;
     font: normal 10pt/14pt Arial, Verdana, Tahoma;
   }
td.center ul
   {
    padding: 0 0 20px 20px;
    margin: 0;
    list-style-image: url(../image/bullet.gif);

   }
td.center ul li
   {
     font: normal 10pt/14pt Arial, Verdana, Tahoma;
     padding: 0 0 15px 0;     
     margin: 0; 
   }
div#copyright
   {
     color: #000;
     padding: 20px 20px 18px 35px;
     margin: 0 0 30px 0;
     position: relative;
     float: left;
     font: normal 9pt/13pt Arial, Verdana, Tahoma;
     width: 600px;
     background: #fff;
   }
   
div#copyright .cpl {
width: 310px;
float: left;
}
   
div#z66
   {
     width: 199px;
     color: #fff;
     padding: 20px 130px 18px 0;
     margin: 0;
     position: relative;
     float: left;
     font: normal 9pt/13pt Arial, Verdana, Tahoma;
     text-align: right;
     background: #fff url(../image/netangels.gif) 210px 24px no-repeat; 
   }
div#z66 a.menu:link 
   {
     color: #000;
     text-decoration: underline; 
     font-style: normal;
   }
div#z66 a.menu:visited 
   {
     color: #000;
     text-decoration: underline;  
     font-style: normal;
   }
div#z66 a.menu:hover 
   {
     color: #da251d;
     text-decoration: underline; 
     font-style: normal;
    }
dt
   {
      padding: 5px 0 0 0;
      margin: 0;
      font: 9pt/14pt Arial, verdana;
      color: #666;      background: #fff;
   }
dd
   {
      padding: 0 0 0 0;
      margin: 0;
      font: 10pt/14pt Arial, verdana;
      color: #000;
   }
td.right #newsblock strong
   {
      padding: 0;
      margin: 0;
      font: 16pt/20pt Arial, verdana;
   }
/*]]>*/


/* Common */
.container-slider {
	margin:0 auto;
	overflow:hidden;
	width:100%;
}



/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:360px;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	border:5px solid #eaeaea;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:300px;
	width:970px;
	margin:40px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:300px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:970px;
	height:300px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:970px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}
/* ANIMATION */
@-moz-keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; } 
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; } 
	21% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@-moz-keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; } 
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; } 
	60% { top:325px; opacity:0; z-index:0; }
	61% { top:-325px; opacity:0; z-index:-1; } 
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-moz-keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

@-webkit-keyframes cycle {
	0%  { top:0px; }
	4%  { top:0px; }
	16% { top:0px; opacity:1; z-index:0; } 
	20% { top:325px; opacity:0; z-index:0; }
	21% { top:-325px; opacity:0; z-index:-1; }
	50% { top:-325px; opacity:0; z-index:-1; }
	92% { top:-325px; opacity:0; z-index:0; }
	96% { top:-325px; opacity:0; }
	100%{ top:0px; opacity:1; }
	
}
@-webkit-keyframes cycletwo {
	0%  { top:-325px; opacity:0; }
	16% { top:-325px; opacity:0; }
	20% { top:0px; opacity:1; }
	24% { top:0px; opacity:1; } 
	36% { top:0px; opacity:1; z-index:0; } 
	40% { top:325px; opacity:0; z-index:0; }
	41% { top:-325px; opacity:0; z-index:-1; }  
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclethree {
	0%  { top:-325px; opacity:0; }
	36% { top:-325px; opacity:0; }
	40% { top:0px; opacity:1; }
	44% { top:0px; opacity:1; } 
	56% { top:0px; opacity:1; z-index:0; } 
	60% { top:325px; opacity:0; z-index:0; } 
	61% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefour {
	0%  { top:-325px; opacity:0; }
	56% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	64% { top:0px; opacity:1; }
	76% { top:0px; opacity:1; z-index:0; }
	80% { top:325px; opacity:0; z-index:0; }
	81% { top:-325px; opacity:0; z-index:-1; }
	100%{ top:-325px; opacity:0; z-index:-1; }
}
@-webkit-keyframes cyclefive {
	0%  { top:-325px; opacity:0; }
	76% { top:-325px; opacity:0; }
	80% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}

/* ANIMATION BAR */
@-moz-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
@-webkit-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
/* RESET */

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, 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: 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;
}
body {
	line-height: 1;
}
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;
}

