body {
	background: url(/images/bg1.jpg) repeat-x #233174;
	background-attachment:fixed;
	}
.container {
	width: 940px;
	background: #fff;
	border: 1px solid #193390;
	padding: 10px;
	margin: 0 auto;
	}
.table_container {
	min-height: 400px;
	}
.header {
	height: 115px;
	background: #fff;
	padding-bottom: 1px;
	}
.topnav {
	background: url(/images/button1.jpg) 0 0 repeat-x;
	}
.title_search {
	background: #fff;
	/*height: 44px;*/
	padding-bottom: 10px;
	}
.title h1{
	margin: 10px 0;
	}
.search {
	color: #fff;
	background: #4a5ba1;
	}
form#right {
	float: right;
	padding: 0;
	margin: -3px 8px -5px 0;
	}
.biglogo {
	background: #fff url(/images/Csymbol_570.jpg) 50% 50% no-repeat;
	min-height: 600px;
	}

.home_text{
	font-size: 13px;
	font-weight: bold;
}

#city_list{
	font-weight: bold;
}
/* - - - - - - -BASIC styles [ MANDATORY ] - - - - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	z-index: 1;
	}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	}
.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
	}
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	}
.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
	
	}
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
	
	}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 10;
	}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
	}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	}
/* -- sticky.submenu.END -- */


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	/*color: #222;*/
	background: #8a99d2 url(/images/button1.jpg) 50% repeat-x;
	}
.menu ul {
	width: 15em;
	}
.menu a {
	text-decoration: none;
	color: #101c58;
	padding: .4em 1.2em;
	display: block;
	position: relative;
	border-right: 1px solid #fff;
	}
.menu a.current {
	text-decoration: none;
	font-weight: bold;
	color: #101c58;
	background: #fff;
	padding: .4em 1.2em;
	display: block;
	position: relative;
	border-right: 1px solid #fff;
	}
.menu a.current:hover {
	color: #101c58;
	background: #ddd;
	
	}
.menu a:hover, .menu li:hover>a {
	color: #fff;
	background: #384893 url(/images/button2.jpg) 0 0 repeat-x;
	}
.menu li li {	/* create borders around each item */
	border: 1px solid #fff;
	}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	}
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
	}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
	}*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*--------------------------------------------------*/
.sidenav a {
	display:block;
	color: #101c58;
	background: #8a99d2 url(/images/button1.jpg) 0 0 repeat-x;
	padding: 3px 4px 2px 44px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}
h4.equiptitle {
	display:block;
	color: #fff;
	background: #193390 url(/images/###) repeat-x;
	padding: 3px 4px 2px 10px;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	}
h4.equiphead {
	display:block;
	color: #fff;
	font-size: 1.0em;
	background: #4a5ba1 url(/images/###) repeat-x;
	padding: 3px 4px 2px 24px;
	margin: 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	}
a.used {
	display:block;
	color: #fff;
	font-size: 1.0em;
	background: #4a5ba1 url(/images/###) repeat-x;
	padding: 6px 3px 5px 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: none;
	border-left: 8px solid #f00;
	}
.sidenav a:hover, .navigation a:focus {
	background: #384893 url(/images/button2.jpg) 0 0 repeat-x;
	color: #fff;
	}
.sidenav a.current {
	background: #eee;
	color: #999;
	}
/*--------------------------------------------------*/
.unimac {
	background: #fff url(/images/UMscreenlogo.jpg) 94% 60% no-repeat;
	}
.braun {
	background: #fff url(/images/braunscreenlogo.jpg) 94% 60% no-repeat;
	}
.BC {
	background: #fff url(/images/BCscreenlogo.jpg) 94% 50% no-repeat;
	}
.ADC {
	background: #fff url(/images/ADCscreenlogo.jpg) 94% 50% no-repeat;
	}
.maytag {
	background: #fff url(/images/maytagscreenlogo.jpg) 94% 50% no-repeat;
	}
.ipso {
	background: #fff url(/images/ipsoscreenlogo.jpg) 96% 50% no-repeat;
	}
.speedqueen {
	background: #fff url(/images/speedqueenscreenlogo.jpg) 96% 50% no-repeat;
	}
.dhooge {
	background: #fff url(/images/Dhooge-logo477.jpg) 96% 50% no-repeat;
	}
/*--------------------------------------------------*/
.machine h3 {
	background: #d0d4ef;
	border-left: 3px solid #aaa;
	padding-left: 5px;
	}
.machine h4 {
	font-weight: bold;
	background: transparent;
	border-left: 18px solid #d0d4ef;
	padding-left: 4px;
	margin-bottom: 0.5em;
	}
