/* Supplemental CSS Document */

.spacer
	{
	display: block;
	height: 25px;
	}

.floatright
	{
	float: right;
	margin-left: 10px;
	}

.centered
	{
	text-align: center;
	}
	
.italicized
	{
	font-style: italic;
	padding-right: 10px;
	}
	
.imagegallery
	{
	padding: 0 3px;
	}
	
.padtop
	{
	padding-top: 10px;
	padding-left: 10px;
	}
	
.padright
	{
	margin-right: 10px;
	}
	
/****************************************/
/* Styles for index.php                 */
/****************************************/
	
table.yellowtable th
	{
	background-color: #d29113;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table.yellowtable tr
	{
	background-color: #f5e7b6;
	}
	
table.yellowtable tr.alt
	{
	background-color: #ffffff;
	}
	
table.bluetable1 th
	{
	background-color: #394c81;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
table.bluetable1 tr
	{
	background-color: #e3e5ee;
	}
	
table.bluetable1 tr.alt
	{
	background-color: #ffffff;
	}

.bluetabletitle
	{
	padding: 10px 0 4px 4px;
	margin: 0;
	color: #394c81;
	}

.hilitelink
	{
	text-align: center;
	margin-top: 25px;
	}

.hilitelink a
	{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #982123;
	}
		
.pricing_footer
	{
	font-size: smaller;
	text-align: left;
	}

	
/****************************************/
/* Styles for retail_and_rental.php     */
/****************************************/
	
.gotopage
	{
	text-align: right;
	padding: 0px 50px 5px 5px;
	}
	
.photo
{
	float:right;
	padding-left:20px;
	border:none;
}