body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url('../images/logo-bg.png') 95% 0% no-repeat;
}

table, th, td {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

p {
  font-size: 14px;
  font-weight: normal;
  font-family: "arial", sans-serif;
  line-height: 1.3;
  margin: 0px 0px 10px 0px;
}

a {
  color: #0072bc;
  text-decoration: none;
}

a:hover {
  color: #004570;
}

a img {
  border: none;
}

h1 {
  font-size: 25px;
  font-weight: normal;
  font-family: "Nueva Std Regular", "times new roman", sans-serif;
  color: #e22400;
  margin: 0px 0px 20px 0px;
  padding: 0;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #e22400;
  padding: 0;
  margin: 0px 0px 20px 0px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #e22400;
  margin: 0;
  padding: 0px 0px 10px 0px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #fff6f6;
  margin: 0px 0px 7px 0px;
  padding: 0;
}

hr {
  border: none;
  margin: 20px 0px;
  height: 1px;
  color: #e6e6e6;
  background-color: #e6e6e6;
  display: block;
}

img {
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  width: 980px;
}

.data-valign {
  padding: 20px 0px;
}

.data-align {
  padding: 0px 20px;
}

.content {
  margin-left: 20px;
  margin-right: 20px;
}

.error-content {
  min-height: 300px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pagination {
  float: right;
  width: 300px;
  color: #0072bc;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  font-family: "arial", sans-serif;
}

.pagination a, .pagination span {
  padding: 2px 6px;
}

.pagination .active {
  background-color: #0072bc;
  color: #ffffff;
}

.box-tl { background: url('../images/box-tl.gif') left top no-repeat; }
.box-tr { background: url('../images/box-tr.gif') right top no-repeat; }
.box-bl { background: url('../images/box-bl.gif') left bottom no-repeat; padding: 3px 15px; }
.box-br { background: url('../images/box-br.gif') right bottom no-repeat; }
.box-t  { background: url('../images/box-t.gif') left top repeat-x; }
.box-l  { background: url('../images/box-dot.gif') left top repeat-y; }
.box-r  { background: url('../images/box-dot.gif') right top repeat-y; }
.box-b  { background: url('../images/box-dot.gif') left bottom repeat-x; }

.box .item {
  clear: both;
  margin: 20px 0px;
}

.box .value {
  font-size: 13px;
  font-weight: normal;
  font-family: "arial", sans-serif;
}

.img-tl { background: url('../images/img-tl.gif') left top no-repeat; height: 5px; }
.img-tr { background: url('../images/img-tr.gif') right top no-repeat; height: 5px; }
.img-bl { background: url('../images/img-bl.gif') left bottom no-repeat; height: 5px; }
.img-br { background: url('../images/img-br.gif') right bottom no-repeat; height: 5px; }
.img-t, .img-b { background-color: #ffffff; margin: 0px 5px; height: 5px; }
.img-c { background-color: #ffffff; display: table-cell; text-align: center; vertical-align: middle; }

.image-container .corner {
  margin: 0;
  padding: 0;
  width: 5px;
  height: 5px;
  line-height: 1px;
}

.image-container {
  width: 456px;
  padding-bottom: 14px;
}

.image-container .img-banner {
  height: 238px;
  width: 456px;
}

.image-container .img-banner img {
  width: 456px;
  height: 238px;
}

.content-header-tl { background: url('../images/ch-tl.gif') left top no-repeat; }
.content-header-tr { background: url('../images/ch-tr.gif') right top no-repeat; }
.content-header-bl { background: url('../images/ch-bl.gif') left bottom no-repeat; }
.content-header-br { background: url('../images/ch-br.gif') right bottom no-repeat; }
.content-header-l { background: url('../images/ch-dot.gif') left top repeat-y; }
.content-header-r { background: url('../images/ch-dot.gif') right top repeat-y; }
.content-header-t { background: url('../images/ch-dot.gif') left top repeat-x; }
.content-header-b { background: url('../images/ch-dot.gif') left bottom repeat-x; }

.crm-content h3 {
  margin-top: 25px;
  color: #ef5906;
}

.crm-content h4 {
  margin-top: 20px;
  color: #ef5906;
}

#header, #navigation, #middle, #footer {
  min-width: 1000px;
}

#header {
  background: url('../images/white-bg.png') left top repeat;
}


#header .content {
  background: url('../images/logo-top.gif') left bottom no-repeat;
  height: 105px;
}

#header-banner {
  margin-left: 170px;
  padding: 20px;
}

