/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

#main-con {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -80px;
}
#main-con #layout-footer {
  height: 80px;
}

#ftr {
  clear: both;
  position: relative;
  height: 80px;
}

* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  font-size: 13px;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  color: #5b2e10;
  line-height: 17px;
  background: #e4eaf7 url("bg-pattern.jpg") 0 0 repeat;
  -webkit-font-smoothing: antialiased;
}

h1 {
  color: #5f83b3;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2 {
  color: #5b2e10;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
  font-size: 17px;
  line-height: 27px;
}

h3 {
  color: #5f83b3;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
}

h4 {
  color: #6b6a66;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

p, li {
  color: #6b6a66;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  line-height: 17px;
}

li {
  margin-bottom: 0px;
}

p.initial, div.intro p, div.intro {
  color: #5b2e10;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
}

a {
  color: #5f83b3;
  text-decoration: none;
}
a:hover {
  color: #5b2e10;
}

em {
  font-style: italic;
}

stong {
  font-style: bold;
}

hr {
  background: url("bar-horizontal.png") 0 0 repeat-x;
  width: 100%;
  margin-top: 1px;
  height: 6px;
  border-top: solid 0px white !important;
  border-bottom: solid 0px white !important;
  border-left: solid 0px white !important;
  border-right: solid 0px white !important;
  display: block;
  clear: both;
}

header {
  width: 100%;
  height: 130px;
}
header h1 a {
  display: block;
  width: 200px;
  height: 130px;
  background: url("logo.png") 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  overflow: hidden;
}
header h1 a:hover {
  background-position: 0 -130px;
}

nav {
  width: 100%;
  padding: 10px 0;
  background-color: #e4eaf7;
  overflow: hidden;
  font-size: 13px;
}
nav ul {
  float: left;
  margin-#: 20px;
}
nav ul li {
  font-size: 13px;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  line-height: 17px;
  margin-bottom: 2px;
}
nav ul li a {
  color: #5b2e10;
}
nav ul li a:hover {
  color: #5f83b3;
}
nav ul li:last-child {
  margin-bottom: 0px;
}
nav ul.first {
  margin-left: 90px;
}
nav ul.second {
  margin-left: 142px;
}
nav ul.third {
  margin-left: 172px;
}
nav ul.last {
  margin-left: 90px;
}
nav .selected {
  color: #5f83b3;
}

body#cart nav a#cart {
  color: #5f83b3;
}

#main-con {
  width: 988px;
  margin: 0 auto;
  background: url("page-border.png") 0 0 repeat-y;
  display: block;
  margin-bottom: -80px;
}

#main {
  width: 960px;
  margin: 0 auto;
  background-color: white;
  display: block;
}
#main #page #banner {
  height: 330px;
  overflow: hidden;
  padding-bottom: 0!important;
}
#main #page #content {
  margin-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
  background: url("page-2-col-left.png") 0 0 repeat-y;
}
#main #page #content div {
  float: left;
}
#main #page #content div.article {
  float: none;
}
#main #page #content div.article img {
  max-width:100%;
}
#article #main #page #content {

  background-image:none;
}

#main #page #content div p, #main #page #content div h1, #main #page #content div h2, #main #page #content div h3, #main #page #content div h4, #main #page #content div ul {
  padding: 0 15px;
}
#main #page #content table {
  margin: 0 15px;
}
#main #page #content #left {
  width: 410px;
}
#main #page #content #left img {
  padding: 0 15px;
  margin-bottom: -4px;
}
#main #page #content #middle {
  padding: 0 10px;
  width: 294px;
}
#main #page #content #middle img {

  max-width: 294px;
}
#main #page #content #middle-double-col {
  width: 515px;
}
#main #page #content #middle-double-col img.featured-press {
  width: 100%;
}
#main #page #content #middle-double-col ul li {
  list-style-image: url("bullet.png");
  margin-left: 15px;
  margin-bottom: 0px;
}
#main #page #content #right {
  width: 234px;
}
#main #page #content #right.collection p,
#main #page #content #right.collection h2,
#main #page #content #right.collection span{
 font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
  font-size:16px;
  line-height:24px;
}
#main #page #content #left-2col {
  width: 724px;
}
#main #page #content #special {
  margin: 0 15px 15px 15px;
  padding: 15px 0 0;
  width: 100%;
  background-color: #e4eaf7;
}
#main #page #content #special table#order-now {
  width: 100%;
  margin: 0;
  background-color: #b3c1df;
}
#main #page #content #special table#order-now td {
  padding-top: 10px;
}
#main #page #content #special table#order-now h1, #main #page #content #special table#order-now a {
  color: white;
}
#main #page #content #special table#order-now a:hover {
  color: #5b2e10;
}
#main #page #content hr {
  margin-bottom: 15px;
}
#main #page #content #video {
  padding: 0 15px;
}

