/* global settings needed for thickbox */
*{padding: 0; margin: 0;}

/* thickbox specific link and font settings */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


/* thickbox settings */
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}



* html #TB_overlay { /* ie6 hack */
     position: absolute;
     
	}

#TB_window {
	position: fixed;
	/*background:url(../images/pop-bg.jpg) 0 0 repeat;*/
	background-color: #F3F3F3;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:355px;
	left:50%;
	}

* html #TB_window { /* ie6 hack */
position: absolute;

	}

#TB_window img#TB_Image {
	display:block;
	margin:15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	}

#TB_closeAjaxWindow{
	padding:7px 10px 10px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal{
	padding:15px;
	}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
	}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}

* html #TB_load { /* ie6 hack */
position: absolute;

	}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     
	}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
	}


/* Import Data Pop Page */
div, p, a, h2, form, input, label, select, textarea{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
input, select, textarea{
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	}
#stories div{	
	width:350px;
	margin:0 auto;
	}
#stories div form{
	border:1px solid #999999;
	padding:20px 15px 0;
	position:relative;
	margin-top:15px;
	height:205px;
	}
#stories div.contactForm{	
	width:660px !important;
	}
#stories div.contactForm form.callToUs{
	width:318px !important;
	float:left;
	margin-right:20px;
	}
#stories div.contactForm div.contactContent{
	width:220px;
	width:255px;
	float:left;
	border:1px solid #E9E9E9;
	padding:20px 15px 0;
	height:410px;
	margin-top:35px;
	}
#stories div.contactForm div.contactContent p{
	padding-bottom:15px;
	color:#2A332A;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	background-color:inherit;
	}
#stories div.contactForm div.contactContent p a{
	color:#3991D2;
	background-color:inherit;
	}
#stories div.contactForm div.contactContent p a:hover{
	text-decoration:underline;
	}
#stories div form.getQuote{
	height:440px !important;
	}
#stories div form.security{
	height:300px !important;
	}
#stories div form.callToUs{
	height:410px !important;
	}
#stories div form.freeScanForm{
	height:300px !important;
	}
#stories div form.reqDemoForm{
	height:380px !important;
	}	
#stories div form h2,
#stories div.contactForm div.contactContent h6{
	font:bold 16px/18px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding-bottom:10px;
	}
#stories div form p{
	font:normal 10px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CC0000;
	padding:0 0 15px 140px;
	background-color:inherit;
	display:none;
	}
	
#stories div form p.info{
	font:normal 11px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 15px 0;
	background-color:inherit;
	display:block;
	}
	
#stories div form label{
	font-size:12px;
	line-height:19px;
	padding-bottom:10px;
	display:block;
	color:#2A332A;
	background-color:inherit;
	width:135px;
	float:left;
	}
#stories div form label span{
	color:#CC0000;
	background-color:inherit;
	}
#stories div form input{
	width:172px;
	height:17px;
	float:right;
	margin-bottom:10px;
	padding:2px 0 0 2px;
	}
#stories div form textarea{
	width:174px;
	height:50px;
	float:right;
	margin-bottom:10px;
	}
#stories div form select{
	width:178px;
	float:right;
	margin-bottom:10px;
	height:17px;
	}
#stories div form input.formBtns{
	width:62px;
	height:22px;
	margin-left:10px;
	padding:0;
	}
#stories div div#reponse_text,
#stories div div#reponse_text2,
#stories div div#reponse_text3,
#stories div div#reponse_text4{
	border:1px solid #E9E9E9;
	position:relative;
	padding:10px 20px;
	margin-top:10px;
	width:308px;
	height:215px;
	display:none;
	}
#stories div div#reponse_text2{
	height:445px;
	}
#stories div div#reponse_text3{
	height:390px;
	}
#stories div div#reponse_text4{
	height:310px;
	}
#stories div div#reponse_text p,
#stories div div#reponse_text2 p,
#stories div div#reponse_text3 p,
#stories div div#reponse_text4 p{
	font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CC0000;
	background-color:inherit;
	text-align:center;
	padding:100px 15px 0;
	}
#stories div div#reponse_text p strong,
#stories div div#reponse_text2 p strong,
#stories div div#reponse_text3 p strong,
#stories div div#reponse_text4 p strong{
	display:block;
	padding-top:10px;
	}
#stories div div#reponse_text p strong a,
#stories div div#reponse_text2 p strong a,
#stories div div#reponse_text3 p strong a,
#stories div div#reponse_text4 p strong a{
	color:#1288D9;
	background-color:inherit;
	}
#stories div div#reponse_text p strong a:hover,
#stories div div#reponse_text2 p strong a:hover,
#stories div div#reponse_text3 p strong a:hover,
#stories div div#reponse_text4 p strong a:hover{
	text-decoration:underline;
	}
#stories div div#reponse_text2 p{
	padding-top:200px !important;
	}
#stories div div#reponse_text3 p{
	padding-top:160px !important;
	}
#stories div div#reponse_text4 p{
	padding-top:120px !important;
	}
#stories div div.contactReponse_text{
	float:left;
	height:410px !important;
	margin-top:15px !important;
	margin-right:20px;
	}
#stories a.closeBtn{
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	display:block;
	width:10px;
	height:10px;
	background:url(../images/close-btn.gif) 0 0 no-repeat;
	margin:0 0 0 340px;
	}
#stories a.contactCloseBtn{
	margin:0 0 0 647px !important;
	}
	