#navigation .top {
  background: url('../images/navigation-top-bg.gif') left top repeat-x;
}

#navigation .bottom {
  background: url('../images/navigation-bottom-bg.gif') left bottom repeat-x;
}

#navigation .content {
  background: url('../images/logo-bottom.gif') left top no-repeat;
}

#primary-navigation {
  margin: 0;
  margin-left: 170px;
  padding: 0;
  padding-top: 1px;
  list-style-type: none;
  background: url('../images/pn-border.gif') left bottom no-repeat;
}

#primary-navigation li {
  margin: 0;
  background: url('../images/pn-border.gif') right bottom no-repeat;
  display: block;
  float: left;
}

#primary-navigation li.active {
  background: url('../images/pn-active-bg.gif') left bottom repeat-x;
}

#primary-navigation a {
  padding: 12px 20px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-family: "times new roman", sans-serif;
  color: #e22400;
  text-decoration: none;
}

#primary-navigation a:hover {
  color: #9d9d9d;
}

#primary-navigation .active a {
  color: #ffffff;
}

#primary-navigation .active a:hover {
  color: #e8e8e8;
}

#middle {
  background: url('../images/middle-bg.png') left top repeat;
  border-bottom: 1px solid #dfdfdf;
}

#middle h1 {
  color: #fff6f6;
  text-shadow: #494949 2px 2px 2px;
}

#middle .page-head {
  height: 65px;
}

#middle h1.page {
  margin: 0;
  padding: 20px 0px 0px 7px;
}

#middle .middle-block h2 {
  color: #e22400;
  padding: 0;
  margin: 0px 0px 20px 0px;
}

#middle .content {
  padding-top: 0px;
  padding-bottom: 30px;
}

#middle .content-left {
  float: left;
  width: 220px;
}

#middle .content-right {
  margin-left: 220px;
}

#middle .content-header {
  margin-bottom: 20px;
}

#middle .content-header img {
  border: 1px solid #e6e6e6;
}

#middle .content-header .text {
  height: 215px;
  margin-left: 340px;
}

#middle .content-header .text h1 {
  font-size: 30px;
  letter-spacing: 1px;
  padding: 30px 35px;
}

#middle .campaign-header {
  height: 240px;
}

#middle .campaign-header .image {
  float: left;
  width: 300px;
  height: 240px;
}

#middle .campaign-header .text {
  margin-left: 320px;
}

#middle .middle-block {
  padding: 0px 9px;
}

#middle .content-left .data-align {
  padding: 0px 10px;
}

#middle .content-right .data-align {
  border-left: 1px solid #e6e6e6;
}

#middle .content-right .box {
  width: 300px;
  margin-bottom: 20px;
}

#middle .content-right .box .value {
  padding-top: 2px;
}

#middle .content-right .left-panel {
  float: left;
  width: 330px;
}

#middle .content-right .right-panel {
  margin-left: 330px;
}

#middle .stores-block {
  margin-bottom: 20px;
}

#middle .stores-block h1 {
  float: left;
  width: 30px;
  font-size: 22px;
  color: #ef5a07;
  padding: 5px 0px 0px 5px;
}

#middle .stores-block .stores {
  margin-left: 45px;
  min-height: 35px;
}

#middle .stores-block .stores p {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}

#middle .store-images {
  width: 655px;
}

#middle .store-images .storefront {
  width: 380px;
  vertical-align: middle;
}

#middle .store-images .logo {
  width: 275px;
  vertical-align: middle;
  text-align: center;
}

#middle h3.inquiry-header a {
  color: #ef5906;
  text-decoration: underline;
}

#middle #inquiry-frame {
  margin-top: 15px;
}

#middle .event {
  padding-bottom: 30px;
}

#middle .event .event-image {
  display: block;
  float: left;
}

#middle .event .event-text {
  margin-left: 140px;
}

#middle h3.event-header {
  margin-top: 0;
}

