/* CSS Document */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited {
	text-decoration:none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border:none
}
/* de-italicize address */
address {
	font-style:normal
}
/* more varnish stripping as necessary... */

p {
	padding-bottom: 1em;
	font-size: .75em;
}
h1 {
	font-size: 125%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
h2 {
	padding-bottom: 5px;
	font-size: 82%;
}
ol {
	margin: 0em 0em 1.5em 2em;
	padding: 2px;
	font-size: 85%;
}
ul {
	margin: 0em 0em 1.5em 2em;
	padding: 2px;
	font-size: 85%;
}
li {
	padding: 4px 0px;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dotted #333333;
	border-style: none none dotted;
}
body {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}
div#container_main {
	width: 760px;
	margin: 0 auto;
	position: relative;
}
div#container_sub {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding: 25px;
	margin-top: 5px;
}
div#content_main {
	padding-top: 160px;
}
#header {
	position: relative;
	top: 117px;
}
div#sub_nav {
	margin-top: 15px;
}
div#branding {
	z-index: 50;
	position: absolute;
	margin-bottom: 0px;
	top: -117px;
}
div#trade_show {
	position: absolute;
	top: -117px;
	left: 350px;
	z-index: 100;
	width: 388px;
}
div#banner {
	height: 275px;
	color: #FFFFFF;
	text-align: left;
	font-size: 85%;
	margin-top: 117px;
	position: relative;
}
div#header_sm {
	margin-left: 360px;
	margin-top: -20px;
	position: absolute;
}
div#column_left {
	padding: 15px 0 0 20px;
	width: 175px;
	height: 305px;
}
div#column_center {
	float: right;
	padding: 15px 15px 0 15px;
	width: 164px;
	background-color: #EBEBEB;
	height: 305px;
}
div#column_right {
	float: right;
	padding: 0 22px 0 15px;
	width: 233px;
	height: 305px;
}
#container-foot {
	height: 45px;
	text-decoration: none;
	width: 760px;
	margin: 0 auto;
}
#foot {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	width: 725px;
	margin-left: 25px;
	padding-top: 5px;
}
#foot a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.indent {
	padding-left: 55px;
}
.bold {
	font-weight: bolder;
}
.sub_header {
	font-size: 115%;
	margin-bottom: 5px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
	padding: 5px;
}
.float_right_padding {
	float: right;
	padding: 10px 10px 10px 30px;
}
.caption {
	font-size: 80%;
}
table#history {
	width: 700px;
}
table#history  td {
	border-bottom: solid #333333 1px;
	border-top: solid #333333 1px;
	vertical-align: top;
	padding: 5px 5px 0 5px;
}
table#prod_line {
	width: 700px;
	margin-bottom: 1.5em;
}

table#prod_line td {
	border-bottom: solid #333333 1px;
	border-top: solid #333333 1px;
	padding: 5px;
	vertical-align: top;
}

td#prod_pic {
	width: 109px;
}

#spec_sheet {
	border-top: dotted #FFFFFF 1px;
	font-size: 80%;
	padding-top: 4px;
	margin-top: 2em;
	padding-left: 25px;
}

#video {
	width: 480px;
	float: right;
	padding: 0 0 0 20px;
}
.thumb {
	padding-right: 12px;
	margin-bottom: 12px;
}

