html {
    min-height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #003F78;
    font-family: 'Arial';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

p {
    position: relative;
    float: left;
    color: #727272;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    margin: 17px 0;
}

#root-wrapper {
    position: relative;
    width: 100%;
    background: url('../images/bg-wrapper.png') repeat-x #fff;
    min-height: 450px;
}

#root{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#header{
    position: relative;
    float: left;
    width: 960px;
    background: url('../images/bg-header.png') repeat-x;
    height: 101px;
    z-index: 8;
}

#banner {
    position: relative;
    float: left;
    width: 960px;
    height: 465px;
}


#content{
    position: relative;
    float: left;
    width: 960px;
    margin-bottom:  45px;
}


#content .box-a {
    position: relative;
    float: left;
    width: 275px;
    min-height: 320px;
    margin: 0 45px 0 0;
}

#content .box-b {
    position: relative;
    float: left;
    width: 320px;
    min-height: 320px;
    margin: 0 50px 0 0;
}

#content .box-c{
    position: relative;
    float: left;
    width: 270px;
    min-height: 320px;
    margin: 0 0 0 0;
}

.claer {
    clear: both;
}

#footer-wrapper {
    position: relative;
    width: 100%;
    background-color: #003f78;
    height: 448px;
}

#footer {
    position: relative;
    width: 960px;
    height: 440px;
    margin: 0 auto;
    background: url('../images/bg-footer.png') no-repeat;
}

#logo {
    position: absolute;
    top: 39px;
    left: 0;
    width: 232px;
    height: 68px;
    background: url('../images/logo.png') no-repeat;
    z-index: 3;
}
/*
#slider {
    position: relative;
    float: left;
    width: 960px;
    height: 465px;
    overflow: hidden;
}

#slider .slide {
    position: relative;
    float: left;
    width: 960px;
    height: 465px;
    z-index: 3;
}

#slider .slide.slide-a {
    background: url('../temp/slider/slide-a.jpg') no-repeat;
}

#slider .slide.slide-b {
    background: url('../temp/slider/slide-b.jpg') no-repeat;
}

#slider .slide.slide-c {
    background: url('../temp/slider/slide-c.jpg') no-repeat;
}

#slider .slide.slide-d {
    background: url('../temp/slider/slide-d.jpg') no-repeat;
}
*/
#f-slider {
    position: absolute;
    top: 85px;
    right: 10px;
    width: 725px;
    height: 70px;
    z-index: 3;
}

#f-slider img {
    margin: 0;
    padding: 0;
    cursor: pointer;
}


#footer ul {
    padding: 0 0 0 18px;
    margin: 0;
}

#footer .ul-a {
    position: absolute;
    left: 295px;
    top: 237px;
}

#footer .ul-b {
    position: absolute;
    left: 557px;
    top: 237px;
}

#footer .ul-c {
    position: absolute;
    left: 815px;
    top: 237px;
    padding: 0;
}

#footer ul li {
    list-style-image:url('../images/ul-footer.png');
}

#footer ul li a{
    color: #fff;
    font-size: 10px;
    font-family: 'nNormal';
}

#footer .ul-c  li {
    list-style: none;
}

#footer #project {

    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

#f-prev {
    position: absolute;
    top: 20px;
    left: 0;
    top: 130px;
    background: url('../images/prev.png') no-repeat;
    width: 28px;
    height: 28px;
    opacity: 0.5;
}

#f-prev:hover {
    opacity: 1;
}

#f-next {
    position: absolute;
    top: 20px;
    left: 32px;
    top: 130px;
    background: url('../images/next.png') no-repeat;
    width: 28px;
    height: 28px;
    opacity: 0.5;
}

#f-next:hover {
    opacity: 1;
}

#up {
    position: absolute;
    top: -34px;
    left: 446px;
    width: 69px;
    height: 69px;
    background: url('../images/up.png') no-repeat;
    z-index: 5;
}

#menu {
    position: absolute;
    top: 48px;
    right: 0px;
    width: 651px;
    height: 50px;
}

#menu a {
    float: left;
    color: #005f80;
    font-family: 'nBold';
    font-size: 14px;
    text-shadow: 1px 1px #fff;
    padding: 16px 15px;
}

#menu a:hover {
    background-color: #03437b;
    color: #fff;
    border-radius: 5px;
    text-shadow: 0px 0px #fff;
    padding: 16px 15px;
    opacity: 0.9;
    text-decoration: none;
}

#menu a.active {
    color: #003564;
}

#menu .active:hover {
    background-color: #03437b;
    color: #fff;
    border-radius: 5px;
    text-shadow: 0px 0px #fff;
    padding: 16px 15px;
    opacity: 0.9;
    text-decoration: none;
}

#menu a.show {
    background-color: #03437b;
    color: #fff;
    border-radius: 5px 5px 0 0 !important;
    text-shadow: 0px 0px #fff;
    padding: 16px 15px;
    opacity: 0.9;
    text-decoration: none;
}


