/* GENERAL */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	
	min-width: 980px;
	background: #fff url(images/bg_main.jpg) repeat-x top;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	color: #000;
}
#pagelayout { 
	width: 980px;
	background: #fff url(images/bg_wrapper.jpg) no-repeat top center;
	margin: 0px auto;
	text-align: left;
} 
form {
	margin: 0px;
}
td img {
	display: block;
}
.cl {
	clear:both;
}
h3,h4,h5 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
h1 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 18pt;
}
h2 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 14pt;
}
/* HEADER */
#header { 
	background: transparent; 
	border-bottom: 0px solid #666;
	padding: 0;
	margin: 0;
}

/* BANNER-TOP */
#banner-top { 
	background: transparent; 
	border-bottom: 0px solid #666;
	padding: 0;
	height: 120px;
	margin: 0;
}

/* FLASH */
#flash {
	background: #000C84;
	border-bottom: 0px solid #999;
	padding: 0;
	margin: 0;
}

/* SIDEBAR 1 - Left column */
#sidebar {
	float: left;
	width: 180px;
	ackground: transparent;
	padding: 10px 10px 15px 10px;
	font-size: 75%;
}
#sidebar p {
	margin: 0;
	padding: 0 0 12px 0;
}

/* SIDEBAR 2 - Right column */
#sidebar2 {
	float: right;
	width: 160px; 
	background: transparent;
	padding: 10px 10px 15px 10px;
	font-size: 75%;
}
#sidebar2 p {
	margin: 0;
	padding: 0 0 12px 0;
}



/* CATEGORIES/MANUFACTURER MENU ------------------- */
#menub {
	width: 180px;
	margin-bottom: 5px;
}
#menub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menub li {
	border-bottom: 1px dotted #ccc;
}
#menub li.title {
	display: block;
	padding: 0.5em 0 0.4em 0;
	background: #eee url(images/bg_menub_titles.jpg) no-repeat top;
	border-bottom: 1px dotted #ccc;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
#menub li a:link, #menub li a:visited {
	display: block;
	padding: 0.2em 0 0.2em 0.4em;
	background-color: #fff;
	color: #555;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
}
#menub li a:hover {
	background: #efefef;
	color: #000C84;
}

/* FOOTER  */
#footer { 
	background: url(images/bg_footer.jpg) #fff repeat-x center top;
	text-align: center;
} 
#footer_top { 
	padding: 0 0 0 20px;
	height: 40px;
	border-top: 1px solid #999;
	background:#000;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
} 
#footer p {
	padding-top: 26px;
	color: #999;
	font: Arial, Helvetica, sans-serif; 
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #484E8E;
}
#licensing, #copyright{
	padding-top: 10px; 
	color: #999; 
	font: 75% Arial, Helvetica, sans-serif;
}
#links {
	padding-top: 20px;
	color: #484E8E;
	font: 75% Arial, sans-serif; 
}
	/* text-transform: uppercase; */
/* C1 Link */
#footer .c1 {
	font: 75% Arial, Helvetica, sans-serif;
}
#footer .c1 a {
	text-decoration: none;
}
#footer .c1 a:hover {
	color: #999;
	text-decoration: underline;
}
/* CLEAR */
.cl {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MINI-CART */
.cart-tab { /* Minicart */
	border:1px solid #000000;
	width:180px;
}
.cart-tab select { /* Minicart select boxes */
	width:100%;
}

/* V1 STYLES ------------------------------------------------- */
/* Realtor Classes */
.realtorheaderbg1{
	background-color: #ddd; 
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg1 a {
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	text-decoration: underline;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg2{
	background-color: #eee;
	font-size:12px; 
	color: #000; 
	height: 25px;
}
.realtorheaderbg2 a {
	text-decoration: underline;
}
.realtorheaderbg2 a:hover { 
	text-decoration: underline;
}
/* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #ccc;
}
.headerborder2{
	border:1px solid #ccc;
}

/* NAVIGATION - PRIMARY ------------------------ */
#navigation {
	width: 100%;
	margin-bottom: 20px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px dotted #ddd;
}
#navigation li a {
	font: bold 90% Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0 5px 5px; /* 0.4em 0 0.5em 0.6em */
	border-left: 6px solid #000;
	background-color: #fff;
	color: #044e8e;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover {
	border-left: 6px solid #FFCC00;
	background-color: #eee;
	color: #044e8e;
}
/* NAVIGATION - SECONDARY ------------------------ */
#navigation2 {
	width: 100%;
	margin-bottom: 20px;
}
#navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	border-bottom: 1px dotted #ddd;
}
#navigation2 li a {
	font: bold 90% Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0 5px 5px; /* 0.4em 0 0.5em 0.6em */
	border-left: 6px solid #FFCC00;
	background-color: #fff;
	color: #044e8e;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation2 li a:hover {
	border-left: 6px solid #777;
	background-color: #eee;
	color: #044e8e;
}