@charset "iso-8859-1";
@import url('layout00.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
body img {
	border: 0px;
}
/*============= container for all content ==================*/
/*============= container for all content ==================*/
#container {
	width: 80%;
	margin: 10px auto;
	background-color: #FFFFFF;
}
/*==========masthead styles ================*/
/*==========masthead styles ================*/
#masthead {
	background-position: right top;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 160px;
}
/*=============== top menu =================*/
#topmenu {
	border-bottom: thin double #FFFFFF;
	text-align: center;
	padding-top: 5px;
	border-top-color: #FFFFFF;
}
.bevelmenu {
	font: bold .9em arial;
	padding: 6px 0;
	margin: 30px 0 0 0;
	width: 100%;
	background-color: #E3F1F9;
	text-align: center;
	border-top-color: #000080;
}
.bevelmenu li {
	list-style: none;
	display: inline;
}
.bevelmenu li a {
	border-style: solid;
	border-width: 2px;
	border-color: #E3F1F9;
	padding: 3px 0.3px;
	text-decoration: none;
	color: black;
	background-color: #E3F1F9;
}
.bevelmenu li a:hover {
	color: black;
	background-color: #FFFFFF;
	border-style: outset;
}
html > body .bevelmenu li a:active {
	/* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/* ==================left side navigation ================*/
#navigation {
	position: relative;
	float: left;
	width: 138px;
	margin-top: 10px;
	margin-bottom: 10px; /*border: 1px solid #dcdcdc;*/;
	background-color: #fff;
	font-weight: bold;
}
#navigation .menu {
	text-align: center;
	font-variant: normal;
	color: #000000;
	vertical-align: middle;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#navigation .heading {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	text-transform: none;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px 1px 0px 0px;
	background-color: #E3F1F9;
	background-image: none
}
#navigation .heading2 {
	color: #000080;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	text-transform: none;
	font-variant: normal;
	font-size: small;
	font-weight: bold;
	margin: 2px 1px 0px 0px;
	background-color: #E4C9C9;
	background-image: none
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #E3F1F9;
}
#navigation a {
	margin: 0px 0px 0px 0px;
	color: #002080;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background: #E3F1F9; 
	text-transform: none;
	font-variant: normal;
	font-size: .9em;
	font-weight: normal;
}
#navigation a:hover {
	color: #8A0022;
	text-decoration: none;
	border: 1px solid #DFDFDF;
	background-color: #E3F1F9;
	font-weight: bold;
}
/*============= main contnet ================*/
#content {
	margin: 20px 10px 10px 158px;
	padding: 1px;
}
/*================== footer and copyright ==================*/
#footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #E3F1F9;
	background-repeat: no-repeat;
	background-position: right top;
	font-size:x-small
}
#footer .copyright {
	padding: 3px 15px;
	font-size: x-small;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* ===============Global Styles =================*/

