/* GENERAL */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	min-width: 920px;
	background: #eee url(images/bg_main.jpg) repeat-y center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
}
#pagelayout { 
	width: 920px;
	background: #fff url(images/bg_wrapper.jpg) repeat-y;
	margin: auto;
	text-align: left;
} 
form {
	margin: 0px;
}
td img { 
	display: block;
}
.cl {
	clear:both;
}
h1,h2,h3,h4,h5 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
/* HEADER */
#header {  
	width: 100%;
	height: auto;
	background:#fff url(images/header.jpg) repeat-x top left;
	border-bottom: 0px solid #666;
	padding: 0;
	margin: 0;
}

/* FLASH */
#flash {
	background: #000C84;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;
}

/* SIDEBAR 1 - Left column */
#sidebar {
	color: #ffffff;
	float: left;
	width: 279px;
	background: #117FCE;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	margin: auto;
	
}
#sidebar p {
	color: #ffffff;
	margin: 0;
	background: #117FCE;
	padding: 0 5px 10px 5px;
}

/* MAIN CONTENT */
#maincontent { 
	float: right;
	width: 595px;
	/*margin-left: 315px;*/
	padding: 3px;
	
}
#mainContent p {
	margin: 0;
	
}
#mainContent a {
	color: #000C84;
}
#mainContent a:hover {
	color: #FF6600;
}

/* FOOTER  */
#footer { 
	padding: 10px 20px 0 20px;
	height: 440px;
	border-top: 0px solid #999;
	background:#fff url(images/bg_footer.jpg) repeat-x top left;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0;
} 
#footer p {
	margin: 0 0 0 60px;
	padding: 0 0 5px 0;
}
#footer a {
	color: #000C84;
}
#footer a:hover {
	color: #FF6600;
}
/* C1 Link */
#footer .c1 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999;
}
#footer .c1 a {
	color: #777;
}
#footer .c1 a:hover {
	color: #FF6600;
}

#footer img {	
	margin: 0 0 0 60px;
}
/* CLEAR */
.cl {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MINI-CART */
.cart-tab { /* Minicart */
	border:1px solid #000000;
	background: #117FCE;
	width:180px;
}
.cart-tab select { /* Minicart select boxes */
	width:100%;
}

/* Products*/
.productTitle {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.productDescription, .productPrice {
	font-size: 12px;
	color: #000;
}
/* Realtor Classes */
.realtorheaderbg1{
	background-color: #eee; 
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #EF6826; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #009C8E; 
	text-decoration: underline;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg2{
	background-color: #efefef;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg2 a {
	color: #EF6826; 
	text-decoration: underline;
}
.realtorheaderbg2 a:hover {
	color: #009C8E; 
	text-decoration: underline;
}
/* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #000;
}
.headerborder2{
	border:1px solid #000;
}

/* QuickMenu 0 */
/*"""""""" (MAIN) Container""""""""*/

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background: #20338C;
	text-decoration:none;
	color: #fff;
	/* border-bottom-color:#666; */
}
/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background: #322F97;
	color: #fff;
	text-decoration: none;
}
#qm0 {
	background: #117fce;
	color: #000;
	margin: 0px;
	text-align:left;
	padding: 1px 1px 0 1px;
	width: 185px;
	/*background: #000;*/
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	background: transparent url(images/nav_bullet.gif) no-repeat left;
	color: #fff;
	width: 185px;
	font: normal 12px Verdana,Arial,Sans-Serif;
	padding: 5px 0 5px 22px;
	margin: 0 0 2px 11px;
	text-decoration: none;
	overflow: hidden;
	border: none;
	/* border-bottom: 1px solid #D3D3D3; */
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background: url(images/nav_bullet.gif) no-repeat left;
	color:#fff;
	text-decoration: underline;
	/* border-bottom-color:#666; */
}

/*"""""""" (MAIN) Parent Items """""""" */
#qm0 a.qmparent {
	background: url(images/nav_bullet.gif) no-repeat left;
	color:#fff;
	border-bottom-color:#ccc;
}
#qm0 a.qmparent:hover { 
	background: url(images/nav_bullet.gif) no-repeat left;
	color:#fff;
	border-bottom-color:#ccc;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div, #qm0 ul	{ /* (SUB) Nav Container */
	padding: 5px 5px 5px 5px;
	background: transparent;
	color: #fff;
	border: 1px solid #ccc;
}
#qm0 div a, #qm0 ul a { /* (SUB) Links */ /* A */
	color: #fff;
	font: 11px Verdana,Arial,Sans-Serif;
	background: #00004F;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	border: 1px solid #ccc;
}
#qm0 div a:hover, #qm0 ul a:hover { /* (SUB) Links Hover*/
	color: #fff;
	background: #322F97;
	text-decoration: none;
	border: 1px solid #ccc;
}