/* colours */
body {
	color: #666;
	background-color: #EFF0F0;
	background-image: url(../_images/MineralBurst03.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#section #contact, #section #contact a, #section, #advertheader {
	color: #EFF0F0;
	background-color: #590025;
	position: relative;
}
#header {
	position: relative;
}
#content {
	background-color: #CCCCCC;
	position: relative;
	background-image: url(../_images/MineralBurst04.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#submenu {
	background-color: #EFF0F0;
	background-image: url(../_images/MineralBurst02.gif);
	background-repeat: no-repeat;
}

#submenu.brochure {
	background-color: #EFF0F0;
	background-image: url(../_images/brochure.gif);
	background-repeat: no-repeat;
	background-position:center 50px;
}

#submenu01 {
	background-image: url(../_images/MineralBurst05.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#content #menu h3, #content #menu h3 a, #content #menu h3 a:hover {
	color: #590025;
}
#content #menu a, #content #menu a:hover {
	color: #333;
}
#content #text h3 {
	color: #590025;
}
#content #text p {
	color: #666;
}
#productsheader h4, #cartheader h4, #productsheader th, #cartheader th, #productsheader a, #cartheader a {
	background-color: #FCD5D2;
	color: #333333;
}
#footer {
	background-color: #CCCCCC;
	padding: 15px 0;
	text-align: center;
}
#footer, #footer a, #footer a:hover {
	color: #666666;

}
.highlight a, .highlight a:hover  {
	color: #C00;
}
body, div, p, table, tr, td, th {
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-shadow-color: #590025;
	scrollbar-face-color: #590025;
	scrollbar-highlight-color: #590025;
	scrollbar-darkshadow-color: #590025;
	scrollbar-3dlight-color: #590025;
}
#page #content #text #search {
	position: absolute;
	bottom: 5px;
}

.brochureitem {
	padding:0 0 3px 0;
	width: 300px;
}

.brochureitem label {
	width:105px;
	display: block;
	float: left;
}

.brochureitem input {
	width: 188px;
	border: 1px solid #999;
}

.brochureitem input.brbtn {
	width: 66px;
	border: 1px solid #999;
	float: right;
	margin: 0 1px 0 0;
}