h1 {
	color: #620000;
	font-size: large;
	margin-top: 1px;
	margin-bottom: 1px;
}
h2 {
	color: #000080;
	font-size: small;
	margin-top: 1px;
	margin-bottom: 1px;
	font-variant: small-caps;
}
h3 {
	color: #800000;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
h4 {
	color: #800000;
	font-size: small;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
}

/*============link styles =============*/
a {
	color: #000080;
	text-decoration: none;
	list-style-type: square;
	font-size: small;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}

/* ============ item selection on product page ==================*/
/* =========== item names on HOme Page ==============*/

/*=========== cart button =============*/
.cart {
	width: 87px;
	height: 23px;
}
/*========== product price ===========*/
.price {
	color: #0000FF;
	font-weight: bold;
}

/*=========== centers anything ============*/
.ctr {
	text-align: center;
}

/* ========= soldout products =============*/
.soldout {
	font-size: small;
	color: #800000;
	background-color: #FFD9AE;
}

/* ===========flosts product images left or right ============ */
.imglft {
	float: left;
	padding: 2px;
	vertical-align: top;
	top: auto;
}
.imgrgt {
	float: right;
	padding: 2px;
}
/*============ not currently used ==============*/

/* ==========horizontal line ===============*/
hr {
	color: #510000;
	height: 1px;
	width: 100%;
}

/*=============product layout table ==================*/
.product {
	width: 75%;
	border-collapse: collapse;
	border: thin solid #C0C0C0;
}
.product td {
	/*border: thin solid #C0C0C0;*/
	padding: 10px;
	position: static;
}
.reddishbrown {
	font-size: small;
	font-weight: normal;
	color: #800000;
	background-color: #E3F1F9;
}
.product2 {
	width: 75%;
	border-collapse: collapse; 
}
.product2 th { 
	padding: 8px;
	color: #333333;
	background-color:#E3F1F9;
	width: 25%;
	text-align:left
}

.product2 td {
	padding: 10px;
	position: static;
}

/*=============small layout table ====================*/
table.more {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.more th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	width: 25%;
}
table.more td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
/* =========== verses on front page =============*/
.standout {
	color: #FF0000;
}
.smalltxt {
	font-size: x-small;
	font-family: "Trebuchet MS";
}

/* =========== hebrew glossary table ============*/
caption.glosstable {
    background-color:#BEC8D1;
    text-align: center;
    font-family: garamond;
    font-weight: bold;
    font-size: 16px;
    color:#404040;
    border-style:solid;
    border-width:1px;
    border-color:#6699CC;
}
table.glosstable { 
    font-family:garamond;
    border-collapse:collapse;
    font-size:11pt;
    background-color:#fafafa;
    width:90%;
    border-style:solid;
    border-color:#6699CC;
    border-width:1px;
}
th.glosstable {
    font-size:11pt;
    background-color: #f0f0f0;
    color:#404040;
    border-style: solid;
	border-width: 1px;
	border-color: #9CF;
    text-align:left;
    vertical-align: top
}
tr.glosstable {
	height:auto 
}
td.glosstable {
	font-size: 11pt;
	background-color: #FFFFEB;
	color: #404040;
	border-style: solid;
	border-width: 1px;
	border-color: #9CF;
	text-align: left;
	vertical-align: top;
}

/*============= feedback box ===========*/

#feedback{
	float: right;
	padding: 10px 10px 12px 10px;
	color: #000000;
	background-color: #E3F1F9;
	right: auto;
}

#feedback p{
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#feedback2{
	float: right;
	padding: 10px 10px 12px 10px;
	color: #000000;
	background-color: #F7E8E8;
	right: auto;
}

#feedback2 p{
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

