/* Designed and hand-coded by http://www.pixellent.com. Copyright (c) Pixellent, LLC. All rights reserved. */

body {
	color: #251f1e;
	font-family: Trebuchet MS, sans-serif;
	background-color: #ffffff;
}

div.content {
	background-color: #ffffff;
	
}

div#bg {
	background-color: #ffffff;
	
	border-right: 1px solid #2999cf;
	border-bottom: 1px solid #2999cf;
	border-left: 1px solid #2999cf;
}

a {
	
}

a:hover {
	color: #58595b;
}

div#header {
	background-image: none;
	background-color: #ffffff;
	
}

div#title h2 a, div#title h2 a:hover {
	color: #000000;
}

div#gocart p {
	color: #cacaca;
}

div#gocart p a {
	color: #7fd1f1;
}

div#gocart p a:hover {
	color: #00a4e4;
}

div#gocart {

	background:  url() no-repeat;
}

div#gocart p#button {
	background: url(button-default.png) no-repeat 14px 0;
}

div#gocart p#button a, div#gocart p#button a:hover {
	background: url(button-default.png) no-repeat;
}

/*
 * STORE
 */
div#logo, div#logo img {

	float: left;
margin-top: 0px;
}

#cart-contents {
  float: right;
  z-index: 10;
  margin: -57px 50px 60px 0;
}

#cart-contents a {
  background: url('footer-arrow.png') no-repeat center right;
  display: block;
  padding-right: 20px;
}

#cart-contents a span {
  color: white;
}

#splash {
  height: 550px;
}

#splash img.background {
  margin: 0px 0px 0 50px;
  padding-left: 50px;
  z-index: 1;
  float: left;
}

#splash form input.addtocart {
  float: right;
  margin: -80px 90px 0 0;
  z-index: 10;
}

#splash form input.addtocart:hover {
  margin: -78px 88px 2px 2px;
}

/*
 * STORE PRODUCT PAGE
 */

div.product-block {
  background: url('store-content-background.png') no-repeat 102% 0;
  margin-bottom: -30px;
}


div.visual-column {
  margin-top: 30px;
  width: 60%;
  float: left;
}

div.visual-column img.main-image {
  max-width: 450px;
}

div.visual-column ul {
  margin: 20px 0;
  padding: 0;
}

div.visual-column ul li {
  display: inline;
  margin-right: 10px;
}

div.visual-column ul li a img {
  border: 2px solid #00a5e4;
  opacity: 0.7;
}

div.visual-column ul li a:hover img {
  opacity: 1.0;
}

div.user-column {
  width: 35%;
  float: left;
  line-height: 1.4em;
  padding: 0 10px 0 20px;
  margin: 0;
  height: 100%;
}

div.user-column h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 2.3em;
  text-shadow: #111 2px 2px 2px;
}

div.user-column select {
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
}

#price-field {
  text-align: center;
  margin: 12px 0 0 -25px;
  width: 180px;
  height: 100px;
  float: left;
  font-size: 3.9em;
  color: #00a5e4;
  font-weight: normal;
  letter-spacing: -2px;
  text-shadow: #111 1px 1px 2px;
}

div.user-column img.big-free-badge {
  margin: 0 20px 40px 0;
  float: left;
}

#price-field sup {
  font-size: 0.5em;
  letter-spacing: -1px;
}

#purchase-button input {
  margin: 0 -20px 0 5px;
}

/*
 * STORE SHOPPING CART
 */
h1.cart-header {

}

#cart-content p {
  margin-left: 0px;
}

ul#line-items {
  margin: 0 0 20px 0;
  padding: 1px 0 0 0;
  list-style: none;
  background: #111;
}

ul#line-items li {
  margin: 10px 0;
  border-bottom: 1px solid #202020;
}

div.item-block {
  height: 90px;
}

div.item-display, div.item-info, div.order-info, div.order-subtotal {
  float: left;
  margin-left: 5px;
}

