/* CSS Document Type Font*/
body {
  color:#FFF;
  font-family:"Deja Vu Sans","Verdana";
}
a{
  color:#1E1F28;
  text-decoration:none;
}
a.primary_nav {
  float:left;
  clear:right;
  background-image:url(../images/nav_button_yellow.png);
  background-repeat:no-repeat;
  background-color:transparent;
  width:165px;
  height:150px;
  text-align: center;
  line-height:3em;
}
a:hover.primary_nav {
  float:left;
  clear:right;
  background-image:url(../images/nav_button_green.png);
  background-repeat:no-repeat;
  background-color:transparent;
  width:165px;
  height:150px;
  text-align: center;
  line-height:3em;
}
a#shopping_cart_button {
  float:right;
  background-image:url(../images/cart_orange.png);
  background-repeat:no-repeat;
  background-position:right;
  width:300px;
  height:86px;
  text-align: left;
  line-height:9.5em;
  color:#F3C88F;
  font-size:10pt;
  z-index:5;
}
a:hover#shopping_cart_button {
  background-image:url(../images/cart_green.png);
  background-repeat:no-repeat;
  background-position:right;
  width:300px;
  height:86px;
  text-align: left;
  line-height:9.5em;
  color:#BEDA85;
  font-size:10pt;
  z-index:5;
}
#current_page {
  float:left;
  clear:right;
  position:relative;
  top:-15px;
  background-image:url(../images/nav_button_pink.png);
  background-repeat:no-repeat;
  width:165px;
  height:150px;
  text-align: center;
  color:#1E1F28;
  line-height:3em;
}
a.footer {
  color:#553C3B;
  font-size:smaller;
}
.footer {
  color:#1E1F28;
  font-size:smaller;
}
.shopLabel {
  font-size:larger;
  font-weight:bold;
}
a.shopLink {
  color:#F6E79F;
}
a:hover.shopLink {
  color:#BEDA85;
}
a.comment_meta {
  color:#F6E79F;
}
a:hover.comment_meta {
  color:#BEDA85;
}
.bold {
  font-weight:bold;
}
.big_and_bold {
  font-weight:bold;
  font-size:larger;
}
.bold_u {
  font-weight:bold;
  text-decoration:underline;
}
.oblique {
  font-style:oblique;
}
.label {
  display:block;
}
.bullet {
  text-indent:15px;
  list-style-type:disc;
}
.indent {
  text-indent:15px;
}
.shop_nav_button {
  /*margin-top:-23px;*/
}
a.contentLink {
  color:#F6E79F;
  text-decoration:underline;
}
select.white {
  background:#1E1F28;
  color:white;
}
.form_fields {
  background:#1E1F28;
  color:white;
}
.center {
  text-align:center;
}
a:hover.contentLink {
  color:#BEDA85;
  text-decoration:underline;
}
.product_preview {
  width:160px;
  display:inline-block;
}
.shop_green_button {
  float:left;
  background-image:url(../images/shop_green_button.png);
  background-repeat: no-repeat;
  height:67px;
  width:267px;
  text-align:center;
  line-height:4.5em;
}
.shop_green_button:hover {
  cursor:crosshair;
}
.shop_yellow_button {
  float:left;
  background-image:url(../images/shop_yellow_button.png);
  background-repeat: no-repeat;
  background-color:#1E1F28;
  border:none;
  color:#1E1F28;
  height:67px;
  width:267px;
  text-align:center;
  line-height:4.5em;
}
.shop_yellow_button:hover {
  cursor:crosshair;
  background-image:url(../images/shop_green_button.png);
}
.shop_orange_button {
  float:left;
  background-image:url(../images/shop_orange_button.png);
  background-repeat: no-repeat;
  background-color:#1E1F28;
  border:none;
  color:#1E1F28;
  height:67px;
  width:267px;
  text-align:center;
  line-height:4.5em;
}
.shop_orange_button:hover {
  cursor:crosshair;
  background-image:url(../images/shop_green_button.png);
}
.checkout_transaction {
  float:left;
  background-image:url(../images/shop_orange_button.png);
  background-repeat: no-repeat;
  background-color:#1E1F28;
  border:none;
  color:#1E1F28;
  height:67px;
  width:267px;
  text-align:center;
  line-height:4.5em;
}
.checkout_transaction:hover {
  cursor:crosshair;
  background-image:url(../images/shop_green_button.png);
}
/* Font Embedding */
@font-face {
  font-family: "Deja Vu Sans";
  src: url('font/DejaVuSans.eot');
  src: local("Deja Vu Sans"),
    url("font/DejaVuSans.ttf") format("truetype");
}