div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: transparent;
   color: #DCDCDC;
   font-family: "Maiandra GD";
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: auto;
   overflow-y: auto;
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-o-keyframes fall
{
   0% { -o-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -o-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-ms-keyframes fall
{
   0% { -ms-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -ms-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes super-scaled-in
{
   0% { -webkit-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes super-scaled-in
{
   0% { -moz-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes super-scaled-in
{
   0% { -o-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes super-scaled-in
{
   0% { -ms-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes super-scaled-in
{
   0% { transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform: rotate(0deg) scale(0.9,0.9) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform: rotate(0deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform: rotate(0deg) scale(0.9,0.9) ; -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform: rotate(0deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform: rotate(0deg) scale(0.9,0.9) ; -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@-webkit-keyframes vanish-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes vanish-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes vanish-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes vanish-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes hole-in
{
   0% { -webkit-transform: rotate(180deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes hole-in
{
   0% { -moz-transform: rotate(180deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes hole-in
{
   0% { -o-transform: rotate(180deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes hole-in
{
   0% { -ms-transform: rotate(180deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
#PageHeader
{
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#MainMediaPlayer1
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#wb_MainMediaPlayer1
{
   overflow: hidden !important;
   position: fixed !important;
   left: 0 !important;
   top: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
#MainBanner1
{
   background-color: transparent;
   background-image: none;
   border: 0px transparent solid;
   color: #D3D3D3;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-size: 29px;
   text-align: center;
}
#MainBanner1 span
{
   display: block;
   height: 29px;
   margin: 1px 0px 1px 0px;
}
#MainBanner1 span:before, #MainBanner1 span:after 
{
   display: block;
   position: absolute;
   top: 45px;
   left: 0;
   right: 0;
}
#MainBanner1 span:before 
{
   content: "NewDownrigger.com";
   opacity: .3;
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}
#MainBanner1
{
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#MainSiteSearch1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color :#F5F5F5;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   padding: 4px 4px 4px 4px;
   text-align: left;
   vertical-align: middle;
}
.autocomplete
{
   position: absolute;
   background: #2E455F;
   border: 1px solid #6E8FCC;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   list-style-type: none;
   z-index: 999;
   padding: 0;
   width: 125px;
   margin: 0;
}
.autocomplete li
{
   padding: 0;
   margin: 0;
}
.autocomplete li.selected
{
   background: #008;
   color: #FFFFFF;
}
.ui-dialog
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-title
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #2779AA;
}
.ui-dialog .ui-dialog-titlebar
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-content
{
   padding: 5px 1px 1px 1px;
}
.ui-dialog .ui-dialog-titlebar-close
{
   right: 12px;
}
.ui-dialog .ui-dialog-buttonpane button
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
.ui-dialog .highlight
{
   background-color: #FFDAB9;
   color: #2E4133;
}
#MainButton1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color: #C0C0C0;
   font-family: Sylfaen;
   font-weight: normal;
   font-size: 19px;
   -webkit-animation: swash-in 500ms linear 0ms 1 normal both;
   -moz-animation: swash-in 500ms linear 0ms 1 normal both;
   animation: swash-in 500ms linear 0ms 1 normal both;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#master_frameBreadcrumb1
{
   padding: 12px 15px 12px 15px;
   list-style: none;
   background-color: #2E455F;
   background-image: none;
   border: 1px #C0C0C0 solid;
   border-radius: 2px;
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 0;
   text-align: center;
}
#master_frameBreadcrumb1 > li
{
   display: inline-block;
   font-size: 13px;
}
#master_frameBreadcrumb1 a
{
   color: #C0C0C0;
   text-decoration: none;
}
#master_frameBreadcrumb1 a:hover
{
   color: #23527C;
   text-decoration: underline;
}
#master_frameBreadcrumb1 > .active
{
   color: #A9A9A9;
}
#master_frameBreadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #696969;
}
#wb_Text1hkj 
{
   background-color: #2E455F;
   background-image: none;
   border: 1px #546776 solid;
   border-radius: 2px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1hkj
{
   font-family: HelvLight;
   font-weight: normal;
   font-size: 11px;
   line-height: 13px;
}
#wb_Text1hkj div
{
   text-align: center;
   white-space: nowrap;
}
#wb_masterClipArt7 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt7 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt7 a:hover span
{
   visibility: hidden;
}
#masterClipArt7
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt7:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_MainClipArt3 a canvas
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 span
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 a .hover
{
   visibility: hidden;
}
#wb_MainClipArt3 a:hover .hover
{
   visibility: visible;
}
#wb_MainClipArt3 a:hover span
{
   visibility: hidden;
}
#MainClipArt3
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#MainClipArt3:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_masterClipArt2 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt2 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt2 a:hover span
{
   visibility: hidden;
}
#masterClipArt2
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt2:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_master_frameCssMenu1
{
   border: 0px #C0C0C0 solid;
   background-color: transparent;
}
#wb_master_frameCssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_master_frameCssMenu1 li
{
   float: left;
   margin: 0;
   padding: 23px 15px 23px 0px;
}
#wb_master_frameCssMenu1 a
{
   display: block;
   float: left;
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   text-align: center;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1 li.firstmain
{
   padding-left: 23px;
}
#wb_master_frameCssMenu1 li.lastmain
{
   padding-right: 23px;
}
#wb_master_frameCssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_master_frameCssMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
   left: 50% !important;
   margin-left: -270px;
}
#indexImage1
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   -webkit-animation: fall 500ms linear 50ms 1 normal both;
   -moz-animation: fall 500ms linear 50ms 1 normal both;
   animation: fall 500ms linear 50ms 1 normal both;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText4 
{
   background-color: transparent;
   background-image: none;
   border: 1px #C0C0C0 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: puff-in 500ms linear 50ms 1 alternate forwards;
   -moz-animation: puff-in 500ms linear 50ms 1 alternate forwards;
   animation: puff-in 500ms linear 50ms 1 alternate forwards;
}
#wb_indexText4
{
   font-family: "Alegreya SC";
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_indexText4 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_indexText4:hover
{
   background-color: #080D26;
   -webkit-transition: background-color 500ms linear 50ms;
   -moz-transition: background-color 500ms linear 50ms;
   transition: background-color 500ms linear 50ms;
}
#wb_indexText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: vanish-in 500ms linear 50ms 1 normal forwards;
   -moz-animation: vanish-in 500ms linear 50ms 1 normal forwards;
   animation: vanish-in 500ms linear 50ms 1 normal forwards;
}
#wb_indexText3
{
   font-family: "Segoe UI Symbol";
   font-weight: normal;
   font-size: 53px;
   line-height: 71px;
}
#wb_indexText3 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_indexText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: vanish-in 500ms linear 50ms 1 normal backwards;
   -moz-animation: vanish-in 500ms linear 50ms 1 normal backwards;
   animation: vanish-in 500ms linear 50ms 1 normal backwards;
}
#wb_indexText1
{
   font-family: "Segoe UI Symbol";
   font-weight: normal;
   font-size: 37px;
   line-height: 50px;
}
#wb_indexText1 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_indexText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: super-scaled-in 500ms linear 30ms 1 normal both;
   -moz-animation: super-scaled-in 500ms linear 30ms 1 normal both;
   animation: super-scaled-in 500ms linear 30ms 1 normal both;
}
#wb_indexText2
{
   font-family: "Segoe UI Symbol";
   font-weight: normal;
   font-size: 75px;
   line-height: 99px;
}
#wb_indexText2 div
{
   text-align: center;
   white-space: nowrap;
}
#indexLine2
{
   border-color: #758394;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
   -webkit-animation: swash-in 500ms linear 50ms 1 normal forwards;
   -moz-animation: swash-in 500ms linear 50ms 1 normal forwards;
   animation: swash-in 500ms linear 50ms 1 normal forwards;
}
#indexLine3
{
   border-color: #758394;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
   -webkit-animation: swash-in 500ms linear 50ms 1 normal forwards;
   -moz-animation: swash-in 500ms linear 50ms 1 normal forwards;
   animation: swash-in 500ms linear 50ms 1 normal forwards;
}
#indexLine5
{
   border-color: #758394;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
   -webkit-animation: swash-in 500ms linear 50ms 1 normal forwards;
   -moz-animation: swash-in 500ms linear 50ms 1 normal forwards;
   animation: swash-in 500ms linear 50ms 1 normal forwards;
}
#master_frameLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 80px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#indexLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 100px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#PageFooter
{
   background-color: #6B7E8A;
   background-image: none;
   border: 1px #414A54 solid;
   border-radius: 2px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#indexLine2
{
   position: absolute;
   left: 0px;
   top: 690px;
   width: 1199px;
   z-index: 20;
}
#wb_uid1
{
   color: #858A8B;
}
#indexLine3
{
   position: absolute;
   left: 0px;
   top: 810px;
   width: 1199px;
   z-index: 21;
}
#wb_indexText1
{
   position: absolute;
   left: 0px;
   top: 820px;
   width: 1190px;
   height: 50px;
   text-align: center;
   z-index: 18;
}
#wb_uid2
{
   color: #858A8B;
}
#wb_master_frameExtension4
{
   position: absolute;
   left: 350px;
   top: 80px;
   width: 135px;
   height: 56px;
   z-index: 27;
}
#wb_indexText2
{
   position: absolute;
   left: 0px;
   top: 50px;
   width: 1190px;
   height: 100px;
   text-align: center;
   z-index: 19;
}
#wb_uid3
{
   color: #8EA3A4;
}
#wb_MainMediaPlayer1
{
   position: absolute;
   left: 0px;
   top: 80px;
   width: 100px;
   height: 56px;
   z-index: 13;
}
#MainButton1
{
   position: absolute;
   left: 1079px;
   top: 14px;
   width: 110px;
   height: 40px;
   z-index: 6;
}
#PageFooter
{
   position: fixed;
   text-align: center;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100px;
   z-index: 28;
}
#indexLine5
{
   position: absolute;
   left: 0px;
   top: 897px;
   width: 1199px;
   z-index: 22;
}
#wb_uid4
{
   color: #8EA3A4;
}
#wb_indexText3
{
   position: absolute;
   left: 0px;
   top: 710px;
   width: 1190px;
   height: 71px;
   text-align: center;
   z-index: 17;
}
#wb_masterClipArt7
{
   position: absolute;
   left: 109px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 5;
}
#wb_uid5
{
   color: #7C8F9A;
}
#wb_indexText4
{
   position: absolute;
   left: 490px;
   top: 530px;
   width: 633px;
   height: 90px;
   text-align: center;
   z-index: 16;
}
#wb_MainClipArt3
{
   position: absolute;
   left: 59px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 11;
}
#wb_uid6
{
   color: #7C8F9A;
}
#wb_indexImage1
{
   position: absolute;
   left: 54px;
   top: 160px;
   width: 1090px;
   height: 510px;
   z-index: 15;
}
#PageHeader
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 80px;
   z-index: 7777;
}
#wb_uid7
{
   color: #7C8F9A;
}
#wb_uid8
{
   color: #C0C0C0;
}
#PageHeader_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#master_frameLine1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1200px;
   z-index: 23;
}
#MainLine1
{
   position: absolute;
   left: 330px;
   top: 70px;
   width: 870px;
   z-index: 1;
}
#MainBanner1
{
   position: absolute;
   left: 0px;
   top: 1px;
   width: 330px;
   height: 40px;
   z-index: 0;
}
#MainLine2
{
   position: absolute;
   left: 330px;
   top: 10px;
   width: 870px;
   z-index: 3;
}
#MainLine3
{
   position: absolute;
   left: 0px;
   top: 40px;
   width: 330px;
   z-index: 2;
}
#wb_Text1hkj
{
   position: absolute;
   left: 9px;
   top: 64px;
   width: 1178px;
   height: 26px;
   text-align: center;
   z-index: 9;
}
#wb_master_frameBreadcrumb1
{
   position: absolute;
   left: 374px;
   top: 14px;
   width: 558px;
   height: 38px;
   text-align: center;
   z-index: 8;
   vertical-align: top;
}
#PageFooter_Container
{
   width: 1198px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_masterClipArt2
{
   position: absolute;
   left: 9px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 12;
}
#wb_master_frameExtension1
{
   position: absolute;
   left: 159px;
   top: 14px;
   width: 205px;
   height: 50px;
   z-index: 10;
}
#MainSiteSearch1
{
   position: absolute;
   left: 944px;
   top: 14px;
   width: 115px;
   height: 30px;
   line-height: 30px;
   z-index: 7;
}
#wb_master_frameCssMenu1
{
   position: absolute;
   left: 330px;
   top: 0px;
   width: 870px;
   height: 76px;
   text-align: center;
   z-index: 4;
}
#indexLine1
{
   position: absolute;
   left: 0px;
   top: 898px;
   width: 1200px;
   z-index: 24;
}
#wb_uid0
{
   color: #AAA5AD;
}
