.ShellMain
{	
	margin:0 auto 0 -490px;
	text-align: left;
	float:left;
	left:50%;
	position:relative;
	width:980px;
	background: #FFFFFF;
	overflow-x:hidden;
}
.ShellColumns
{
	float:left;
	width:100%;
	margin-top:10px;
}
/*HEADER*/
body
{
	margin:0px;
	background:url(/static/images/bgTile.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat:repeat; 
}
.ShellHeader
{
	background:url(/static/images/headerbg_wood.jpg);
	float:left;
	width:100%;
}
.ShellHeader .LogoLink
{
	float:left;
	display:block;
	background:#000000;
	padding:20px 0 10px;
}
.ShellHeader .LogoLink img
{
	border:0;
	margin:10px;
}
.ShellHeader .WhereToBuyButton
{
	float:right;
	clear:right;
	margin:10px 17px;
	display:block;
	width:159px;
	height:32px;
	background:url(/static/images/wheretobuybutton.png);
}
.ShellHeader .WhereToBuyButton:hover
{
	background:url(/static/images/wheretobuybutton_hover.png);
}
.ShellHeader .WhereToBuyButton img
{
	border:0;
}
.ShellHeader .ShellLinks
{
	float:right;
	clear:right;
	margin:10px 20px 0 0;
	font-size:8pt;

}
.ShellHeader .ShellLinks a
{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}
.ShellHeader .ShellLinks a:hover
{
	color:#DBD587;
	text-decoration:none;
}
.ShellTabs
{
	float:left;
	clear:both;
	width:980px;
	background:#000000;
	border-top:1px solid #aaaaaa;
	position:relative;
	z-index:100;
}
.ShellTabs a
{
	float:left;
	color:#FFFFFF;
	padding:10px 0;
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	border-right:1px solid #aaaaaa;
	height:17px;
}
.ShellTabs li:hover a
{
	background:#A97455;
}
.ShellTabs a img
{
	border:0;
}
.ShellTabs ul.subnav 
{
	top:37px;
}
.ShellTabs ul.subnav li
{
	border-top:1px solid #444444;
	border-bottom:1px solid #222222;
}
.ShellTabs ul.subnav li a
{ 
	background:#333333;
	width:150px;
	padding:5px;
	height:auto;
	border:0;
	text-align:left;
}
.ShellTabs ul.subnav li a:hover
{
	background:#444444;
}
.ShellHeaderSearch
{
	float:right;
	position:relative;
	top:-30px;
	margin-right:8px;
	height:0;
	z-index:150;
}

li#WideMenu ul.subnav
{width:215px;
}
li#WideMenu ul.subnav a
{width:205px;
}
.DropDown ul.topnav li a {
color:white;
text-transform:uppercase;
}
/*LEFTBAR*/
.ShellLeftBar
{
	vertical-align:top;
	width:172px;
	background:#F7F0DE;
}
.ShellLeftBar a
{
	float:right;
	clear:both;
	width:157px;
	display:block;
	text-align:right;
	border-bottom:2px solid #FFFFFF;
	color:#A97455;
	font-size:10pt;
	font-weight:bold;
	padding:7px 15px 7px 0;
	text-transform:uppercase;
	text-decoration:none;
}
.ShellLeftBar a.Dark
{
	color:#000000;
	font-weight:normal;
}
.ShellLeftBar a:hover
{
	color:#FFFFFF;
	background:#A97455;
}
/*CONTENT*/
.ShellContent
{
	float:left;
	vertical-align:top;
	padding: 0px 10px 10px;
}
.ShellMainContent
{
	height:100%;
	width:100%;
}
div.ShellStoreMainContent
{
	width:788px;
}
div.TemplateFolderName, div.TemplateItemTitle, div.ShellTemplateFolderName
{
	background:none;
}
/*FOOTER*/
.footer {
	position: relative; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
	float: left;
	width: 960px;
	color: #FFF;
	font-size: small;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	text-align: left;
	height: auto;
	overflow: visible;
}
.footer p {
	color: #534741;
	display: inline;
}
.footer a {
	color: #867369;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #fbf0d8;
	font-weight: bold;
	text-decoration: underline;
}
