/* CSS Document by Wayne Roddy BarProducts.com // 12/2005 */
/* 
colours:
bg dark grey: #303030
red: #c42629
light blue: #4898d6
content light grey: #f0f0f0
*/

body{
	background-color: #303030;
	margin:0;
	padding:0;
	font-family: Tahoma, sans-serif;
	}

a:link{text-decoration: none;}
a:hover,focus{text-decoration:none;}
a:visited{text-decoration:none;}

#header{
	background: #000 url("images/header-logo.gif") top left no-repeat;
	margin:0 auto;
	padding:0;
	width: 621px;
	height: 90px;
	}
	h1 {
		margin: 0px;
		padding: 0px;
		background: url("images/header-logo.gif");
		background-repeat: no-repeat; 	
		}
	h1 a {
		width: 208px;
		height: 109px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		text-indent: -1000px;
		font-size: 1px;
		text-decoration: none;
		}

#header p{color: white; font-size: 18px; font-weight: bold; margin:0; padding: 10px 10px 0px 230px; }

#sellFull{
	background: #000;
	margin:0 auto;
	padding:0;
	width: 621px;
	height:167px;
	overflow: hidden;
	}
	
#content{
	background: #f0f0f0;
	margin:0 auto;
	padding:0;
	width: 621px;
	height:auto;
	overflow:auto;
	}
	.shop{
		background:inherit;
		margin:0;
		padding:0;
		float:left;
		width:310px;
		height:auto;
		}
	.sell{
		background: inherit;
		margin:0;
		padding:0;
		float:right;
		width:310px;
		height:auto;
		border-left: 1px solid #333;
		}
	h3 {
		margin: 0px;
		padding: 0px;
		background: transparent url("images/shop.jpg") no-repeat top right;
		}
	h3 a {
		width: 310px;
		height: 88px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		text-indent: -1000px;
		font-size: 1px;
		text-decoration: none;
		}
	h5 {
		margin: 0px;
		padding: 0px;
		background: transparent url("images/sell.jpg") no-repeat top right;
		}
	h5 a {
		width: 309px;
		height: 88px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		text-indent: -1000px;
		font-size: 1px;
		text-decoration: none;
		}
	h2{
		margin:0;
		padding:5px 15px;
		color: #333;
		font-size: 1em;
		}
	#content p{
		margin:0;
		padding: 10px 15px;
		color: #333;
		font-size: .80em;
		letter-spacing: 1.2px;
		line-height: 1.5em;
		}
	td{
		color: #333;
		font-size: .80em;
		letter-spacing: 1.5px;
		line-height: 1.5em;
		}
	#quick{
		float:right;
		background: #4898d6 url(images/bot-round.gif) no-repeat bottom left;
		width: 234px;
		height:auto;
		margin:15px;
		padding:0;
		color: #FFF;
		font-size: .90em;
		}
		.quickLabel{
			margin:0;
			padding:0;
			color: #FFF;
			font-size: 1.20em;
			font-weight:bold;
			}
		#quick form{
			padding: 8px;
			}
	
#footer{
	margin:15px auto;
	padding:0;
	width: 621px;
	height:auto;
	text-align:center;
	color: #FFF;
	font-size: .70em;
	clear:both;
	}
	
/*comparison*/
.even{background-color:#b9daf3;}
.odd{background-color:#8ec2ea;}

ul{
	margin: 0;
	padding:0;
	list-style: none;
	text-align:left;
	padding:5px 30px;
	color: #FF0000;
	font-size: .80em;
	letter-spacing: 1.5px;
	line-height: 1.5em;
	}


	
	