/*============= used on those tags where you want part of the styling colored black ===========*/
.meaning {
	color: #000000;
	text-align: center;
}
.italics {
	font-style: italic;
}
.orange-highlight {
	color: #0000FF;
	background-color: #F9D9B9;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: small;
}
.aqua-highlight {
	color: #0000FF;
	background-color: #B2C8D4;
	font-weight: normal;
}
.skyblue-highlight {
	color: #000000;
	background-color: #D8EEFA;
}
.turquoise-highlight {
	color: #000000;
	background-color: #8FBED8;
}
.bold-black {
	font-weight: bold;
	color: #000000;
}
.underline {
	text-decoration: underline;
	color: #0000FF;
}
.horizontal-line {
	color: #C0C0C0;
	width: 90%;
	text-align: left;
}
.underline {
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #666600;
}
.indent {
	margin-left: 40px;
}
.medium-bold {
	font-weight: bold;
	font-size: small;
	font-variant: normal;
	color: #000000;
}
.sm-text-orng-bkgr {
	font-size: x-small;
	color: #000000;
	background-color: #FFECD7;
}
.yellow-highlight {
	background-color: #FFFFDF;
}
.capyellow-highlight {
	font-variant: small-caps;
	color: #000000;
	font-size: medium;
	font-weight: bold;
	background-color: #FFFFCC;
}
Bold {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	font-family: "Trebuchet MS";
}
.black-caps {
	font-size: medium;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.smallBlacktxt {
	font-size: small;
	font-variant: normal;
	color: #000000;
}
reddishbrown-italics {
	font-size: small;
	font-style: italic;
	color: #800000;
}
.blue-italics {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #0000FF;
}
.bold-reddishbrown {
	font-size: medium;
	font-weight: bold;
	color: #800000;
}
.largebold-reddishbrown {
	font-size: large;
	font-weight: bold;
	color: #800000;
}
.navybold {
	font-size: small;
	font-weight: bold;
	color: #000080;
}
.navy-small {
	font-size: small;
	color: #000080;
}
.pink-highlight {
	font-size: small;
	color: #000080;
	background-color: #FCE8D6;
}
.navybold-caps {
	font-size: medium;
	font-variant: small-caps;
	color: #000080;
	font-weight: bold;
}
.Blue-ComicSans {
	font-size: large;
	font-weight: normal;
	color: #0000FF;
	font-family: "Comic Sans MS";
}
.black-uppercase-sup {
	font-size: x-small;
	text-transform: uppercase;
	color: #000000;
	font-style: normal;
	vertical-align: super;
}
.italics-violet {
	font-size: small;
	color: #800080;
	font-style: italic;
}
.underline-navy {
	text-decoration: underline;
	color: #000080;
}
.reddishbrown-bold-caps {
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #800000;
}
.reddishbrown-small-bold {
	font-variant: normal;
	font-weight: bold;
	color: #800000;
	font-size: small;
}
.bold-blue-CosmicSans {
	font-size: small;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #0000FF;
}
.blue-caps {
	font-size: small;
	font-style: normal;
	font-variant: small-caps;
	color: #0000FF;
}
.gray-highlight {
	font-size: small;
	color: #800000;
	background-color: #E6E6E6;
	font-family: "Comic Sans MS";
}
.small-reddish-brown {
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	color: #800000;
}
.dull-blue-small {
	font-size: small;
	color: #0066CC;
}
.small-purple {
	font-size: small;
	color: #000099;
}
.small-red {
	font-size: small;
	color: #A80000;
}
.pink-highlight-smtext {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #800000;
	background-color: #FFF2F2;
	font-variant: normal;
}
.xsm-italic {
	font-size: small;
	font-style: italic;
	color: #9A9172;
}
.signature {
	color: #6E3742;
	font-size: small;
	font-family: "Trebuchet MS";
}
.gold-smtext {
	font-size: medium;
	font-family: "Book Antiqua";
	color: #614E27;
}
.exsmall-bronze {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #6E3742;
}
.gold-lgtext {
	font-family: "Book Antiqua";
	font-size: medium;
	color: #614E27;
}
.yellow-highlight {
	font-family: "Arial Narrow";
	font-size: small;
	font-weight: normal;
}
.red-trebuchet {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #CC3300;
	background-color: #FFFFFF;
	font-weight: normal;
}
.small-italics-navy {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	color: #000080;
}
.Italics-brownish-red {
	font-size: small;
	font-style: italic;
	color: #800000;
	font-weight: normal;
}
.black-bookman {
	font-family: "Bookman Old Style";
	font-size: small;
	color: #000000;
}
.blue-italics {
	font-size: small;
	font-style: italic;
	color: #0000FF;
	font-weight: normal;
	font-variant: normal;
}
.blue-italics2 {
	font-family: Garamond;
	font-size: medium;
	font-style: italic;
	color: #0000FF;
}
.red-bold {
	font-family: "Book Antiqua";
	font-size: small;
	font-weight: bold;
	color: #CC3300;
}
.LargeUnderline {
	font-family: "Calligraph421 BT";
	font-size: medium;
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: bold;
}
.FeaturedItem {
	font-size: medium;
	font-variant: small-caps;
	color: #000000;
	background-color: #FFCCCC;
	background-position: left;
}
.tanbkgr {
	background-color: #EBD8D8;
	font-family: "Book Antiqua";
}
.GreenTrebuchetMS {
	font-family: "Trebuchet MS";
	font-size: large;
	font-variant: small-caps;
	color: #808000;
	font-weight: bold;
}
.BlueTrebuchetMS {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #0000FF;
}
.trebuchetms-underline {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #0000FF;
	text-decoration: underline;
	font-style: italic;
}
.ltgray-background {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	background-color: #EEEEEE;
}
.Loden- {
	font-family: "Book Antiqua";
	font-size: medium;
	color: #484800;
}
.small-italics-bold-navy {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	color: #000080;
	font-weight: bold;
}
.small-italics-bold-navy-underlined {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
.bold-black-medium {
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	font-size: medium;
}
.yellow-highlight2 {
	background-color: #FFFFB3;
	font-size: small;
	font-style: italic;
}
.brown-italics {
	font-size: small;
	font-style: italic;
	color: #800000;
	font-family: Georgia;
}
.small-italics-red {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	color: #D20000;
}
.bold-black-italics {
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.reddishbrown-small-bold-italics {
	font-variant: small-caps;
	font-weight: bold;
	color: #800000;
	font-size: medium;
	font-style: normal;
}
.small-italics-blue {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	color: #0000FF;
}
.bold-black-italics-medium {
	font-weight: bold;
	color: #000000;
	font-style: italic;
	font-size: medium;
}
.xsmall-red {
	font-family: Georgia;
	font-size: x-small;
	font-style: normal;
	color: #D20000;
}
.LucidaConsole {
	font-family: "Lucida Console";
	font-size: x-large;
	font-variant: small-caps;
	color: #333300;
	font-weight: bold;
}
.FeaturedItemCopy {
	font-size: large;
	font-variant: small-caps;
	color: #000000;
	background-color: #FFCCCC;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
}
.DarkGray-Medium {
	font-family: "Book Antiqua";
	font-size: medium;
	color: #333333;
	font-weight: bold;
}
.small-red {
	font-family: Georgia;
	font-size: small;
	font-style: normal;
	color: #D20000;
}
.small-red-bold {
	font-family: Georgia;
	font-size: small;
	font-style: normal;
	color: #D20000;
	font-weight: bold;
}
.brown {
	font-size: small;
	font-style: normal;
	color: #800000;
	font-family: Georgia;
}
.small-reddish-brown-italic {
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	color: #800000;
	font-style: italic;
}
.small-red-underline {
	font-family: Georgia;
	font-size: small;
	font-style: normal;
	color: #D20000;
	text-decoration: underline;
}
.italic-black-lg {
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.yellow-highlight2-bold {
	background-color: #FFFFB3;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.small-italics-blue-underline {
	font-family: Georgia;
	font-size: small;
	font-style: italic;
	color: #0000FF;
	text-decoration: underline;
}
.small-italics-navy-times {
	font-family: "Times New Roman";
	font-size: small;
	font-style: italic;
	color: #000080;
}
.brown-Garamond {
	font-size: 14px;
	font-style: normal;
	color: #800000;
	font-family: Garamond;
}
.blue-Garamond {
	font-size: 14px;
	font-style: normal;
	color: #0000FF;
	font-family: Garamond;
}
.small-redCopy {
	font-family: Garamond;
	font-size: 14px;
	font-style: normal;
	color: #D20000;
}
.line-through {
	text-decoration: line-through;
}
table{
	width:50%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}

table th{
	color:#FFFFFF;
	background-color:#E3F1F9;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:0px;
	border-right:0px;
	}
	
table th, table tbody td{
	padding:2px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}

.CalligraphSmall {
	color: #800000;
	font-family: "Calligraph421 BT";
	font-size: medium;
	font-weight: normal;
}
.CalligraphSmallBold {
	color: #800000;
	font-family: "Calligraph421 BT";
	font-size: medium;
	font-weight: normal;
}
.xxlarge-periwinkle {
	color: #60AEDD;
	font-size: xx-large;
	font-weight: bold;
}
.Calligraph-large {
	color: #800000;
	font-family: "Calligraph421 BT";
	font-size: large;
	font-weight: bold;
}
.Monotype-Corsiva {
	font-family: "Monotype Corsiva";
	font-size: 21px;
	font-weight: normal;
	color: #000080;
}
.blue-bold {
	color: #0033CC;
	font-weight: bold;
}
.Monotype-CorsivaCopy {
	font-family: "Monotype Corsiva";
	font-size: 21px;
	font-weight: normal;
	color: #CC0000;
}
.Monotype-CorsivaCopy2 {
	font-family: "Monotype Corsiva";
	font-size: 19px;
	font-weight: normal;
	color: #0066CC;
}
.Monotype-Corsiva-red-small {
	font-family: "Monotype Corsiva";
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
.CalligraphSmallNavy {
	color: #000080;
	font-family: "Calligraph421 BT";
	font-size: medium;
	font-weight: normal;
}
.gray-highlightCopy {
	font-size: small;
	color: #000000;
	background-color: #E6E6E6;
	font-family: "Trebuchet MS";
}
.gray-highlightCopyCopy {
	font-size: small;
	color: #000000;
	background-color: #E6E6E6;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.whitebkgr {
	background-color: #FFFFFF;
	color: #000000;
}

