/* general body framework */
body{
	background: #fef0ab url(../images/css/background_gradient.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #4e4d4d;
}
.container a,
.container a:link,
.container a:visited,
.container a:active{
	text-decoration: underline;
	font-weight: bold;
	color: #b30206;
}
#header_wrapper{
	background: url(../images/css/container_top.jpg) no-repeat center top;
	padding-top: 278px;
}
#footer_wrapper{
	background: url(../images/css/container_bottom.jpg) no-repeat center bottom;
	padding-bottom: 36px;
}
#content_wrapper{
	background: url(../images/css/container_repeat.jpg) repeat-y center center; 
}
#lower_footer{
	text-align: center;
	margin-bottom: 20px;
}
#lower_footer a{
	color: #111;
}
#content_body{
	position: relative;
}
.container h2{
	color: #1f1f1f;
	font-size: 26px;
	line-height: 28px;
}
.container h3{
	color: #e37e04;
}
.subhead{
	color: #7f7f7f;
	font-weight: bold;
	font-size: 14px;
}
.spaced_list li{
	margin-top: 10px;
	margin-bottom: 10px;
}
.no_bullets{
	list-style: none;
}
.no_bullets li{
	list-style: none;
}
.container .grey{
	color: #4e4d4d;
}

/* logo */
#logo {
	margin: 0px;
	padding: 0px;
	width: 755px;
	height: 130px;
	position: absolute;
	top: -234px;
	left: -42px;
}
#logo a{
	display: block;
	background: url(../images/css/logo.jpg) no-repeat;
	text-indent: -999999px;
	width: 755px;
	height: 130px;
}

/* general navigation Main & Country */ 
ul#country_nav,
ul#main_nav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
}
ul#country_nav li,
ul#main_nav li{
	float: left;
	display: block;
	position: relative;
	z-index: 4500;
	margin: 0px;
	padding: 0px;
}
ul#country_nav li a,
ul#main_nav li a{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -999999px;
}

/* country nav */
ul#country_nav{
	top: -278px;
	right: -18px;
}
ul#country_nav a{
	height: 33px;
}
ul#country_nav a.selected{
	height: 122px;
}
ul#country_nav a#US{
	width: 145px;
	background: url(../images/css/menu_country_us.png) no-repeat left bottom;
}
ul#country_nav a#CA{
	width: 115px;
	background: url(../images/css/menu_country_ca.png) no-repeat left bottom;
	margin: 0px 10px;
}
ul#country_nav a#UK{
	width: 156px;
	background: url(../images/css/menu_country_uk.png) no-repeat left bottom;
}
ul#country_nav a#client_login{
	background: url(../images/css/menu_client_login.png) no-repeat left bottom;
	margin-left: 10px;
	width: 156px;
}

/*client login form*/
#client_login_form {
	background: #333;
	color: #fff;
	height: 40px;
	display: none;
}
#client_login_form #software_login_form{
	margin-left: 430px;
	position: relative;
	width: 700px;
}
#client_login_form .field{
	float: left;
	margin: 10px 10px;
	position: relative;
	width: 190px;
}
#client_login_form #subdomain{
	width: 50px;
}
#client_login_form .submit_field{
	margin-top: 8px;
	width: auto;
}

/* main nav */
ul#main_nav{
	top: -104px;
	left: -18px;
	width: 986px;
	background: url(../images/css/main_nav_shadow.jpg) no-repeat center bottom;
	padding-bottom: 10px;
}

ul#main_nav a{
	height: 47px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#main_nav a#home{
	background: url(../images/css/main_menu_home.jpg);
	width: 80px;
}
ul#main_nav a#damperservices{
	background: url(../images/css/main_menu_damperservices.jpg);
	width: 289px;
}
ul#main_nav a#firestopping{
	background: url(../images/css/main_menu_firestopping.jpg);
	width: 96px;
}
ul#main_nav a#doors{
	background: url(../images/css/main_menu_doors.jpg);
	width: 115px;
}
ul#main_nav a#reporting{
	background: url(../images/css/main_menu_reporting.jpg);
	width: 111px;
}
ul#main_nav a#about{
	background: url(../images/css/main_menu_about.jpg);
	width: 105px;
}
ul#main_nav a#photolum{
	background: url(../images/css/main_menu_photolum.jpg);
	width: 190px;
}
ul#main_nav a#home:hover,
ul#main_nav a#damperservices:hover,
ul#main_nav a#firestopping:hover,
ul#main_nav a#doors:hover,
ul#main_nav a#reporting:hover,
ul#main_nav a#about:hover,
ul#main_nav a#photolum:hover
{
	background-position: 0px -47px;
}
ul#main_nav li:hover a#home,
ul#main_nav li.over a#home,
ul#main_nav li:hover a#damperservices,
ul#main_nav li.over a#damperservices,
ul#main_nav li:hover a#firestopping,
ul#main_nav li.over a#firestopping,
ul#main_nav li:hover a#doors,
ul#main_nav li.over a#doors,
ul#main_nav li:hover a#about,
ul#main_nav li.over a#about,
ul#main_nav li:hover a#contact,
ul#main_nav li.over a#contact{
	background-position: 0px -47px;
}