#middle h3.event-header a {
  color: #ef5906;
  text-decoration: underline;
}

#event-container {
  display: none;
}

#advertisement-container {
  display: none;
}

#advertisement-container .front-ad {
  float: left;
  width: 228px;
  height: 110px;
  margin-bottom: 18px;
}

#advertisement-container .front-ad h4 {
  font-size: 13px;
  width: 110px;
  overflow: hidden;
}

#advertisement-container .front-ad .image-container {
  float: left;
  width: 110px;
  padding: 0;
}

#advertisement-container .front-ad .image-container .img-c {
  height: 100px;
  width: 110px;
  overflow: hidden;
}

#advertisement-container .front-ad .image-container img {
  display: block;
  margin: 0 auto;
}

#advertisement-container .front-ad .info-container {
  margin-left: 115px;
  padding-top: 5px;
}

#advertisement-container .front-ad .info-container .info {
  height: 75px;
  overflow: hidden;
  line-height: 1.1;
}

#advertisement-container .front-ad .info-container a.store {
  font-size: 13px;
  font-weight: normal;
  font-family: "arial", sans-serif;
  color: #fff6f6;
  text-decoration: none;
}

#advertisement-container .front-ad .info-container .price {
  font-size: 18px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #fff6f6;
}

#middle .banner-footer {
  text-align: right;
}

#middle .banner-footer a {
  font-size: 14px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #fff6f6;
  vertical-align: middle;
}

#middle .banner-footer a:hover {
  color: #e8e8e8;
}

#middle .banner-footer a img {
  vertical-align: middle;
}

#middle .banner-footer #event-pager a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  background: url('../images/circle-inactive.gif') right top no-repeat;
}

#middle .banner-footer #event-pager a.activeSlide {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  background: url('../images/circle-active.gif') right top no-repeat;
}

#middle .front-banners-footer {
  padding-top: 3px;
}

#middle .front-ads-footer {
  padding-top: 0px;
}

#middle .adver {
  min-height: 110px;
  margin-bottom: 30px;
}

#middle .adver .image {
  float: left;
  text-align: center;
  border: 1px solid #9e9e9e;
  padding: 5px 0px;
}

#middle .adver .noimage {
  border: none;
}

#middle .adver .image .img-c {
  width: 150px;
  height: 100px;
}

#middle .adver .image img {
  display: block;
  margin: 0 auto;
}

#middle .adver .info-container {
  margin-left: 170px;
}

#middle .adver .info-container .info {
  height: 90px;
  overflow: hidden;
}

#middle .adver .info-container .info h4 {
  color: #000000;
  margin: 0;
}

#middle .adver .info-container .info a.store, #middle .adver .info-container .info span.store {
  font-size: 12px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #0072bc;
  line-height: 1.0;
}

#middle .adver .info-container .info p {
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 1.0;
}

#middle .adver .info-container .price {
  font-size: 18px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #e22400;
}

#news {
  clear: both;
  padding-top: 20px;
  padding-left: 7px;
}

#news .newsitem {
  width: 311px;
}

#news .newsitem p {
  font-size: 13px;
  margin-right: 15px;
  color: #fff6f6;
}

#news .newsitem a {
  font-weight: bold;
  color: #fff6f6;
  white-space: nowrap;
}

#news .newsitem a:hover {
  color: #e8e8e8;
}

#middle .content-t { background: url('../images/content-t.gif') left top repeat-x; margin-left: 7px; margin-right: 7px; height: 7px; }
#middle .content-r { background: url('../images/content-r.gif') right top repeat-y; background-color: #ffffff; }
#middle .content-l { background: url('../images/content-l.gif') left top repeat-y; }
#middle .contnet-b { background: url('../images/content-b.gif') left bottom repeat-x; }
#middle .content-tl { background: url('../images/content-tl.gif') left top no-repeat; height: 7px; }
#middle .content-tr { background: url('../images/content-tr.gif') right top no-repeat; height: 7px; }
#middle .content-bl { background: url('../images/content-bl.gif') left bottom no-repeat; padding-bottom: 7px; }
#middle .content-br { background: url('../images/content-br.gif') right bottom no-repeat; }

.secondary-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.secondary-navigation li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  display: block;
}

