@font-face {
    font-family: 'MuseoSlab500';
    src: url('../fonts/museo_slab_500-webfont.eot');
    src: url('../fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500-webfont.woff') format('woff'),
         url('../fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab300';
    src: url('../fonts/museo_slab_300-webfont.eot');
    src: url('../fonts/museo_slab_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_300-webfont.woff') format('woff'),
         url('../fonts/museo_slab_300-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_300-webfont.svg#MuseoSlab300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab300Italic';
    src: url('../fonts/museo_slab_300italic-webfont.eot');
    src: url('../fonts/museo_slab_300italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_300italic-webfont.woff') format('woff'),
         url('../fonts/museo_slab_300italic-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_300italic-webfont.svg#MuseoSlab300Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab100';
    src: url('../fonts/museo_slab_100-webfont.eot');
    src: url('../fonts/museo_slab_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_100-webfont.woff') format('woff'),
         url('../fonts/museo_slab_100-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_100-webfont.svg#MuseoSlab100') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab100Italic';
    src: url('../fonts/museo_slab_100italic-webfont.eot');
    src: url('../fonts/museo_slab_100italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_100italic-webfont.woff') format('woff'),
         url('../fonts/museo_slab_100italic-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_100italic-webfont.svg#MuseoSlab100Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Calibri, Tahoma, Arial, sans-serif;
}

.right {float: right;}
.left {float: left;}

.cb {clear: both;}

a, a:visited {
  text-decoration: none;
  color: #E15E10;
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #BB3400;
  outline: none;
}

h1 {
  font: normal 31px "MuseoSlab100", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #fff;
}

h2 {
  font: normal 23px "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #90a213;
}

h3 {
  font: normal 19px "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #e15e10;
}

h4 {
  font: normal 15px "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #e15e10;
}

h5 {
  font: normal 14px "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #e15e10;
}

.section {
  margin-top:35px;
  margin-bottom: 35px;
  position: relative;
}


/* NAVS */

#top-nav {
  display:block;
  float:left;
  position:fixed;
  top:0;
  width:100%;
  z-index:200;
  background-image: url(../img/2011/top-nav-background.png);
  background-repeat: repeat-x;
  background-position: left top;
  border-bottom:1px solid #fff;
  border-top:4px solid #ececec;
  -webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
  background-color:white
}

#top-nav-shadow {
  display: none;
}

#top-nav #spiffy-stores-logo {
  display: inline-block;
  position: absolute;
  padding: 0;
  margin-left: 0px;
  top:5px;
  width:225px;
  height:52px;
  background:url('/img/2011/logo.png') no-repeat 0px 0px;
  text-indent:-3000px
}

#top-nav img {
  padding:17px 0 12px 0
}

#top-nav ul {
  float:right;
  margin: 0;
}

#top-nav li {
  float:left;
  position: relative;
}

#top-nav li a {
  display:block;
  padding:0 15px;
  color:#666;
  text-shadow:0 1px white;
  line-height:56px;
  font-family: "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  text-decoration:none;
-webkit-transition:background-color .1s ease-in-out;
  white-space:nowrap;
  outline: none;
}

#top-nav>div {
  position:relative
}

#top-nav a:active, #top-nav li.active a, #top-nav li.active a:hover  {
  color:#F5651E;
  font-weight:500;
  border-top:5px solid #CCC;
  margin-top:-5px;
  outline: none;
}

#top-nav a:hover {
  color:#F5651E;
  font-weight:500;
  border-top:5px solid #DDD;
  margin-top:-5px
}

#top-nav #spiffy-stores-logo.active, #top-nav #spiffy-stores-logo:hover {
  background-color:transparent;
  border-top:none;
  margin-top:0;
  outline: none;
}

#top-nav-arrow {
  position:absolute;
  padding:0!important;
  left:98px;
  top:56px;
  width:21px;
  height:13px;
  text-indent:-10000px;
  background-image: url(/img/2011/nav-indicator.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#more-nav {
  width: 473px;
  position: absolute;
  top: 40px;
  z-index: 10;
  right: -25px;
}

#more-nav .top {
  background-image: url(/img/2011/more-nav-top.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 25px;
  width: 473px;
  margin: 0px;
  padding: 0px;
}

#more-nav .middle {
  background-image: url(/img/2011/more-nav-middle.png);
  background-repeat: repeat-y;
  background-position: left top;
  padding-bottom: 10px;
}

