/** SOLE ISRAEL STYLES 
	Author: Matt Lambert
	Source: www.yoursole.com
	Year: 2009
**/

/***------------------------------------
LAYOUT
------------------------------------***/

body {
 text-align: left;
 background: url(../images/bg-tile.jpg) top left repeat-x;
 font-family: "lucida grande", helvetica, arial, verdana, sans-serif;
 margin-top: 0;
}

#header {
 height: 150px;
}

#top-bar {
 height: 45px;
 line-height: 45px;
}

#top-bar-phone {
 text-align: left;
}

#top-bar-logo {
 text-align: left;
}

#nav {
 margin-top: 70px;
 text-align: left;
}

#nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#nav li {
 display: inline;
 padding-left: 20px;
 font-size: 18px;
}

#content {
 margin-top:20px;
 text-align: left;
}

#copy-wrapper {
 background: url(../images/bg-home-body.gif) top left no-repeat;
 margin-top: 20px;
 padding-top: 40px;
 text-align: left;
}

#footer {
 text-align: center;
 border-top: 1px solid #ccc;
 margin-top: 30px;
 padding-top: 20px;
 font-size: 10px;
 float: left;
}

#page-title { 
 padding-bottom: 20px;
 border-bottom: 1px solid #ccc;
}

#contact-body {
 padding-top: 20px;
 text-align: left;
}

#contact-body ul.sitemap-list {
 margin-left: 0;
}

ul {
 list-style: none;
}

li {
 padding-bottom: 10px;
}

li.subpage {
 margin-left: 20px;
}

#product-info {
 margin-top: 20px;
}

.product-row {
 background: url(../images/product-info-bg.gif) top left no-repeat;
 padding-bottom: 40px;
 padding-top: 40px;
}

.product-row ul {
 margin-left: 0;
}

.product-row li {
 padding-bottom: 0;
}


/***------------------------------------
TYPOGRAPHY
------------------------------------***/

#top-bar-phone span {
 color: #c00;
}

#content h1 { 
 margin: 0;
 font-size: 2em;
 color: #c00;
}

#content h2 {
 font-size: 1.5em;
 margin-bottom: 0;
 color: #c00;
}

#content h3 {
 font-size: 1.25em;
 margin: 0;
 line-height: 1.5em;
}

#content h4 {
 margin-bottom: 0;
 color: #c00;
}

h3.faq-title {
 padding-bottom: 10px;
}

h3.retailer-title {
 padding-bottom: 20px;
}

.product-row p span {
 font-size: 0.75em;
 color: #666;
}

.product-row h4 {
 padding-bottom: 10px;
}

/***------------------------------------
LINKS
------------------------------------***/

a, a:link, a:visited {
 color: #c00;
}

a:hover {
 color: #333;
}

#nav a, #nav a:visited, #nav a:link {
 color: #fff;
 text-decoration: none;
}

#nav a:hover {
 color: #c00;
 text-decoration: none;
}

.sitemap-link a {
 font-size: 1.5em;
}

#arrow-btn-prev {
 width: 30px;
 height: 60px;
 background: url(../images/arrow-prev.gif) 0 0 no-repeat;
 margin-top: 150px;
}

#arrow-btn-prev a {
 display: block;
 width: 30px;
 height: 60px;
 overflow: hidden;
 background: url(../images/arrow-prev.gif) 0 0 no-repeat;
 letter-spacing: normal;
 text-indent: 999em;
 outline: none 0;
}

#arrow-btn-prev a:visited {
 background-position: 0 0;
}

#arrow-btn-prev a:hover {
 background-position: 0 -60px;
}

#arrow-btn-next {
 width: 30px;
 height: 60px;
 background: url(../images/arrow-next.gif) 0 0 no-repeat;
 margin-top: 150px;
}

#arrow-btn-next a {
 display: block;
 width: 30px;
 height: 60px;
 overflow: hidden;
 background: url(../images/arrow-next.gif) 0 0 no-repeat; 
 letter-spacing: normal;
 text-indent: 999em;
 outline: none 0;
}

#arrow-btn-next a:visited {
 background-position: 0 0;
}

#arrow-btn-next a:hover {
 background-position: 0 -60px;
}

#gallery-wrapper ul {
  text-align: center;
  margin: 0 auto;
}