ul#main_nav li ul { /* second-level lists */
	display: none;
	text-indent: 0px;
	position: absolute;
	z-index: 5000;
	top: 47px;
	left: -18px;
	
}
ul#main_nav li ul li a{ /* second-level list item */
	text-align: left;
	padding: 2px 10px 0px 10px;
	text-indent: 0px;
	color: #d0cece;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	height: auto;
	display: block;
	background: #1c1c1c;
	width: 178px;
}
ul#main_nav li#contact_li ul li a{
	width: 118px;
}
ul#main_nav li#damperservices_li ul li a{
	width: 245px;
}
ul#main_nav li#firedoors_li ul li a{
	width: 185px;
}
ul#main_nav li ul li a:hover{ /* second-level list item hover */
	background: #c87c20;
	color: #fff;
}
ul#main_nav li:hover ul, 
li.over ul { /* lists nested under hovered list items */
	display: block;
}


/* main page banner */
#one_third_right{
	position: relative;
	z-index: 0;
}
#page_banner,
#home_page_banner{
	position: relative;
	top: -35px;
	margin: 0px 0px -35px 0px;
	z-index: 0;
}
#home_page_banner{
	width: 950px;
	height: 410px;
}
#home_page_banner a{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#home_page_banner a.on{
	display: block;
}
#pager{
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 6000;
	/*height: 50px;*/
	height: 30px;
	width: 100%;
	background-repeat:repeat;
	position:absolute;
	bottom: 0px;
	left: 0px;
}
#pager_block{
	z-index: 6001;
	/*height: 50px;*/
	height: 40px;
	width: 100%;
	position:absolute;
	bottom: 0px;
	left: 0px;
}
#pager_block a{
	width: 12px;
	height: 12px;
	background: url(../images/css/pager.png) no-repeat left top;
	display: block;
	text-decoration: none;
	text-indent: -999999px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 5px;
}
#pager_block a.selected{
	background-position: left bottom;
}
a.sub-banner{
	display: block;
	margin-bottom: 20px;
}