#more-nav .bottom {
  background-image: url(/img/2011/more-nav-bottom.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 15px;
  width: 473px;
}

#more-nav h3 {
  font-size: 16px;
  position: relative;
  left: -1px;
  padding-bottom: 5px;
  text-align: left;
}

#more-nav .more-contact {
  display: block;
  position: relative;
  width: 250px;
  float: left;
  padding-top: 17px;
  padding-left: 32px;
}



#more-nav .more-resources {
  width:150px;
  position: relative;
  float: right;
  padding-top: 17px;
  padding-right: 35px;
}

#more-nav li, #more-nav li:hover, #top-nav li.active #more-nav li, #more-nav li.active:hover {
  display: block;
  float: none;
  margin: 0px;
  padding: 5px 0px 5px;
  position: relative;
  left: 0px;
  top: 0px;
  text-indent: 0px;
  font-family: "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #666;
  text-align: left;
}

#more-nav li.phone-title {
  margin: 0px !important;
  padding: 10px 0px 3px !important;
}

#more-nav li.phone-number, #more-nav li.phone-number:hover {
  font-size: 12px !important;
  padding-top: 3px !important;
  padding-bottom: 2px !important;
}

#more-nav li.email a, #more-nav li.email:hover a {
  background-image: url(/img/2011/more-email-icon.png);
  background-repeat: no-repeat;
  padding-left: 22px !important;
}

#more-nav ul {
  float: none;
}

#more-nav li a, #more-nav li a:visited, #top-nav li.active #more-nav li a {
  display: block;
  padding: 0px;
  margin: 0px;
  color: #666;
  line-height: 14px;
  font-size: 12px;
  border-top: none;
}

#more-nav li a:hover, #more-nav li a:active, #top-nav li.active #more-nav li a:hover {
  border-top: none;
  display: block;
  padding: 0px;
  margin: 0px;
  color: #F5651E;
}

.wrapper {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}



/* HEADER */

#header-wrapper {
  background-image: url(/img/2011/spiffy-stores-ecommerce-header.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  height: 370px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 61px;
}

#header-wrapper #slideshow {
  position: relative;
  left: -12px;
  top: 8px;
  height: 362px;
  width: 558px;
  float: left;
}

#header-wrapper .right {
  position: relative;
  width: 380px;
}

#header-wrapper h1 {
  margin-top: 27px;
margin-bottom: 12px;
font: normal 31px "MuseoSlab500", Georgia, "Times New Roman", serif;
text-shadow: #AA5700 1px 1px 2px;
line-height: 33px;
}

#header-wrapper h2 {
  color: white;
display: block;
margin-bottom: 15px;
font: normal 15px "MuseoSlab300", Georgia, "Times New Roman", serif;
line-height: 19px;
}

#header-wrapper li {
  color: white;
background-image: url(/img/2011/header-tick.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
text-indent: 25px;
padding-top: 0px;
padding-bottom: 10px;
font: normal 15px "MuseoSlab300", Georgia, "Times New Roman", serif;
}

#header-wrapper .signup-button {
  display: block;
background-image: url(/img/2011/header-sign-up-button.png);
background-repeat: no-repeat;
height: 90px;
width: 383px;
position: absolute;
top: 223px;
left: -20px;
padding: 70px 0px 0px;
color: #D13100;
text-decoration: none;
text-align: center;
font: normal 23px "MuseoSlab500", Georgia, "Times New Roman", serif;
text-shadow: white 0px 0px 3px;
}

#header-wrapper .tour-text {
position: absolute;
height: 30px;
width: 410px;
right: 0px;
top: 343px;
color: white;
text-align: center;
font: normal 17px "MuseoSlab300Italic", Georgia, "Times New Roman", serif;
}




/* CONTENT */

.section-number {
  background-image: url(/img/2011/section-number.png);
  background-position: center center;
  display: block;
  height: 23px;
  width: 31px;
  float: left;
  font: 18px  "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
  background-repeat: no-repeat;
}

hgroup h2 {
  float: left;
  display: block;
  color: #90A213;
  padding-top: 2px;
  padding-left: 10px;
  font: normal 26px "MuseoSlab300", Georgia, "Times New Roman", serif;
}

hgroup, .hgroup {
  clear: both;
  width: 960px;
  display: block;
  height: 65px;
}

