@charset "UTF-8";
/* CSS Document */

#container { /* this is the holder for the page content */
	width: 955px; border: solid 2px #4a0000; background-color: #616060; background-image: url(container_bg.jpg); padding: 0; /* pad the content a little */
	margin: 0 auto; /* this centers the container */
	background-repeat: repeat-x; background-position: center top; }
body { margin: 0; background-color: black; background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; background-position: center top; }
#header { /* this affects the whole header */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 18px;
	color: #999999;
}
#header h1 { /* this only affects any h1 tags within the header */
	margin: 0; /* remove extra margin from h1 */
	padding: 0; /* remove extra padding from h1 */
	font-weight: normal; /* remove bold from h1 tag */
	text-align: center; /* center the text */
	color: #999999;
}
#footer {
	font-size: 8pt; /* make the text smaller than body */
	color: #ffffff; /* set the text color to gray */
	text-align: center; /* right justify the text */
	margin: 12px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer a {
    text-decoration: none;
    border-bottom: 1px dotted #999; /* shorthand for #999999 */
    color: #999;
}
#footer a:hover { border-bottom-style: solid; }
-->
</style>

<style type="text/css" media="print">
<!--
    footer { display: none; }
	
	h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: left;
}

	h2 { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-position: left 50%; text-align: left; }

	h3 { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-position: left 50%; text-align: left; }
#nav-bar-container { /* this is the holder for the nav-bar */
	width: 955px;
	height: 24px;
	z-index: 40;
}
#nav-bar-container-center { /* this is the holder that centers the navbar */
	width: 922px;
	height: 24px;
	margin: 0px auto; /* this centers the container */
}
#contents-inset { /* this is the holder that centers the navbar */
	width: 865px;
	background-color: #ffffff; /* this centers the container */
	padding: 12px;
	border: 2px solid #990000;
	margin: 30px; /* this centers the container */
}


@charset "UTF-8";
/* CSS Document */

#product-container {
	margin-left: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

#product-container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#main-table {
	padding: 1px;
	color: #000000;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
}

#main-table-float {
	background-color: #CCCCCC;
	width: 49%;
	float: right;
}

#main-table h3 {
	margin: 0px;
}
#main-table h4 {
	margin: 0px;
}
#main-table h5 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}
#main-table h6 {
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #990000;
}
#main-table li {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.more-info-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000;
	text-align: left;
	padding: 6px;
	clear: both;
	text-decoration: none;
	cursor: default;
	display: block;
	width: 100px;
	margin-bottom: 18px;
}
a.more-info-btn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000;
	text-align: left;
	padding: 6px;
	clear: both;
	text-decoration: none;
}
a.more-info-btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4c4c4c;
	text-align: left;
	padding: 6px;
	clear: both;
	text-decoration: none;
}

#left-cell{
}

#right-cell {
	float: right;
	margin: 12px;
	padding: 2px;
}
.body-copy-detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:
; 				line-height: 14px;
	text-align: justify;
}
#bottom-cell {
	background-color: #FFFFFF;
	color: #000000;
}

.product-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 4px;
	padding: 6px;
}

#product-detail-box {
	float: left;
	width: 50%;
	background-color: #cccccc;
	clear: both;
}
.paragraph_f1 { color: black; font-size: 14px; font-family: sans-serif; text-align: left; }
p { line-height: 16pt; }
