@charset "UTF-8";
/* CSS Document */

/***********************************************************
*Global
************************************************************/

* {
	padding: 0; margin: 0;
}

body{
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #979a9d;
	line-height: 30px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0055a5;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 47px;
}

h3{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.fti{
	color: #000;	
}

.floorcovering{
	color: #0055a5;	
}

.list{
	list-style-image: url(../images/check.jpg);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #979a9d;
	list-style-position: outside;
	letter-spacing: -0.5pt;
	margin-left: 30px;
	margin-bottom: 10px;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0055a5;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

#wrapper{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 10px;
}

/***********************************************************
*Header
************************************************************/

#header{
	height: 105px;
	width: 980px;
	background-image: url(../images/header.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#tr_nav{
	float: right;
	height: 20px;
	width: 122px;
	margin-right: 23px;
	margin-top: 20px;
	font-size: 13px;
	text-align: center;
}

#home{
	float: left;
	height: 84px;
	width: 530px;
	overflow: hidden;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
#home span{
	display: none;
}
	
#home li, #home a{
	height:84px;
	display:block;
}
	
#home li{
	list-style:none;
	display: inline;
	float: left;
}
	
#homebtn{
	width: 530px;	
}
	
#homebtn a:hover{
	text-decoration: none;	
}

#qualified_header{
	height: 314px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/qualified_header.jpg);
	background-repeat: no-repeat;
	z-index: 3000;
	position: relative;
}

#headerbuttons{
	float: left;
	height: 105px;
	width: 732px;
	overflow: hidden;
	padding: 0px;
	margin-top: 146px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
}
	
#headerbuttons span{
	display: none;
}
	
#headerbuttons li, #headerbuttons a{
	height:105px;
	display:block;
}
	
#headerbuttons li{
	list-style:none;
	display: inline;
	float: left;
}
	
#manufacturersbtn{
	width: 363px;	
}
	
#manufacturersbtn a:hover{
	text-decoration: none;	
}

#trainingbtn{
	width: 363px;
	margin-left: 6px;
}
	
#trainingbtn a:hover{
	text-decoration: none;	
}

/***********************************************************
*Subpage Header
************************************************************/

#subpage_header{
	background-image: url(../images/subpage_header.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
}

/***********************************************************
*Navigation
************************************************************/

#main_nav {
	position: relative;
	height: 20px;
	z-index: 3000;
	padding-top: 13px;
}

#imagebar{
	background-image: url(../images/imagebar.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 990px;
	margin-bottom: 40px;
}

#nav{
	float: right;
	font-size: 16px;
	list-style: none;
	z-index:2000;
}

#nav li {
	float: left;
}

#nav li a{
	display: block;
	padding-right: 50px;
	color: #0055a5;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	padding-bottom: 0px;
	margin: 0px;
	height: 20px;
}

#nav li:hover > a{
	text-decoration: underline;	
}

#nav_dir li a{
	margin: 0px;
	font-size: 12px;
	display: block;
	height: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
	
#nav a:hover{
	text-decoration: underline;	
}

#nav_dir ul{
	width: 100px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 1000;
	background-color: #FFFFFF;
}

#nav_dir li{
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	display: block;
	width: 100%;
}

#nav_dir:hover > ul{
	visibility:visible;
}

.twoline{
	line-height: 12px;
}

/***********************************************************
*Main Content
************************************************************/

#main_content{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	margin-top: 25px;
}

#leftcol{
	margin-left: 19px;
	width: 304px;
	margin-right: 25px;
	height: 100%;
	float: left;
}

#rightcol{
	height: auto;
	width: 582px;
	margin-right: 25px;
	margin-left: 25px;
	float: right;
}

#main_content a{
	font-family: Arial, Helvetica, sans-serif;
	color: #e9880b;
	text-decoration: none;	
}

#main_content a:hover{
	text-decoration: underline;	
}

/***********************************************************
*Box
************************************************************/

#boxwrapper{
	height: auto;
	width: 187px;
	float: left;
}

#boxwrappermiddle{
	height: auto;
	width: 187px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#boxhead{
	background-image: url(../images/boxheader.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 187px;
	float: left;
}

#boxback{
	min-height:100px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/boxrepeat.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 187px;
}

#boxcontent{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#boxcontent p{

}

#boxcontent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c5da8;
	line-height: 14px;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: -0.5pt;
}

#boxcontent a{
	color: #0c5da8;	
}

#boxfooter{
	background-image: url(../images/boxfooter.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 187px;
	float: left;
}

/***********************************************************
*Find Contractor
************************************************************/

#find_contractor{
	float: left;
	margin-bottom: 20px;
}

#findcontractor{
	background-image: url(../images/find_contractor.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 67px;
	width: 304px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
	
#findcontractor span{
	display: none;
}
	
#findcontractor li, #findcontractor a{
	height:67px;
	display:block;
}
	
#findcontractor li{
	list-style:none;
	display: inline;
	float: left;
}
	
#find{
	width: 304px;	
}
	
#find a:hover{
	text-decoration: none;	
}

/***********************************************************
*Testimonial Box
************************************************************/

#testimainhead{
	background-image: url(../images/testimain_header.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 582px;	
}

#testihead{
	background-image: url(../images/testi_head.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 304px;
	float: left;
}

#testimainback{
	background-image: url(../images/testimain_repeat.jpg);
	background-repeat: repeat-y;
	min-height: 100px;
	height: auto;
	width: 582px;
	overflow: hidden;	
}

#testiback{
	min-height:200px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/testi_background.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 304px;
}

#testimaincontent{
	padding-right: 20px;
	padding-left: 20px;	
}

#testicontent{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #0c5da8;
	line-height: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#testimaincontent p{

}

#testicontent p{

}

#testimaincontent h1{
	
}

#testicontent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c5da8;
	line-height: 14px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.testimonialmain{
	color: #f48706;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
}

.testimonial{
	color: #f48706;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.testimonialmaincredit{
	color: #f48706;
	text-align: right;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}

.testimonialcredit{
	color: #f48706;
	text-align: right;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}

#testimainfooter{
	background-image: url(../images/testimain_footer.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 582px;
	margin-bottom: 20px;
}

#testifooter{
	background-image: url(../images/testi_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 304px;	
	float: left;
}

/***********************************************************
*FTI Box
************************************************************/

#ftibox_head{
	background-image: url(../images/ftibox_header.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 304px;
	float: left;
}

#ftibox_back{
	min-height:200px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/ftibox_background.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 304px;
}

#ftibox_content{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #0c5da8;
	line-height: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#ftibox_content p{
	font-size: 16px;
	line-height: 20px;
}

#ftibox_content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c5da8;
	line-height: 14px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.testimonial{
	color: #f48706;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.testimonialcredit{
	color: #f48706;
	text-align: right;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
}

#ftibox_footer{
	background-image: url(../images/ftibox_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 304px;
	float: left;
}

/***********************************************************
*Expertise L & R Box
************************************************************/

#expertise_lbox{
	float: left;
	height: auto;
	width: 200px;	
}

#expertise_rbox{
	float: right;
	height: auto;
	width: 380px;
}

/***********************************************************
*Footer
************************************************************/

#footer{
	background-image: url(../images/footer_image.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	clear: both;
	margin-top: 10px;
	background-color: #FFF;
}

/***********************************************************
*Addres boxes
************************************************************/

#addressbox {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: normal;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	margin-right: 4px;
	float: left;
	height: 105px;
	padding-top: 4px;
}

#addressbox h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #666666;

}

#addressbox p {
	line-height: normal;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #666666;

}
