body {
	background: #ccc;
	color: #000;
	padding:10px;
	font: 12px Tahoma, Arial, sans-serif;
	margin: 0;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea, option, select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
td {
	color: #000000;
	font: 12px Tahoma, Arial, sans-serif;
}
h1 {
	padding: 0px; 
	margin: 0px 20px 14px 0px;
	color: #CC0000;
}
h2, h3 {
	padding: 0px; 
	margin: 0px 20px 14px 0px; 
	color: #CC3300;
}
h4, h5 {
	padding: 0px;
	margin: 0px 20px 14px 0px; 
	color: #2F424F;
}

a {
	color: #2F424F;
}
/**/
#maincontent {
	margin: 0 0 0 0;
	padding: 10px 10px 10px 12px;
	text-align: left;
	background: #FFF;
	color: #000;
}
#page {
	background: #ccc;
	color: #000;
}
#pagelayout {
	color: #000;
	width:750px;
	border: 5px solid #fff;
	text-align: left;
}
#c1 {
	font: 11px Tahoma, Arial, sans-serif;
	margin: 2px auto;
}
/**/
#footer {
	width: 750px; 
	vertical-align: top; 
	padding: 0px; 
	background-color: #FF9900; 
	border-top: 1px solid #fff;
	height: 34px
}
#footer .content {
	width: 700;
	margin: 10px;
	font-size: 12px;
	text-align:center;
}
#c1 {
	width: 700;
	margin: 5px 10px 10px 10px;
	font-size: 11px;
	text-align:center;
}
/**/
#sidebar {
	margin: 0px;
	background: #FFBA34;
	color: #000;
	padding:10px;
	width: 170px;
	font-size: 11px;
}
#sidebar input,
#sidebar textarea,
#sidebar option,
#sidebar select,
#sidebar table {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
/**/
#menui {
	background: url(images/menui-d.jpg) #5F8398 repeat-x top right;
	color: #FFFFFF;
	height: 34px;
}
#menui ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	display: table;
	width: 750px;
}
#menui ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
}
#menui ul li a {
	background: url(images/menui-d.jpg) #5F8398 repeat-x top left;
	color: #FFFFFF;
	font: 13px Tahoma, Arial, sans-serif;
	letter-spacing: 0px;
	font-weight:bold;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:100%;
}

#menui ul li a:hover {
	background: url(images/menui-o.jpg) #EA1B21 repeat-x top left;
	color: #FFFFFF;
}
/* ------------------------------ V1 CLASSES  --------------------------------------- */
.defaulttext, .defaulttext {
	font-size: 12px;
}
/* PageThru */
.pageThru {
	font-size: 12px;
	color: #000;
	font-weight: none;
	text-decoration: none;
}
.pageThru a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.pageThru a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
/* Products*/
.productTitle {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.productDescription, .productPrice {
	font-size: 12px;
	color: #000;
}
/* Realtor Classes */
.realtorheaderbg1{
	background-color: #ddd; 
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg1 a {
	color: #2F424F;
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #000;
	text-decoration: underline;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg2{
	background-color: #eee;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg2 a {
	color: #2F424F;
	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;
}
/* ------------------------------ CUSTOM IDS/CLASSES  --------------------------------------- */
#linelist {border: 1px solid #ccc; width: 440px; border-collapse: collapse}
#linelist td{text-align: center; padding: 5px; border-right: 1px solid #eee; border-bottom: 1px solid #eee}
#linelist tr.odd{background-color: #f5f5f5}