﻿A:hover {color: red;}
/*Color possibilities
#932f2f
#bbc4cb
#f50008 for text*/
	body {
		font-family: arial;
		margin:0;
		}
	#mainright {
		width:25%;
		float:left;
		padding-bottom:10px;
		}
	#sidebar {
		width:190px;
		padding: 5px;
		text-align:left;
		font-size:95%;
		font-weight:bold;
		}
	#banner {
		width:100%;
		font-size:150%;
		font-family:arial;
		color:#F50008;
		padding-bottom:1px;
		text-align: center;
		background-color: black;
		margin:0px;
		}
	#banner-text {
		font-size:200%;
		}
	#banner img {
		float:right;
		margin:7px;
		width:200px;
		height:60px;
		}
	#footer {
		width:100%;
		text-align: center;
		background-color: black;
		color:#00ffff;
		font-size:80%;
		}
	#cart {
		width:600px;
		background-color:yellow;
		border-style:ridge;
		border-width:6px;
		padding:8px;
		margin:10px;
		}
	#cart2 {
		float:right;
		width:200px;
		background-color:yellow;
		border-style:ridge;
		border-width:6px;
		padding:8px;
		margin:10px;
		font-size:13px;
		}
	.tiny-text {
		font-size:11px;
		font-style:italic;
		}
	table {
		border-collapse:collapse;
		padding:0;
		width:100%;
		}
	td	{
		padding:0;
		vertical-align: top;
		}
	td#top-sidebar	{
		width:15%; 
		background-color:#000000;
		}
	td#sidebar-size	{
		width:15%;
		background-color:#CC9966;
		}
	td#corner-column	{
		width:25px;
		}
	td#main	{
		width:80%;
		}
	.table1 {
		width:100%;
		border-collapse:collapse;
		text-align:left;
		}
	.table1 img {
		border:0;
		}
	.sidebar-black {
		background-color: black;
		font-size:115%;
		color: white;
		padding: 5px;
		}
	.sidebar {
		}
	.sidebar-blue {
		background-color: aqua;
		padding: 6px;
		}
	.sidebar-text {
		font-size:120%;
		}	
	h1, h2, h3, pre {
		margin:0px 10px 10px 10px;
		font-weight:bold;
		}
	h6 { 
		font-size:70%;
		margin:0px 10px 10px 10px;
		}
	p, li {
		font-weight:bold;
		margin:10px;
		}
	.bread {
		font-size:75%;
		}
	.faq {
		font-weight:normal;
		font-size: 90%;
		}