*,
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,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  outline: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
textarea {
  -webkit-resize: none !important;
  -moz-resize: none !important;
  -ms-resize: none !important;
  -o-resize: none !important;
  resize: none !important;
}
a,
input[type='submit'],
button {
  cursor: pointer;
}
input[type='text'],
textarea {
  cursor: text;
}
::selection {
  background: #58d3e5;
  color: #ffffff;
}
::-moz-selection {
  background: #58d3e5;
  color: #ffffff;
}
:-moz-selection {
  background: #58d3e5;
  color: #ffffff;
}
::-o-selection {
  background: #58d3e5;
  color: #ffffff;
}
::-ms-selection {
  background: #58d3e5;
  color: #ffffff;
}
::-webkit-selection {
  background: #58d3e5;
  color: #ffffff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  clear: both;
}
.transition {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.fasttransition {
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.shake {
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  -ms-animation: shake 0.5s;
  -o-animation: shake 0.5s;
  animation: shake 0.5s;
}
.exo {
  font-family: 'Exo 2', sans-serif;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
a {
  text-decoration: none;
  cursor: pointer;
}
body,
html {
  background: #f3f3f3;
}
#menu_bar_wrapper {
  width: 100%;
  height: 80px;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  display: block;
}
#menu_bar_wrapper #menu_bar {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: block;
}
#menu_bar_wrapper #menu_bar #menu_bar_left {
  width: 580px;
  height: 80px;
  margin-left: 20px;
  float: left;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container {
  width: 580px;
  height: 80px;
  display: block;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container #pixlee_logo {
  width: 30px;
  height: 30px;
  background: url('pixlee_logo.png') center center no-repeat transparent;
  display: inline-block;
  float: left;
  margin-top: 23px;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container #pixlee_store {
  text-transform: uppercase;
  color: white;
  padding: 7px 0px;
  background: #009bd8;
  display: inline-block;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  font-weight: 700;
  width: 85px;
  text-align: center;
  font-size: 12px;
  float: left;
  margin-top: 24px;
  margin-left: 40px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container #pixlee_store:hover {
  background: #008ac7;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container .pixlee_nav_link {
  padding: 31px 0px 35px 0px;
  background: transparent;
  display: inline-block;
  box-shadow: inset 0px 0px 0px #009bd8;
  -o-box-shadow: inset 0px 0px 0px #009bd8;
  -ms-box-shadow: inset 0px 0px 0px #009bd8;
  -moz-box-shadow: inset 0px 0px 0px #009bd8;
  -webkit-box-shadow: inset 0px 0px 0px #009bd8;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 12px;
  width: 85px;
  text-align: center;
  float: left;
  margin-left: 15px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container .pixlee_nav_link:hover {
  box-shadow: inset 0px -3px 0px #009bd8;
  -o-box-shadow: inset 0px -3px 0px #009bd8;
  -ms-box-shadow: inset 0px -3px 0px #009bd8;
  -moz-box-shadow: inset 0px -3px 0px #009bd8;
  -webkit-box-shadow: inset 0px -3px 0px #009bd8;
}
#menu_bar_wrapper #menu_bar #menu_bar_left .container .pixlee_nav_link.active {
  box-shadow: inset 0px -3px 0px #009bd8;
  -o-box-shadow: inset 0px -3px 0px #009bd8;
  -ms-box-shadow: inset 0px -3px 0px #009bd8;
  -moz-box-shadow: inset 0px -3px 0px #009bd8;
  -webkit-box-shadow: inset 0px -3px 0px #009bd8;
}
#menu_bar_wrapper #menu_bar #menu_bar_right {
  width: 400px;
  height: 80px;
  float: right;
  background: transparent;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container {
  width: 380px;
  height: 80px;
  display: block;
  padding-right: 20px;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #pixlee_nav_account {
  color: #8d8d8d;
  text-transform: uppercase;
  padding: 31px 0px 35px 0px;
  background: transparent;
  display: inline-block;
  font-weight: 700;
  width: 95px;
  text-align: center;
  font-size: 12px;
  float: right;
  box-shadow: inset 0px 0px 0px #009bd8;
  -o-box-shadow: inset 0px 0px 0px #009bd8;
  -ms-box-shadow: inset 0px 0px 0px #009bd8;
  -moz-box-shadow: inset 0px 0px 0px #009bd8;
  -webkit-box-shadow: inset 0px 0px 0px #009bd8;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #pixlee_nav_account:hover {
  box-shadow: inset 0px -3px 0px #009bd8;
  -o-box-shadow: inset 0px -3px 0px #009bd8;
  -ms-box-shadow: inset 0px -3px 0px #009bd8;
  -moz-box-shadow: inset 0px -3px 0px #009bd8;
  -webkit-box-shadow: inset 0px -3px 0px #009bd8;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #pixlee_nav_cart {
  color: #2d2d2d;
  text-transform: uppercase;
  padding: 31px 0px 35px 0px;
  background: transparent;
  display: inline-block;
  font-weight: 700;
  width: auto;
  text-align: center;
  font-size: 12px;
  float: right;
  margin-left: 15px;
  box-shadow: inset 0px 0px 0px #009bd8;
  -o-box-shadow: inset 0px 0px 0px #009bd8;
  -ms-box-shadow: inset 0px 0px 0px #009bd8;
  -moz-box-shadow: inset 0px 0px 0px #009bd8;
  -webkit-box-shadow: inset 0px 0px 0px #009bd8;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #pixlee_nav_cart b {
  font-family: 'Exo 2', sans-serif;
  display: inline-block;
  padding: 0px 1px;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #pixlee_nav_cart:hover {
  box-shadow: inset 0px -3px 0px #009bd8;
  -o-box-shadow: inset 0px -3px 0px #009bd8;
  -ms-box-shadow: inset 0px -3px 0px #009bd8;
  -moz-box-shadow: inset 0px -3px 0px #009bd8;
  -webkit-box-shadow: inset 0px -3px 0px #009bd8;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder {
  width: auto;
  height: 30px;
  float: right;
  margin-left: 15px;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder #search_icon {
  width: 30px;
  height: 80px;
  background: url('search.png') center center no-repeat;
  display: inline-block;
  float: left;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder #search {
  width: 0px;
  height: 30px;
  background: transparent;
  font-size: 14px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  color: #667282;
  margin-top: 23px;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder ::-webkit-input-placeholder {
  color: #667282;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder ::-moz-input-placeholder {
  color: #667282;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder :-moz-input-placeholder {
  color: #667282;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder ::-ms-input-placeholder {
  color: #667282;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder #search_icon:hover + #search {
  width: 100px;
}
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder #search:hover,
#menu_bar_wrapper #menu_bar #menu_bar_right .container #search_holder #search:focus {
  width: 100px;
}
#content_holder {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  background: white;
  border-left: 1px solid #d6dce1;
  border-right: 1px solid #d6dce1;
  display: block;
}
#content_holder #featured_product {
  width: 1000px;
  height: 530px;
  display: block;
  background: url('featured_product.jpg') center center no-repeat transparent;
  overflow: hidden;
}
#content_holder #featured_product #featured_product_link {
  width: 1000px;
  height: 450px;
  margin-top: 80px;
  opacity: 0;
  display: block;
}
#content_holder #home_block_1 {
  width: 1000px;
  height: 350px;
  background: white;
  display: block;
}
#content_holder #home_block_1 #home_block_1_left {
  width: 500px;
  height: 350px;
  float: left;
  background: url('home_block_1_left.png') -10px 10px no-repeat #f3dfd0;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#content_holder #home_block_1 #home_block_1_left #home_block_1_left_text {
  position: absolute;
  margin-top: 40px;
  margin-left: 220px;
}
#content_holder #home_block_1 #home_block_1_left #home_block_1_left_text h3 {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  display: block;
}
#content_holder #home_block_1 #home_block_1_left #home_block_1_left_text p {
  display: block;
  color: rgba(70, 40, 18, 0.55);
  font-weight: 400;
  font-size: 22px;
}
#content_holder #home_block_1 #home_block_1_left:hover {
  background: url('home_block_1_left.png') left bottom no-repeat #f3dfd0;
}
#content_holder #home_block_1 #home_block_1_right {
  width: 500px;
  height: 350px;
  float: right;
  background: url('home_block_1_right.jpg') -10px top no-repeat #e9ebed;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#content_holder #home_block_1 #home_block_1_right #home_block_1_right_text {
  position: absolute;
  margin-top: 70px;
  margin-left: 240px;
}
#content_holder #home_block_1 #home_block_1_right #home_block_1_right_text h3 {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}
#content_holder #home_block_1 #home_block_1_right #home_block_1_right_text p {
  display: block;
  color: rgba(0, 0, 0, 0.42);
  font-weight: 400;
  font-size: 18px;
}
#content_holder #home_block_1 #home_block_1_right:hover {
  background: url('home_block_1_right.jpg') left top no-repeat #e9ebed;
}
#content_holder #home_block_2 {
  width: 1000px;
  height: 350px;
  background: white;
  display: block;
}
#content_holder #home_block_2 #home_block_2_left {
  width: 500px;
  height: 350px;
  float: left;
  background: #323a45;
  overflow: hidden;
  position: relative;
}
#content_holder #home_block_2 #home_block_2_left #home_block_2_left_image {
  width: 283px;
  height: 333px;
  background: url('home_block_2_left.png') -10px top no-repeat transparent;
  position: absolute;
  margin-top: 35px;
  transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform-origin: 0em 20em;
  -o-transform-origin: 0em 20em;
  -ms-transform-origin: 0em 20em;
  -moz-transform-origin: 0em 20em;
  -webkit-transform-origin: 0em 20em;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#content_holder #home_block_2 #home_block_2_left #home_block_2_left_text {
  position: absolute;
  margin-top: 170px;
  margin-left: 230px;
}
#content_holder #home_block_2 #home_block_2_left #home_block_2_left_text h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  display: block;
}
#content_holder #home_block_2 #home_block_2_left #home_block_2_left_text p {
  display: block;
  color: rgba(173, 181, 194, 0.42);
  font-weight: 400;
  font-size: 22px;
}
#content_holder #home_block_2 #home_block_2_left:hover #home_block_2_left_image {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 17px;
}
#content_holder #home_block_2 #home_block_2_right {
  width: 500px;
  height: 350px;
  float: right;
  background: url('home_block_2_right.jpg') center top no-repeat #f96454;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#content_holder #home_block_2 #home_block_2_right #home_block_2_right_text {
  position: absolute;
  margin-top: 190px;
  margin-left: 40px;
}
#content_holder #home_block_2 #home_block_2_right #home_block_2_right_text h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}
#content_holder #home_block_2 #home_block_2_right #home_block_2_right_text p {
  display: block;
  color: #b13a2c;
  font-weight: 600;
  font-size: 18px;
}
#content_holder #home_block_3 {
  width: 1000px;
  height: 245px;
  background: white;
  padding-top: 50px;
}
#content_holder #ice_cream_banner {
  width: 1000px;
  height: 368px;
  display: block;
  background: url('icecream_bg.jpg') center center no-repeat transparent;
  overflow: hidden;
}
#content_holder #ice_cream_block_1 {
  width: 1000px;
  height: auto;
  background: #fbf4de;
  display: block;
  text-align: center;
}
#content_holder #ice_cream_block_1 #ice_cream_logo {
  width: 402px;
  height: 367px;
  display: block;
  position: absolute;
  background: url('ice_cream_logo.png') center center no-repeat transparent;
  margin-left: 299px;
  margin-top: -230px;
}
#content_holder #ice_cream_block_1 img {
  display: inline-block;
  padding-top: 150px;
}
#content_holder #ice_cream_block_2 {
  width: 1000px;
  height: auto;
  background: #fbf4de;
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#content_holder #top_ad_holder {
  width: 1000px;
  height: 350px;
  display: block;
}
#content_holder #top_ad_holder img {
  display: block;
}
#content_holder #top_ad_holder.apparel {
  background: url('tee_ad.jpg') center bottom no-repeat #ffffff;
}
#content_holder #top_ad_holder.accessories {
  background: url('accessories_ad.jpg') center bottom no-repeat #ffffff;
}
#content_holder #filter_bar {
  width: 1000px;
  height: 56px;
  display: block;
  background: url('filter_bar.jpg') center center no-repeat transparent;
  border-top: 1px solid #d6dce1;
}
#content_holder #categorized_list {
  list-style: none;
  display: block;
  width: 1000px;
  border-top: 1px solid #eaedf2;
}
#content_holder #categorized_list a {
  display: inline-block;
  width: 497px;
  height: 497px;
  border-bottom: 1px solid #eaedf2;
}
#content_holder #categorized_list a li {
  width: 497px;
  height: 497px;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: white;
  display: block;
  text-align: center;
}
#content_holder #categorized_list a li p {
  font-weight: 700;
  color: #4d5866;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding-top: 437px;
}
#content_holder #categorized_list a li p b {
  font-weight: 700;
  color: #8b95a2;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