.machine h4.topmargin {
	margin-top: 18px;
	}
.arcat h5 {
	margin-bottom: 0;
	margin-top: 8px;
	padding-left: 8px;
	}
/*--------------------------------------------------*/
.contactinfo {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	}
/*--------------------------------------------------*/
.logostrip {
	background: #fff;
	padding: 15px 0px 0px 0px;
	}
/*--------------------------------------------------*/
.footer {
	background: #d0d4ef;
	padding: 0px 0 4px 0;
	color: #666;
	font-size: 0.8em;
	text-align: center;
	}
.footer small {
	padding-left: 240px;
	}
.footer a {
	color: #333;
	text-decoration: none;
	}
.footer a:hover {
	color: #000;
	font-weight: bold;
	}
.icon {
	margin: 6px -1px -4px 3px;
	}
/*--------------------------------------------------*/
form#right {
	float: right;
	padding: 15px 0px 0px 0px;
	}
/*--------------------------------------------------*/
p img {float:left;margin:0 12px 8px 0;padding:0;}
img.left {float:left;margin:5px 10px 8px 0;padding:0;}
img.right {float:right;margin:5px 0 8px 10px;}
img.topmar {margin-top:10px;}
/*--------------------------------------------------*/
iframe.arcat {
	width: 100%;
	height: 4000px;
	}
iframe.lease_app {
	width: 100%;
	height: 1800px;
	}
iframe.maytag {
	width: 100%;
	height: 1000px;
	}
iframe.unimac {
	width: 100%;
	height: 800px;
	}
iframe.whirlpool {
	width: 100%;
	height: 1000px;
	}
/*--------------------------------------------------*/
table#bidspecs {
	border-collapse: collapse;
	}
table#bidspecs td {
	border-bottom: 1px solid #ccc;
	}
table#bidspecs image {
	padding: 1px;
	}
td.wider {
	width: 120px;
	}
/*--------------------------------------------------*/
table#employapp {
	width: 100%;
	background: transparent;
	border-collapse: collapse;
	font-size: 10px;
	text-align: left;
	vertical-align: top;	
	}
table#employapp td {
	width: auto;
	padding: 0px 2px 20px 4px;
	border: 1px solid #b2c1e0;
	}
/*--------------------------------------------------*/
table.used {
	border-collapse: collapse;
	margin-bottom: 20px;
	}
table.used td {
	border-bottom: 1px solid #ccc;
	}
th.wide {
	width: 150px;
	}
/*--------------------------------------------------*/
table.useditem {
	border-collapse: collapse;
	margin-bottom: 20px;
	}
table.useditem th {
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	}
table.useditem td {
	border-bottom: 1px solid #ccc;
	}
/*--------------------------------------------------*/
.icon_row {
	text-align: right;
	}
.icon_row img{
	margin-left: 12px;
	}
/*.tightleft{
	margin-left: 0px;
	}*/
/*--------------------------------------------------*/
.actual_pics table {
	border-collapse: collapse;
	margin: 10px 0;
	}
.actual_pics table td {
	padding: 6px;
	}
.constantcontact {
	float: right;
	width: 220px;
	display: inline;
	background: #E6EDF9 url(/images/cc-bg.jpg) 50% 50% no-repeat;
	}
a.plain {
	text-decoration: none;
	}
/*--------------------------------------------------*/
.sitemap {
	font-size: 125%;
	font-weight:bold;
	}
.sitemap li {
	list-style: none;
	}
.sitemap li ul {
	font-size: 95%;
	font-weight:normal;
	}
.sitemap li ul li ul li {
	font-size: 85%;
	padding-left: 16px;
	background: url(bullet.gif) no-repeat 0 50%;
	}
.sitemap a{
	text-decoration:none;
	padding: 1px 2px;
	}
.sitemap a:hover{
	background-color: #d7dcf2;
	}
.sitemap .note{
	font-size: 70%;
	font-weight:normal;
	color:#666;
	}
/*--------------------------------------------------*/
form.used_detail fieldset{
	background: #f3f3f3;
	}	
/*--------------------------------------------------*/
form.sort fieldset{
	background: #fff;
	border: none;
	padding:0;
	}
/*--------------------------------------------------*/
ul.mizer {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 20px 60px;
	}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    }
.contact {
    background: url(/images/contact-us186.png) no-repeat;
    width:186px;
    height:71px;
	margin: 0 auto;
    }
.contact:hover {
    background-position: 0 -71px;
    }




