body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: small;
	color: #CCCC99;
	scrollbar-arrow-color: #999966;
	scrollbar-base-color:black;
	scrollbar-shadow-Color: #999966;
	scrollbar-Track-Color: black;
	scrollbar-Face-Color: black;
	/*
	background-image: url('assets/logos/nm/new_logo_cropped.jpg') no-repeat top center;
	*/
}
#shoptable {
	width: 95%;
	padding: 0px;
	border: solid 0px none;
}
#topmenu {
	border: solid 1px 1px 0px 1px #000;
}
#topmenu td {
	padding: 0px;
}
tr {
	vertical-align: top;
}
#logo_cell {
	text-align: center;
	padding: 0px;
}
#toplogo {
	margin: 12px;
}
#subheader {
	width: 100%;
	padding: 0px;
	border: 0px;
	text-align: center;
	margin-bottom: 16px; /* gap between address table and top menu bar */ 
}
#subheader td {
	color: #cccc99;
	font-size: 10px;
}
#subheader a {
	font-size: 10px;
}
#topmenu {
	width: 100%;
	padding: 0px;
	border: 0px;
	text-align: center;
}

#topnav, #topnav ul {
	background: #669966;
	list-style: none;
	margin: 0px;
}
#topnav li {
	float: left;
	color: #fff;
	background: #669966;
	padding: 2px 24px 2px 24px;
}
#topnav li a {
	color: #fff;
	text-decoration: none;
}

/* main table - left nav, middle body and right column */

#maintable {
	width: 95%;
	padding: 0px;
	background: #CCCC99;
	border: solid 0px 1px 1px 1px #000;
}
maintable td {
	padding: 5px;
}

#left {
	width: 187px;
	
	text-align: center;
}

#logo_testimonial
{
	border: solid 1px;
	margin-top: 16px;
	margin-bottom: 16px;
	/* the next three lines are how you center an image with CSS - not as easy as align="center" huh? */
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#info_pages {
	width: 90%;
	border: solid 1px #333;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
#info_pages img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

#capall {
	padding: 8px;
	border: solid 1px #333;
	text-align: center;
	font-weight: bold;
	font-size: 10px;	
}
#capall img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    margin-bottom: 6px;
}

.fright {
	float:right;
	margin: 16px;
}
.fleft {
	float:left;
	margin: 16px;
}
.picandcap {
	width: 200px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
.picandcap img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px;
    margin-bottom: 6px;
}
#content {
	padding: 12px;
}
#content h3
{
	font-size: 13px;
	font-weight: bold;
}
.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    margin-top: 8px;
    margin-bottom: 24px;
}

#right {
	width: 260px;
	text-align:center;
}

#planetary {

}

#moonphase {
	background: #000;
	color: #fff;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 240px;
	margin-bottom: 16px;
	font-size: 10px;
	height: 180px;
}
#moonphase img {
}

#siteupdates {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 90%;
	border:solid 1px #990000;
	margin-bottom: 16px;
	font-size: 11px;
}
#siteupdates p {
	margin-left: 8px;
	margin-right: 8px;
}
.red {
	color: #990000;
}

#footer {
	margin-top: 12px;
	text-align:center;
	width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    color: #cccc99;
    font-size: 10px;
}
#footer a {
	color: #cccc99;
    font-size: 10px;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
small {
	font: 10px;
}

/* contact form */

.myform{
	margin:0 auto;
	width:240px;
	padding:8px;
}
	/* ----------- basic ----------- */
	#basic{
		margin-bottom: 16px;
	}
	#basic h1 {
		font-size:13px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:10px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:100px;
		float:left;
		font-size: 10px;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:9px;
		font-weight:normal;
		text-align:right;
		width:100px;
	}
	#basic input, #basic textarea{
		float:left;
		width:120px;
		margin:2px 0 30px 10px;
		font: 10px Verdana, Arial, Helvetica, Sans-Serif; 
	}
	#basic button{ 
		clear:both;
		margin-left:auto;
		margin-right:auto;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:10px;
		font-weight:bold;
		padding:4px 6px;
	}
A:link { color: #006600; text-decoration: none; 
}
A:visited { color: #006600; text-decoration: none; 
}
A:active { color: #006600; text-decoration: none; 
}
A:hover {
	color: #339900;
	text-decoration: underline overline;
}
a.nav2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: capitalize;

}

a.sale:link {
	color: #CCCC99;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;

}
a.sale:active { color: #CCCC99; text-decoration: none }
a.sale:visited { color: #CCCC99; text-decoration: none }
a.sale:hover { color: #FFFFCC; text-decoration: underline overline}

form {
	background-color: #CCCC99;
}

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.promo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
.prodtitle {
	font-size: small;
	font-weight: bold;
	font-style: italic;

}
.subprodtitle {
	background-color: #999966;
	font-weight: bold;
	font-size: 14px;
	text-align: center;


}
.copywright {
	font-size: xx-small;
	font-style: italic;
}
.credcard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #CCCC99;
	line-height: 17px;
	background-position: bottom;

}
.imagelink {
	border: thin solid #999966;
}


/* begin longer lasting tooltips */

    a.tool {
      position: relative;   /* this is key */
    }
     
    a.tool span.tip {
      display: none;        /* so is this */
    }

    /* tooltip will display on :hover event */
     
    a.tool:hover span.tip {
      display: block;
      z-index: 100;
      position: absolute;
      top: 8px;
      left: auto;
      width: 120px;
      line-height: 1.2em;
      padding: 3px 7px 4px 6px;
      border: 1px solid #336;
      background-color: #f7f7ee;
      font-size: 9px;
      font-weight: normal;
      color: #000;
      text-align: left;
      line-height: 15px;
    }

    #content a.tool::after {
      padding-left: 2px;            /* eye candy */
      content: url(/img/bubble.gif);
    }
    /* end longer lasting tooltips */

.spacer{clear:both; height:1px;}

.prod_table {
	width: 90%;
	min-height: 275px;
	text-align: center;
	padding: 5px;
	border: solid 1px #666633;
}
.prod_table tr {
	vertical-align: top;
}
.prod_title {
	font: normal 12px/26px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #999966;
	background: url(/assets/t_back.gif);
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.prod_detail {
	padding: 15px;
}
.prod_order {
	width: 75%;
}
.prod_order td {
	text-align: left;
}
.prod_order th {
	text-align: left;
	font-weight: bold;
}
