/**
 * MAIN STYLESHEET
**/

body{
  background-color: #000;
  background-image: url("../img/nav_bg2.png");
  background-repeat: repeat-x;
  background-position-y:-88px;
  background-position: 0 -88px;
}

#wrapper{
  width: 916px;
  margin: 0 auto;
}

header{
  margin-top: 44px;
  height: 335px;
  display: block;
}

header img{
  float: right;
}

header nav{
  margin-top: 202px;
  padding-top: 72px;
  height: 63px;
}

header nav li{
  margin-right: 81px;
  list-style: none;
  float: left;
}

header nav li.pull-right{
  margin-right: 0px;
}

header nav li:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

/* UL LI DEAULT */
 ul{
  margin-top: 0px;
  display: block;
  list-style: disc;
 }

 li{
  display: list-item;
 }

/* CLEARFIX */
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/* PULL LEFT&RIGHT */
.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

/* MAIN CONTENTS */
.main_top{
  margin-top: 40px;
  margin-bottom: 40px;
  height: 519px;
  background-image: url("../img/main_01.png");
  background-repeat: no-repeat;
}

.main_img{
  padding-top: 150px;
}

.about_img{
  float:left;
}

.about_img ul{
  margin-top: 103px;
  margin-bottom: 80px;
  padding: 0px 27px;
  float:left;
}

.about_img ul li{
  width: auto;
  margin-right: 2px;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: top;
}

.about_img ul li p{
  width: 300px;
  font-size: 22px;
  line-height: 30px;
  display: block;
  text-align: top;
}

.menu{
  margin-top: 51px;
  margin-bottom: 30px;
  height: 529px;
  background-image: url("../menu/img/menu_bg.png");
  background-repeat: no-repeat;
}

.menu h1{
  font-size: 44px;
  padding-top: 90px;
  padding-bottom: 62px;
  border-bottom: 2px solid #737373;
}

.menu h1 strong{
  font-weight: bold;
}

.menu .pull-left{
  margin-top: 73px;
  width: 670px;
  font-size: 25px;
}

.menu .pull-right{
  margin-top: 52px;
}

.menu .pull-right li{
  margin-bottom: 23px;
  list-style: none;
}

.menu .pull-right li a{
  padding: 13px 0px;
  width: 237px;
  display: block;
  background-color: #FFF;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.gallery{
  margin-top: 105px;
  margin-bottom :97px;
  padding: 30px 0px;
  width: 100%;
  border-top:2px dotted #ff0000;
  border-bottom:2px dotted #ff0000;
}

.gallery li{
  margin-right: 20px;
  margin-bottom: 20px;
  list-style: none;
  float: left;
}
.location{
  margin-top: 113px;
  margin-bottom: 90px;
  padding: 20px 0px;
  height: 355px;
  border-top:1px dotted #ff0000;
  border-bottom:1px dotted #ff0000;
}

.location .pull-right{
  margin-top: 54px;
  width: 400px;
  list-style: none;
  line-height: 37px;
}

.location .pull-right h3{
  font-size: 31px;
  font-weight: bold;
  color: #ff0000;
}

.location .pull-right p{
  font-size: 19px;
}

.location .pull-right p em{
  font-style: italic;
}

.location.cf a{
  color: #FFF;
  text-decoration: none;
}

.location.cf a:hover{
  text-decoration: underline;
}

/* CUSTOMIZING TOP-IMAGE SLIDER */
.bx-wrapper{
    width: 753px;
  }

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: -5px;
  background: transparent;
}

.bx-controls .bx-has-pager .bx-has-controls-direction{
  display: none!important;
}

/* FOOTER */
footer{
  margin-bottom: 30px;
  text-align: center;
}