/* ====================================================== */
/* MAIN ELEMENTS                                          */
/* ====================================================== */

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11pt;
	line-height: 120%;
	text-align: left;
	background-image: url(graphics/browntile.jpg) ;
}

table {
	font-size: 10pt;
	text-align: left;
}

tr {
	vertical-align: top;
}

a:link {
	color: DarkBlue;
	text-decoration: none;
}

a:visited {
	color: DarkSlateBlue;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: none;
	background-color: DarkBlue;
}

select, input, .button {
	font-size: 10pt;
	margin-left: 1pt;
	margin-right: 1pt;
}


#homeLink:link, #homeLink:visited, #homeLink:hover {
	color: transparent;
	text-decoration: none;
	background-color: transparent;
}

hr {
	border-bottom: 2px solid DarkGoldenrod;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* ====================================================== */
/* CATALOG PAGE STYLES                                    */
/* ====================================================== */

#catTable {
	font-family: Tahoma, Arial, sans-serif;
	background-color: Beige;
	border: none;
	border-collapse: collapse;
	width: 75%;
	border-top: 2px solid DarkGoldenrod;
	border-bottom: 2px solid DarkGoldenrod;
}

.catPagingRow, .catPagingRow td {
	border-top: 2px solid DarkGoldenrod;
	border-bottom: 2px solid DarkGoldenrod;
	padding: 6px;	
	text-align: center;
}

.catHeaderRow, .catHeaderRow td {
	background-color: PaleGoldenrod;
	font-weight: bold;
	vertical-align: bottom;
	border-top: 2px solid DarkGoldenrod;
	border-bottom: 1px solid DarkGoldenrod;
	padding: 4px;
}

.catListingRow, .catListingRow td {
	padding: 4px;
	border-bottom: 1px solid Goldenrod;
}





/* ====================================================== */
/* PRICE REQUEST FORM STYLES                              */
/* ====================================================== */

#requestFormTable {
	font-family: Tahoma, Arial, sans-serif;
	background-color: Beige;
	border: none;
	border-collapse: collapse;
	width: 75%;
	border-top: 2px solid DarkGoldenrod;
	border-bottom: 2px solid DarkGoldenrod;
}

#requestFormTable th {
	text-align: right;
	white-space: nowrap;
	border: 1px solid Goldenrod;
}

#requestFormTable td {
	border: 1px solid Goldenrod;
}

.requestFormSubmitRow, .requestFormSubmitRow td {
	background-color: PaleGoldenrod;
	font-weight: bold;
	vertical-align: bottom;
	border-top: 2px solid DarkGoldenrod;
	border-bottom: 1px solid DarkGoldenrod;
	padding: 4px;
}






/* ====================================================== */
/* HEADINGS & SUBHEADINGS                                 */
/* ====================================================== */

.pageHead { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 130%;
	color: DarkSlateGray;
	margin-top: 10px;
	margin-bottom: 16px;
}

.pageSubhead { 
	font-family: Tahoma, Arial, sans-serif;
	color: DarkSlateGray;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 15px; 
	padding-bottom: 15px;
}

.smallLink {
	font-size: 8pt;
}




/* ====================================================== */
/* HOME PAGE STYLES                                       */
/* ====================================================== */

#homeTable {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	background-color: transparent;
	border-collapse: collapse;
	width: 600px;
	border-bottom: 4px solid DarkGoldenrod;
}

#homeTable td {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

#flagCell {
	border-top: 4px solid DarkGoldenrod;
	border-bottom: 2px solid DarkGoldenrod;
	margin-bottom: 14px;
}

#smallFlag {
	padding-bottom: 5px;
	border-bottom: 2px solid DarkGoldenrod;
	margin-bottom: 15px;
}