<style>

/* colors used

c32823= peach red= topinfo
c3100b= red = banner bg
8b0003= maroon = main text
5a5959 = dark grey = sidebar text
640002= dark red = footer bg

*/

.lookupform {}
form#lookup_form { padding: 20px 30px 0;}

td {
	padding-bottom: 10px;
	}
	
td.formtext {
	color: white;
	font-size: 1.3em;

	}

#content .feetable table th,
#content .feetable table td {
	padding: 2px 10px;
        border: 1px dotted black;
        font-size: 1em;
	}

#content .floorplans_table table tr {background-color: #ededed;}



/**********images *******************/

a.auctionsbadge { 
display:block;
width:230px;
height:200px; 
background: url(/images/auctionsbadge.gif) no-repeat;
margin: 0 0 0px 0;
}

a.auctionsbadge:hover {
display: block;
width: 230px;
height: 200px;
background: url(/images/auctionsbadgehover.gif) no-repeat;
} 
 
a.auctionsbadge span { 
position:absolute;
left:-999em;
} 



* {padding: 0; margin: 0;} 

blockquote {
	border: 1px solid #999;
	margin: 10px 30px 10px 30px;
	color: #222;
	padding: 5px;
	}	
	
a img, img a {
	padding: 8px;
	border: none;
	}

p {
	padding: 5px 0 10px 0;
	color: #333;
	line-height: 120%;
	font-size: 1.1em;
	}
	
#content p img, #content img p {
	padding: 8px;
	border: none;
	}

body {
	margin: 0px auto;
	font: 82.5% arial, Verdana, Sans-serif; /* Resets 1em to 10px */
    height: 100%; 
	background-color: #000000;
	text-align: center; /*centers the text in IE6 */
}

#container {
	width: 900px;
	background-color: #fff;
	padding: 0px 0 0 0;
	overflow: hidden;
	margin: 10px auto; /*centers the body */
	text-align: left;
	}
	

p.topinfo {
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	}
img.topinfo {
	padding: 0 5px 0 50px;
	margin-bottom: -5px;
	}	

#topinfo {
	background: transparent url(/images/topinfobg.gif) repeat-x ;
	height: 41px;
	}
	
#logo {/*
	background-image:url(/images/banner1.jpg);
	height: 170px;*/
	}
/********* BANNER AREA *******/


#banner {
	background-color: #c3100b;
	height: 230px;
	position: relative;
	clear: both;
	}	

.login {
	width: 220px;
	height: 230px;
	float: left;
	display: inline;
	}
	
.login h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0px 50px;
	}	
		
fieldset {
	display: block;
	color: #000;
	font-size: 1em;
        font-weight: bold;
	width: 420px;
        border: none;
	}
	
fieldset#loginform {
	display: block;
	color: #000;
	font-size: 1em;
        font-weight: bold;
	width: 200px;
        margin-top: -10px;
	}
fieldset#loginform p {
        color: red;
         }
	
#loginform {
	top: 40px;
	border: 0;
	}	
	

.photo  {
	width: 430px;
	height: 230px;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 0px;
	}
		
.step123  {
	display: inline;
	height: 230px;
	width: 220px;
	float: left;
	}

.loginform {
	padding: 20px 0 10px 20px;
	font-size: .8em;
	color: white;
	}

/* 123 steps *************/
.step123 h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0 70px;
	}

.step123 ul {
	margin: 20px 0 0 20px;
	}	
	
.step123 ul li {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	}
	
	

li.step123a, li.step123b, li.step123c {
	padding-right: 5px;
	padding-bottom: 10px;
	}
	

/* navtabs***************/

#navmenu {
	position: relative;
	height: 27px;
	z-index: 99;
	clear: both;
	width: 900px;
	display: inline;
	margin: 0;
	padding: 0;
	float: left; /*gets the tabs to appear in IE7*/
	}

	
#navmenu ul {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0 0 0 222px;
	padding: 0 0 0 0;
	z-index: 99;
	}
	
#navmenu ul li {
	padding: 0 2px 0 0;
	margin: 0;
	float: left;
	display: inline;
	height: 27px;
	}
	
#navmenu ul li a {
	display: block;
	width: 66px;
	}
	
#navmenu ul li.home a {
	background: transparent url(/images/navtabs/home.jpg) no-repeat scroll left top;
	height: 27px;
	width: 66px;
	}

#navmenu ul li.home a:hover {
	background: transparent url(/images/navtabs/home.jpg) no-repeat scroll left -41px;
	height: 27px;
	width: 66px;	
}
	
#navmenu ul li.ec a {
	background: transparent url(/images/navtabs/ec.jpg) no-repeat scroll left top;
	height: 27px;
	width: 74px;
	}
	
#navmenu ul li.ec a:hover {
	background: transparent url(/images/navtabs/ec.jpg) no-repeat scroll left -41px;
	height: 27px;
	width: 74px;
	}
	
#navmenu ul li.shipping a {
	background: transparent url(/images/navtabs/shipping.jpg) no-repeat scroll left top;
	height: 27px;
	width: 80px;
	}
	
#navmenu ul li.shipping a:hover {
	background: transparent url(/images/navtabs/shipping.jpg) no-repeat scroll left -40px;
	height: 27px;
	width: 80px;
	}	

