﻿body {
    background:#FFF;
}
#wrapper
{
    width:100%;
    margin:0;
    text-align:left;
}
#header
{
	margin:0 0 15px;
	border-bottom:2px solid #91827d;
	padding-bottom:10px;
}
#content{padding:0px;}
.mainwithleft{
    margin:0px;
}
.mainnoleft{
    margin:0px;
    padding:0px;
}
.rightChannel
{
    display:none;
}
#footer
{
    text-align:left;
    padding:20px 0;
}

.pageList li,
.pageList li.rowLast,
.productList li,
.productList li.rowLast,
.mediaGallery li,
.mediaGallery li.rowLast
{
    margin-right:30px;
}
.pNum{margin:10px 0;}
.numBot{display:none;}
.tileRow{padding:0;}

/*  Home Page  */
.homeWrapper{
	background:#FFF;
	height:auto;
	overflow:visible;
}
.heroFade{
	display:none;
}
img.homehero{display:none;}
.homeIntro{
	position:relative;
	top:0;
	left:0;
	width:auto;
}
.homeIntro .links{display:none;}
.homeFeatureTile{
	position:relative;
	right:0;
	top:0;
	width:auto;
	height:auto;
	background:none;
}
.homeFeatureTile .padLayer{
	margin:0;
	padding:0;
	height:auto;
	background:#FFF;	
}
.homeFeatureTile .img{
    float:right;
    margin-bottom:10px;
}
.homeFeatureTile h3{
    margin:0 0 5px;
    line-height:1.3;
    font-family:Georgia, "Times New Roman", Times, serif;
	color:#91827d
}

/*  Product  */
.prodLeft{width:auto;}
.prodRight{width:300px;}
.prodOptions{width:auto;}

.prodRight .btns,
.prodLeft .linkButton
{
    display:none;
}
.prodImages{
    border:0;
    width:300px;
    padding:0px;
}
.prodRight .tile
{
    width:300px;
}



/*  Stuff to hide  */
#membersbar,
#header #utilityNav,
#header #search,
#pageHelp,
#breadcrumbs,
#left,
.leftNav,
#footer #footernav,
#globalNav,
img.banner
{
    display:none;
}

