/* div containing entire page header */
#pagehead {
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666699;
	background-color: #99CCFF;
}
#mainhead, #subhead { margin-left: 20px; font-weight: normal; }
#mainhead { font-size: 24px; margin-top: 10px; }
#subhead { font-size: 16px; margin-bottom: 10px; }
#pagehead a { color: #333333; text-decoration: none; }
#pagehead a:hover { color: #3333cc; text-decoration: underline; }
#orderlink {font-weight: bold;} /* in navbar */
#navbar {margin-right: 16px; font-size: 14px}
#orderbox {
	float: right;
	text-align: center;
	width: 300px;
	font-weight: bold;
}
#orderbox a { color: red; }

form#search {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 7px;
}
form#search input.button {
	background: #C2D7EB;
	border: 1px solid #6699CC;
	cursor: hand; /* for IE */
	font-size: x-small;	
}
form#search input.text { border: 1px solid #6699CC; font-size: x-small; }

a { color: #369; }
a img { border: none; }
a:hover { color: red; text-decoration: underline; }

body { margin: 0; padding: 0; background: white; color: #353535; font: 84%/22px Georgia, serif; }
code { font: 13px monospace; }
h1.tagline { color: #369; } /* used for product names */
h1 { font-size: 150%; }
h2 { font-size: 120%; font-style: italic;}
h3 { font-size: 110%; }
h4 { font-size: 100%; margin-bottom:0px; }
hr { color: #369; height: 1px; }

ul li { list-style-type: square; }
ul.featurelist { list-style-position: inside; text-align: left; }

div.contentbox { margin: 30px 40px; }

.box {
	background-color: #E3EDF5;
	border: 1px dotted #369;
	padding: 10px;
}

.volumehead {
	background-color: #E3EDF5;
        text-align: center;
	padding: 10px;
}

.copyright {
	font-size: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.important { color: #800000; font-weight: bold; }
.keyword { font-weight: bold; }
.searchkeyword {background-color: #FFFFCC; font-weight: bold} /* atomz.com */