/* sidebar */
#contact_phone,
#contact_questions{
	margin: 0px;
	padding: 0px;
}
#contact_phone a,
#contact_questions a,
#contact_button a{
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -999999px;
}
#contact_phone a{
	width: 304px;
	height: 77px;
	background: url(../images/css/sidebar_phone.jpg) no-repeat;
	margin-left: 5px;
}
#contact_questions a{
	width: 304px;
	height: 91px;
	background: url(../images/css/sidebar_questions.jpg) no-repeat;
	margin-left: 5px;
	margin-top: 20px;
}
#contact_button a{
	width: 297px;
	height: 91px;
	background: url(../images/css/sidebar_contact_us.jpg) no-repeat;
	margin-left: 13px;
}
#quick_contact{
	background: url(../images/css/quick_contact_bg.jpg) no-repeat;
	width: 297px;
	height: 545px;
	position: relative;
	margin-top: 10px;
	margin-left: 12px;
}
#quick_contact h2{
	display: none;
}
#quick_contact p
#quick_contact form{
	margin: 0px;
	padding: 0px;
}
#quick_contact input,
#quick_contact textarea,
#quick_contact select{
	font-family: Arial;
	position: absolute;
	top: 80px;
	left: 20px;
	background: #f0f0f0;
	height: 24px;
	width: 242px;
	font-weight: bold;
	color: #da7903;
	font-size: 16px;
	outline: none;
}
#quick_contact #qc_name{}
#quick_contact #qc_company{top: 120px;}
#quick_contact #qc_email{ top: 160px; }
#quick_contact #qc_phone{ top: 200px; }
#quick_contact #qc_ins_type{ top: 240px; height: 35px; width: 256px; padding-top: 5px;}
#quick_contact #qc_message{ top: 280px; height: 160px;}
#quick_contact #qc_spam{ top: 457px; right: 20px; left: auto; width: 65px;}
#quick_contact #qc_spam_label{
	position: absolute;
	top: 457px;
	left: 20px;
	width: 165px;
}
#quick_contact #qc_submit{
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
	bottom: -2px;
	right: -7px;
}
#social_box{
	background: url(../images/css/sidebar_social_box.jpg) no-repeat;
	width: 304px;
	height: 329px;
	margin-top: 10px;
	position: relative;
	margin-left: 5px;
}
#social_box p
#social_box form{
	margin: 0px;
	padding: 0px;
}
ul#social_menu{
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 22px;
	top: 86px;
}
ul#social_menu li{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul#social_menu li a{
	display: block;
	float: left;
	text-indent: -999999px;
	height: 50px;
}
ul#social_menu a#facebook{
	width: 46px;
	background: url(../images/css/icon_facebook.jpg) no-repeat;
}
ul#social_menu a#linkedin{
	width: 44px;
	background: url(../images/css/icon_linkedin.jpg) no-repeat;
}
ul#social_menu a#twitter{
	width: 44px;
	background: url(../images/css/icon_twitter.jpg) no-repeat;
}
ul#social_menu a#blog{
	width: 44px;
	background: url(../images/css/icon_wordpress.jpg) no-repeat;
}
ul#social_menu a#googleplus{
	width: 43px;
	background: url(../images/css/icon_google_plus.jpg) no-repeat;
}
ul#social_menu li#googleplus_li{
	width: 43px;
	margin-left: 4px;
	margin-top: 13px;
}
ul#social_menu a#youtube{
	width: 42px;
	margin-top: 1px;
	background: url(../images/css/icon_youtube.jpg) no-repeat;
}
#newsletter_submit{
	position: absolute;
	bottom: -2px;
	right: -5px;
}
#newsletter_email{
	position: absolute;
	top: 235px;
	left: 27px;
	background: #f0f0f0;
	height: 24px;
	width: 242px;
	font-weight: bold;
	color: #da7903;
	font-size: 16px;
	outline: none;
}
.home_feature{
	width: 294px;
	height: 272px;
	background: url(../images/css/home_feature_inspections.jpg) no-repeat;
	float: left;
	margin: 0px 11px 11px 0px;
	padding: 0px;
	position: relative;
}
.home_feature a{
	width: 92px;
	height: 45px;
	background: url(../images/css/home_featured_more.jpg) no-repeat;
	display: block;
	position: absolute;
	bottom: -5px;
	right: 0px;
	text-indent: -999999px;
}
.home_feature h3{
	margin: 105px 10px 12px 12px;
	padding: 0px;
	font-size: 16px;
}
.home_feature p{
	margin: 0px 12px 0px 12px;
	padding: 0px;
	color: #fff;
	line-height: 17px;
}
.home_feature_doors{
	background: url(../images/css/home_feature_doors.jpg) no-repeat;
}
.home_feature_markets{
	background: url(../images/css/home_feature_markets.jpg) no-repeat;
}
.home_feature_commissioning{
	background: url(../images/css/home_feature_commissioning.jpg) no-repeat;
}
.home_feature_firestopping{
	background: url(../images/css/home_feature_firestopping.jpg) no-repeat;
}
.home_feature_repair{
	background: url(../images/css/home_feature_repair.jpg) no-repeat;
}
.home_feature_photolum{
	background: url(../images/css/home_feature_photolum.jpg) no-repeat;
}
.two_thirds_left{

}
.one_third_right{

}
.no_header_image,
#no_header_image{
	position: relative;
	z-index: 0;
	top: -40px;
}
.no_header_image .two_thirds_left{
	position: relative;
	top: -20px;
}
ul#faq li.answer{
	list-style: none;
	margin-left: 18px;
}
ul#faq li.question{
	font-size: 20px;
}
ul#faq li.question h3{
	font-size: 18px;
}
.linkexample,
.htmlexample{
	padding: 10px;
}
.linkexample{
	border: 1px dotted #ccc;
}
.htmlexample{
	border: 1px solid #ccc;
	background: #efefef;
}
.linktouslist{
	display: block;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	clear: both;
	float: left;
}
.linktouslist .logospot{
	font-weight: bold;
	display: block;
	float: left;
	width: 50px;
	font-size: 14px;
}
.linktouslist .textspot{
	font-weight: normal;
	display: block;
	float: right;
	width: 534px;
}
ul#benefits li{
	margin-bottom: 15px;
}
.contact_us_button{
	width: 100px;
	height: 29px;
	display: block;
	text-indent: -99999px;
	background: url(../images/btn_contact_us.jpg) no-repeat;
}

