﻿@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
html, body {margin:0 auto;height:100%;position:relative;}
body {font:84.01% Tahoma, Geneva, sans-serif;background:#000;line-height:134%;}

* {margin:0;padding:0;}
a {outline:none;}
img {border:0;}
p {text-align:left;padding:0 0 16px;}

#main {height:100%;margin:0 auto;}
#wrap {position:relative;width:1000px;min-height:100%;margin:0 auto;background:#575650;overflow:hidden;}
* html #wrap {height:100%;overflow:visible;}

#head {height:121px;}
#logo {position:absolute;width:256px;height:256px;top:14px;right:22px;background:url('img/logo.png') no-repeat;z-index:3;}
* html #logo {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/tpls/img/logo.png');}
#mllogo {position:absolute;margin:15px 0 0 146px;width:690px;height:154px;background:url('img/mllogo.png') no-repeat;z-index:3;}
* html #mllogo {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/tpls/img/mllogo.png');}

#menu {position:absolute;top:121px;left:0;padding-left:14px;height:55px;font:13px/22px Tahoma, Geneva, sans-serif;text-transform:uppercase;z-index:4;}
#menu a {position:relative;float:left;display:inline;margin:14px 36px 0 14px;padding-left:2px;color:#FFF;text-decoration:none;z-index:5;}
#menu a:hover,#menu a.here {border-bottom:1px dashed #f4f013;z-index:5;}
#actions {font-weight:600;margin-right:30px !important;color:#FF0000 !important;text-decoration:blink !important;}
#actions.here {text-decoration:none !important;}

#pano {position:relative;min-height:1582px;background:#000 url('img/pano.gif') repeat 78px 100%;color:#FFF;width:100%;overflow:hidden;}
* html #pano {height:1582px;overflow:visible;}
#flash {position:absolute;top:0;left:0;z-index:2;outline:none;}
#pimgl {position:absolute;left:0;width:78px;height:100%;background:url('img/lpano.png') repeat 0 55px;}
#pimgr {position:absolute;right:0;width:78px;height:100%;background:url('img/lpano.png') repeat 0 55px;}
#pimgc {position:absolute;left:0;top:0;width:100%;height:55px;background:url('img/menu.png') repeat;}
#pimg {position:relative;left:79px;top:55px;width:842px;}

#text {position:absolute;top:680px;width:704px;left:64px;color:#1e1a1a;}
#text h1 {font:italic 45px/48px Arial, Helvetica, sans-serif;text-align:center;color:#ff000f;white-space:nowrap;}
#text p {margin:22px 12px 0;padding:0 0 4px;font:20px/25px Tahoma, Geneva, sans-serif;text-align:justify;}
#text strong {margin:2px 0 0;font:22px/23px Tahoma, Geneva, sans-serif;color:#002bff;}

#foot {clear:both;position:relative;height:106px;background:#575650;font:14px Tahoma, Geneva, sans-serif;color:#010101;}
#spin {position:absolute;top:70px;right:38px;}
#spin img {margin:0 0 0 6px;}
#copy {float:right;padding:30px 36px 0 10px;}
#copy a {color:#000;}
#copy span {color:#FFF;}
#copy span a {color:#FFF;text-decoration:none;}
#addr {float:left;padding:30px 0 0 36px;}
#addr strong {color:#fcf653;}
#addr span {color:#FFF;}
#addr span strong {color:#FFF;}

.none {}
.nwrp {white-space:nowrap;}
.center {text-align:center;}
.left {float:left;}
.right {float:right;}
.limg {float:left;padding:5px 6px 5px 0;}
.rimg {float:right;padding:5px 0 5px 6px;}
