body {
	position: relative;
}
/*
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
*/

img {
	border: none;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align:left;
}

#hideshow_2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align:left;
}

#fade {
	background: #000; 
	position: relative; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
	

}
.popup_block {
	background: #C6EFFF;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 530px;
	position: fixed;
	top: 2%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
	font-family:Arial, Helvetica, sans-serif;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #bbb;
}
.popup h3 {
	padding: 12px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
	color:#026f9b;
	background:#f3f3f3;
	
}


.popup p {
	padding: 5px 10px;
	margin: 5px 0;
	border-bottom:1px solid #e5e5e5;
}

.popup strong{ color:#FF0000; font-weight:normal;}


.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
	width:180% !important;
	height:1500px;
	
		}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }



/* hinges readmore popup */

.popup_block_hinges {
	background: #C6EFFF;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 920px;
	position: fixed;
	top: 2%;
	left: 26%;
	margin: 0 0 0 -250px;
	z-index: 100;
	font-family:Arial, Helvetica, sans-serif;

}
.popup_block_hinges .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #bbb;
}


*html .popup_block_hinges {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/* search readmore popup */

.popup_block_search {
	background: #ffffff;
	padding: 2px 5px;
	/*border: 2px solid #fff;*/
	float: left;
	width: 525px;
	position: fixed;
	top: 5%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
	font-family:Arial, Helvetica, sans-serif;

}
.popup_block_search .popup_search {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0px 0;
	padding: 0;
	/*border: 1px solid #bbb;*/
}


*html .popup_block_search {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

.popup_search strong{ color:#FF0000; font-weight:normal;}


.popup_search img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

.popup_search p {
	padding: 5px 10px;
	margin: 5px 0;
}

.popup_search h3 {
	padding: 12px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
	color:#026f9b;
	background:#f3f3f3;
	
}
