/*----------------------------------------------------------------------------*/
/*                  General Rest of Styles                                    */
/*----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
  border:0pt none;
  margin:0pt;
  padding:0pt;
  vertical-align:baseline;
}

/* Force the scoll bar to be visible at all times, to avoid the web page
   from shifting if the scroll bar appears for some pages and not for others.
*/
html{
  overflow-y:scroll;
}

body{
  font-family: Arial,  Verdana, Helvetica, sans-serif;
  margin:0pt;
  cursor:default;
  padding-top:20px;
  vertical-align:baseline;
  border:0pt none;
  background: #7dd1e1 url('../images/backgroundspiral2.jpeg') no-repeat top center;
  background-attachment:fixed;
}

p{
  margin:15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

button, button:visited {
  background: #601e66 url("../images/36px-blended.png") repeat-x;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-box-shadow: 3px 3px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.5);
  color: #fff;
  text-shadow: 0 1px 1px #222;
  padding: 2px 5px;
  border:0px;
  position:relative;
}

button:hover {
  background-color:#8c3b93;
}

button:active {
  top: 1px;
}

/*----------------------------------------------------------------------------*/
/*                     Styles for items                                       */
/*----------------------------------------------------------------------------*/
.rnd {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.rt {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}

.rb {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}

.sshdw {
  -moz-box-shadow: 3px 3px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 1px rgba(0,0,0,0.5);
}
.shdw {
  -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.5);
}

.bshdw {
  -webkit-box-shadow: 10px 10px 10px rgba(0,66,65,0.5);
  -moz-box-shadow: 10px 10px 10px rgba(0,66,65,0.5);
}

.dnone {
  display: none;
}

.ul_none {
  list-style-type: none;
}

.ul_none ul {
  margin-left: 1.5em;
}

/*----------------------------------------------------------------------------*/
/*                     Page Layout Styles                                     */
/*----------------------------------------------------------------------------*/
#container{
  width:780px;
  margin:0 auto;
  display:block;
  background:#ffffff;
}

#shadow_div{
  width:780px;
  margin:0 auto;
  display:block;
  padding-bottom:10px;
}

#topbar{
  position: relative;
  display: block;
  width:auto;
  height:116px;
  background:#7dd1e1 url('../images/pain_relief.png') no-repeat top center;
  font-family: Arial, Helvetica, sans-serif;
  font-color:#000000;
}

#address{
  float:right;
  text-align:right;
  position:relative;
  font-size: 16px;
  top:5px;
  right:10px;
  width:200px;
  height:96px;
}

#newsletter {
  float:right;
  width: 314px;
  height: 84px;
  padding: 5px 5px;
  background:#fff;
  border: 3px solid #601e66;
  text-align:center;
}

#email_text {
  display: block;
  font-weight:bold;
  height:55px;
  padding-top: 5px;
}

#email_form {
  display: block;
  height: 18px;
}

#emailsignup {
  width: 200px;
}

#main{
  width:auto;
  display:block;
  background:#FFFFFF;
  padding:10px;
}

#main_logo{
  position:absolute;
  left:-55px;
  top:-13px;
}

#location {
  float:left;
  clear:all;
  padding: 20px;
}

h2 {
  padding-left: 15px;
}

#footer {
  clear: both;
  text-align: center;
  font-size: x-small;
}

/*----------------------------------------------------------------------------*/
/*                  Navigation Bar Styles                                     */
/*----------------------------------------------------------------------------*/
#navbar_div{
  background-color:#7dd1e1;
  display:block;
  height: 26px;
  width: 780px;
}

#navbar {
  float:right;
}

.ulnone {
  list-style-type:none;
  list-style-position:outside;
  line-height:1.6em;
}

.mmenu {
  display:block;
  color:#fff;
  text-decoration:none;
  background:url('../images/button2.png') no-repeat bottom right;
}

.mainmenu li:hover {
  background:url('../images/button2_highlight.png') no-repeat bottom right;
}

/* Graceful degredation of menu should Javascript not be present.  */
.mainmenu li:hover ul ul {
  display:none;
}

.mainmenu li:hover ul, .mainmenu li li:hover ul {
  display:block;
}

.mainmenu a:link, .mainmenu a:active, .mainmenu a:visited{
  display:block;
  color:#fff;
  text-decoration:none;
  background:url('../images/button2.png') no-repeat bottom right;
}

.mainmenu a:hover{
  background:url('../images/button2_highlight.png') no-repeat bottom right;
}

.mainmenu li{
  float:left;
  position:relative;
  width:121px;
  text-align:center;
  font-size: 16px;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}

.submenu a:link, .submenu a:active, .submenu a:visited {
  background-color:#601e66;
  background-image:none;
}

