body {
	background-color: white;
	color: #E0E0E0;
	font-size: 0.95em;
	margin: 12pt;
	text-align: center;
}

body,
input,
select,
textarea {
	font-family: Tahoma, Verdana, sans-serif;
}

a {
	color: #CCC;
}

a:hover,
a:active {
	color: white;
}

form {
	margin: 0;
}

h1,
h2 {
	color: white;
	cursor: default;
}

h1 {
	font-size: 1.75em;
	margin: 0 1em 0.75em;
	text-align: center;
}

h2 {
	font-size: 1.25em;
	margin: 1.25em 0 0.75em;
}

table,
tr,
td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

th {
	white-space: nowrap;
}

th,
strong {
	color: white;
}

p,
ol,
ul,
blockquote,
table {
	margin-bottom: 0;
	margin-top: 1em;
}

img {
	border: 0;
	vertical-align: middle;
}

form table tr td {
	padding: 0.25em 0.33em;
}

form table tr.error td {
	background-color: yellow;
	border-color: #1E1E1E;
	border-style: solid none;
	border-width: thin;
	color: black;
}

form table tr td.optional {
}

form table tr td.required {
	color: white;
	font-weight: bold;
}

form table tr.error td.required {
	color: black;
}

.inset_right {
	float: right;
	margin: 6pt 0 6pt 12pt;
}

div.errors {
	background-color: red;
	border: outset 2px gainsboro;
	border-radius: 5pt;
	color: white;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	-moz-border-radius: 5pt;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.grid tr td,
table.grid tr th {
	border: 1px solid white;
	padding: 0.25em 1em;
	vertical-align: middle;
}

table.specs tr td,
table.specs tr th {
	padding: 0.25em 1em;
	text-indent: -1em;
	vertical-align: top;
}

table.frame {
	background: #1E1E1E url(images/bg.gif);
	margin: 0 auto;
}

td.frame_nw {
	background: url(images/frame_nw.gif) no-repeat;
	height: 5px;
	width: 5px;
}

td.frame_n {
	background: url(images/frame_n.gif) repeat-x;
	height: 5px;
}

td.frame_ne {
	background: url(images/frame_ne.gif) no-repeat;
	height: 5px;
	width: 5px;
}

td.frame_w {
	background: url(images/frame_w.gif) repeat-y;
	width: 5px;
}

td.frame_c {
	padding: 12pt;
	text-align: center;
}

td.frame_e {
	background: url(images/frame_e.gif) repeat-y;
	width: 5px;
}

td.frame_sw {
	background: url(images/frame_sw.gif) no-repeat;
	height: 5px;
	width: 5px;
}

td.frame_s {
	background: url(images/frame_s.gif) repeat-x;
	height: 5px;
}

td.frame_se {
	background: url(images/frame_se.gif) no-repeat;
	height: 5px;
	width: 5px;
}

table.border {
	margin: 12pt auto;
}

td.border_nw {
	background: url(images/border_nw.gif) no-repeat;
	height: 6px;
	width: 6px;
}

td.border_n {
	background: url(images/border_n.gif) repeat-x;
	height: 6px;
}

td.border_ne {
	background: url(images/border_ne.gif) no-repeat;
	height: 6px;
	width: 6px;
}

td.border_w {
	background: url(images/border_w.gif) repeat-y;
	width: 6px;
}

td.border_c {
	padding: 12pt;
	text-align: left;
}

td.border_e {
	background: url(images/border_e.gif) repeat-y;
	width: 6px;
}

td.border_sw {
	background: url(images/border_sw.gif) no-repeat;
	height: 6px;
	width: 6px;
}

td.border_s {
	background: url(images/border_s.gif) repeat-x;
	height: 6px;
}

td.border_se {
	background: url(images/border_se.gif) no-repeat;
	height: 6px;
	width: 6px;
}

td#logo {
	background: url(/images/oxmoor_white.gif) no-repeat;
	padding-right: 12pt;
	text-align: left;
}

td#logo img {
	visibility: hidden;
}

td#topmenu {
	padding: 0 2px 2px 0;
	text-align: right;
}

img#main_menu_left {
	margin-right: 6pt;
}

img#main_menu_right {
	margin-left: 6pt;
}

img#sub_menu_top {
	margin-top: 4px;
}

table#products tr td {
	padding: 12pt 24pt;
	text-align: center;
	vertical-align: bottom;
}

table#products tr td a {
	text-decoration: none;
}

table#products tr td img {
	margin: 4px;
}

table#dealers tr {
	vertical-align: bottom;
}

table#dealers tr td {
	padding: 0.5em;
}

div#copyright {
	color: gray;
	font-size: 0.75em;
	text-align: center;
}

@media print {
	body {
		color: black;
	}
	a {
		color: gray;
	}
	h1,
	h2,
	h3 {
		color: black;
	}
	h1 {
		margin: 1em 0 1.25em;
		text-align: left;
	}
	td.frame_c,
	table.border,
	td.border_c {
		margin: 0;
		padding: 0;
	}
	th,
	strong {
		color: black;
	}
	td#logo img {
		visibility: visible;
	}
	td#topmenu,
	img#sub_menu_bottom {
		display: none;
	}
}
