/*Main*/

body {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  background: #E7E7E7;
  color: #000000;
  font-size: 13px;
  /*height: auto;*/
  background-image: url('../img/header_bg.png');
}

#menu a {
  color: #000000;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: none;
}

#webcare a {
  color: #000000;
  text-decoration: none;
}

#webcare a:hover {
  text-decoration: none;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #0080AD;
  text-decoration: underline;
}

h1 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  color: #FFFFFF;
  background-color: #0080AD;
  border-left: 10px solid #006285;
  text-align: left;
  line-height: 30px;
  text-shadow: rgb(77, 77, 77) 0px 1px 0px;
}

h2 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  padding-top: 0px;
  text-align: center;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

h3 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  padding-bottom: 20px;
  text-align: left;
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

h4 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
}

h5 {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-shadow: rgb(0, 0, 0) 0px 1px 0px;
}

p {
  border: 0px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: justify;
  text-shadow: 0px 1px 0px rgb(255, 255, 255);
}

.container_12 {
  background-color: #E7E7E7;
  background-image: url('../img/header_bg.png');
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width:auto;
}

hr {
  padding: 50px;
  width: 80%;
  margin: auto;
}

#pg img {
  width: 92%;
}

#pg {
  background-color: none;
}

#label {
  position: relative;
  text-align: center;
  background-color: #FFFF73;
  padding-left: 8px;
  padding-right: 8px;
  display: table;
  bottom: 25px;
  float: left;
  margin: auto;
  font-size: 14px;
  font-family: 'Asap', sans-serif;
}

.order {
  margin: 40px;
  padding-bottom: 30px;
}

.order a {
  -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
  box-shadow:inset 0px 1px 0px 0px #f5978e;
  background-color:#f24537;
  -webkit-border-top-left-radius:12px;
  -moz-border-radius-topleft:12px;
  border-top-left-radius:12px;
  -webkit-border-top-right-radius:12px;
  -moz-border-radius-topright:12px;
  border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -moz-border-radius-bottomright:12px;
  border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-radius-bottomleft:12px;
  border-bottom-left-radius:12px;
  text-indent:0;
  border:1px solid #d02718;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:26px;
  font-weight:bold;
  font-style:normal;
  height:65px;
  line-height:65px;
  width:269px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #810e05;
}

/*Menu*/

#menubar {
  position: fixed;
  width: 940px;
  left: 50%;
  margin-left: -470px;
  height: 100px;
  background-color: rgba(231, 231, 231, 0.8);
  text-align: center;
  border-top: 5px solid #F7AC54;
  z-index: 1;
}

#logo {
  position: fixed;
  top: 10px;
  margin-left: 20px;
  width: 165px;
  height: 105px;
  background-image: url('../img/mba_logo.png');
  background-repeat: no-repeat;
  z-index: 2;
}

#menu {
  position: absolute;
  display: inline-block;
  margin-right: 10px;
  top: 70px;
  right: 0;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  list-style: none;
  z-index: 2;
}

#menu ul li, a {
  margin-left: 10px;
  position: relative;
  display: inline-table;
  list-style: none;
}

#menu a:hover{
  margin-left: 10px;
  position: relative;
  display: inline-table;
  list-style: none;
  padding-bottom: 4px;
  border-bottom: 5px solid #2AB45A;
}

#webcare a {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 20px;
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #F7AC54;
  color: #000000;
  text-align: center;
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
}

#webcare a:hover {
  color: #FFFFFF;
}

#footer {
  position: relative;
  width: 940px;
  margin-top: 50px;
  left: 50%;
  bottom: 0;
  margin-left: -470px;
  height: 40px;
  background-color: #2AB45A;
  text-align: center;
  z-index: 1;
}

/*Slider*/

.banner {
	position: relative;
  margin: auto;
  padding: auto;
	width: 940px;
	overflow: auto;
  text-align: center;
  margin-bottom: 0px;
}

.banner ul {
	list-style: none;
}

.banner ul li {
	height: 240px;
}

.banner li {
  margin: 0px;
}

.banner .dots {
  position: absolute;
  left: 25px;
  bottom: 0;
}

.banner .dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 5px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.banner .dots li.active {
  background: #fff;
  opacity: 1;
}