.submenu a:hover {
  background-color:#8c3b93;
  background-image:none;
}

.submenu {
  position:absolute;
  left:2px;
  display:block;
  width:119px;
  top:1.6em;
  -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.5);
  display:none;
}

.submenu a{
  float:left;
  width: 117px;
}

.submenu li{
  width:117px;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0px;
  border-style: solid;
  border-color:  #222;
}

.ssubmenu {
  position: absolute;
  left: 117px;
  display:block;
  width: 119px;
  -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.5);
  display:none;
}

.ssubmenu li {
  border: 1px 1px 1px 0px solid #222;
}
/*----------------------------------------------------------------------------*/
/*                  Main Window Styles                                        */
/*----------------------------------------------------------------------------*/

.main_window_image {
  margin:15px;
}
/*----------------------------------------------------------------------------*/
/*                  FAQ Styles                                                */
/*----------------------------------------------------------------------------*/
#faq dt{
  font-family: Arial, Helvetica, sans-serif;
  cursor:pointer;
  font-weight:bold;
  padding:3px;
}

#faq dd{
  border:dashed 1px;
  position:relative;
  left:50px;
  width:500px;
  padding:5px;
  padding-left:10px;
}

/*----------------------------------------------------------------------------*/
/*                  Style Page Styles                                         */
/*----------------------------------------------------------------------------*/
#styleSelector{
  float:left;
  width:300px;
  height:90px;
  margin-bottom:8px;
  background:#601e66;
  color:#FFFFFF;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}

#sexSelector {
  padding:10px;
  line-height: 35px;
}

#shoeStyles{
  float:left;
  width:330px;
  margin:0px;
  padding:0px;
  z-index:-1;
}

#pageHeader {
  font-size:24pt;
  color: #000000;
  text-align:center;
  height:80px;
  width:auto;
  display:block;
  line-height: 80px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#headerImage {
  float:right;
}

.shoeMenu {
  list-style: none;
  margin:0px;
  padding:0px;
  border:0pt none;
}

.shoeMenu li {
  float:left;
  width:102px;
  height:84px;
  border: 2px solid #fff;
  cursor:pointer;
}

.shoeMenu li:hover {
  border: 2px solid #8c3b93;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.shoeMenu li.selected {
  border: 2px solid #601e66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}  

.main_header{
  float:left;
  width:420px;
  height:90px;
  line-height: 90px;
  margin-left:10px;
  text-align:center;
  font-size:36px;
  color:#FFFFFF;
  margin-bottom:8px;
  background-color:#601e66;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}

.main_picture{
  float:right;
  width:400px;
  height:250px;
}

.main_text {
  float:right;
  width:420px;
}

.main_text ul{
    list-style-position:inside;
}

/*----------------------------------------------------------------------------*/
/*                  Directions Styles                                         */
/*----------------------------------------------------------------------------*/
#map_canvas {
  width:100%;
  height:400px;
}

/*----------------------------------------------------------------------------*/
/*                  Accessories Styles                                        */
/*----------------------------------------------------------------------------*/
.acc_lft{
  float:left;
}

.acc_rgt{
  float:right;
}

.acc_mid{
  display:inline;
  text-align:center;
}

.accSelectorDiv {
  float:left;
  width: 210px;
  background: #601e66;
}

.accDislpayDiv {
  float:left;
  width: 540px;
  margin-left:10px;
  background: #601e66;
}
/*----------------------------------------------------------------------------*/
/*                  Mary Francis Page Styles                                  */
/*----------------------------------------------------------------------------*/
#mfSelectorHead {
  float:left;
  width:210px;
  height:45px;
  padding-top:10px;
  text-align:center;
  font-size:24pt;
  color:#FFFFFF;
  background-color:#601e66;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}

#mfSelector {
  float:left;
  margin: 0px 5px 5px 5px;
  background:#fff;
}

.handbag_list {
  list-style: none;
  margin:0px;
  padding:0px;
  border:0pt none;
}

.handbag {
  float:left;
  width:86px;
  padding:0px;
  margin:5px;
  text-align:center;
  cursor: pointer;
  border: 2px solid #fff;
}

.handbag:hover {
  border: 2px solid #8c3b93;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.mf_acc_thmb {
  display: block;
  margin: 5px auto;
  width: 90px;
  height: 90px;
  cursor: pointer;
  text-align:center;
  border: 2px solid #fff;
}

.mf_acc_thmb:hover {
  border: 2px solid #8c3b93;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.mf_picture {
  float:left;
  width:400px;
  height:400px;
  padding:5px;
  margin: 0 5px;
  background:#fff;
}

.mf_header{
  float:right;
  width:540px;
  height:45px;
  padding-top:10px;
  text-align:center;
  font-size:24pt;
  color:#FFFFFF;
  background-color:#601e66;
}


