html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#head {
	background-image: url(/art/nav-bar.png);
	background-repeat: repeat-x;
	background-position: left top;
}

	#head .logo {
		float: left;
		padding: 8px 0 0 8px;
		border: 0px none;
	}
	
	#head ul {
		float: right;
		margin: 0 0 0 0;
		list-style: none;
	}
	
	#head ul li {
		float: left; 
		padding: 0;
		list-style: none;
	}
	
	#head ul li a {
		display: block;
		height: 61px;
		width: 80px;
		padding: 24px 3px 10px 3px;
		background: url(/art/nav-divider.png) top right no-repeat; 
		text-transform: uppercase;
		font-size: 10px; 
		font-weight: bold;
		color: #d7b600;
		text-decoration: none;
		text-align: center;
	}
	
	#head ul li a:hover {
		color: #F9C836;
	}
	
	#head ul li.selected a {
		color: #fff;
	}
	
	#head ul li.last, 
	#head ul li.last a {
		background: none;
		padding-right: 0px;
	}
		
		
	#head .intro {
		height: 35px;
		padding: 8px;
		background-image: url(/art/intro-interior.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #d7b600;
		clear: both;
		font-family: georgia, 'Trebuchet MS', Trebuchet, sans-serif;
		font-size: 28px;
		font-weight: bold;
		font-style: italic;
	}

	#head .motto {
		height: 46px;
		padding: 15px 0 0 0;
		background-image: url(/art/motto-bar.png);
		background-repeat: repeat-x;
		background-position: left top;
		color: #777777;
		text-align: center;
	}
	
	#main {
		padding: 12px 32px 12px 32px;
	}
	
		#main h2 {
			color: #d7b600;
		}


/* classes to support shopping cart display */
.cart {
	margin: 10px 30px 2px 30px;
}

.cartitems {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartitems th {
	background-color: #000000;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartitems td {
	border-color: #C0C0C0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-width: 0px;
}

.cartinfo {
	background-color: #D0D0D0;
	border-color: #A0A0A0;
	border-width: 1px;
	border-style: solid;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartinfo th {
	background-color: #000000;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.cartnotice {
	color: #000099;
	font-size: 12px;
	padding: 10px;
	margin: 12px;
	border-color: #D9DBE8;
	border-width: 1px;
	border-style: solid;
	width: 250px;
}

/* classes to support error message display */
.err {
	color: #990000;
	font-size: 10px;
}

.errtitle {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}


/* line card page classes */
.company {
	text-align: center;
	margin: 4px 4px 8px 4px;
	padding: 6px;
/*	background-color: #FFFFFF; 
	border-color: #DFDFDF;
	border-width: 1px;
	border-style: solid;*/
}

.companypic {
}

.companydesc {
	font-size: 12px;
}

table.tlist {
	border-spacing: 0;
}

	table.tlist th {
		padding: 3px 10px 3px 10px;
		background-color: #000000;
		color: #FFFFFF;
		vertical-align: top;
		white-space: nowrap;
	}

	table.tlist tr td {
		padding: 3px 3px 3px 3px;
		vertical-align: top;
	}

	table.tlist tr.odd td {
		background-color: #DDDDDD;
	}

/* product list links */
#inventory-list {
	font-size: 12px;
}

	#inventory-list a:link {
		display: block;
		color: #000000;
		text-decoration: none;
	}
		
	#inventory-list tbody tr:hover td {
		background-color: #FFF1A7;
	}

#product-detail {
	border-spacing: 1px;
	font-size: 14px;
}

	#product-detail th {
		padding: 3px;
		background-color: #DDDDDD;
		color: #000000;
		vertical-align: top;
		text-align: right;
		white-space: nowrap;
	}	
	
	#product-detail td {
		text-align: left;
	}
	
	
#quote-form {
	margin: 8px 0 8px 0;
	padding: 8px;
	border: 1px #000000 solid;
}

.paginater a {
	padding: 2px 4px 2px 4px;
	border: 1px #272C41 solid;
	text-decoration: none;
	color: #000000;
}

.paginater a.cur {
	background-color: #FDF5B9;
	border-width: 2px;
}

