* {
  margin: 0;
  padding: 0;
  outline: none;
  behavior: url('/javascripts/iepngfix/iepngfix.htc');
}
html { height: 100%; overflow: -moz-scrollbars-vertical; }
body {
  background-color: #EDEDEE;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #555;
  height: 100%;
}
p {
  margin: 0 0 10px 0;
  line-height: 18px;
}
a {
  text-decoration: none;
  color: #112654;
}
img { border: none; }
h2 { font-size: 25px; color: #ff005a; }
h4 { font-size: 15px; margin: 0 0 10px 0; color: #ed0c6e; }

dl dt {
  margin: 3px 0 3px 0;
}
dt {
  font-weight: bold;
}
input[type='radio'] {
  margin: 0 10px 0 0;
}
a:hover {
  color: #f11d68;
}
#container {
  text-align: center;
  height: 100%;
}
#content {
  background-image: url('/images/bottom-k.png');
  background-repeat: no-repeat;
  background-position: 0 150px;
  position: relative;
  width: 800px;
  height: 100%;
  min-height: 100%;

  text-align: left;
  margin: 0 auto;
  display: block;
}
#head {
  position: relative;
  background-image: url('/images/banner-bg.png');
  background-repeat: no-repeat;
  width: 800px;
  height: 154px;
}
h1#logo {
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 178px;
  height: 92px;
  top: 0;
  right: 40px;
  text-indent: -3000px;
}
#call_us {
  background-image: url('/images/give-use-a-call.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 42px;
  width: 187px;
  height: 41px;
  text-indent: -2000px;
}
#yield {
  position: relative;
  margin: 0 auto;
  width: 717px;
  clear: both;
}
#bottom_k {
  width: 800px;
  height: 20px;
}
#footer {
  clear: both;
  position: relative;
  background-color: #112654;
  width: 800px;
  height: 40px;
  bottom: 0;
  margin-top: 20px;
}
#footer_logo {
  background-image: url('/images/footer-logo.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 40px;
  width: 65px;
  height: 15px;
  text-indent: -2000px;
}
.slogan {
  width: 380px;
  float: left;
  margin: 0 0 30px 0;
}
.slogan h2 {
  font-size: 24px;  
  color: #ff005a;
  margin: 0 0 10px 0;
}
.slogan p {
  color: #ff005a;
  font-size: 20px;
  font-weight: normal;
}
#category_links {
  margin: 10px 0 0 0;
  width: 200px;
  float: right;
}
#category_links ul {
  list-style-type: none;
  line-height: 20px;
  font-weight: bold;
}

.category_box { 
  width: 347px;
  height: 253px;
  float: left;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.category_box h3, h3.title {
  background-image: url('/images/top.png');
  background-repeat: repeat-x;
  line-height: 34px;
  font-weight: bold;
  color: #112654;
  text-indent: 10px;
  margin: 0 0 2px 0;
}
.category_box h3 a {
  background-image: url('/images/arrow.png');
  background-position: 98% 8px;
  background-repeat: no-repeat;
  display: block;
}
.clr { clear: both; }
/* ---\
#
# Nav styles
#
# ---*/
#nav {
  display: block;
  width: 717px;
  position: relative;
  list-style-type: none;
  margin: 0 auto;
  padding-top: 110px;
}
#nav li {
  width: 128px;
  float: left;
  margin: 0 15px 0 0;
}
#nav li a {
  border-top: 3px solid #FFF;
  line-height: 25px;
  width: 128px;
  float: left;
  font-weight: bold;
  margin: 0 15px 0 0;
  text-indent: 2px;
}
#nav li a:hover, #nav li.active a {
  border-top: 3px solid #f50057;
  color: #ed0c6e;
}
/* ---\
#
# Form styles
#
# ---*/
#login_form { 
  margin: 0 auto;
  margin-top: 15%;
  width: 380px;
  padding: 10px;
}
fieldset {
  border: 1px solid #ccc;
  padding: 10px;
}
label {
  width: 120px;
  float: left;
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea, select {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #555;
  padding: 3px;
  border: 1px solid #bbb;
}
/* ---\
#
# Accordion styles
#
# ---*/
#accordion {
  list-style-type: none;
  font-weight: bold;
}
#accordion li {
  line-height: 30px;
  border-bottom: 1px solid #b7bcc8;
}
#accordion li ul {
  border-top: 1px solid #b7bcc8;
  font-weight: normal;
}
#accordion li a {
  display: block;
}
#accordion li ul li a {
  display: block;
}
#accordion li ul li {
  margin: 1px 0 1px 0;
  background-color: #dbdfe7;
  line-height: 20px;
  border: none;
  text-indent: 5px;
}
/* ---\
#
# Product styles
#
# ---*/
.product_box {
  position: relative;
  background-color: #fff;
  width: 110px;
  height: 120px;
  text-align: center;
  float: left;
  margin: 0 1px 10px;
}
.product {
  margin: 1px 0 0 0;
}
.product_box .price {
  width: 110px;
  position: absolute;
  bottom: -10px;
  background-color: #DEDEDF;
  font-size: 10px;
  font-weight: bold;
  font-family: verdana;
}
/* ---\
#
# Pagination styles
#
# ---*/
.pagination {
  clear: both;
  margin: 20px 0 20px 0;
  float: right;
  font-weight: bold;
  font-size: 10px;
  font-family: verdana;
}
.pagination .disabled {
  display: none;
}
.pagination .current {
  color: #ccc;
}