/* COMMON */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px Arial,Sans-Serif;
	color: #000;
	background: #fff url(images/bg_main.jpg) repeat-y center;
}
#page {
	margin: 0px auto;
	padding: 0px;
}
#pagelayout {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
a {
	color: #003399;
}
a:hover {
	color: #000033;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, option, select {
	font: 12px Arial,Sans-Serif;
}
td {
	color: #000000;
	font: 12px Arial,Sans-Serif;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	font-weight: bold;
	color: #000033;
}
/* MAIN CONTENT */
#maincontent {
	margin: 0px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
/* HEADER */
#header {
	width: 1000px; 
	background-color: #fff;
}
/* FOOTER REGION */
#footer {
	font: Arial,Sans-Serif;
	color: #37364B;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
	background: #fff url(images/bg_footer.jpg) repeat-x top;
	border-top: 1px solid #aaa;
}
#footer a, #c1 a{
	color: #003399;
	text-decoration: underline;
}
#footer a:hover, #c1 a:hover{
	color: #000033;
	text-decoration: underline;
}
#footer #c1 {
	font: 11px Arial,Sans-Serif;
	text-align:center;
	padding: 5px 0px 5px 0px;
	width: 100%;
	color: #666;
}
#footer p, #c1 p {
	margin: 0px 0px 5px 0px;
}
/* SIDE BAR */
#sidebar {
	background: #efefef;
	color: #000;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	width: 200px;
}
#sidebar input,
#sidebar textarea,
#sidebar option,
#sidebar select,
#sidebar table {
	font: 12px Arial,Sans-Serif;
}
/**/  


#submenu {
	background: url(images/bg_submenu.jpg) repeat-x top left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	color: #FFFFFF;
	height: 5px;
}
/* Container for adding padding of SIDEBAR content */
#sideColBelNavContainer {
	padding: 10px 0px;
	font-size:11px;
}
#sideColBelNavContainer p {
	margin: 0px 0px 5px 0px;
}

/* Mini-Cart */
.cart-tab { /* Minicart */
	border:1px solid #000000;
	width:180px;
}
.cart-tab select { /* Minicart select boxes */
	width:100%;
}

/* ------------------------------ V1 CLASSES  --------------------------------------- */

/* FOR REALTOR SEARCH DISPLAY ROWS */
.realtorheaderbg1{
	background-color: #E8EECC;
	border-bottom: solid 1px #AAAAAA;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #000033; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #000; 
	text-decoration: underline;
}
/* FOR REALTOR SEARCH DISPLAY ROWS */
.realtorheaderbg2{
	background-color: #ddd;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg2 a {
	color: #000033; 
	text-decoration: underline;
}
.realtorheaderbg2 a:hover {
	color: #000; 
	text-decoration: underline;
}
/* FOR PRODUCT DISPLY OUTLINE */
.headerborder1{
	border:1px solid #ccc;
}
.headerborder2{
	border:1px solid #ccc;
}

/* ------------------------------ MAIN MENU  --------------------------------------- */

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background: #95AE38  url(images/arrow-right.gif) no-repeat right center;
	text-decoration:none;
	color: #fff;
	/* border-bottom-color:#666; */
}
/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	background: #95AE38  url(images/arrow-right.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
#qm0 {
	color: #000;
	margin: 0px;
	text-align:left;
	padding: 1px 1px 0 1px;
	width: 190px;
	/*background: #D3D3D3;*/
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	background: #E8EECC;
	color: #000033;
	width: 185px; /* 172 */
	font: normal 11px Verdana,Arial,Sans-Serif;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #888;
	/* border-bottom: 1px solid #D3D3D3; */
}
/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	background: #95AE38 ;
	color:#fff;
	/* border-bottom-color:#666; */
}

/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 a.qmparent {
	background: #E8EECC url(images/arrow-right.gif) no-repeat right center;
	color:#000033;
	border-bottom-color:#888;
}
#qm0 a.qmparent:hover {
	background: #95AE38  url(images/arrow-right.gif) no-repeat right center;
	color:#fff;
	border-bottom-color:#888;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div, #qm0 ul	{ /* (SUB) Nav Container */
	padding: 3px 3px 3px 3px;
	background: #fff;
	color: #000;
	border: 1px solid #888;
}
#qm0 div a, #qm0 ul a { /* (SUB) Links */
	color: #000033;
	font: 11px Verdana,Arial,Sans-Serif;
	background: #E8EECC;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	/* border-bottom: 1px solid #666; */
}
#qm0 div a:hover, #qm0 ul a:hover { /* (SUB) Links Hover*/
	color: #fff;
	background: #95AE38 ;
	text-decoration: none;
}
