

body, html {
	background-color: #312e27;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 10px auto;
	width: 960px;
	position:relative;
}
#logo {
	z-index: 54;
	position: absolute;
	top: 19px;
	left: 50px;
	width: 152px;
	height: 83px;
	background-image:url(/images/logo.png);
}

* html #logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png');
}
#logoButton {
	z-index: 10;
	position: absolute;
	top: 19px;
	left: 50px;
	width: 152px;
	height: 83px;
}

.clearer {
	clear: both;
}

#greyBorder {
	border: 10px solid #645d4f;
	padding: 1px;
	margin: 0 auto;
	background-color: #fff;
	width: 918px;
}
#footer, #footer a{
	margin: 7px auto;
	text-align:center;
	clear:both;
	font: 11px tahoma, verdana, sans-serif;
	color: #645d4f;
}


strong, .strong {
	font-weight: bold;
}

em, .em {
	font-style: italic;
}

.homepageTextContent {
	display: none;
}



/*==========================
SUBPAGE STYLES
*/



/*      left column       */

#leftCol {
	background-color: #faf9ee;
	width: 590px;
	padding: 120px 60px 20px 35px;
	background: url(/images/leftCol_backer.jpg) bottom right no-repeat #faf9ee;
	float:left;
}

#leftCol h1
{
	display: none;
}

#leftCol a:link, #leftCol a:visited, #leftCol a:active {
	font-weight:bold;
	color: #333;
}

#leftCol p, #leftCol ul, #leftCol ol  {
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
	color: #645d4f;
	margin-bottom: 15px;
}

#leftCol p, #leftCol li  {
	margin-bottom: 10px;
}



/*      right column       */


#rightCol {
	padding: 120px 25px 0 20px;
	width: 188px;
	float:left;
}
#rightCol h2 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #faf9ee;
	margin-bottom: 5px;
}
#rightCol p {
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-bottom: 5px;
}

#rightCol ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#rightCol ul li {
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#rightCol a:link, #rightCol a:visited, #rightCol a:active {
	color: #f6e595;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#rightCol a:hover {
	text-decoration: underline;
}

#rightCol #productIcon {
	height: 60px;
	width: 60px;
	background-image:url(/images/otherProductsIcon.png);
}

* html #rightCol #productIcon {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/otherProductsIcon.png');
}

#rightCol #supplierIcon {
	height: 87px;
	width: 76px;
	background-image:url(/images/whereToBuyIcon.png);
}

* html #rightCol #supplierIcon  {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/whereToBuyIcon.png');
}