body#index #main #page div {
  padding-bottom: 15px;
}
body#index #main #page #content {
  background: url("page-3-col.png") 0 0 repeat-y;
  padding-bottom: 0px!important;
}
body#index #main #page #content #left {
  width: 480px;
}
body#index #main #page #content #left a {
  font-style: italic;
}
body#index #main #page #content #testimonials-holder {
  width:480px;
  height:150px;
  overflow:hidden;
  cursor:pointer;
}
body#index #main #page #content #left .testimonial h4 {
  text-indent: -5px;
  padding-left: 20px;
}
body#index #main #page #content #left .testimonial h4 p {
  text-indent: 0px;
  padding-left: 0px;
  display: inline!important;
}
body#index #main #page #content #left .testimonial h4.credit {
  text-indent: 0px;
}
body#index #main #page #content #middle {
  padding: 0 10px;
  width: 224px;
}
body#index #main #page #content #middle #spotlight {
  padding: 15px 0;
  width: 100%;
  background-color: #e4eaf7;
  margin-bottom: 5px;
}
body#index #main #page #content #middle #spotlight h2 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 23px;
}
body#index #main #page #content #middle #spotlight #desc {
  padding-bottom: 0px!important;
    padding: 0 15px;
}
body#index #main #page #content #middle #spotlight #desc ul, body#index #main #page #content #middle #spotlight #desc p {
  display: block;
  padding:0;
}
body#index #main #page #content #middle #spotlight #desc p.featured {
  display: block;

}
body#index #main #page #content #middle #spotlight img {
  width: 194px;
  margin: 0 15px;
  border: solid 1px #ccc;
}
body#index #main #page #content #right div {
  padding-bottom: 0px;
}
body#index #main #page #content #photo-box img {
	width:450px;
  height:auto;
}
body#index #main #page #content #right #penn-medicine {
  min-height: 240px;
  background: url("penn-shield.gif") center 0 no-repeat;
}
body#index #main #page #content #right #penn-medicine h3 {
  margin-top: 15px;
}
body#index #main #page #content #right #tip {
  color: #6b6a66;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  line-height: 17px;
  padding: 0px 15px 10px;
}
body#index #main #page #content #right #tip h1, body#index #main #page #content #right #tip p, body#index #main #page #content #right #tip h3 {
  padding: 0px;
}
body#index #main #page #content #right #facebook h3 {
  position: relative;
  vertical-align: top!important;
  padding-bottom: 0px;
}
body#index #main #page #content #right #facebook h3 a {
  padding-left: 20px;
}
body#index #main #page #content #right #facebook h3 img {
  position: absolute;
  top: 1px;
}
body#index #main #page #banner {
  position: relative;
}
body#index #main #page #banner ul#slideshow {
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
body#index #main #page #banner #slideshow-controls {
  position: absolute;
  z-index: 1000;
  bottom: 4px;
  left: 20px;
  padding: 0!important;
  margin: 0!important;
  height: 20px;
}
body#index #main #page #banner #slideshow-controls a {
  font-size: 30px;
  margin-right: 9px;
  color: white !important;
}
body#index #main #page #banner #slideshow-controls a.activeSlide {
  color: #5f83b3 !important;
}

body#appointments #main #page #content {
  margin-top: 0;
  padding-bottom: 0;
  background: none;
}
body#appointments #main #page hr {
  margin-bottom: 0;
  padding-top: 1px;
}
body#appointments #main #page #sub-content {
  background: url("page-2-col-left.png") 0 0 repeat-y;
  padding-bottom: 15px;
  margin-top: 15px;
}

body#product #main #page #content, body#search #main #page #content, body#noble-skin-care #main #page #content, body#photo-finish #main #page #content, body#collections #main #page #content, body#vitamedica #main #page #content, body#cart #main #page #content {
  background: url("page-2-col.png") 0 0 repeat-y;
  padding-bottom: 0;
}

body#search #main #page #content #searchresults li{
  overflow:hidden;
  margin-top:0;
}
body#search #main #page #content #searchresults li h3{
  overflow:hidden;
  margin-top:0;
  padding-left:0;
  margin-bottom:0;
}



body#collections #main #page #content,
body#collection #main #page #content{
  background: none;
}

