/*  MAIN PAGE */
/*  These control the whole of the page, mainly for use in positioning/centering the entire site and to control the behavior of floats. */
/**************/

body { font: normal 14px Arial, Helvetica, sans-serif; background: #8F765E; }

#pagelayout { background: url(images/bg.jpg) fixed center; width: 758px; margin: auto; }

#mainwrap {border: 4px solid #DED0C3; background: #8F765E; width: 660px; margin: auto; padding: 0; }

/*   HEADER   */
/**************/

#headerwrap {} /* Wraps both horizontal nav and header */

#top { } /* Old wrap, no longer used except on older templates */

#header {border: none; background: #DED0C3 url(images/header.jpg) no-repeat; width: 660px; height: 272px; margin: auto; }

/*   HORIZONTAL NAV   */
/**************/

#topmenu { } /* Horizontal Nav Wrap */

#menui { background: transparent; width: 660px; height: 36px; margin: 0 0 0 3px; float: left; text-align: center;  } /*The horizontal menu. */

#menui ul {  } /* Styling the entire list of buttons */

#menui ul li { width: 131px; height: 36px; background: url(images/button.jpg); float: left; text-align: center; list-style: none; } /* Styling Individual Buttons */

#menui ul li a {font-size: 16px; text-decoration: none; line-height: 34px; color: #5C4C3C;}

#menui ul li a:hover {text-decoration: underline;}
/*   WRAPPER FOR SIDEBARS AND MAINCONTENT   */
/*****************************************/

#bodywrap {}

#contenttab { } /* For old table based themes */

/*   LEFT BAR or QUICKMENU CONTAINER   */
/***************************/

#sidebar { width: 150px; float: left; }

/*   RIGHT BAR   */
/***************************/

#sidebar2 { }

/*  CONTENT PAGE   */
/**************/

#mainContent { color: #FFFFFF; width: 490px; float: left; padding: 10px 0 10px 10px; }
#mainContent a { color: #DBB59D; }
/*  FOOTER   */
/**************/

#footer { padding: 5px 0 5px 0; width: 664px; margin: auto; text-align: center; color: #FFFFFF; clear: both; }
#footer a { color: #DBB59D; }

#Footer-Info {margin:5px auto 0 auto;}
#c1footer {padding: 5px 0 5px 0;}

/* CLEAR - EQUALIZER this class equalizes sidebars with maincontent. When floating columns and maincontent, you can clear this div to both which will equalize all columns and have them expand their height as content fills in */
/**************/

#clear { clear: both }

/*   QUICKMENU CODE   */
/***************************/

/************* QuickMenu Core CSS [Modification Sensitive] *************/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

#qm0 {padding: 10px 0 10px 7px;}

#qm0menu {}

/*(MAIN) Items*/
#qm0 a { width: 135px; height: 22px;  background: #D3BCA3; border: solid 2px #5C4C3C; font-size: 14px; text-decoration: none; color: #5C4C3C; padding: 3px 0 3px 5px; line-height: 25px;}

/*(MAIN) Hover State*/
#qm0 a:hover {background: #5C4C3C; color: #DBB59D;}

/*(MAIN) Parent Items*/
#qm0 a.qmparent {}
#qm0 a.qmparent:hover {}

/*(SUB) Items*/
#qm0 div a, #qm0 ul a {}

/*(SUB) Container*/
#qm0 div, #qm0 ul	{width: 220px;}


/*   GLOBAL CLASSES FOR REAL ESTATE AND CATALOG   */
/**************************************************/

/* ECOM TOOLS */
/****Modifies Ecom tools in Nav*****/

.cart-tab {width: 150px;}

#MiniCart, #NewItems, #ClassList, #ManufacturerList {font-size: 12px; color: #ffffff; width: 195px; margin: 0 0 0 5px;} 

#MiniCart a, #NewItems a, #ClassList a, #ManufacturerList a {color: #DBB59D;} /* For Links */

/* DEFAULT COPY (for #Request.content#) - - - - - - -  */
.defaulttext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:link{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:active{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:visited{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: none;
	text-decoration: none;
}
/* PRODCUT PAGE THRU- - - - - - -  */
.pageThru a:link{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:active{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:visited{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* PRODUCT SPECIFIC - - - - - - -  */
.productTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.productDescription {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}
.productPrice {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg1{
	background: #D3BCA3;
	font-size:12px; 
	color: #5C4C3C; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #ADDC1F; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

.realtorheaderbg2 {background-color:#5C4C3C; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #DBB59D; height:25px;}
.realtorheaderbg2 a:link{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3366CC;}
.realtorheaderbg2 a:visited{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000;}

/* Fix for color issues  in tabbed search*/
.tabcontent, .tabcontent td {color: #000}
#maintab li a {color: #000; text-decoration: none}
#maintab li a:hover {text-decoration: underline}
table table table table td {color: #000} /* Fixes color of text in register box*/
table table table form a {color: #000000; text-decoration: none} /* Fixes link color of text in register box*//* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #000000;
}
.headerborder2{
	border:1px solid #000000;
}