/*form style*/
.form_row .req{
	font-weight: bold;
	color: #b60208;
}
.form_row label{
	font-weight: normal;
	display: block;
}
.form_row .textfield{
	background: #fff;
	border: 2px solid #d7d7d7;
	width: 270px;
	height: 25px;
	padding-top: 6px;
	padding-bottom: 1px;
	outline: none;
	font-size: 15px;
}
.form_row select.textfield{
	height: 35px;
}
.form_row .textfield:focus{
	outline: none;
}
.form_row .full_width{
	width: 97%;
}
.form_row select.full_width{
	width: 99%;
}
.form_row textarea{
	width: 97%;
	border: 2px solid #d7d7d7;
	outline: none;
	font-size: 15px;
}
.form_row .textarea{
	height: 97px;
}
.inline_form_row{
	float: left;
	display: block;
	width: auto;
}
.inline_form_row .textfield{
	margin-right: 19px;
	width: 279px;
}
.inline_form_row .last{
	margin-right: 0px;
}
#contact_form{
	display: block;
	padding: 0px;
	margin: 0px;
}
.inline_label label{
	display: block;
	float: left;
	margin: 8px 10px 0px 0px;
	width: 220px;
}
.inline_label .short{
	width: 75px;
}
.container .resources a,
.container .resources a:link,
.container .resources a:active,
.container .resources a:visited{
	text-decoration: none;
	color: #444;
}

#fire-marshals-table{
	border: none;
}
#fire-marshals-table td,
#fire-marshals-table th{
	border: none;
}
#fire-marshals-table a{
	display: block;
}
#fire-marshals-table b,
#fire-marshals-table i{
	font-weight: normal;
	font-style: normal;
}
#fire-marshals-table .phone,
#fire-marshals-table .state_name{
	white-space: nowrap;
	color: #4e4d4d;
	font-weight: bold;
}
#fire-marshals-table tr.odd td{
	background: #ededed;
}
#fire-marshals-table a.top_link{
	visibility: hidden;
}
#fire-marshals-table tr.hover a.top_link{
	visibility: visible;
}
#fire-marshals-table th{
	background: #1c1c1c;
	color: #d0cece;
	text-transform: uppercase;
	padding: 6px 10px;
}
#fire-marshals-table #state{
	background: #1c1c1c url(../images/th_bg_lt.jpg) no-repeat left center;
}
#fire-marshals-table #phone{
	background: #1c1c1c url(../images/th_bg_rt.jpg) no-repeat right center;
}

/* faq style */

#faq_table th,
#faq_table td{
	font-weight: normal;
}
#faq_table th{
	white-space: nowrap;
	font-weight: bold;
}
#faq_block ul li{
	font-weight: bold;
}
#faq_block ul li ul li{
	font-weight: normal;
}

/* blog style */
.article_preview{
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.blog_panel{
	margin: 12px 0px 12px 13px;
}
.blog_panel #archives{
	width: 297px;
	height: 67px;
	background: url(../images/css/sidebar_blog_pnl_articles.jpg) no-repeat;
}
.blog_panel #categories{
	width: 297px;
	height: 73px;
	background: url(../images/css/sidebar_blog_pnl_cats.jpg) no-repeat;
}
.blog_panel_content{
	background: url(../images/css/sidebar_blog_pnl_rpt.jpg) repeat-y;
	width: 297px;
}
.container .blog_panel_content a{
	color: #e48717;
}
.container .blog_panel_content span{
	color: #5b5b5b;
	display: block;
	font-weight: bold;
	margin: 0px 0px 0px 23px;
}
.container .blog_panel_content ul,
.container .blog_panel_content ul li{
	margin: 0px; padding: 0px; list-style: none;
	font-weight: bold;
}
.container .blog_panel_content ul{
	margin: 0px 0px 0px 23px;
}
.blog_panel_footer{
	width: 297px;
	height: 24px;
	background: url(../images/css/sidebar_blog_pnl_bottom.jpg) no-repeat;
}
#searchform{
	margin-left: 13px;
}
#click_to_call{
	margin-left: 11px;
	width: 297px;
	height: 91px;
	position: relative;
	background: url(../images/click-to-call-back.jpg) no-repeat;
}
#click_to_call p{
	display: none;
}
#click_to_call #phone1,
#click_to_call #phone2,
#click_to_call #phone3{
	position: absolute;
	left: 19px;
	top: 55px;
	width: 37px;
	height: 21px;
	background: none;
	border: none;
	outline: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
#click_to_call #phone2{
	left: 80px;
}
#click_to_call #phone3{
	left: 141px;
	width: 51px;
}
#click_to_call #phone4{
	position: absolute;
	right: -4px;
	bottom: -1px;
}