#content_holder #customer_service_footer {
  text-align: center;
  width: 1000px;
  height: 36px;
  display: block;
  font-weight: 400;
  color: #8b95a2;
  font-size: 13px;
  padding-top: 20px;
  margin-top: 20px;
}
#content_holder #customer_service_footer b {
  color: #009bd8;
  font-weight: 700;
}
#content_holder #tunes_banner {
  width: 1000px;
  height: 368px;
  display: block;
  background: url('tunes_bg.jpg') center center no-repeat transparent;
  overflow: hidden;
}
#content_holder #tunes_block_1 {
  width: 1000px;
  height: 152px;
  background: #ffffff;
  display: block;
  text-align: center;
}
#content_holder #tunes_block_1 #tunes_logo {
  width: 402px;
  height: 367px;
  display: block;
  position: absolute;
  background: url('tunes_logo.png') center center no-repeat transparent;
  margin-left: 299px;
  margin-top: -168px;
}
#content_holder #tunes_block_1 p {
  font-size: 25px;
  color: #8b95a2;
  display: block;
  padding-top: 90px;
  font-weight: 400;
  text-transform: uppercase;
}
#content_holder #tunes_block_1 p b {
  font-weight: 700;
  color: #ff6347;
  text-transform: none;
}
#content_holder #tunes_block_1 span {
  font-size: 16px;
  color: #8B95AA;
  display: block;
  padding-top: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