hgroup a, hgroup a:visited {
  float: right;
  color: #999;
  text-decoration: none;
  font: normal 11px "MuseoSlab300", Georgia, "Times New Roman", serif;
  padding-top: 10px;
}

hgroup a:hover, hgroup a:active {
  float: right;
  color: #666;
}

ul.subnav {
  height: 120px;
}

.subnav li {
  float: left;
  display: block;
  height: 85px;
  width: 140px;
  border-top: 2px solid #a0a0a0;
  margin-right: 12px;
  padding-right: 10px;
  padding-top: 7px;
  cursor: pointer;
}

.subnav li.active, .subnav li.active:hover {
  border-top: 2px solid #e15e10;
}

.subnav li:hover {
  border-top: 2px solid #666666;
}


.subnav li.last {
  margin-right: 0px;
  width: 150px;
  padding-right: 0px;
}

.subnav li h4 {
  font: normal 14px "MuseoSlab500", Georgia, "Times New Roman", serif;
  display: block;
  padding-bottom: 4px;
  color: #a0a0a0;
}

.subnav li.active h4, .subnav li:hover h4 {
  color: #666666;
}

.subnav li p {
  font: normal 12px "MuseoSlab300Italic", Georgia, "Times New Roman", serif;
  display: block;
  color: #a0a0a0;
}

.subnav li.active p, .subnav li:hover p {
  color: #666666;
}

#feature-tour {
  min-height: 568px;
  margin-top: 91px;
}

#feature-tour .left {
  width: 453px;
}

#feature-tour .right {
  width: 480px;
  margin-right: -10px;
  position: relative;
}

#feature-tour .left p, #faq .left p, #blog .right p, #about .right p {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 17px;
}

#feature-tour .left h4, #feature-tour .left h3 {
  padding-top: 0px;
  padding-bottom: 5px;
}

#feature-tour .left ul li {
  list-style: square outside;
  margin-left: 17px;
  padding-bottom: 5px;
}


.feedback {
  clear: both;
  width: 600px;
  margin: 0px auto 80px;
  height: 90px;
}

.feedback .bubble {
  background-image: url(/img/2011/feedback-bubble.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 88px;
  width: 486px;
  display: block;
  float: right;
}

.feedback .bubble p {
  font: normal 13px "MuseoSlab300Italic", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #807f7f;
  text-decoration: none;
  display: block;
  padding: 13px 13px 0px 30px;
}

.feedback .bubble a {
  color: #90A213;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  font-size: 12px;
}

.feedback .bubble a:hover {
  color: #6F8000;
}

.feedback .link {
  float: right;
  width: 120px;
  text-align: right;
  display: block;
  padding-top: 5px;
}

.feedback .link a {
  font: normal 10px "MuseoSlab100", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #999;
  text-decoration: none;
  display: none;
}

.feedback .link a:hover {
  color: #666;
}

.feedback .photo {
  float: left;
  height: 89px;
  width: 89px;
  display: block;
}

#blog .left {
  width: 190px;
  display: block;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
}

#blog .left img {
  border: 3px solid #FFF;
  z-index: 10;
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
}

#blog .left img:hover {
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.4);
}

#blog .right {
  width: 740px;
  margin-bottom: 35px;
}

#blog .blog-link {
  display: block;
  margin: 30px 0px 80px 210px;
}

.ie-shadow {
  display: none;
}

#faq .left {
  width: 410px;
  font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#faq .left ul ul li{
  list-style: square outside;
  margin-left: 17px;
  padding-bottom: 7px;
}

#faq h3 {
  display: block;
  padding-bottom: 15px;
}

#faq .faq li {

}

#faq ul.faq li a, ul.faq li a {
  font: normal 15px "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #e15e10;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 7px;
  display: block;
  padding-left: 12px;
  background-image: url(/img/2011/bullet.png);
  background-repeat: no-repeat;
  background-position: left 4px;
}

#faq ul.faq li a:hover, ul.faq li a:hover {
  color: #C03600;
}

#faq .faq-item, .faq-item {
  display: block;
  margin-bottom: 20px;
  padding-left: 12px;
}

#faq .faq-item a, #faq div.faq-item li a, div.faq-item li a {
  display: inline;
  margin-bottom: 0px;
  padding-left: 0px;
  font: normal 13px/17px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #e15e10;
  background-image: none;
}

