body {
  background: url('/solekings/images/layout/SoleKings_08.gif') repeat top left;
  background-color: #000;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  font-size: 12px;
  color: #af7535;
  text-decoration: none;
}
a:hover {
  color: #e8caa8;
}

.bodytext {
  color: #000;
  font-size: 12px;
}

.header {
  font-size: 18px;
  font-weight: 100;
  color: #a50020;
  line-height: 14pt;
}
.header2 {
  font-size: 16px;
  font-weight: 100;
  color: #a50020;
  line-height: 14pt;
}  
.greyheader2 {
  font-size: 16px;
  font-weight: 100;
  color: #666;
  line-height: 14pt;
}
.bodyheader {
  font-style: normal;
  font-weight: normal;
  color: #a50020;
  font-size: 12px;
}

.contentbar2 {
  font-size: 12px;
  color: #a50020;
  font-weight: normal;
  background-color: #f2e7d5;
}
.contentbar1 {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
.maincontent {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.headerrow {
  background: url('/solekings/images/headerrowbg.jpg') no-repeat top left;
  font-weight: 400;
  height: 25px;
  font-size: 14px;
  padding-left: 4px;
}
.headerrow2 {
  background: url('/solekings/images/headerrowbg2.jpg') no-repeat top left;
  font-weight: 400;
  height: 25px;
  font-size: 14px;
  padding-left: 4px;
}
.headerrowre {
  background: url('/solekings/images/headerrowbgre.jpg') repeat-x top left;
  font-weight: 400;
  height: 25px;
  font-size: 14px;
}
.headerrowend {
  background: url('/solekings/images/headerrowbgend.jpg') no-repeat top left;
  font-weight: 400;
  height: 25px;
  font-size: 14px;
}



/* LAYOUT */

#grad {
  background: url('/solekings/images/layout/SoleKings_08.gif') repeat-x top left;
  height: 614px;
  text-align: center;
  vertical-align: top;
}

#logo {
  background: url('/solekings/images/layout/headerlogo.jpg') no-repeat top left;
  background-color: #FFF;
  width: 296px;
  height: 48px;
}
#menu {
  background-color: #FFF;
  width: 464px;
  height: 48px;
}

#logotopleft {
  background: url('/solekings/images/layout/logotopleft.jpg') no-repeat top left;
  background-color: #FFF;
  width: 262px;
  height: 47px;
}
#logotopbottom {
  background: url('/solekings/images/layout/logotopleftbottom.jpg') no-repeat top left;
  background-color: #FFF;
  height: 20px;
  width: 130px;
}
#indexspecial {
  background: url('/solekings/images/layout/indexspecial3.jpg') no-repeat top left;
  background-color: #FFF;
  width: 262px;
  height: 352px;
}
#indexspecial2 {
  background: url('/solekings/images/layout/headerlogo-12.jpg') no-repeat top left;
  background-color: #FFF;
  width: 34px;
  height: 47px;
}
#body_area {
  background: url('/solekings/images/layout/bodybackground.gif') no-repeat bottom right;
  background-color: #FFF;
  width: 498px;
  height: 335px;
  vertical-align: top;
}
#body_area2 {
  background: url('/solekings/images/layout/bodybackgroundallbottom.gif') no-repeat bottom right;
  background-color: #FFF;
  width: 760px;
  vertical-align: top;
}
#body_area3 {
  background: url('/solekings/images/layout/backgroundline.gif') repeat-y top left;
  width: 100%;
  margin-bottom: 35px;
  padding-right: 35px;
  padding-left: 35px;
}

#area {
  background: url('/solekings/images/layout/submenubgline2.gif') no-repeat bottom right;
  background-color: #FFF;
  width: 430px;
  height: 46px;
}

#area #header_menu {
  float: left;
  max-width: 303px;
  width: expression(300 + 'px');
  height: 46px;
}
#area #header_text {
  font-family: "Trajan Pro", "Nimbus Roman No9 L", serif;
  color: #000;
  float: right;
  font-size: 20px;
  position: relative;
  text-align: right;
  top: 18px;
  right: 50px;
  _right: 10px;
  line-height: 20px;
}

#bottom_left {
  background: url('/solekings/images/layout/indexbottom.jpg') no-repeat top left;
  width: 262px;
  height: 30px;
}


/* Bottom Links */
#bottom_links {
  background: transparent;
}

#about {
  width: 57px;
  height: 30px;
}
#press {
  width: 46px;
  height: 30px;
}
#sexy {
  width: 84px;
  height: 30px;
}
#wholesale {
  width: 71px;
  height: 30px;
}
#contact {
  width: 68px;
  height: 30px;
}
#testimonials {
  width: 90px;
  height: 30px;
}
#tradeshows {
  width: 84px;
  height: 30px;
}
#cert {
  width: 82px;
  height: 30px;
}

#left_menu {
  float: left;
  width: 150px;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}
#left_menu td {
  text-align: right;
}
#left_menu:after {
  clear: both;
}

#content_holder {
  width: 530px;
  float: left;
}
#content_holder:after {
  clear: both;
}


input,
textarea,
select {
  border: 1px solid #666;
  background-color: #FFF;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
  font-size: 12px;
}
input:hover,
textarea:hover,
select:hover {
  border: 1px solid #af7535;
  background-color: #e8caa8;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #A50020;
  background-color: #e8caa8;
}


ul {    
  list-style-image: url('/solekings/images/flower_sm.gif');
} 

.button_m {
  background: url('/solekings/images/layout/skbutton_l.gif') no-repeat top left;
  width: 121px;
  height: 32px;
  border: 0;
  cursor: pointer;
}
.button_m:hover,
.button_m:focus {
  border: 0;
  background: url('/solekings/images/layout/skbutton_l_r.gif') no-repeat top left;
}
.button_s,
.button_s {
  background: url('/solekings/images/layout/skbutton_sm.gif') no-repeat top left;
  width: 82px;
  height: 32px;
  border: 0;
  cursor: pointer;
}
.button_s:hover,
.button_s:focus {
  background: url('/solekings/images/layout/skbutton_sm_r.gif') no-repeat top left;
  border: 0;
}
.button_l {
  background: url('/solekings/images/layout/skbutton_xl.gif') no-repeat top left;
  width: 158px;
  height: 44px;
  border: 0;
  cursor: pointer;
}
.button_l:hover,
.button_l:focus {
  border: 0;
  background: url('/solekings/images/layout/skbutton_xl_r.gif') no-repeat top left;
}

.table_header {
  font-size: 18px;
  font-weight: 100;
  color: #a50020;
  line-height: 14pt;
} 





  .mitem {
    background-color: #FFFFFF;
    vertical-align: bottom;
    font-family: Arial, Helvetica, sans-serif;
  }
  .mitem .line,
  .mitem .lineone {
    position: relative;
    width: 100%;
    padding: 0 6px 0 6px;
    bottom: -22px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
  }
  .mitem .link,
  .mitem .linkone {
    position: relative;
    top: 3px;
  }

  .mitem .link a,
  .mitem .linkone a {
    color: #000000;
    font-weight: 100;
  }
  .mitem .link a:hover,
  .mitem .linkone a:hover {
    color: #a50020;
  }

  .mitem .lineone {
    padding: 0 2px 0 0;
  }
  .mitem .linkone {
    text-align: left;
  }




#contact_right {
  float: right;
  text-align: left;
  width: 50%;
}