div.item-block div.item-image {
  text-align: left;
  width: 100px;
  float: left;
}

div.item-block div.item-image img {
  max-height: 50px;
}

div.item-info {
  padding: 25px 0;
  width: 360px;
}

div.item-info h2 {
  margin: 0;
  padding: 0;
  clear: none;
  letter-spacing: -1px;
}

a div.item-info {
  cursor: pointer;
}

a.item-info:hover {
  text-decoration: none;
}

a div.item-info h2 {
  color: #fff;
}

a:hover div.item-info h2 {
  text-decoration: underline !important;
  color: #fff !important;
}

div.item-info span.sku {
  font-size: 0.8em;
  color: #777;
}

div.order-info {
  padding: 30px 0 0 0;
  width: 200px;
}

div.order-info div.order-quantity span.money {
  color: #00a5e4;
}

div.order-info div.order-quantity input {
  margin-top: 0px;
  float: right;
}

div.order-info div.order-remove {
  margin-top: 5px;
}

a.remove {
  font-size: 0.8em;
  color: #aaa;
  margin-left: 20px;
  float: right;
}

a.remove img {
  vertical-align: -3px;
  margin-right: 5px;
  height: 19px;
}

a.remove:hover {
  text-decoration: none;
  color: #fff;
}

div.order-subtotal {
  color: #00a5e4;
  font-size: 1.5em;
  padding: 30px 0 0 0;
  float: right;
  padding-right: 30px;
}

div.update-cart {
  float: right;
  padding-top: 10px;
  margin-right: 60px;
}

div.update-cart a {
  font-size: .8em;
  color: #aaa;
}

div.update-cart a:hover {
  color: #fff;
  text-decoration: none;
}

div.update-cart a img {
  vertical-align: -2px;
  margin-right: 5px;
}

div.order-total {
  float: right;
  font-size: 1.5em;
  margin-right: 29px;
  font-weight: bold;
}

div.order-total span.label {
  color: #000;
  margin-right: 35px;
}

div.order-total span.amount {
  color: #00a5e4;
}

div.legal-agreement {
  clear: both;
  margin-top: 90px;
}

div.legal-agreement p {
  margin-left: 20px;
}

div.legal-agreement div.legal-content {
  background: url('license-background.png') repeat-x top center;
  padding: 30px 5px 30px 20px;
  height: 240px;
  margin-top: -20px;
}

div.legal-agreement div.legal-content div.scrollbox {
  overflow-y: auto;
  height: 230px;
}

div.legal-agreement div.legal-content div.scrollbox p {
  margin: 0 0 20px 0;
  padding: 0;
}

div.order-final {
  clear: both;
  float: right;
  width: 600px;
}

div.order-final div.confirmation {
  margin-top: 13px;
  text-align: right;
}

div.order-final div.confirmation label {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
}

div.order-final input[type="checkbox"] {
  font-size: 1.5em;
  padding: 10px;
  margin: 0 0 10px 10px;
}

div.order-final input[type="image"] {
  margin-left: 20px;
  float: right;
}


div#nav {
	background-image: none;
	background-color: #00a4e4;
	
}

/*
 * NAVIGATION
 */

#ruleline {
  position: absolute;
  margin-top: 40px;
  float: center;
  opacity: 1.0;
}

#navigation {
  position: absolute;
  top: 0;
  margin: 0 0 10px 810px;
}

#navigation p a{
  display: inline;
  font color: 47a7e5;
  background color: eaf0f4;
}
<!--
div#navigation ul {
  margin: 0;
  padding: 0;
}

div#navigation ul li {
  display: inline;
}

div#navigation ul li a {
  text-indent: -9999px;
  height: 30px;
  float:  left;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-image: url(register.png);
}

div#navigation ul li a:hover {
  margin-top: 0;
  opacity:0.85;
}