#faq .right {
  margin-right: -25px;
  position: relative;
  display: block;
}

#about .right {
  width: 615px;
}

#pricing h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

#pricing table h3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#pricing .left {
  width: 400px;
}

#pricing .right {
  width: 400px;
}

#pricing table {
  margin-bottom: 0px;
  margin-top:30px;
}

#pricing table td {
  vertical-align: middle;
  font-size: 13px;
  color: #0d0d0d;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

#pricing table td.col1 {
  text-align: left;
  padding-left: 8px;
}

#pricing table th {
  vertical-align:top;
}

#pricing table th.col1 {
  background: #FFF;
  height: 123px;
  width: 254px;
}


#pricing table th.col2 {
  background: url('/img/2011/pricing-col2-top.png');
  width: 217px;
}

#pricing table th.col2 h2 {
position: relative;
top: 43px;
display: block;
color: white;
text-shadow: #68522D 1px 1px 2px;
font: normal 25px "MuseoSlab500", Georgia, "Times New Roman", serif;
left: -7px;
}

#pricing table th.col2 h4 {
position: relative;
top: 42px;
color: white;
font: normal 15px "MuseoSlab300", Georgia, "Times New Roman", serif;
}

#pricing table th.col2 h3 {
position: relative;
top: 45px;
font: normal 16px "MuseoSlab500", Georgia, "Times New Roman", serif;
color: #533F1B;
text-shadow: white 0px 0px 3px;
}



#pricing table th.col3 {
  background: url('/img/2011/pricing-col3-top.png') no-repeat;
  width: 264px;
}

#pricing table th.col3 h2 {
position: relative;
top: 29px;
display: block;
color: white;
text-shadow: #6C2400 1px 1px 2px;
font: normal 35px "MuseoSlab500", Georgia, "Times New Roman", serif;
left: 0px;
}

#pricing table th.col3 h4 {
position: relative;
top: 31px;
color: #E15E10;
font: normal 16px "MuseoSlab500", Georgia, "Times New Roman", serif;
text-shadow: white 0px 0px 3px;
}

#pricing table th.col3 h3 {
position: relative;
top: 33px;
color: #E15E10;
font: normal 18px "MuseoSlab500", Georgia, "Times New Roman", serif;
text-shadow: white 0px 0px 3px;
}

#pricing table th.col4 {
  background: url('/img/2011/pricing-col4-top.png') no-repeat;
  width: 224px;
}

#pricing table th.col4 h2 {
position: relative;
top: 42px;
display: block;
color: white;
text-shadow: #285369 1px 1px 2px;
font: normal 25px "MuseoSlab500", Georgia, "Times New Roman", serif;
}

#pricing table th.col4 h4 {
position: relative;
top: 44px;
color: white;
font: normal 15px "MuseoSlab300", Georgia, "Times New Roman", serif;
}

#pricing table th.col4 h3 {
position: relative;
top: 48px;
font: normal 14px "MuseoSlab500", Georgia, "Times New Roman", serif;
color: #294b5c;
text-shadow: white 0px 0px 3px;
}

#pricing table td img {
  margin-right: auto;
  margin-left: auto;
}

#pricing table .col1.odd {
  background: #FFF url('/img/2011/pricing-col1-odd.png') repeat-y;
}

#pricing table .col2.odd {
  background: url('/img/2011/pricing-col2-odd.png') repeat-y;
}

#pricing table .col3.odd {
  background: url('/img/2011/pricing-col3-odd.png') repeat-y;
}

#pricing table .col4.odd {
  background: url('/img/2011/pricing-col4-odd.png') repeat-y;
}

#pricing table .col1.even {
  background: url('/img/2011/pricing-col1-even.png') repeat-y;
}

#pricing table .col2.even {
  background: url('/img/2011/pricing-col2-even.png') repeat-y;
}

#pricing table .col3.even {
  background: url('/img/2011/pricing-col3-even.png') repeat-y;
}

#pricing table .col4.even {
  background: url('/img/2011/pricing-col4-even.png') repeat-y;
}

#pricing table .bottom span {
  padding-top: 6px;
  display: block;
}

#pricing table .col1.bottom {
  font-style: italic;
  color: #AFAFAF;
  padding-top: 15px;
  vertical-align: top;
}

