/* master css document containing global styles */

#body
{
	background-color:white;
}

#wrapper 
{
	width: 950px;
	margin: 0 auto;
	border: none;
	background:white;
	background-image:none;
}

/* header consists of #header, #headerLogo, #headerSearch and #headerNav */

#header , #footer
{
	display: none;
}

#headerLogo
{
	display: none;
}

#printHeaderLogo
{
	display: inline;
	float: left;
	padding-bottom: 15px;
}

#headerUtility
{
	display: none;
}

#utilityNav
{
	display: none;
}

#utilitySearch
{
	display: none;
}

#headerNav
{
	display: none;
}

/* end header */

#subHeader
{
	width: 100%;
}

#subHeaderBar
{
	display: none;
}

#subHeaderTitle
{
	display: none;
}

#subHeaderAction
{
	display: none;
}

#subHeaderActionWrap
{
	top:0px;
	background: none;
}

#visualContent
{
	width: 200px;
	float: left;
	margin-left: 10px;
	clear: left;
}

#productVisual
{
}

#visImage { display: none; }

#printImage { display: block; }

#productUtilityButtons
{
	display: none;
}

.productUtilityButton
{
	display: none;
}

#productNews
{
	clear: both;
}

#content
{
	width: 450px;
	float: right;
}

#mainContent
{
	width: 438px;
	float: left;
}

#productCopy
{
}

#productTabs
{
	display: none;
}

#secondaryContent
{
	display: none;
}

#compareBucket, #relatedProducts, #findDealer
{
	display: none;
}

#relatedProducts img
{
	display: none;
}

#relatedProducts td
{
	display: none;
}

#relatedProducts
{
	display: none;
}

#findDealer input
{
	display: none;
}

#languageChooser
{
	display: none;
}

	