.mf_acc_thmbs {
  float:left;
  width: 115px;
  min-height: 405px;
  background:#fff;
}

.list_center li {
  margin: 0 auto;
}

.mf_desc {
  float:left;
  width:530px;
  margin: 5px;
  background:#fff;
}

.acc_title {
  float:left;
  text-align:center;
  width: 415px;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}

.acc_price {
  float:left;
  width: 115px;
  height: 35px;
  text-align:center;
  font-family:"Courier New", Courier, monospace;
  font-weight:bold;
  padding-top: 3px;
  margin: 0 5px;
  background: #fff;
  color: #000;
}

.selected {
  border: 2px solid #601e66;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


/*----------------------------------------------------------------------------*/
/*                  Testimonial Form Styles                                   */
/*----------------------------------------------------------------------------*/

#testimonial_form_div {
  text-align: left;
  display:block;
  position:relative;
}

.sprongs_form label {
  display:inline-block;
  width: 7em;
  margin-left: 10px;
  padding-right: 20px;
  text-align: right;
  vertical-align:top;
}

.text_black {
  font-weight: bold;
}

.sprongs_form input[type="text"] {
  display:inline-block;
  width: 200px;
  border: 1px solid #601e66;
  margin: 1px 0px;
}

.text_area {
  display:inline-block;
  width: 400px;
  height: 150px;
  border: 1px solid #601e66;
}

select {
  border: 1px solid #601e66;
  padding: 0px;
  margin: 1px 0px;
}

/*
#testimonial_form .required {
  background: #fff url('../images/req.png') no-repeat;
}
*/
.sprongs_form label.error, .sprongs_form input.submit {
  display:inline-block;
  width: auto;
  color: #f00;
  text-align: left;
  margin-left:10px;
  padding-right:0;
}
  
.form_buttons {
  margin-left: 7em;
  padding-left: 30px;
  
}

#agreeText {
  display: block;
  margin: 5px 9.5em;
  padding-left: 31px;
  font-size: .75em;
}

/*----------------------------------------------------------------------------*/
/*                             HLB Styles                                     */
/*----------------------------------------------------------------------------*/

.hlb_image {
  padding: 5px;
}

.hlb_l {
  float: left;
  width: auto;
}

.hlb_r {
  float: right;
  width: auto;
}

.media_video {
  margin-top: 1em;
  text-align: center;
}

#ergo_video {
  position:relative;
  top: 1em;
}

.ul_events {
  padding: 0px 0px 0px 50px;
}

#events_scroll {
  float:right;
}
#scrollup {
  position: relative;
  overflow: hidden;
  border: 5px solid #601e66;
  border-top: 0px;
  height: 3em;
  width: 190px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#scroll_header {
  position: relative;
  width: 180px;
  padding: 0px 10px;
  line-height: 1.5em;
  background: #601e66;
  color: #fff;
  font-weight: bold;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
.headline {
  position: absolute;
  top: 3.1em;
  left: .5em;
  height: 3em;
  width:190px;
}
.headline_date {
  color: #601e66;
  font-weight: bold;
}
.headline_text {
  padding-left: 10px;
}
#scrollup a:link, #scrollup a:active, #scrollup a:visited {
  text-decoration: none;
  color: #000;
}

.acc_info {
  float: left;
  position: relative;
  border: 2px solid #601e66;
  width: 200px;
  height: 250px;
  text-align: center;
  padding: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: small;
}

.acc_label {
  position: absolute;
  top: 210px;
  width: 200px;
  padding: 0px 5px;
  margin: 0px;
  text-align: center;
}

.price {
  color: #F00;
  text-align: left;
  font-weight: bold;
}

.price_right {
  display: block;
  float: right;
}

.acc_price {
  color: #f00;
  text-align: right;
  font-weight: bold;
}

.acc_desc {
  float: left;
  width: 350px;
  height: 200px;
}

.acc_image_panel {
  float: left;
  width: 404px;
}

.acc_images {
  margin-top: 5px;
  margin-left: 5px;
}

.caption {
  font-size: small;
  dislpay: block;
  clear: both;
}

#studies {
  padding: 0px 30px;
}

#studies li {
  padding-bottom: 1em;
}

#media_table {
  width: 100%;
}

.media_picture {
  width: 225px;
  padding: 5px 0px;
  text-align: right;
  vertical-align: center;
}

.break {
  width: 100%;
  border-bottom: 2px solid #601e66;
}

.media_text {
  padding: 5px;
  vertical-align: top;
}

.dir {
  background-image: url('images/menu_arrow.png');
  background-position: center right;
  background-repeat: no-repeat;
}