div#navigation ul li.register a {
  background-position: 0px 0px;
  width: 81px;
}

div#navigation ul li.support a {
  background-position: -81px 0px;
  width: 75px;
}
-->  

#menu {
  float: right;
  padding-top: 0px;
  padding-left:0px;

  font-weight: 400;
  font-size:20px;
  color: #7c7c7c;
}

#menu h2 {
  padding: 0;
  margin: 0 5px 0px 0;
  font-size: 0.8em;  
  opacity: 0.8;
}

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

#menu ul li {
  display: inline;
  padding: 5px;
}

#menu ul li a {
    color: #7c7c7c;
  font-size:20px !important;
  font-weight:400;

}

#menu ul li a:hover {
  color: #333333;
  text-decoration: none;
}




#splash {
  height: 400px;
}

#splash img.background {
  margin: 0px 0 0 0;
  z-index: 1;
  float: left;
}

#splash form input.addtocart {
  float: right;
  margin: -280px 90px 0 0;
  z-index: 10;
}

#splash form input.addtocart:hover {
  margin: -278px 88px 2px 2px;
}



div#nav ul {
	
	border-left: none;
}

div#nav li a {
	color: #d0d0d0;
}

div#nav li a:hover {
	color: #4e94dd;
	background-color: #000000;
}

div#nav li a.active, div#nav li a.active:hover {
	color: #ffffff;
}

div#finder {
	background-image: none;
	background-color: #5a6772;
	
}

div#promo p {
	color: #00e2ff;
}

div#go input.field {
	color: #ffffff;
	font: 13px Trebuchet MS, sans-serif;
	background: #ffffff url(field-default.png) repeat-x 0 0;
	border: 1px solid #93908f;
}

div#intro, div#heading, div#collections-listing h2 {
	background-image: none;
	border-bottom: 1px solid #e3e3e3;
        width: 100%;
  margin-bottom:30px;
}

div#productheading h2{width: 48%;  margin-bottom:30px; border-bottom: 1px solid #e3e3e3;color: #495c69; text-align:left;}
div#productheading h2 span{text-align:left; clear:both;}

div#productheading h1{color: #495c69;
font-family: UniversLTStdLC;
font-size: 38px;
line-height: 1.32em;
padding: 30px 0 20px 0px;
}


ul#products li, ul#results li, div#images li {
	border-bottom: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
}


ul#products li h4 del, ul#results li h4 del {
	color: #c4c4c4;
}

ul#products h5 {
        padding-left: 10px;
	border-bottom: 1px solid #e3e3e3;
}

ul#products li h5, ul#results li h5 {
	background: url(view-default.png) no-repeat 10px 0;
}

ul#products li h5 a, ul#results li h5 a {
	background: url(view-default.png) no-repeat;
}

ul#results div.desc, div#images h6, div#total h3, div.entry, div#comments h3, div.filter p {
	border-bottom: 1px solid #e3e3e3;
}

div#paginate a, div#product div#heading h2 del, div.entry div.title h2 a {
	color: #251f1e;
}

div#paginate span.current, div#product div#heading h2, div.entry div.title h5 span, div#comments p#posted, div#comments p#error {
	color: #58595b; text-align:left;
}

div#options form {
	background-color: #e2e6ed;
}

div#variants label, div#options h6 {
	color: #251f1e;
}


div#notes textarea, div#cart td input.field {
	color: #251f1e;
	font: 13px Trebuchet MS, sans-serif;
}

div.comment div.bg, div#unfound {
	background-color: #ededed;
}



/*div.filter ul, div.filter div {
	background: url(filter.png) no-repeat;
}*/

div.filter li a {
	color: #251f1e;
	border-bottom: 1px solid #e3e3e3;
}

div.filter li a:hover {
	color: #c4c4c4;
	
        
}

div.filter li a.active, div.filter li a.active:hover {
	color: #58595b;
}

div#sidebar div.bg {
	background-color: #ffffff;
}

