@charset "utf-8";
/* CSS Document */

.ShellMainContent h1 {padding: 0px;
color:black;
text-shadow:2px 2px #cccccc;
margin-bottom:0px;
}	

h2 {font-size:25px; color:#3E5833; text-shadow:2px 2px #cccccc; font-weight:400; text-transform:uppercase; margin:0px;}

.Breadcrumb {padding-bottom:10px;}

img.Right {float:right; padding:10px; margin-left:50px; 
background: #fff none repeat scroll 0 0;
border-radius: 6px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
width:100%;
max-width:300px;}

.ShellMainContent > .Center
{
    max-width: 100%;
    padding: 0;
}

.ShellMainContent .Center.Wide
{
    max-width: 1300px;
    padding: 0;
}

.ShellMainContent a img:hover{
opacity:.5;
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;
}
   
.ShellMainContent a {color:#3C5934; text-decoration:none;}
.ShellMainContent a:hover {color:#343434;text-decoration:underline;}


.ButtonLink
{
    background: none repeat scroll 0 0 #3E5833;
    color: #F9D006;
    font-size: 14px;
	font-weight:bold;
    padding: 5px 10px;
    text-decoration: none;
	   box-shadow: 1px 1px 5px #B6B6B6;

}
a.ButtonLink {color: #F9D006}
a.ButtonLink:hover
    {
        opacity: .7; color:#F9D006; text-decoration:none;
    }

.MoreInfo { clear:left;float:left;width:100%; padding-top:20px; padding-bottom:20px;	background-image: url(/Static/images/wood-bg.jpg);
	background-repeat: repeat; 	border-top:#F1EDE8 solid 12px; margin-top:30px;}
.MoreInfo img {max-width:143px; margin-right:3%;}
.Construction {clear:left; width:45%; margin-right:5%; float:left; min-width:250px;}
.Catalog {float:left;}
.More img {float:left;}
img.Stock {width:243px; height:129px;float:right; padding:10px; margin-left:50px; }

