/* colors

** header ** 
	bluish top bar: 00728A
	top bar bottom border: 3C9097
	Lester logo bg: FFFFFF - 80% transparent
	residential: 3C9097 - 90% transparent
	commercial: 00728A - 90% transparent
	development: 014F5F - 90% transparent
	bottom header bar: 3C9097

	text color: FFFFFF

** featured products **
	Featured products bg: FCFCFC
	arrows: 00728A
	featured image outside border: 989999
	featured image inside border: 565555
	bottom border: 494949
	
	header color: 00728A
	text color: 3F3F3F

** content area **
	column 1 bg: FFFFF
	column 2 bg: B8D7D9
	column 3 bg: DCF4F8
	
	header bg colors: 00728A, FFFFFF
	text color: 7A7B7B

** footer **
	footer bg: 00728A
	
	text color: FFFFFF

*/


#TB_window {
	border: 2px solid #3C9097;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{ 
	margin: 0; 
	padding: 0; 
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_secondLine {
	color:#7A7B7B;
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_window a:link {
	color: #3C9097;
}
#TB_window a:visited {
	color: #3C9097;
}
#TB_window a:hover {
	color: #3C9097;
}
#TB_window a:active {
	color: #3C9097;
}
#TB_window a:focus{
	color: #3C9097;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	height:100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width:100%;
	z-index:5000;
}

.TB_overlayMacFFBGHack {
	background: url(../images/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     position: absolute;
}

#TB_window {
	background: #ffffff;
	color:#000000;
	display:none;
	left:50%;
	position: fixed;
	text-align:left;
	top:50%;
	z-index: 5002;
}

* html #TB_window { /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	position: absolute;
}

#TB_window img#TB_Image {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	color: #3C9097;
	float:left;
	height:25px;
	padding:7px 30px 10px 25px;
}

#TB_closeWindow{
	float:right;
	height:25px;
	padding:11px 25px 10px 0;
}

#TB_closeAjaxWindow{
	float:right;
	margin-bottom:1px;
	padding:7px 10px 5px 0;
	text-align:right;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
	padding:7px 0 5px 10px;
}

#TB_title{
	background-color:#3C9097;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	line-height:1.4em;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	display:none;
	height:13px;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	position: fixed;
	top: 50%;
/*	width:208px; */
	z-index:5003;
}

* html #TB_load { /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	position: absolute;
}

#TB_HideSelect{
	background-color:#fff;
	border:none;
	height:100%;
	left: 0;
	position:fixed;
	top: 0;
	width:100%;
	z-index:4999;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #TB_HideSelect { /* ie6 hack */
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     position: absolute;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
