/* 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: 120px auto;
	text-align: left;
} 
form {
	margin: 0px;
}
td img {
	display: block;
}
.cl {
	clear:both;
}
h1,h2,h3,h4,h5 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}
/* HEADER */
#header { 
	background: transparent; 
	border-bottom: 0px solid #666;
	padding: 0;
	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: 0px; 
	background: transparent;
	padding: 10px 10px 15px 10px;
	font-size: 75%;
}
#sidebar2 p {
	margin: 0;
	padding: 0 0 12px 0;
}

/* MAIN CONTENT */
#mainContent { 
	font-size: 75%;
	margin: 0 20px 0 200px;
	padding: 10px 10px 0 10px;
	background: transparent;
}
#mainContent p {
	margin: 0;
	padding: 0 0 12px 0;
}
#mainContent a {
	color: #000C84;
}
#mainContent a:hover {
	color: #FF6600;
}

/* SUB MENU */
#menui {
	color: #FFFFFF;
	width: 980px;
	background: #000 url(images/bg_menui.jpg) repeat-x top;
}
#menui ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
	display: table;
	width: 980px;
	height:40px;
}
#menui ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 158px;
	height:40px;
}
#menui ul li a {
	color: #ccc;
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0px;
	font-weight:bold;
	padding: 14px 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:100%;
	text-transform:uppercase;
}
#menui ul li a:hover {
	background: #F1580A url(images/bg_menui_f2.jpg) repeat-x top;
	color: #fff;
}
#menui ul li.btn1 {width: 183px; border-right: 1px solid #555} /* Sets specific width of btn w/ border */
#menui ul li.btn2 {width: 183px; border-right: 1px solid #555} /* Sets specific width of btn w/ border */
#menui ul li.btn3 {width: 183px; border-right: 1px solid #555} /* Sets specific width of btn w/ border */
#menui ul li.btn4 {width: 183px; border-right: 1px solid #555} /* Sets specific width of btn w/ border */
#menui ul li.btn5 {width: 184px; border:0} /* Sets specific width of btn w/ border */

/* 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: 10px 20px 0 20px;
	height: 35px;
	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;
}