#content_holder #tunes_block_2 {
  width: 1000px;
  height: auto;
  background: #ffffff;
  padding-top: 30px;
  display: block;
  text-align: center;
}
#content_holder #tunes_block_2 iframe {
  display: block;
  padding-bottom: 30px;
}
#content_holder #product_info_holder {
  width: 1000px;
  height: 536px;
  background: url('wood_l.jpg') center center no-repeat transparent;
  display: block;
}
#content_holder #product_info_holder #product_image_holder {
  width: 518px;
  height: 496px;
  padding-top: 40px;
  margin-left: 40px;
  float: left;
}
#content_holder #product_info_holder #product_description {
  width: 402px;
  float: right;
  padding-left: 40px;
  margin-top: 60px;
}
#content_holder #product_info_holder #product_description h1 {
  font-size: 36px;
  color: black;
  font-weight: 100;
  display: block;
  text-transform: uppercase;
}
#content_holder #product_info_holder #product_description h2 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  display: block;
  margin-top: 20px;
}
#content_holder #product_info_holder #product_description p {
  color: black;
  font-size: 14px;
  margin-top: 20px;
  display: block;
  font-weight: 500;
  width: 350px;
  line-height: 20px;
}
#content_holder #product_info_holder #product_description b {
  font-weight: 700;
}
#content_holder #product_info_holder #product_description #add_to_bag {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  background: #1e1e1e;
  text-align: center;
  font-weight: 600;
  padding: 15px 0px;
  color: white;
  width: 156px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#content_holder #product_info_holder #product_description #add_to_bag:hover {
  background: white;
  color: black;
}
#content_holder #hr_dot {
  width: 1000px;
  height: 2px;
  background: url('hr_dot.png') center center no-repeat transparent;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
}
#content_holder #breadcrumb {
  display: block;
  padding: 20px;
  color: #667282;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
#content_holder #breadcrumb b {
  display: inline-block;
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 100;
  color: #8b95a2;
}
#footer_holder {
  width: 1000px;
  height: 350px;
  border-top: 1px solid #d6dce1;
  border-left: 1px solid #d6dce1;
  border-right: 1px solid #d6dce1;
  background: white;
  margin: 0 auto;
  display: block;
}
#footer_holder #footer_holder_left {
  width: 120px;
  height: 202px;
  float: left;
  background: url('footer_links.jpg') center top no-repeat #ffffff;
  margin-top: 74px;
  margin-left: 74px;
}
#footer_holder #footer_holder_right {
  font-size: 13px;
  font-weight: 700;
  color: #b5b5b5;
  margin-top: 167px;
  margin-right: 74px;
  float: right;
}
