/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

* {
	width: auto;
	float: none;
	color: #000;
}

/* @end */

/* @group Removed Elements */

#banner, #menu, #breadcrumbs, #catlinks, #catmenu {
	display: none;
}

/* @end */

/* @group General Layout Changes */

a {
	text-decoration: underline;
}
form {
	display: none;
}
#content {
	width: 100%;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin-bottom: 1em;
}
td, th, th.last {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: .5em;
}
th {
	background-color: #ccc;
}
h2, h2.red, h3 {
	width: 100%;
	clear: both;
	display: block;
	color: #000;
	margin: 0.5em 0 0.5em 0;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
.red, .green, .grey {
	color: #000;
}
.col, .lrg, .med, .sml {
	width: 100%;
	float: none;
}

.categoryholder {
	display: block;
	width: 100%;
	padding-right: 0;
	float: none;
	position: relative;
}
.categoryholder h3 {
	display: block;
	width: 100%;
	height: auto;
	font-size: inherit;
	text-transform: uppercase;
	color: #000;
	background-color: #0c69b3;
	font-weight: 100;
	text-align: left;
	padding-right: 0;
	position: relative;
	top: 0;
}
.categoryholder h3 a {
	display: block;
	height: auto;
	width: 100%;
	padding-right: 0;
	color: #000;
}
.categoryholder img {
	display: none;
}


/* @end */