#pricing table .col2.bottom {
  background: url('/img/2011/pricing-col2-bottom.png') no-repeat;
  height: 107px;
  overflow: hidden;
  padding-bottom: 0px;
  font-size: 11px;
  color: #b9ab92;
  vertical-align: top;
  padding-top: 7px;
}

#pricing table .col3.bottom {
  background: url('/img/2011/pricing-col3-bottom.png') no-repeat;
  height: 107px;
  overflow: hidden;
  padding-bottom: 0px;
  font-size: 11px;
  color: #E15E10;
  vertical-align: top;
  padding-top: 10px;
}

#pricing table .col4.bottom {
  background: url('/img/2011/pricing-col4-bottom.png') no-repeat;
  height: 107px;
  overflow: hidden;
  padding-bottom: 0px;
  font-size: 11px;
  color: #95bccf;
  vertical-align: top;
  padding-top: 7px;
}

#pricing .pricing-info {
  cursor: pointer;
}

#pricing li a {
  font: normal 13px "MuseoSlab300", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #999;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 7px;
  display: block;
  padding-left: 12px;
  background-image: url(/img/2011/bullet.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}

#pricing li a:hover {
  color: #666;
}

#pricing .faq-item {
display: block;
margin-bottom: 20px;
padding-left: 12px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#pricing .faq-item p {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 16px;
}



/* TOOLTIPS */

#WzTtDiV, #WzTtDiV div, #WzTtDiV td, #WzTtDiV table {
  vertical-align: top;
}

#bALlO0nBdY {
  line-height: 14px !important;
  vertical-align: top;
  white-space: nowrap;
  padding: 7px !important;
  max-width: 300px !important;
  white-space: normal !important;
}

#bALlOOnB {
  margin-top: -4px !important;
}


/* FOOTER */

#footer {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: rgb(31, 31, 31);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 30, 30)), to(rgb(27, 27, 27)));
  background: -webkit-linear-gradient(rgb(30, 30, 30), rgb(27, 27, 27));
  background: linear-gradient(rgb(30, 30, 30), rgb(27, 27, 27));
  color: rgb(255, 255, 255);
  text-shadow: #000 1px 1px 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#footer ul, #top-nav ul {
  padding: 0;
  margin: 0;
}


#footer .one-quarter {
  width: 25%;
  float: left;
}
#footer .left {

}

#footer .left.contact {

}

#footer .right {

}

#footer a, #footer a:visited {
  color: #FFFFFF;
}

#footer a:hover, #footer a:active {
  color: #FFF;
  text-decoration:none;
}

#footer li {
  color: #FFFFFF;
  font-family: "MuseoSlab500", "Roboto Slab", Georgia, "Times New Roman", serif;
  line-height: 16px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  list-style-type: none;
  display: block;
  text-align: left;
  text-indent: 0px;
  margin: 0;
  font-size: 14px;
}

#footer h4 {
  color: #FFF;
  padding-bottom: 16px;
  text-shadow: #000 -1px -1px 2px;
  font-family: "MuseoSlab500", "Roboto Slab", Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
}

#footer-bottom {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: rgb(0, 0, 0);
  text-align: center;
  color: rgb(96, 96, 96);
}


/* A LINKS FOR SCROLLER */

#spiffy-stores-feature-tour, #example-spiffy-stores, #spiffy-stores-blog, #frequently-asked-questions, #about-and-contact-us, #pricing-and-signup {
  position: absolute;
  top: -90px;
}



/********************  I N T E R N A L   P A G E S   ***********************/

#content {
  padding-top: 87px;
  min-height: 600px;
  background-repeat: repeat-x;
  background-color: #FFF;
  background-image: url(/img/2011/global-background.png);
  background-position: left top;
}

#content h1 {
  display: block;
  text-decoration: none;
  font: normal 34px "MuseoSlab100", Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
  color: #616161;
  position: relative;
}

#feature-list-page h3, #contact-us h3, #support h3 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.intro {
  padding-top: 40px;
}

.intro p {
  padding-bottom: 10px;
  margin: 0px;
}

#feature-list-page h1 {
  color: #616161;
}

#feature-list-page li {
  background-image: url(../img/2011/tick.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: 0px;
  padding-left: 25px;
  list-style: none;
  text-indent: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

#feature-list-page .left, #feature-list-page .right {
  width: 460px;
}

/********************  EXAMPLE STORES SECTION - ADDED 14/08/2013   ***********************/

