/*  silver Template Stylesheet */

/* DEFAULTS */
body {
	background: #444 url(background.gif);
	color:#fff;
}
.button {
color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.button:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.button:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

  #banner #home {
	  color: #d7d7d7;
	  border: solid 1px #333;
	  background: #333;
	  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	  background: -moz-linear-gradient(top,  #666,  #000);
	  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
  }
  #banner #home:hover {
	  background: #000;
	  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	  background: -moz-linear-gradient(top,  #444,  #000);
	  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
  }
  #banner #home:active {
	  color: #666;
	  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	  background: -moz-linear-gradient(top,  #000,  #444);
	  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
  }
/* LAYOUT */



/* HOMEPAGE */



/* ABOUT */
#emails .button {
	display:block !important;
	margin:10px 0 3px 0;
}
.abouttxt img, .contacttxt, .itemtile, .imgright, .imgleft {
		border:1px solid #999;
		margin:5px;
}

/* CONTACT */



/* RESULTS */



/* ITEM */
.sharebuttons, .price, .priceSpecial {
	background:#000;
	color:#fff;
}