/* MASTER COOLSITE CSS - 8/2008 */

/*  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. */
/**************/

p {margin: 0 0 10px 0}
a {	color: #fff; }
a:hover {color: #ff6c00; text-decoration:underline}
h1,h2,h3,h4,h5,h6 {margin: 0 0 12px 0; font-weight:bold}
h1 {font-size: 32px}
h2 {font-size: 24px}
h3 {font-size: 18px}
h4 {font-size: 16px}
h5 {font-size: 12px}
h6 {font-size: 10px}
form {margin:0; padding:0}

body {font-family: Tahoma, Arial, sans-serif; font-size: 13px; background: #000; }

#page {}

#pagelayout { width: 980px; margin: auto; padding: 0 0 0 0; }

#mainwrap {}

/*   HEADER   */
/**************/

#headerwrap { background:transparent; float: left; width: 980px;} /* Wraps both horizontal nav and header */

#top { } /* Old wrap, no longer used except on older templates */

#header { color: #fff; float: left; width: 980px; padding: 0 0 0 2px;}

#headercap {height: 3px; background: #000;}
#botcap {height: 3px; background: #000;}

#logo {width: 980px; height: auto; color: #fff; padding: 0 0 0 0;}

/*   HORIZONTAL NAV   */
/**************/

#topmenu { } /* Horizontal Nav Wrap */

#menui { background: url(images/menubar.jpg) no-repeat center; float: left; width: 965px; height: 42px; text-align: center; margin: 2px 0 0 8px;} /*The horizontal menu. */

#menui ul {margin: 0; padding: 12px 0 0 0; vertical-align: middle;} /* Styling the entire list of buttons */

#menui ul li {width: 193px; height: 42px; list-style: none; float:left; margin: 0; padding: 0;} /* Styling Individual Buttons */

#menui ul li a {
	text-decoration: none; 
	color: #888;
	vertical-align: middle;
	height: 40px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: arial;

}

#menui ul li a:hover {color: #fff;}

/*   WRAPPER FOR SIDEBARS AND MAINCONTENT   */
/*****************************************/

#bodywrap { width: 980px; }

#bodybg { background: #000; padding: 50px 0 0 0;}

#contenttab { } /* For old table based themes */

/*   LEFT BAR or QUICKMENU CONTAINER   */
/***************************/

#sidebar { background: #fff url(images/tnavcap.jpg) no-repeat top center; width: 202px; margin: 25px 0 0 10px; float: left;}
#navbot { background: url(images/bnavcap.jpg) no-repeat bottom center; width: 202px; height: 12px; }
/*   RIGHT BAR   */
/***************************/

#sidebar2 { width: 175px; margin: 25px 10px 0 10px; float: right; }

/*  CONTENT PAGE   */
/**************/

#mainContent {font-size: 13px; line-height: 18px; color: #CCCCCC; width: 550px; float: left; padding: 0 0 0 20px; margin: 25px 0 0 0; }


/*  FOOTER   */
/**************/

#footer p {margin: auto;}
#footer a {color: #fff; text-decoration:underline}
#footer a:hover {color: #ff6c00; text-decoration:underline}
#footer {width: 980px; padding: 15px 0 0 0; margin: auto; text-align: center; color: #ffffff; clear: both;}
#Footer-Info {}
#c1footer {
	padding: 15px 0 0 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: none;
	text-decoration: none;
	margin: auto;
	text-align: center;
	clear: both;
}

/* 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 {}

#qm0menu {width: 200px; margin: 5px 0 0 10px;}

/*(MAIN) Items*/
#qm0 a {
	padding: 4px 0 2px 0;
	font-family: arial;
	color: #5d5d5d;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	width: 190px;
	border-bottom: dotted 1px #ccc;
}

/*(MAIN) Hover State*/
#qm0 a:hover {text-decoration: underline; color: #ff6c00;}

/*(MAIN) Parent Items*/
#qm0 a.qmparent {}
#qm0 a.qmparent:hover {}

/*(SUB) Items*/
#qm0 div a, #qm0 ul a {padding: 5px 0 5px 10px; border-bottom: solid1px #fff; color:#CCCCCC}

/*(SUB) Container*/
#qm0 div, #qm0 ul	{border: 2px solid #3F3F3F; padding: 0 0 0 0; width: 200px; height: auto; background: #1d1d1d; }


/*   GLOBAL CLASSES FOR REAL ESTATE AND CATALOG   */
/**************************************************/

/* ECOM TOOLS */
/****Modifies Ecom tools in Nav*****/

/* MINI-CART */
#MiniCart {color:#000;}
#MiniCart a{color:#fff;}
#MiniCart a:hover{color:#ff6c00;}
#NewItems, #ClassList, #ManufacturerList {} 
#NewItems a, #ClassList a, #ManufacturerList a {} /* For Links */
.cart-tab {border:1px solid #3f3f3f; width:175px; font-size:12px}
.cart-tab select {width:100%;}

/* DEFAULT COPY (for #Request.content#) - - - - - - -  */
.defaulttext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #fff;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:link{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:active{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:visited{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: none;
	text-decoration: none;
}
.defaulttext a:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #ff6c00;
	font-weight: none;
	text-decoration: none;
}
/* PRODCUT PAGE THRU- - - - - - -  */
.pageThru a:link{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:active{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:visited{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.pageThru a:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #ff6c00;
	font-weight: bold;
	text-decoration: none;
}
/* PRODUCT SPECIFIC - - - - - - -  */
.productTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.productDescription {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #fff;
	font-weight: none;
	text-decoration: none;
}
.productPrice {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}
/* FOR REALTOR SEARCH DISPLAY ROWS - - - - - - -  */
.realtorheaderbg1{
	background-color: #3f3f3f; 
	font-size:12px; 
	color: #fff; 
	height: 25px;
	}
.realtorheaderbg1 a {
	color: #fff; 
	text-decoration: underline;
}
.realtorheaderbg1 a:hover {
	color: #fff; 
	text-decoration: underline;
}

.realtorheaderbg2 {background-color:#3f3f3f; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; height:25px;}
.realtorheaderbg2 a:link{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff;}
.realtorheaderbg2 a:link{text-decoration: underline;}
.realtorheaderbg2 a:visited{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;}

/* 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: #fff; text-decoration: none} /* Fixes link color of text in register box*//* FOR PRODUCT DISPLY OUTLINE - - - - - - -  */
.headerborder1{
	border:1px solid #3f3f3f;
}
.headerborder2{
	border:1px solid #3f3f3f;
}