body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	font-style: normal;
	letter-spacing: normal;
}

/* ------------------------------------------	*/
/* these are the links in the body */
body a:link, body a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D06030; /* orange */
	text-decoration: none;
}

body a:active, body a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9D1EF; /* blue */
	text-decoration: none;
}
/* ---------------------------------------------- */

/* for formatting of price list on details page */
#listTable table {
	background-color: #FFF;
	border: 0;
	margin-left: auto;  /* centers the table on the page in "standards compliant" browsers */
	margin-right: auto; /* necessary in Mozilla, NN (pc) and all current mac browsers */
}

#listTable td {
	font-size: 10px;
	color: #333;
	text-align: left;
	font-weight: bold;	
}
/* -------------------------------------------------- */

/* for formatting of list on contact page (same as above but text normal, not bold */
#contactTable table {
	background-color: #FFF;
	border: 0;
	text-align: left;
	margin-left: auto;  /* centers the table on the page in "standards compliant" browsers */
	margin-right: auto; /* necessary in Mozilla, NN (pc) and all current mac browsers */
}

#contactTable td {
	font-size: 10px;
	color: #333;
	text-align: left;
	font-weight: normal;	
}
/* -------------------------------------------------- */

body#details #details_heading a,
body#catalog #catalog_heading a,
body#order #order_heading a,
body#contact #contact_heading a {
	color: #A9D1EF; /* blue */
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

body#home a {
	font-size: 11px;	
}
/* ------------------------------------------------------------------------------ */
/* navigation menu on all pages */
#navmenu {
	margin: 0px;
	padding: 0 0 0 0; /* top right bottom left*/
}

#navmenu li {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px; /* this made menu not jump in FF, was ok in IE*/
	letter-spacing: 0.15em;
	margin: 5px 0px 5px 0px;  /*top right bottom left *//* controls spacing between list items*/	
}

#navmenu a:link {
	color: #D06030; /* orange */
	text-decoration: none;
	line-height: 16px;
}

#navmenu a:visited {
	color: #D06030; /* orange */
	text-decoration: none;
	line-height: 16px;
}

#navmenu a:active {
	color: #A9D1EF; /* blue */
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
}

#navmenu a:hover {
	color: #A9D1EF; /* blue */
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
}

/* ------------------------------------------	*/
/* these are the links in the display tables */
#display a:link, #display a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D06030; /* orange */
	text-decoration: none;
}
.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC6600;
}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC6600;
}

#display a:active, #display a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A9D1EF; /* blue */
	text-decoration: none;
}
/* ---------------------------------------------- */
/* for header table on all pages */
#headerTable {
	background-color: #FFFFFF;
	border: 0;
	width: 576px;
	text-align: left; 
	margin-left: auto;  /* centers the table on the page in "standards compliant" browsers */
	margin-right: auto; /* necessary in Mozilla, NN (pc) and all current mac browsers */
	}
	
/* gets rid of the border around the header table */
#headerTable img {
	padding: 0;
	border: none;	
}
/* ------------------------------------------------------------------------------ */
/* formatting for display_images table (catalog pages and details pg) */
.display_images {
	background-color: #FFFFFF;
	/*border: 1px solid #333333;*/
	/*width: 95%;*/
	/*text-align: left;*/
	margin-left: auto;    /* centers the table on the page in "standards compliant" browsers */
	margin-right: auto;   /* necessary in Mozilla, NN (pc) and all current mac browsers */	
}

/* formats the cells in the display_images table (catalog pages) */
.display_images td {	
	padding: 5px 5px 5px 5px; /* top right bottom left */
	text-align: center;
}

/* Puts a border around the small photo images (catalog pages) */
.display_images img {
    padding: 30px;
	border: solid 1px #A8A8A8;
}

/* formats the cells in the display_images table (details pg) */
.display_details td {	
	padding: 5px 5px 5px 5px; /* top right bottom left */
	text-align: left;
}
/* ------------------------------------------------------------------------------ */

.display_single {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9D1EF; /* blue */
	background-color: #FFFFFF;
	/*border: 1px solid #333333;*/
	/*width: 95%;*/
	text-align: center; /* centering for IE */
	margin-left: auto;  /* centers the table on the page in "standards compliant" browsers */
	margin-right: auto; /* necessary in Mozilla, NN (pc) and all current mac browsers */	
}

/* Puts a border around the large photo image on single image pages */
.display_single img {
    padding: 60px;
	border-top: solid 4px #DDD;
	border-right: solid 4px #A8A8A8;
	border-bottom: solid 4px #989898;
	border-left: solid 4px #CCCCCC;
}

/* for nav arrows on catalog pages */
/* gets rid of the border around the nav arrow images that were put there by the img tag above */
.navArrows img {
	padding: 0;
	border: none;	
}

/* for back arrow on single image pages */
/* gets rid of the border around the nav arrow images that were put there by the img tag above */
.navArrowBack img {
	padding: 7px;
	border: none;	
}

/* used to format text in the catalog table titles - text doesn't wrap in columns for legibility */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #51433D; /* dark brown */
	text-align: center;
	/*padding-right: 10px;
	padding-left: 10px;
	background-color: #F5F5F5;*/
	line-height: 14px;
	letter-spacing: 0.035em;
}
/* Info box on orderForm pg with very small text light gray bkgrd and XP colored blue border */
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #666666;
	padding: 5px 10px 5px 10px;
	background-color: #F5F5F5;
	border: 1px solid #7F9DB9; /* Microsoft blue- XP OS color of Form boxes */
	margin: 0px;
	font-weight: normal;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
/* puts a different border around 3 images on details page with less padding than other catalog images */
.noimagepadding img {
	padding: 3px;
	border: solid 2px #CCCCCC;
}

/* attributes for the Form Table on orderForm.cfm page */
table#formtable {
	background-color: transparent;
	border: 0px;
	width: 576px;
	text-align: center;   /* centering for IE */
	margin-left: auto;    /* centers the table on the page in "standards compliant" browsers */
    margin-right: auto;   /* necessary in Mozilla, NN (pc) and all current mac browsers */
}

/* formats the cells in the orderForm table */
.formleft {
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	padding: 5px 5px 5px 5px; /* top right bottom left */ 
}

/* formats the cells in the orderForm table */
.formright {
	white-space: nowrap;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	padding: 5px 15px 5px 5px; /* top right bottom left */
}

/* style for warning messages */
.warning {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #D06030; /* orange */
}
