body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a, a:link, a:active, a:visited {
	color: #000000;
}

.smallcaps {
	text-transform: uppercase;
	font-weight: bold;
}

#wrapper_top {
	display: none;
}

#wrapper_search {
	display: none;
}

#image_large {
	display: none;
}

#main_right {
	display: none;
}

#wrapper_footer {
	display: none;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-size: 24pt;
	color: #9f1d1f;
}

h3 {
	font-size: 16pt;
	color: #303541;
}

/* Breadcrumbs */

#breadcrumbs {
	display: none;
}

/* Main Content */

.content_item {

}

.content_item img {
	padding: 4px;
	border: 1px #dfdfdf solid;
	background: #ffffff;
}

/* Products */

.products_table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}

.products_table tr td {
	width: 33%;
	padding: 4px;
	border-bottom: 1px #dfdfdf solid;
	vertical-align: top;
}

.grey_product {
	background: #efefdf;
}

/* Contact */

#contact_box {
	display: none;
}

/* Search Results */

a.resultRowOne, a.resultRowTwo {
	display: block;
	padding: 4px;
	margin: 0 0 12px;
	text-decoration: none;
}

a.resultRowOne:hover, a.resultRowTwo:hover {
	background: #dfdfcf;
}

a.resultRowOne h3, a.resultRowTwo h3 {
	margin: 0;
}

a.resultRowOne span.excerpt, a.resultRowTwo span.excerpt {
	display: block;
	clear: both;
	margin: 12px 0 0;
}

a.resultRowTwo {
	background: #efefdf;
}