#example-stores hgroup h4 {
  display: block;
  clear: left;
  margin-left: 42px;
  color: #696969;
  padding-top: 5px;
}

#example-stores #example-ecommerce-stores-slideshow {
  width: 964px;
  margin-bottom: 90px;
  margin-top: 20px;
  position: relative;
}

#example-stores .example-online-store {
  width: 286px;
  text-align: center;
  float: left;
  margin-right: 35px;
  padding: 5px;
}

#example-stores .example-online-store.col3 {
  margin-right: 0px;
}

#example-stores .online-store-description p {
  color: #6d6e68;
}

#example-stores .online-store-description h4 {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #6d6e68;
}

#example-stores .online-store-pic img {
  border: 10px solid #FFF;
  z-index: 10;
  -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
}

#example-stores .proto-control.backward {
  background-image: url(../img/2011/slideshow-left.png);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  background-repeat: no-repeat;
background-position: center 150px;
top: 20px;
left: -120px;
}

#example-stores .proto-control.forward {
  background-image: url(../img/2011/slideshow-right.png);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
    background-repeat: no-repeat;
background-position: center 150px;
top: 20px;
right: -120px;
}

#example-stores .proto-control.forward:hover, #example-stores .proto-control.backward:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  cursor: pointer;
}

/********************  styles copied from old css   ***********************/

.required {
  color: #FF0000;
}

.error-message {
  font-size: 11px;
  font-style: italic;
  color: #F00;
  display: inline;
}

.notice {
  border: 3px solid #ffffbe;
  padding: 10px;
  color: #ffffff;
  background-color: #09f;
  margin: 0 0 20px 0;
}

.notice p, .notice p a {
  color: #ffffff;
  text-decoration: none;
}

#flash-message {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 35px;
  width: 100%;
  font-size: 100%;
  color: white;
  z-index: 9999;
}

#flash-message > div {
  display: block;
  width: 960px;
  height: 35px;
  margin: 0px auto;
  text-align: center;
}

#flash-message > div > div {
  padding: 10px 0px 0px;
}

#flash-message p {
  display: inline;
  padding: 0px 0px 0px 25px;
}

.flash-notice > div {
  background: transparent url('/img/flash-notice-bg.png') repeat-x 0px 0px;
}

.flash-notice p {
  background: transparent url('/img/flash-message-notice.gif') no-repeat 0px 0px;
}

.flash-error > div {
  background: transparent url('../img/flash-error-bg.png') repeat-x 0px 0px;
}

.flash-error p {
  background: transparent url('../img/flash-message-error.gif') no-repeat 0px 0px;
}

#error_messages {
  border: 2px double #F00;
  padding: 10px;
  color: #F00;
  margin-bottom: 25px;
}

input[type =
"text"], textarea {
  border: 1px solid #666;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin-right: 5px;
}

input.form-error {
  border-color: #F00;
}

.error_messages h4 {
  color: #ED0000;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-top: 10px;
  padding-bottom: 0;
}

#contact-us-page p {
  margin: 0px 0px 16px;
}

#contact-us-page table td {
  padding-top: 8px;
  padding-bottom: 8px;
}

#ContactAddForm #submit {
  border-style: none;
  background: url('/img/spiffystores-site/button-send-message.png') no-repeat;
  text-indent: -4000px;
  height: 34px;
  width: 155px;
  cursor: pointer;
}

#ContactAddForm .captcha-note {
  font-size: 12px;
  font-style: italic;
  color: #999;
  width: 200px;
  position: absolute;
  top: 4px;
  right: 0px;
}

#ContactAddForm .captcha-refresh-note {
  font-size: 11px;
  font-style: italic;
  color: #999;
  width: 180px;
  position: absolute;
  top: 59px;
  right: 0px;
  padding-left: 20px;
  background: url('/img/spiffystores-site/captcha-refresh-icon.png') no-repeat 0px 0px;
  cursor: pointer;
}

#ContactAddForm .captcha-sound-note {
  font-size: 11px;
  font-style: italic;
  color: #999;
  width: 180px;
  position: absolute;
  top: 108px;
  right: 0px;
  padding-left: 20px;
  background: url('/img/spiffystores-site/captcha-sound-icon.png') no-repeat 0px 0px;
  cursor: pointer;
}

pre, xmp, plaintext, listing {
display: block;
font-family: monospace;
white-space: pre;
margin: 1em 0px;
}

strong {
  font-weight: bold;
}