#menu a.offer:hover {

    border-radius: 5px 5px 0 0 !important;

}


#menu-offer {
    position: absolute;
    top: 97px; 
    left: 469px;    
    background-color: #03437b;
    z-index: 6;
    border-radius: 0 5px 5px 5px !important;
    opacity: 0.9;
    padding-right: 17px;
    display: none;
}

#menu-offer.show {
    display: block;
}

#menu-offer ul{
    position: relative;
    float: left;
    padding-left: 32px;
}

#menu-offer ul li.hr {
    list-style: none;
}

#menu-offer ul li.hr hr {
    margin-left: -20px;
    background-color: #336693;
    height: 1px;
    border: 1px;
}

#menu-offer ul li {
    list-style-image:url('../images/ul.png');
}

#menu-offer ul li a{
   color: #fff;
   font-family: 'nNormal';
   font-size: 12px;
}

#menu-offer ul li a:hover{
    text-decoration: none;
    text-shadow: 1px 1px #78C9D9;
}

h1 {
    font-size: 18px;
    font-family: 'nNormal';
    color: #1394c1;
    background: url('../images/h1.png') repeat-x;
    padding-bottom: 21px;
}

h1 span {
    color: #004078;
}

.p-a {
    color: #13588b;
    width: 280px;
}

.p-b {
    color: #003F78;
    margin-top: 0;
    width: 280px;
}


.article {
    position: relative;
    float: left;
    width: 272px;
    margin-top: 21px;   
}

.article h3{
    font-size: 13px;
    color: #003f78;
    font-family: bold;
    margin-bottom: 10px;
    font-family: 'Arial';
}

.article h3 span {
    font-size: 11px;
    font-family: 'Arial';
    color: #727272;
    margin-right: 10px;
    font-weight: normal;
}

.article p {
    margin: 0;
}

.article a {
    position: relative;
    float: left;
    font-family: 'Arial';
    color: #1394c1;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.article-b {
    position: relative;
    float: left;
    width: 320px;
    height: 100px;
    overflow: hidden;
    background: url('../images/article-b.png') no-repeat 0 0px;
}

.article-b h2 {
    font-size: 17px;
    font-family: 'nNormal';
    color: #1394c1;
    padding: 11px 0 12px 50px;
}

.article-b p {
    margin: 8px 25px 0 50px;
}

.article-b:hover {
    background-position: 0 -101px;
    text-decoration: none;
}

.article-b:hover h2{
    color: #fff;
}

.article-b:hover p {
    color: #a7e6f2 !important;
}

.ul-e {
    color: #727272;
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.ul-e li {
    list-style-image:url('../images/check.png');
}

.button {
    position: relative;
    float: left;
    background-color: #003f78;
    padding: 10px;
    color: #e8e8e8;
    font-family: 'nBold';
    font-size: 10px;
}

.button:hover {
    opacity: 0.9;
    text-decoration: none;
}


.offer-btn {
    float: left;
    color: #1c9cc6;
    font-size: 12px; 
    margin: 8px 0 0 18px;
}

.p-c {
    float: left;
    top: -11px;
    left: 10px;
}

#slider-describe {
    position: absolute;
    top: 208px;
    left: 0;
    width: 700px;
    height: 240px;
    z-index: 7;
}

.slide-desc {
    float: left;
    top: 208px;
    left: 0;
    width: 500px;
    height: 242px;
    z-index: 8;
}

.txt-a {
    float: left;
    background-color: #003f78;
    opacity: 0.8;
    font-size: 23px;
    font-family: 'nNormal';
    color: #fff;
    padding: 17px 20px;
    
}

.txt-b {
    float: left;
    background-color: #fff;
    opacity: 0.9;
    font-size: 23px;
    font-family: 'nMedium';
    color: #004077;
    padding: 17px 20px;
 
}

.slide-desc a {
    float: left;
    background: url('../images/btn-offer.png') no-repeat 0 0px;
    height: 47px;
    width: 209px;
    margin-right: 300px;
}

.slide-desc a:hover {
    opacity: 0.9;
}

#navigation {
    position: absolute;
    top: 368px;
    right: 0;
    width: 111px;
    height: 57px;
    z-index: 7;
}

#navigation a {
    float: left;
    width: 55px;
    height: 55px;
    background: url('../images/but-s.png') no-repeat 0 0px;
    overflow: hidden;
}

#navigation #s1 {
    background-position: 0 0;
}

#navigation #s2 {
    background-position: -55px 0;
}

#navigation #s3 {
    background-position: -110px 0;
}

#navigation #s4 {
    background-position: -165px 0;
}

#navigation #s1.active {
    background-position: 0 -59px;
}

#navigation #s2.active {
    background-position: -55px -59px;
}

