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

body {text-align:center; background-color: rgb(34, 34, 34);}/* IE hack to center page contents */
body A:link { color: red; }       /* unvisited link */
body A:visited { color: red; }   /* visited links */
body A:active {
	color: lime;
	text-align: center;
}    /* active links */
body h1 {font-size:18px; color:#FF0000; text-align:center; margin:10px;}
body h2 {font-size:16px; color:#FF0000; text-align:center; margin:10px;}
body h3 {font-size:14px;  color:#000000; text-align:left; background-color:#CCCCCC; width:30%; text-indent:20px; clear:both;
			border-bottom-style:solid; border-bottom-width:3px; border-bottom-color:#CCCCCC; border-top-style:solid; border-top-width:3px; border-top-color:#CCCCCC;
			}
#page {width:900px; margin:auto; background-color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-align:left;}
#header {width:900px;}
#navbar {width:900px; height:22px;}
#productnav {width:900px; height:22px;}
#content {width:900px; margin:auto;}
#footer {text-align:center; border-style: solid; border-width:10px; border-color:#000000; clear:both;}
#divider {height:9px; width:900px; background-image:url(Images1/dividergray1.gif); clear:both;}
#divider2 {height:16px; width:900px; background-image:url(Images1/divisionBar01.gif); clear:both;}
#productbox {background-color:#FFFFFF; width:900px; color: #000000;}
#producttext {width:90%; margin:auto; background-color:#CCCCCC; border-style:solid; border-color:#CCCCCC; border-width:10px;}
#producttextbox {background-color:#CCCCCC;}
.copyright {font-size:9px}
.productimage {margin:auto;}
p.productimage {text-align:center; border-bottom-style:solid; border-bottom-color:#FFFFFF; border-bottom-width:10px; border-top-style:solid; border-top-color:#FFFFFF; border-top-width:10px;}