.secondary-navigation .main {
  font-size: 16px;
  font-weight: normal;
  font-family: "verdana", sans-serif;
  letter-spacing: -1px;
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-shadow: #494949 1px 1px 2px;
}

.secondary-navigation a.main:hover {
  color: #e8e8e8;
}

.secondary-navigation .leafs {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}

.secondary-navigation .leafs li {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  padding-left: 10px;
}

.secondary-navigation .leafs a.leaf {
  font-size: 13px;
  font-weight: bold;
  font-family: "arial", sans-serif;
  color: #0072bc;
}

.secondary-navigation .leafs a.leaf:hover {
  color: #ef5a07;
}

.secondary-navigation .leafs .active a.leaf {
  color: #000000;
}

.secondary-navigation .leafs .active a.leaf:hover {
  color: #ef5a07;
}

.secondary-navigation .inactive .sn-bl { background: url('../images/sn-bl-inactive.gif') left bottom no-repeat; }
.secondary-navigation .inactive .sn-br { background: url('../images/sn-br-inactive.gif') right bottom no-repeat; }
.secondary-navigation .inactive .sn-tl { background: url('../images/sn-tl-inactive.gif') left top no-repeat; }
.secondary-navigation .inactive .sn-tr { background: url('../images/sn-tr-inactive.gif') right top no-repeat; } 
.secondary-navigation .inactive .sn-t { background: url('../images/sn-t-inactive.gif') left top repeat-x; }
.secondary-navigation .inactive .sn-b { background: url('../images/sn-b-inactive.gif') left bottom repeat-x; }

.secondary-navigation .active .sn-bl { background: url('../images/sn-bl-active.gif') left bottom no-repeat; }
.secondary-navigation .active .sn-br { background: url('../images/sn-br-active.gif') right bottom no-repeat; }
.secondary-navigation .active .sn-tl { background: url('../images/sn-tl-active.gif') left top no-repeat; }
.secondary-navigation .active .sn-tr { background: url('../images/sn-tr-active.gif') right top no-repeat; } 
.secondary-navigation .active .sn-t { background: url('../images/sn-t-active.gif') left top repeat-x; }
.secondary-navigation .active .sn-b { background: url('../images/sn-b-active.gif') left bottom repeat-x; }

.secondary-navigation .red .sn-bl { background: url('../images/sn-bl-red.gif') left bottom no-repeat; }
.secondary-navigation .red .sn-br { background: url('../images/sn-br-red.gif') right bottom no-repeat; }
.secondary-navigation .red .sn-tl { background: url('../images/sn-tl-red.gif') left top no-repeat; }
.secondary-navigation .red .sn-tr { background: url('../images/sn-tr-red.gif') right top no-repeat; } 
.secondary-navigation .red .sn-t { background: url('../images/sn-t-red.gif') left top repeat-x; }
.secondary-navigation .red .sn-b { background: url('../images/sn-b-red.gif') left bottom repeat-x; }

.extra-navigation {
  margin-top: 20px;
}

#middle .box h3.left {
  width: 100px;
}

#middle .description {
  width: 330px;
}

#middle .description p {
  font-size: 13px;
  line-height: 1.5;
}

#front-left {
  float: left;
  width: 456px;
}

#front-right {
  float: right;
  width: 456px;
}

.footer-item {
  margin-top: 3px;
  width: 270px;
  font-size: 13px;
  font-weight: bold;
  font-family: "verdana", sans-serif;
  color: #3b3a39;
  /*border: 1px solid #000;*/
}

.footer-item-open-hours {
  width: 220px;
}

.footer-item .label {
  float: left;
  width: 160px;
  /*border: 1px solid #000;*/
}

.footer-item .value {
  text-align: right;
  margin-left: 160px;
  /*border: 1px solid #000;*/
}

.footer-item .link-left {
  margin-top: 20px;
}

.footer-item .link-right {
  margin-top: 27px;
}

#footer {
  background: url('../images/white-bg.png') left top repeat;
}

#footer .content {
  padding: 20px 0px;
}

#footer .left, #footer .right {
  width: 450px;
}

#footer h1 {
  float: left;
  width: 165px;
  padding-left: 7px;
}

#footer .right-data {
  padding-top: 3px;
  margin-left: 175px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}