@charset "utf-8";
/* CSS Document */
body { 
	  font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	background-color:#CCCCCC;
	background-image:url(images/bgtread.jpg)
	font-size: 1.25em;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0px;
	margin-top: 0px;
    clear: both; 
}
.nav { width:100%;
	background-color:#CCCCCC;
	  background: #f14e23;
  background-image: -webkit-linear-gradient(left, #ffffff, #CCCCCC);
  background-image: -moz-linear-gradient(left, #ffffff, #CCCCCC);
  background-image: -ms-linear-gradient(left, #ffffff, #CCCCCC);
  background-image: -o-linear-gradient(left, #ffffff, #CCCCCC);
  background-image: linear-gradient(to right, #ffffff, #CCCCCC);
		position:fixed;
		top:0;
		margin-top:0px;
		padding-top:0px;
#		overflow: hidden;
    z-index: 900;
}
.bio {display: none}
.smbox2, .specsbox { 
	max-width:450px;
	padding:8px;
	display: inline-block;
	border:1px;
	border-style: solid;
    border-color: #b6b3b1; 
	margin: 8px;
	text-align:left; 
	vertical-align:top;
}

.specsbox {
    max-width: 550px;
}

.specsbox img
{
    margin: 10px;
    max-width: 514px;
}

.two { display:inline-block;
	max-width:100%;
	padding: 15px;
	float:none;
	vertical-align: top;
	min-height:1px;
	line-height: 1.6em;	
	min-width: 250px
}
.three { 
    display:inline-block;
	 max-width:400px;
	min-width: 300px;
	padding: 20px;
	float:none;
	vertical-align: top;
	min-height:1px;
	
}

.main { 
	background: #ffffff;
	  width:95%;
 	min-height:333px; 
	padding-top: 300px;
	text-align:justify;
	margin-bottom: 0px;
	/*margin-left: auto;
    margin-right: auto; */
	margin: 0 auto; 
	text-align: center;
}
.content, .header { 
	  background:#fff;
	  width:95%; 
	padding-top: 30px;
	text-align:justify;
	margin-bottom: 0px;
	/*margin-left: auto;
    margin-right: auto; */
	margin: 0 auto; 
	text-align: center;
}

.header {
    background-color: #CCCCCC;
}
.foot { 
	 background:#555555;
	 color:#FFF; 
	  width:95%; 
/*	padding: 30px;   */
	text-align:justify;
	margin-bottom: 20px;
	margin: 0 auto; 
	text-align: center;
}

.foot a:link, .foot a:visited {
    color: #FFF;
}

a:link {
	color: #330066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #330066;
}
a:active {
	text-decoration: none;
	color: #330066;
}
p { margin: 10px;
}

.link { display:block;
		font-size: 1.2em;
		padding-top:15px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:15PX;
		color:#003300;
		vertical-align:top;
		width: 100%;
}

.link div:first-child
{
    display: table-cell;
    text-align: center;
    width: 100%;
}

.link div:last-child
{
    display: table-cell;
    text-align: right;
}

.link div a {margin: 0 30px;}

.btn {
  background: #B6B3B1; 
  background-image: -webkit-linear-gradient(top, #EEECB, #B6B3B1);
  background-image: -moz-linear-gradient(top,  #EEECB, #B6B3B1);
  background-image: -ms-linear-gradient(top,  #EEECB, #B6B3B1);
  background-image: -o-linear-gradient(top,  #EEECB, #B6B3B1);
  background-image: linear-gradient(to bottom,  #EEECB, #B6B3B1);
  font-family: Arial;
  color: #000000;
  font-weight:bold;
  font-size: 20px;
  padding: 20px;
  text-decoration: none;
  max-width:150;
	height: 25px;
	transform: skew(-20deg);
  display:inline-block;
}

.btn:hover {
  background: #f14e23;
  background-image: -webkit-linear-gradient(top, #03c6fe, #5c6874);
  background-image: -moz-linear-gradient(top, #03c6fe, #5c6874);
  background-image: -ms-linear-gradient(top, #03c6fe, #5c6874);
  background-image: -o-linear-gradient(top, #03c6fe, #5c6874);
  background-image: linear-gradient(to bottom, #03c6fe, #5c6874);
  text-decoration: none;
  max-width:150;
  display:inline-block;
  color:#FFF;
}
.btn2 {
  background: #79a2d8;
  background-image: -webkit-linear-gradient(top, #79a2d8, #233b77);
  background-image: -moz-linear-gradient(top, #79a2d8, #233b77);
  background-image: -ms-linear-gradient(top, #79a2d8, #233b77);
  background-image: -o-linear-gradient(top, #79a2d8, #233b77);
  background-image: linear-gradient(to bottom, #79a2d8, #233b77);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  max-width:150;
  display:inline-block;
}
.btn2:hover {
  background: #f14e23;
  background-image: -webkit-linear-gradient(top, #f14e23, #ba2e09);
  background-image: -moz-linear-gradient(top, #f14e23, #ba2e09);
  background-image: -ms-linear-gradient(top, #f14e23, #ba2e09);
  background-image: -o-linear-gradient(top, #f14e23, #ba2e09);
  background-image: linear-gradient(to bottom, #f14e23, #ba2e09);
  text-decoration: none;
  max-width:150;
  display:inline-block;
}

#showHide, .hide {
    position: absolute;
    left: -99px;
}

#showHide:checked+div
{
    display: block;
}

.bigbox {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000C0;
    z-index: 999;
}

.bigbox>div
{
    margin: auto auto;
    display: table-cell;
    vertical-align: middle;
}
.bigbox>div>img
{
    max-width: 100%;
    max-height: 100%;
}

input[name="hide"] {
    position: absolute;
    left: -99px;
}

input[name="hide"]:checked+.bigbox
{
    display: none;
}

#close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.thumb {
    display: inline-block;
    transform-style: flat;
    background-color: white;
    width: 116px;
    height: 116px;
    padding: 8px;
    box-shadow: 0px 5px 4px #808080;
}

.thumb img {
    max-width: 100%;
    max-height: 100%;
}

.products {
    display: flex;
    flex-flow: row wrap;
    align-items: top;
}
.product {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    padding: 10px;
    background-color: #CCCCCC;
    max-width: 450px;
}

.product img {
    margin: 8px;
    max-width: 150px;
}

.product>div
{
    width: 100%;
}
.productData {
    align-self: flex-start;
}

.price {
#    align-self: flex-end;
}

.buynow {
    display: inline-block;
    width: 131px;
    height: 39px;
    background-image: url(images/b_add2cart_off.gif);
    cursor: pointer;
}
.buynow:hover {
    background-image: url(images/b_add2cart_on.gif);
}