/* CSS COPYRIGHT 2006 I-ON-DESIGN, INC., CODE BY ARIEL BERNARD
 * COMMON PROPERTIES
 */
 
 /*
 * DEFAULT TAGS
 */
body { 
    background: #000; }
a:link, a:visited, a:active {
    color: #669999;
    text-decoration: none; }
a:hover {
    color: #FFF;
    text-decoration: none; }
/*
 * CONTAINER
 */
#container {
    width: 760px;
    margin: 20px auto 0px auto; }
/*
 * CONTENT
 */
#content {
    width: 100%;
    border-collapse: collapse; }
#content td {
    margin: 0px;
    padding: 0px; }
#content tr {
    margin: 0px;
    padding: 0px; }
#content a img {
    border: none; }
#content .specifications {
    padding: 0px;
    vertical-align: top; }
#content .animation img {
    float: left; }
/*
 * CONTENT TEXT
 */
#text a img {
    border: none; }
#text a:link, #text a:visited, #text a:active {
    color: #006666;
    text-decoration: none; }
#text a:hover {
    color: #006666;
    text-decoration: underline; }
#text .st {
    float: right;
    margin: 0px 0px 25px 25px; }
.pj_ul {
    margin-top: 0px; }
.pj_imgl {
    margin: 0px 25px 0px 0px; }
.pj_imgr {
    margin: 0px 0px 0px 25px; }
.pj_p {
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCC; }
.pj_ptable {
    margin: 25px 0px 25px 0px; }
.pj_tdl {
    vertical-align: top;
    text-align: left; }
.pj_tdr {
    vertical-align: top;
    text-align: right; }
/*
 * HEADER
 */
#header {
    width: 100%;
    border-collapse: collapse; }
#header td {
    margin: 0px;
    padding: 0px; }
#header tr {
    margin: 0px;
    padding: 0px; }
#header a img {
    border: none; }
#header .header_left {
    vertical-align: bottom;
    background: url("../artwork/nav_bkgleft.gif") repeat-x; }
/*
 * DROP DOWN MENU
 */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; }
#nav a {
	display: block; }
#nav li {
	float: left;
	width: 10em; }
#nav .navhead1 { /* Numbered 1-6 in case item specific code needed */
    width: auto; }
#nav .navhead2 {
    width: auto; }
#nav .navhead3 {
    width: auto; }
#nav .navhead4 {
    width: auto; }
#nav .navhead5 {
    width: auto; }
#nav .navhead6 {
    width: auto; }
#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active {
    color: #000;
    font-weight: bold; }
#nav li ul a:hover {
    color: #FFF;
    font-weight: bold; }
#nav li ul li {
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #b8c2c2; }
#nav .navlast { border-bottom: none; }
#nav li:hover ul {
	left: auto; }
#nav li:hover ul, #nav li.sfhover ul {
	left: auto; }
/*
 * FOOTER
 */
#footer td {
    margin: 0px;
    padding: 0px; }
#footer tr {
    margin: 0px;
    padding: 0px; }
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    font-weight: bold; } 
#footer .footer_left {
    width: 50%;
    text-align: left; }
#footer .footer_left b {
    font-size: 12px; }
#footer .footer_topright {
    width: 50%;
    text-align: right;
    vertical-align: top;
    font-size: 13px; }
#footer .footer_bottomright {
    width: 50%;
    text-align: right;
    vertical-align: bottom; }
