body {
	margin: 0px;
	background-image: url(assets/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #EBEAD1;
}

/* Link behaviours */

a:link, a:visited, a:active {
	color: #574319;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.menu_top a:link, .menu_top a:visited, .menu_top a:active {
	color: #666666;
	text-decoration: none;
}
.menu_top a:hover {
	color: #574319;
	text-decoration: underline;
}
.menu_side a:link, .menu_side a:visited, .menu_side a:active {
	color: #996633;
	text-decoration: none;
}
.menu_side a:hover {
	color: #574319;
	text-decoration: none;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #574319;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
}

/* Header area */

.logo_pure {
	background-color: #89CCE2;
	background-image: url(assets/logo_pure.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_header {
	background-image: url(assets/bg_header.gif);
	background-repeat: no-repeat;
}

/* Menus */

.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #574319;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(assets/bg_menu.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #89CCE2;
	border-left-color: #89CCE2;
}
.menu_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(assets/bg_sidemenu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu_sideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #574319;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

/* Text content stuff */

.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
.text_quote {
	font-style: italic;
	color: #574319;
}
.text_sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	padding-top: 5px;
}
.hd_brown {
	font-weight: bold;
	color: #574319;
	font-size: 12px;
}
.hd_subsection {
	font-weight: bold;
	color: #333333;
}
.hd_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(assets/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Footer stuff */

.baseline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #827354;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	vertical-align: middle;
	line-height: 22px;
}
.dotx {
	background-image: url(assets/dotx.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Image stuff */

.product_logo {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* Backgrounds only */

.brands {
	background-image: url(assets/bg_brands.gif);
	background-repeat: no-repeat;
}
.text_sidebarnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #574319;
	text-align: left;
	padding-top: 5px;
}
.hd_sidebarnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #574319;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(assets/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
