html { min-height: 100%; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a5a43;
}
body {
	background-color: #b8b3a9;
	margin: 0;
	min-height: 100%;
}
a:link, a:visited, a:active, a:hover {
	color: #6a5a43;
	text-decoration: none;
}

/** body elements */
.centered {
	background-color: #d4cfc4;
	margin: auto;
}

#leftCol {
	width: 154px;
	float: left;
	padding-top: 91px;
}

#rightCol {
	width: 732px;
	float: right;
	background-color: #fff;
	padding: 0px 0px 20px 16px;
}

#header {
	height: 91px;
}

#header #logo {
	width: 79px;
	height: 91px;
	float: left;
	background: #fff url(images/logo.gif);
}

#headerBlurb {
	background: #fff url(images/header_blurb.gif);
	float: left;
	width: 317px;
	height: 54px;
	margin: 20px 0px 0px 20px;
}

#searchInput {
	height: 16px;
	width: 199px;
	border: 1px solid #bfb7ae;
	margin: 0;
	padding: 0;
	background: url(images/search_bg.gif) left no-repeat;
	padding: 4px 0px 0px 8px;
	font: verdanda;
	font-size: 10px;
	color: #000;
}

#header #links {
	padding-right: 10px;
	float: right;
	text-align: right;
}

#header #links a:active, #header #links a:link, #header #links a:visited, #header #links a:hover {
	color: #908d86;
	font-size: 11px;
}

#headerPageTitle {
	float: right;
	text-align: right;
	position: relative;
	top: 134px;
}


#pageContentBlock {
	border: 1px solid #cdcdcd;
	padding: 15px 25px;
	background: #fff url(images/content_bg.gif) bottom repeat-x;
}

#pageContentBlock a:active, #pageContentBlock a:link, #pageContentBlock a:visited, #pageContentBlock a:hover {
	color: #75A420;
	color: #ff6600;
	font-weight: bold;
}

#pageContentBlock ul li {
	list-style-image: url(images/content_menu_list_icon.gif);
}

hr {
	border: 0;
	border-bottom: 1px solid #DDDDDD;
	height: 1px;
	line-height: 1px;
	border-collapse: collapse;
}

h1 {
	color: #6a5a43;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #6a5a43;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

#contentRight {
	width: 243px;
	float: left;
	margin-left: 15px;
}

#contentRight h2 {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin: 15px 0px 5px 0px;
	color: #686049;
	font-size: 11px;
	padding: 7px 0px 7px 15px;
	background: url(images/square_orange.gif) left no-repeat;
}

#contentRight h2.latestGoods { background: url(images/square_orange.gif) left no-repeat; }
#contentRight h2.latestEvents { background: url(images/square_orange.gif) left no-repeat; }
#contentRight h2.caseStudies { background: url(images/square_orange.gif) left no-repeat; }
#contentRight h2.quickLinks { background: url(images/square_orange.gif) left no-repeat; }

#didYouKnow {
	background: #968e7e;
	height: 160px;
	padding: 20px 20px 0px 20px;
	color: #fff;
	line-height:15px;
}

#didYouKnow h1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 4px;
}

.fact {
	height: 100px;
	overflow: hidden;
	color: #fff;
}

#factNext { 
	width: 30px; 
	height: 30px; 
	background: #71695a url(images/white_arrow_right.gif) left no-repeat; 
	float: right;
	cursor: pointer;
}
#factPrevious { 
	width: 30px; 
	height: 30px; 
	background: #71695a url(images/white_arrow_left.gif) left no-repeat; 
	float: left;
	cursor: pointer;
}

#contentLeft {
	width: 474px;
	float: left;
}

.sideBlock {
	padding: 10px 10px 10px 10px;
	margin: 20px 0px;
	border: 0px solid #fff;
}

.sideBlock p { margin: 8px 0px; } 

.sideBlock h1 {
	text-transform: uppercase;
	font-size: 12px;
}

#breadcrumbs {
	text-transform: uppercase;
	padding: 8px 0px 10px 0px;
	border-top: 1px solid #cacaca;
	font-size: 10px;
	margin-top: 15px;
}

#breadcrumbs a:active, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover {
	color: #6a5a43;
}

#generator {
	width: 166px;
	height: 33px;
	float: right;
}

#footerLinks {
	float: left;
	padding: 10px 0 0 154px;
	color: #666666;
	font-size: 10px;
}

#footerLinks a:active, #footerLinks a:link, #footerLinks a:visited, #footerLinks a:hover {
	color: #666666;
}

img { border: 0 }

#quicklinks ul {
	padding: 0;
	margin: 0;
}

#quicklinks ul li {
	list-style-type: none;
	list-style-image: none;
}

#quicklinks ul li a {
	display: block;
	padding: 2px 0 2px 9px;
	font-weight: bold;
	background: url(images/menu_list_icon.gif) left no-repeat;
}

.newsItem { margin-top: 15px; padding-right: 15px;}
.newsTitle { font-weight: bold; margin: 2px 0px 2px 0px; }

a.goodsMore:active, a.goodsMore:visited, a.goodsMore:link, a.goodsMore:hover { font-weight: bold; color: #ff6600; }
a.newsMore:active, a.newsMore:visited, a.newsMore:link, a.newsMore:hover { font-weight: bold; color: #ff6600; }
a.eventsMore:active, a.eventsMore:visited, a.eventsMore:link, a.eventsMore:hover { font-weight: bold; color: #ff6600; }

/** menu elements */
#menu {
	background: #fff;
}

#menu a:active, #menu a:link, #menu a:visited, #menu a:hover {
	color: #615846;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	border-bottom: 1px solid #e1e1df;
	list-style-type: none;
	list-style-image: none;
}

#menu ul li.menu_current {
	font-weight: bold;
}

#menu ul li a {
	display: block;
	padding: 5px 0 5px 9px;
	margin-left: 10px;
	background: url(images/menu_list_icon.gif) left no-repeat;
}

#menu ul li ul {
	padding: 0 0 0 0;
	margin: 0px;
}

#menu ul li ul li {
	background: #f0eeea;
	border: 0px;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}

#menu ul li ul li a {
	background-image: none;
	padding-left: 10px;
}

#menu ul li ul li ul li a {
	background-image: none;
	padding-left: 20px;
}

#menu ul li ul li.menu_current {
	background: #e2ded7;
}

/** clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/** a day in the life elements */
.profileName .name { font-weight: bold; display: block; }
.profileControls { font-weight: bold; margin: 5px 0px 5px 0px; cursor: pointer; color: #75a420;}
.profileLeft{ width: 75px; float: left; height: 75px; padding-right: 20px;}
.profileRight{ width: 292px; float: left; padding-left: 10px;}

