/* 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: 78%;
}
h1 {
	font-size: 125%;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	padding-bottom: 5px;
	font-size: 82%;
}
h3 {
	padding-bottom: 5px;
	font-size: 82%;
	color: #660000;
}
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: #660000;
	text-decoration: none;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dotted #333333;
	border-style: none none dotted;
}
body {
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #660000;
}
div#container_main {
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto 0 auto;
	width: 675px;
}
div#container_sub {
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-top: 50px;
	z-index: 50;
	position: relative;
	padding: 0 25px;
}
div#content_main {
}
div#branding {
	position: relative;
	margin-left: -38px;
	margin-bottom: -60px;
	z-index: 50;
	zoom: 1;
}

#branding img {
     vertical-align:top;
}
div#flash {
	background-color: #FFFFFF;
	border-left: solid #FFFFFF 13px;
	border-right: solid #FFFFFF 13px;
	border-bottom: solid #FFFFFF 13px;
	width: 649px;
	height: 226px;
}
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;
	background-color: #FFFFFF;
	width: 675px;
	border-top: dotted #000000 1px;
}
#foot {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	width: 450px;
	margin-left: 25px;
	padding-top: 5px;
	float: right;
	margin-right: 25px;
}

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	width: 125px;
	margin-left: 25px;
	padding-top: 5px;
	float: left;
}

.indent {
	padding-left: 55px;
}
.bold {
	font-weight: bolder;
}
.float_right {
	float: right;
}
.float_right_padding {
	float: right;
	padding: 0 15px 15px 15px;
}
table#prod_line {
	width: 600px;
	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: 150px;
}

table#quote {
	width: 500px;
	margin-bottom: 1.5em;
}

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