#navigation #s3.active  {
    background-position: -110px -59px;
}

#navigation #s4.active  {
    background-position: -165px -59px;
}

#root-wrapper-p {
    position: relative;
    width: 100%;
    background: url('../images/bg-s.png') repeat-x #fff;
    min-height: 450px;
}

#header-p {
    position: relative;
    float: left;
    width: 960px;
    background: url('../images/bg-header.png') no-repeat;
    height: 101px;
}

#banner-a {
    position: relative;
    float: left;
    width: 960px;
    height: 175px;
    background: url('../temp/banner.png') repeat-x;
}

#bg-right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    background: url('../images/bg-right.png') no-repeat 480px 0;  
    height: 485px;
}

#nav-q {
    position: relative;
    float: left;
    width: 960px;
    height: 52px;
    background: url('../images/nav-q.png') no-repeat;
    margin-bottom: 38px;
}

#nav-q p {
    margin-left: 20px;
    color: #1394c1;
}

#nav-q p span {
    margin: 0 5px;
    color: #004077
}


#content-left {
    position: relative;
    float: left;
    width: 307px;
    margin-bottom: 40px;
}

#content-right {
    position: relative;
    float: right;
    width: 653px;
    margin-bottom: 40px; 
}

.menu-left {
    position: relative;
    float: left;
    width: 262px;
    height: 51px;
    background: url('../images/menu-e.png') no-repeat 0 -50px;
    color: #1394c1;
    font-size: 17px;
    font-family: 'nMedium';
}

.menu-left span {
    position: absolute;
    left: 22px;
    top: 14px;
}

.menu-left.active {
    background-position: 0 0;
    color: #fff;
}

.menu-left:hover {
    background-position: 0 0;
    color: #fff;
}

.input {
    width: 411px;
    background-color: #e9e9e9;
    margin-top: 5px;
    color: #5F6669;
    font-size: 11px;
    height: 25px;
    padding: 11px;
    border: 0;
    font-family: 'Arial';
    font-weight: bold;
}

textarea {
    width: 411px;
    background-color: #e9e9e9;
    margin-top: 5px;
    min-height: 140px;
    color: #5F6669;
    font-size: 11px;
    padding: 11px;
    resize: vertical;
    border: 0;
    font-family: 'Arial';
    font-weight: bold;
}

#contact-b {
    margin: 10px 20px 40px 20px;
}

#contact-b label {
    color: #5F6669;
}

#contact-b span {
    color: #FF6666; 
}

.msg {
    position: relative;
    float: left;
    border: 0px;
    border-style: solid;
    margin-bottom: 10px;
    background-color: #80B000;
    padding: 8px 5px; 
    text-align: center;
    margin-bottom: 15px;
    width: 428px;
    font-size: 12px;
    color: #fff;
}

.msg.error {
    background-color: #FF6666;
}

#submit-k {
   border: 0;
   font-size: 18px;
   cursor: pointer;
   padding: 15px 26px;
   margin-top: 10px;
}


.faq-a {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0 5px 0;
    cursor: pointer;
}

.faq-p {
    display: block;
    line-height: 18px;
}

#slider {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 554px;
    z-index: 4;
    background-position: center;
}


#slider .slide {
    position: relative;
    float: left;
    width: 100% !important;
    height: 554px;
    z-index: 4;
    background-position: center;
}

#slider .slide.slide-a {
    background: url('../temp/slide-a.jpg') no-repeat;
    background-position: center;
}

#slider .slide.slide-b {
    background: url('../temp/slide-b.jpg') no-repeat;
    background-position: center;
}

#map-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 255px;
}

h4 {
    font-family: 'Arial';
    font-size: 12px;
    color: #003f78;
    margin-top: 20px;
}

#gallery {
    position: relative;
    float: left;
    margin: 30px 0;
}

#gallery a {
    position: relative;
    float: left;
    text-decoration: none;
    background: url('../images/img-h.png') no-repeat 65px 33px;
    z-index: 5;
    margin: 5px 5px 0 0;
}

#gallery a.last {
    margin-right: 0;
}

#gallery img {
    padding: 1px;
    border: 1px solid #d0d0d0;
}

#gallery a:hover img{
    opacity: 0.5;
    border-color: #9fe5f1;
}

#cookie-wrapper {
  background-color: #fff;
  height: 50px;
  position: relative;
  width: 100%;
  color: #3A3A3A;
  font-family: 'Arial';
  font-size: 12px;
}
#cookie {
  background-color: #fff;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#cookie label {
  position: absolute;
  top: 17px;
}
#cookie label a {
  color: #003F78;
  text-decoration: underline;
}
#cookie .button_cookie {
  background-color: #5F5F5F;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Arial';
  font-size: 12px;
  padding: 3px 10px 5px;
  position: absolute;
  right: 0;
  top: 13px;
}