#navmenu ul li.other a{
	background: transparent url(/images/navtabs/other.jpg) no-repeat scroll left top;
	height: 27px;
	width: 63px;
	}
	
#navmenu ul li.other a:hover {
	background: transparent url(/images/navtabs/other.jpg) no-repeat scroll left -41px;
	height: 27px;
	width: 63px;
	}	
	
#navmenu ul li.boxes a{
	background: transparent url(/images/navtabs/boxes.jpg) no-repeat scroll left top;
	height: 27px;
	width: 67px;
	}
	
#navmenu ul li.boxes a:hover {
	background: transparent url(/images/navtabs/boxes.jpg) no-repeat scroll left -41px;
	height: 27px;
	width: 67px;
	}	
	
#navmenu ul li.contact a {
	background: transparent url(/images/navtabs/contact.jpg) no-repeat scroll left top;
	height: 27px;
	width: 67px;
	}	
		
#navmenu ul li.contact a:hover {
	background: transparent url(/images/navtabs/contact.jpg) no-repeat scroll left -41px;
	height: 27px;
	width: 67px;
	}	
			

#tagline {
	background: transparent url(/images/taglinebg.jpg);
	height: 30px;
	clear: both;
	}
	
	
/* Content Area ************************/

#contentwrapper {
	clear: both;
	width: auto;
	margin: 20px 0 0 0px;
	overflow: hidden;
	}

h1 {	
background-image:url(/images/cube-header.gif);
background-repeat: no-repeat;
padding-left: 30px;
margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
color: #8b0003;
padding-bottom: 10px;
}

h1 {	font-size: 1.2em;	}
h2 {	font-size: 1em;	}
h3 { 	font-size: .9em; }
h4 {	font-size: .8em; }

/****************sidebar ******************/

#sidebar {
	width: 250px;
	margin: 0 0px 20px 5px;
	padding: 0 5px 0 5px;
	float: right;
	}	

#sidebar p {
	font-size: 1.0em;
	color: #5a5959;
	}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #c32823;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #c3100b;
	text-decoration: underline;
	}

#sidebar ul {
	list-style-image: url(/images/bullet.gif);
	margin-left: 30px;
	padding-bottom: 10px;
	}

#sidebar ul li {
	padding: 3px 0 2px 0;
	margin-right: 20px;
	color: #5a5959;
	font-size: 1.1em;
        letter-spacing: 1px;
        list-style-type: none;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	color: #c32823;
	text-decoration: underline;
	}
#sidebar ul li a:hover {
	color: #fff;
	background-color: #c32823
	}
/*********Content section **************/	
#content {
	padding: 0 5px 0 5px;
	margin: 0 5px 20px 5px;
	float: left;
	width: 550px;
	}
	
#content ul, #content ol {
	padding-bottom: 10px;
	margin-left: 30px;
	line-height: 120%;
	font-size: .9em;
	color: #8b0003;
	}
	
#content ul {
	list-style-type: square;
	color: #333;
	}
	
#content ol {
	list-style-type: decimal;
	color: #333;
	}
	
#content ul li, #content ol li {
	padding-bottom: 5px;
	}

#content a:link, #content a:visited, #content a:active {
	color: #c32823;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #fff;
	background-color: #c32823;
	}	
	
#footer {
	clear: both;
	height: 80px;
	margin: 0px 0 0 0;
	background-color: #c3100b;
	}

#footer p {
	font: .8em;
	color: #fff;
	text-align: center;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #666;
	text-decoration: none;
	}


/*What sells images *********/
#old_and_rare{
	background:url(/images/whatsells/old_rare_books.gif) no-repeat;
	background-position:160px 55px;
}
#used_cars{

	background:url(/images/whatsells/Used_Cars.gif) no-repeat;
	background-position:160px 70px;
}
#camrecors{

	background:url(/images/whatsells/Camcorders.gif) no-repeat;
	background-position:160px 30px;
}
#cameras{
background:url(/images/whatsells/Cameras.gif) no-repeat;
background-position:170px 35px;
}
#computers{
background:url(/images/whatsells/Computers.gif) no-repeat;
background-position:160px 80px;
}
#consumer_electronics{
	background:url(/images/whatsells/Consumer_Electronics.gif) no-repeat;
	background-position:160px 32px;
}
#car_parts{
	background:url(/images/whatsells/Car_parts.gif) no-repeat;
	background-position:180px 33px;
}
#antiques_collectables{
	background:url(/images/whatsells/Antiques_Collectables.gif) no-repeat;
	background-position:160px 20px;
}
#designer{
	background:url(/images/whatsells/Designer.gif) no-repeat;
	background-position:160px 65px;
}
#jewelry_watches{
	background:url(/images/whatsells/Jewelry_Watches.gif) no-repeat ;
	background-position:160px 50px;
}
#musical{
	background:url(/images/whatsells/Musical.gif) no-repeat;
	background-position:140px 50px;
}
#video_game{
	background:url(/images/whatsells/Video_game.gif) no-repeat;
	background-position:160px 30px;
}
#sports_equipment{
	background:url(/images/whatsells/Sports_Equipment.gif) no-repeat;
	background-position:140px 0px;
}



</style>
