/* 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: 160px;
}
#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: 35px;
}
#submenu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	display: table;
	width: 1000px;
}
#submenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
}
#submenu ul li a {
	background: transparent;
	color: #000033;
	font: 12px Arial, sans-serif;
	letter-spacing: 0px;
	font-weight:bold;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:100%;
}

#submenu ul li a:hover {
	background: #20338C;
	color: #FFFFFF;
}
/* 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: #AED5E8; 
	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;
}