div#sidebar h3 {
	color: #251f1e;
	border-bottom: 1px solid #00405d;
}

div#sidebar p {
	color: #251f1e;
}

div#sidebar a {
	color: #251f1e;
}

div#sidebar a:hover {
	color: #251f1e;
}

div#posts div.post, div#featured div.product {
	border-bottom: 1px solid #00405d;
}

div#featured div.end {
	border-bottom: none;
}

div#featured div.image, div#featured div.image img {
	background-color: #00405d;
}

div#overview {
	background-image: none;
	background-color: #ffffff;
	
}

ul#sections {
	background-color: #5a6772;
	border: 1px solid #404339;
}

ul#sections h3 {
	color: #00a4e4;
}

ul#sections h5, ul#sections h5 a, ul#sections p a {
	color: #ffffff;
}

ul#sections h5 a:hover, ul#sections p a:hover {
	color: #ffffff;
}

ul#sections h6 {
	color: #ffffff;
}


/*
 * FOOTER
 */

#footer {
  clear: both;
  width:  100%;
  height: 150px;
}

#footer-follow, #legal {
  width:    960px;
  margin:   0 auto;
}

#footer-follow {
  padding:  45px 0;
}

#legal {
  padding: 20px 0;
}

#footer-follow h1 {
  margin:  -10px 20px 0 0;
  padding: 0;
  text-indent: -9999px;
  float: left;

  width: 143px;
  height: 32px;

}

#store-links {
  float: left;
}

#store-links h2 {
  padding: 0;
  margin: 0 0 -5px 0;
  font-size: 1.2em;  
 color: #58595b;
  opacity: 1;
}

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

#store-links ul li {
  display: inline;
  margin-right: 20px;
}

#store-links ul li a {
  opacity: 1;
}

#store-links ul li a:hover {
color: #58595b;
  text-decoration: strong;
}

#footer-follow ul.follow {
  padding: 0;
  margin 0;
  list-style: none;
}

#footer-follow ul.follow li {
height: 32px;
display: inline;
}

#footer-follow ul.follow li a span {
  color: #FFF;
}

#footer-follow ul.follow li a h2 {
  color: #00a2e0;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;
}

#footer-follow ul.follow li a {
  padding: 0 0 0 35px;
  margin: 10px 5px 0 0px;
  float: left;
  font-size: 0.9em;
  line-height: 1.4em;
  background-repeat: no-repeat;
  opacity: 0.8;
  image-size: 80%;
  background-image: url(social-network-icons.png);
}

#footer-follow ul.follow li a.youtube {
  background-position: 0px -64px;
}

#footer-follow ul.follow li a.facebook {
  background-position: 0px -32px;
}

#footer-follow ul.follow li a.twitter {
  background-position: 0 0;
}

#footer-follow ul.follow li a:hover {
  opacity: 0.75;
  text-decoration: none !important;
}

#legal {
  font-size: 0.9em;
}

#legal span.copyright {
  opacity: 0.5;
  color: #757f8e;
}

#legal ul {
  padding: 0;
  margin: -1px 0 0px 0;
  float: left;
  list-style: none;
}

#legal ul li {
  float: left;
}

#legal ul li a {
  padding: 6px 10px 0px 10px;
  height: 0px;
  margin: 0 0px 0 0px;
  opacity: 1.0;
   vertical-align: left;
}

#legal ul li a:hover {
  text-decoration: none;
  opacity: 1.0;
}

#legal div.footer-separator {
  background: url('wave-separator.png') no-repeat center center;
  width: 140px;
  float: right;
  opacity: 1.0;
  margin-right: -18px;
}

#spectrum {
  margin-top: -40px;
  float: center;
  opacity: 1.0;
}



.disabled {
	-moz-opacity: 0.50;
	opacity:.50;
	filter: alpha(opacity=50);
	cursor: default;
}

/* End of Stylesheet */