body{
	font-family: Comic Sans MS, verdana, calibri;
	margin: 0;
	padding: 0;
}

a{
	color: red;
	text-decoration: none;
}
a:visited{
	color: red;
}

a:hover{
	color: red;
	background-color: yellow;
	text-decoration: underline;
}

a.visited{
	color: blue;
}

.container{
	/* height:100%; /* IE6: treaded as min-height*/
	/* position: absolute; */
	margin: 0;
	padding: 0;
	/*width: 85%; */
}

.logo{
	background-image: url(http://qrpme.com/images/cq-bar.jpg);
	background-position: left;
	background-repeat: repeat-x;
	border-bottom: 2px solid;
}

.titlebar
{
	height: 10%;
	border-bottom: 2px solid;
}

.footer
{
	clear: both;
	text-align: center;
	border-top: 2px solid;
	height:3%;
	padding: 0;
	vertical-align: bottom;
}

.sidebar
{
	float: left;
	width: 250px;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 20px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	vertical-align: top;
	background-color: #CCCCCC;
}

.sidebar a{
	color: black;
}

.sidebar a:hover{
	color: red;
	background-color: yellow;
}

.sidebar li{
	color: black;
	list-style-type: square;
}

.main{
	margin-left: 275px;
	vertical-align: top;
}

.product img{
	width: 400px;
	height: 300px;
}

.product a img {
	border: 0;
}

.price{
	font-family: Comic Sans MS;
	font-size: 28px;
	color: red;
	font-weight: bold;
}

.parts th{
	background-color: #CCCCCC;
	text-align: left;
	border: 1px solid black;
}

.parts tr:hover{
	background-color: #CCCCCC;
}

#help{
	visibility: hidden;
	background-color: #CCCCCC;
	position: absolute;
	bottom: 200px;
	right: 20px;
}

#help td, th{
	text-align: center;
	border: 1px solid;
}

.description{
	background-color: #F5F5F5;
	font-family: verdana, arial;
	color: #444444;
	width: 75%;
	padding-left: 40px;
	border-top: 1px solid black;
}