body#collections #main #page #content img {
  display: block;
}
body#collections #main #page #content .collection-desc img {
  display: none;
}
body#collections #main #page #content .collection-desc {
  width:800px;
  text-align:center;
  margin:20px 80px;
}
body#collections #main #page #content .collection-desc p {
  font-size: 16px;
  line-height: 22px;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
}
body#collections #main #page #content .collection-desc a {
  font-size: 18px;
  line-height: 22px;
  font-style:italic;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
}
body#product #main #page #content input, body#product #main #page #content div.button, body#noble-skin-care #main #page #content input, body#noble-skin-care #main #page #content div.button, body#vitamedica #main #page #content input, body#vitamedica #main #page #content div.button, body#photo-finish #main #page #content input, body#collections #main #page #content input, body#photo-finish #main #page #content div.button,body#collections #main #page #content div.button, body#cart #main #page #content input, body#cart #main #page #content div.button {
  clear: both!important;
  text-align: center;
  text-transform: uppercase;
  color: #6b6a66 !important;
  background-color: #e4eaf7;
  padding: 10px;
  font-size: 12px!important;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  line-height: 15px!important;
  border: 0px #5f83b3 solid;
}
body#product #main #page #content input:hover, body#product #main #page #content div.button:hover, body#noble-skin-care #main #page #content input:hover, body#noble-skin-care #main #page #content div.button:hover, body#photo-finish #main #page #content input:hover, body#collections #main #page #content input:hover, body#photo-finish #main #page #content div.button:hover, body#collections #main #page #content div.button:hover, body#vitamedica #main #page #content input:hover, body#vitamedica #main #page #content div.button:hover, body#cart #main #page #content input:hover, body#cart #main #page #content div.button:hover {
  -moz-transition-property: background-color;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #b3c1df;
  color: white;
}

body#vitamedica #main #page #content, body#photo-finish #main #page #content {
  background: none;
}

body#product #main #page #content {
  padding-bottom: 12px;
}
body#product #main #page #content #product-info {
  margin-bottom: 20px;
}
body#product #main #page #content #product-info p, body#product #main #page #content #product-info li {
  color: #5b2e10;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
}
body#product #main #page #content #product-info ul li {
  /*        					list-style-type: circle;*/
  list-style-image: url("bullet-brown.png");
  margin-left: 15px;
  margin-bottom: 0px;
}
body#product #main #page #content #product-info span.sale {
  color: #5f83b3;
  padding-left: 10px;
}

table.price {
  color: #6b6a66;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  clear: both;
  margin: 0px 10px 0 15px;
  width: 390px;
  background-color: #e4eaf7;
}
table.price h4 {
  float: left!important;
}
table.price input, table.price div.button {
  float: right!important;
}

body#cart table.price {
  width: 692px;
}
body#cart table.price a {
  float: right;
}
body#cart table.price #checkout {
  width: 100px!important;
}
body#cart table.price input#empty-cart {
  width: 130px!important;
}
body#cart table#cart {
  width: 692px;
}
body#cart table#cart tr {
  background-color: #f1f4fb;
}
body#cart table#cart tr td {
  padding: 5px 15px;
}
body#cart table#cart tr th {
  padding: 5px 15px;
  background-color: #e4eaf7;
  color: #6b6a66;
}
body#cart table#cart tr.even {
  background-color: white !important;
}

#product-gallery {
  width: 100%!important;
  min-height: 300px;
}
#product-gallery h1 {
  margin-bottom: 5px!important;
  padding-bottom: 0;
}
#product-gallery div {
  width: 100%!important;
}
#product-gallery ul {
  overflow: hidden;
  padding-right: 0!important;
  padding-bottom: 0px!important;
  width: 100%!important;
  min-height: 273px;
}
#product-gallery ul li {
  float: left;
  width: 160px;
  height: 273px;
  overflow: hidden;
  margin-right: 17px;
  font-style: italic;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#product-gallery ul li a {
  color: #5b2e10;
  font-size: 15px;
  line-height: 18px;
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
}
#product-gallery ul li a:hover {
  color: #5f83b3;
}
#product-gallery ul li.filler {
  background: #f1f4fb url("crown.gif") center center no-repeat;
  width: 160px!important;
  height: 225px!important;
}
#product-gallery ul.nsc-cr-eacute-mes {
  min-height: 210px;
}
#product-gallery ul.nsc-cr-eacute-mes li {
  height: 210px;
}
#product-gallery ul.nsc-cr-eacute-mes li.filler {
  height: 160px!important;
}

#filter h4, #related h4 {
  text-transform: uppercase;
  color: #5f83b3;
}
#filter a, #related a {
  display: block;
  color: #6b6a66;
  margin: 8px 0 0 15px;
}
#filter a:hover, #related a:hover {
  color: #5b2e10;
}
#filter a.selected, #related a.selected {
  color: #5f83b3;
}

#related a {
  margin-left: 0px;
}

#ftr {
  height: 80px;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
#ftr p {
  margin-bottom: 0;
  font-size: 13px;
  font-family: "myriad-pro-1", "myriad-pro-2", Verdana, sans-serif;
  line-height: 17px;
}
#ftr em {
  font-family: "adobe-jenson-pro-1", "adobe-jenson-pro-2", Palatino, "Times New Roman", serif;
  font-style: italic;
  font-size: 15px;
  padding: 10px 0 5px;
  display: block;
}

#vision {
  display: none!important;
}

.hidden {
  height: 0!important;
  overflow: hidden;
}

.invisible {
  opacity: 0;
}
