/*------------------------------------------- header -------------------------------------------------*/
#header { width: 100%; height: 129px; position: fixed; z-index: 200; background: url("/images/bg_header.png") repeat-x; min-width:1000px; }

/* ----- logo ----- */
.logo { left: 35px; top: 20px; position: absolute; }

/* ----- slogan ----- */
.slogan { left: 35px; top: 99px; position: absolute; font-size: 12px; color: #313a50; }

/* ----- top-block ----- */
.top-block { right: 0px; top: 0px; position: absolute; padding: 8px 50px 0 36px; width: 541px; height: 23px; background: url("/images/bg_top_1.png") no-repeat; }
.top-block .txt { float: left; color: #fff; font-size: 13px; margin:0 0 0 40px; }
.top-block .txt a { text-decoration: none; color: #ffd800; }
.top-block .txt a:hover { text-decoration: underline; }

.icons { float: right; }
.icon-search { float: right; width: 12px; height: 12px; display: block; background: url("/images/icon1.png") no-repeat; margin: 0 0 0 10px; }
.icon-home { float: right; width: 12px; height: 12px; display: block; background: url("/images/icon.png") no-repeat; } 

/* ----- top-navi ----- */
.top-navi { right: 0px; color: #ffcc00; font-size: 14px; top: 101px; position: absolute; width: 627px; height: 20px; background: url("/images/bg_top_2.png") no-repeat; padding: 8px 0 0; }
.top-navi > ul { text-align: center; margin: 0 0 0 17px}
.top-navi > ul > li { display: inline; margin: 0 0 0 5px; position: relative; }
.top-navi > ul > li a { color: #ffcc00; text-decoration: none; display: inline-block; }
.top-navi > ul > li:hover > a,
.top-navi > ul > li.active > a { color: #ffff33; text-decoration: underline; }
.top-navi ul li ul { display: none; z-index: 1000; text-align: left; left: 0px; top: 12px; position: absolute; _background: url("/images/bg_drop_menu_.png") repeat; background: #4f525a; padding: 15px 5px 5px; margin-top: 5px}
.top-navi ul li ul li { list-style-type: none; padding: 0 0 5px; }
.top-navi ul li:hover ul li a { color: #ffcc00; text-decoration: none; white-space: nowrap; font-size:14px; }
.top-navi ul li:hover ul li a:hover { text-decoration: underline; color: #ffff33; }
.top-navi ul li:hover ul { display: block; }

/* ----- top-contacts ----- */
.top-contacts { right: 36px; top: 49px; position: absolute; }

.contacts { float: right; margin: 0 0 0 26px; font-size: 15px; }
.contacts p { margin: 0 0 3px; }
.contacts span { font-size: 27px; }
