body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #000000;
	background-image: url(../index2/bg_paper.gif);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}


/*this styles page header which holds Glazer Name and Logo*/
#headGlaze {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #2E3F00;
	background-image: url(../images/logo_name_wide.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	height: 90px;
	}
/*=============== end of headGlaze ============================*/



/*this styles the searchForm text field and button (doesn't seem to work in Safari) */
#searchform {
	margin: 5px 80px 5px 0;
	text-align: right;
}


.searchText {
	width: 196px;
	margin: 0 3px 0 0;
	padding: 2px 0 2px 5px;
	border: 1px solid #713800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-color: #000000;
	background-color:#828C66;
}


.searchButton {
	text-align: right;
}


.btn {
	border: 1px dotted #FFFFFF;
	background-color: #828C66;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-variant: small-caps;
	text-align: right;
}


.searchBar {
	margin: 0 0 3px 0;
	padding: 0 0 0 100px;
	/*background-color: #663100;*/
	background-color: #2E3F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-variant: small-caps;
	border-top: 1px dotted #828C66;
	border-bottom: 1px dotted #828C66;
}


a.emailList:link, a.emailList:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
	float: left;
	padding: 7px 0 0 0;
	}

a.emailList:hover {
	color: #828C66;
	}


/*=============== end of searchForm ============================*/
	
	
	
/*this styles page footer which holds copyright, email, etc*/
#footGlaze {
	clear: both;
	margin: 0 0 0 0;
	background-color: #000000;
	vertical-align: top;
	text-align: left;
	padding: 10px 0 5px 0;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.05em;
	/*float: right; (this was used when there was an email link in the footer too)*/
	margin: 0 15px 5px 70px;
	color: #9D571A;
}


#email {
	float: left;
	padding: 0 0 6px 5px;
}

a#email:link, a#email:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a#email:hover {
	color: #828C66;
}

	
/*=============== end of footGlaze ============================*/



/*this styles main page contents */
#wrapper {
	background-color: #000000;
	min-height: 100%;
	min-width: 780px;
}


#contentGlaze {
	margin: 0 0 0 0;
	background-color: #713800;
	vertical-align: top;
	text-align: left;
	min-height: 300px;
	padding: 2px 0 0 0;
}


/*this adds padding between the nav and the page contents */
#pageContent {
	padding: 5px 0 0 0;
	margin: 0;
}

/*=============== end of contentGlaze ============================*/



/*this styles NAVIGATION bar and stops HOME link from returning left under About Us*/
.navBar {
	margin: 0 0 0 0;
	padding: 0 25px 28px 75px;
	color: #713800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	border-top: 2px solid #2E3F00;
	border-bottom: 2px solid #2E3F00;
	min-width: 810px;
}

/*=============== end of navBar ============================*/



/*Following styles are for INVENTORY CATEGORY Thumbnail images ( eg. Pottery, Textiles, Furniture) */

/* 1) this styles INVENTORY Thumbnail Table*/
.inventThumbTable {
	text-align: left; 
	min-height: 125px;
	margin: 15px 50px 50px 100px;
	max-width: 600px;
}


/* 2) this styles the INVENTORY Thumbnails */
.inventThumb {
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 2px;
	margin-top: 3px;
	padding: 0;
	border: 1px solid #000000;
}


/* 3) this styles Thumbnail Title Hyperlinks*/
a.inventThumbLink:link, a.inventThumbLink:visited {
	vertical-align: top;
	text-align: center;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 2px 0 2px 0;
}


a.inventThumbLink:hover {
	color: #828C66;
}


/* 4) this styles INVENTORY Category Head*/
.inventCatHeader {
	text-align: left; 
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 10px 60% 0 100px;
	padding: 1px 5% 2px 20px;
	border-top: 1px dotted #828C66;
	border-bottom: 1px dotted #828C66;
}


/* 5a) this styles Lines for Previous Next Page line */
.previousNextPage {
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	margin: 10px 60% 20px 100px;
	padding: 3px 5px 3px 20px;
	border-top: 1px dotted #828C66;
	border-bottom: 1px dotted #828C66;
	
}


/* 5b) this styles Lines for Previous Next links */
a.previousNextLink:link, a.previousNextLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	text-decoration: none;
}

a.previousNextLink:hover {
	color: #828C66;
}

/*=============== end of INVENTORY CATEGORY Thumbnails ============================*/



/*Following styles are for INVENTORY DETAIL images */

