/* 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: #2D668F;
	text-decoration: none;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dotted #333333;
	border-style: none none dotted;
}
body {
	margin : 0 auto;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #323232;
	width: 778px;
	color: #FFFFFF;
}
div#container_main {
	background-color: #1F1F1F;
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
	width: 722px;
	padding: 0 28px 12px 28px;
	border-bottom-style: solid #666666 1px;
}
div#container_sub {
	min-height:400px;
	height:auto !important;
	height:400px;
}
div#content_main {
}
div#nav {
	height: 50px;
	border-bottom: dotted #FFFFFF 1px;
	width: 722px;
	margin-bottom: 15px;
}
div#branding {
	height: 165px;
	width: 722px;
}
div#banner {
	margin-bottom: 30px;
	margin-top: 15px;
}
div#header_sm {
	margin-left: 360px;
	margin-top: 12px;
}
#container-foot {
	height: 65px;
	text-decoration: none;
	width: 778px;
	background-color: #1F1F1F;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
}
#foot {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	width: 722px;
	margin-left: 28px;
	padding-top: 5px;
	border-top: dotted #FFFFFF 1px;
}
#foot a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.indent {
	padding-left: 55px;
}
.bold {
	font-weight: bold;
}
.sub_header {
	font-size: 120%;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
	padding: 5px;
}
.float_right_padding {
	float: right;
	padding: 10px;
}
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;
}
