.ShellMainContent {
padding-top:0px;}
.ShellMainContent .Products
{
    float: left;
    width: 100%;
    background: url(/Static/images/wood-bg.jpg) repeat;
	border-bottom:#F1EDE8 solid 12px;
}

.ShellMainContent .Products img  {max-width:555px;}

.ShellMainContent .Information
{
    float: left;
    width: 100%;
	background:#FFFFFF;
}

.ShellMainContent .Information img {max-width:93px;}

.Products .Featured img {width:30%; min-width:280px; padding:1.65%; float:left;
transition:all 0.8s ease 0s;
-webkit-transform:all 0.8s ease 0s;
-moz-transform:all 0.8s ease 0s;
-ms-transform:all 0.8s ease 0s;
}

.Products .Featured img:hover {
    -webkit-transform: translate(2em,0);
    -moz-transform: translate(2em,0);
    -o-transform: translate(2em,0);
    -ms-transform: translate(2em,0);
    transform: translate(2em,0);
 }

.Information .Center div {float:left; width:25%; padding:4%; min-width:135px;}

.hidden {opacity:0;}
.visible {opacity:1;}