/* 5c) this styles Lines for Previous Next Page line for Inventory Detail page */
.previousNextLessPadding {
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 0 60% 10px 60px;
	padding: 3px 5px 3px 0;
	border-top: 1px dotted #828C66;
	border-bottom: 1px dotted #828C66;
}


/* 5d) these 3 style inventory # and IDs previous and next textLinks for the database*/

#previousLink {
/* named for database, no style */	
}

#nextLink {
/* named for database, no style */	
}

.inventoryNumber {
	font-weight: bold;
}
/*=============== end of 5d ============================*/


/* 1)  styles INVENTORY Detail Table*/
.inventDetailContent {
	margin: 0 10px 50px 60px;
	max-width: 750px;
}


/* 2a)  styles INVENTORY DETAIL Bigger image */
#inventDetailPic {
	float: left;
	margin: 3px 20px 100px 0;
	border: none;
}


/* 2b)  styles INVENTORY DETAIL Bigger image */
#inventDetailPic {
	float: left;
	margin: 3px 20px 10px 0;
	border: none;
}


/* 2c)  styles each INVENTORY detail thumb */
.inventDetailThumb {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0;
	border: none;
}


/* 2d)  styles all the INVENTORY detail Thumbnails */
.inventDetailThumbsAll {
	clear: left;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 3px;
}


/* 2e)  styles INVENTORY description */
.inventDescription {
	text-align: left;
	padding-bottom: 10px;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.7em;
	color: #CCCCCC;
}


/* 2f)  styles INVENTORY price */
.inventPrice {
	font-style: oblique;
	color: #828C66;
	padding-top: 20px
}


/* 2g)  styles INVENTORY DETAIL Biggest image */
#inventDetailBiggest {
	text-align: left;
	margin: 3px 20px 30px 0;
	padding: 0;
	border: none;
}


/* 3)  styles Thumbnail Title Hyperlinks*/
a.inventDetailLink:link, a.inventDetailLink:visited {
	vertical-align: top;
	text-align: center;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 2px 0 2px 0;
}
a.inventDetailLink:hover {
	color: #828C66;
}


/*  styles inventory item's title */
.inventDetailTitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	padding-right: 50px;	
}


/* styles the click text over main image */
.inventDetailClickEnlarge {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #000000;
	margin-right: 50px;
	padding-bottom: 3px;
	padding-top: 4px;
	border-top: 1px dotted #828C66;	
}


/*  styles the div which holds the click to enlarge line and thumbnails beneath */
#thumbsDiv {
	clear:left;
	margin: 15px 50px 0 0;
}

/*  styles the click text over the thumbnails */
.inventDetailThumbEnlarge {
	text-align: left;
	vertical-align: top;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #000000;
	margin: 15px 0 5px 0;
	padding: 5px 0 7px 0;
	border-top: 1px dotted #828C66;	
}


	
/*  styles PLAY AUDIO link */

a.inventAudioLink:link, a.inventAudioLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0.1em;
	color: #000000;
	text-decoration: none;
	line-height: 3em;
}

a.inventAudioLink:hover {
	color: #333333;
}	
/*=============== end of INVENTORY Details ============================*/



/*=============== end of AUDIO ICON style ============================*/

/*  styles ABOUT US text */

.aboutUsText {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	margin: 25px 150px 50px 100px;
	max-width: 625px;
}


a.aboutLink:link, a.aboutLink:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a.aboutLink:hover {
	color: #828C66;
}


.aboutPic {
	float: left;
	margin: 5px 20px 5px 0;
	padding: 2px;
	border: 1px solid #828C66;
}

/*=============== end of About Us styles ============================*/

	
	
/* this styles CONTACT US text */

.contactUsText {
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	margin: 25px 120px 50px 70px;
	max-width: 700px;
}


.contactHeader {
	text-align: left; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-variant: small-caps;
	color: #828C66;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 1px 5% 2px 2px;
	border-top: 1px dotted #828C66;
	border-bottom: 1px dotted #828C66;
}



a.contactLink:link, a.contactLink:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a.contactLink:hover {
	color: #828C66;
}


.contactPic {
	float: right;
	margin: 5px 10px 50px 0;
	padding: 2px;
	border: 1px solid #828C66;
}

.contactSWF {
	float: right;
	margin: -20px 60px 10px 0;
}

/*=============== end of Contact Us styles ============================*/

/* this styles SCHEDULE text */

.scheduleText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	margin: 25px 120px 50px 110px;
	max-width: 700px;
}


a.scheduleLink:link, a.scheduleLink:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-decoration: none;
}

a.scheduleLink:hover {
	color: #828C66;
}


/*=============== end of Schedule styles ============================*/	