/* ----- ----- ----- ----- ----- */
/* heirarchal elements           */
/* ----- ----- ----- ----- ----- */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/tapelooms.jpg);
	background-repeat: no-repeat;
	
	/* not for xhtml documents
	-- -- -- -- -- -- -- -- -- -- 
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : Maroon;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : White;
	scrollbar-face-color : #ccccff;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : White;
	scrollbar-track-color : White;
	-- -- -- -- -- -- -- -- -- -- */
}

table {
	color: Black;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	vertical-align: top;
}

td {
	color: Black;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

p {
	width: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 25px;
	margin-top: 0px; /* needed for mozilla */
	margin-bottom: 0px; /* needed for mozilla */
}

h3 {
	text-align: center;
}

img {
	border-width: 0px;
}

/* ----- ----- ----- ----- ----- */
/* nav buttons                   */
/* ----- ----- ----- ----- ----- */
div.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
}

/* ----- ----- ----- ----- ----- */
/* content area                  */
/* ----- ----- ----- ----- ----- */
table.main {
	color: Black;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 80%;
	height: auto;
	margin: auto;
}
td.content {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
	margin: auto;
	border-right: #ccccff double;
	border-right-width: thick;
	
}
td.sidelinks {
	border-color: Maroon;
	width: 180px;
	height: auto;
	text-align: center;
	vertical-align: top;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

p.faq {
	color: #444444;
	background-color: transparent;
}
p.centeredcontent {
	font-size: x-small;
	text-align: center;
}

/* ----- ----- ----- ----- ----- */
/* ordering                      */
/* ----- ----- ----- ----- ----- */
td.books {
	width: 50%;
	margin: auto;
	text-align: center;
}

p.subbooks {
	font-size: x-small;
	margin: auto;
	text-align: center;
}

/* ----- ----- ----- ----- ----- */
/* whose online ? ?              */
/* ----- ----- ----- ----- ----- */
#online {
	color: Navy;
	background-color: #ccccff;
	border: solid Navy;
	border-width: 2px;
	padding: 3px;
}
#signin {
	color: Navy;
	background-color: #ccccff;
	border: solid Navy;
	border-width: 2px;
	padding: 3px;
}
#validations {
	color: Navy;
	background-color: #ccccff;
	border: solid Navy;
	border-width: 2px;
	padding: 3px;
}
p.conline {
	color: Navy;
	background-color: transparent;
	font-size: x-small;
	line-height: normal;
}
p.hitnumber {
	color: Navy;
	background-color: transparent;
	font-size: x-small;
	line-height: normal;
	text-align: right;
}
td.onlinestats {
	color: Navy;
	background-color: transparent;
	width: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: right;
}

/* ----- ----- ----- ----- ----- */
/* terms / privacy               */
/* ----- ----- ----- ----- ----- */
p.legal {
	font-size: 8pt;
	line-height: normal;
}

/* ----- ----- ----- ----- ----- */
/* submission                    */
/* ----- ----- ----- ----- ----- */
td.submit1 {
	font-size: small;
	width: 150px;
	text-align: right;
}
td.submit2 {
	width: 300px;
	font-size: x-small;
	text-align: left;
}

/* ----- ----- ----- ----- ----- */
/* links                         */
/* ----- ----- ----- ----- ----- */

a:link {
	color: Navy;
	text-decoration: none;
	background-color: transparent; }
a:visited {
	color: Navy;
	text-decoration: none;
	background-color: transparent; }
a:hover {
	color: Maroon;
	text-decoration: none;
	background-color: transparent; }
a:active {
	color: Purple;
	text-decoration: none;
	background-color: transparent; }

#nav{
width: 150px;
background-image:url(images/button.gif);
background-repeat: no-repeat;
}
#nav a{
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
margin: auto;
padding: 12px 0px 14px 0px;
color: Black;
background-color: White;
background-image: url(images/button.jpg);
text-decoration: none; 
width:150px;
display: block;
}
div#nav a:hover{
background-image: url(images/button2.jpg);
color: Black;
background-color: White;
font-weight: bold;
}

/* ----- ----- ----- ----- ----- */
/* horizontal rules              */
/* ----- ----- ----- ----- ----- */
div.rule {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-image: url(images/hr.gif);
	border: 0px;
	width : 90%;
	height: 10px;
}

/* ----- ----- ----- ----- ----- */
/* bottom nav links              */
/* ----- ----- ----- ----- ----- */
td.bottomnavlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	background-color: #ccccff;
	text-align: center;
	margin: auto;
	padding: 2px 2px 2px 2px;
}

/* ----- ----- ----- ----- ----- */
/* author photo                  */
/* ----- ----- ----- ----- ----- */
img.author {
	width: 80px;
	height: 100px;
	float: left;
	padding: 10px;
}

/* ----- ----- ----- ----- ----- */
/* paypal order form             */
/* ----- ----- ----- ----- ----- */
p.payp {
	font-size: x-small;
	text-align: center;
}