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

body{
	margin:0;
	padding:0;
	font-family:'avantgarde_bk_btbook';
	}
	
	
	

@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('avgardn-webfont.woff2') format('woff2'),
         url('avgardn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
	
ul,lil,div,span,a,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	}
	
.header{
	background:#323232;
	height:110px;
	padding:10px;
	}
	
.wrapper{
	width:1100px;
	margin:0 auto;
	}
	
.logo{
	float:left;
	}
	
.top-right{
	float:right;
	color:#CCC;
	}
	
.top-right img{
	float:right;
	}
	
.call{
	margin-top:20px;
	color:#FFF;
	font-size:22px;
	}
	
.clear{
	clear:both;
	height:1px;
	line-height:1px;
	display:block;
	overflow:hidden;
	}	
	
#menu{
	background:url(../images/menubg.jpg) repeat-x;
	width:77%;
	height:58px;
	position:absolute;
	z-index:1;
}

#menu ul {
	float:right;
	}

#menu ul li{
	float:left;
	list-style-type:none;
	padding:20px 30px;
	font-weight:bold;
	}
	
#menu ul li a{
	color:#333;	
	text-decoration:none;
	text-transform:uppercase;
	}


#slider{
	width:100%;
	height:500px;
	}

#slider-bottom{
	background:#f1c00a;
	padding:30px 0;
	font-size:20px;
	text-align:left;
	text-transform:uppercase;
	}
.get-a-quote{
	padding:10px 20px;
	background:#fff;
	width:150px;
	text-align:center;
	border-radius:10px;
	border:1px solid #333;
	float:right;
	}
	
	
.welcome{
	margin:30px 0;
	}
	
.welcome p{
	color:#323232;
	line-height:22px;
	font-size:14px;
	}
	
h1{
	color:#323232;
	font-size:35px;
	margin-bottom:10px;
	height:40px;
	}
	
h2{
	color:#323232;
	font-size:35px;
	margin-bottom:10px;
	height:40px;
	border-bottom:3px solid #333;
	font-weight:bold;
	}
	
.welcome img{
	float:left;
	margin-right:20px;
	}
	
.services{
	text-align:center;
	}
	
.services2 ul li{
	text-align:left;
	line-height:28px;
	}
	
.tab1{
	width:330px;
	text-align:center;
	float:left;
	margin-right:17px;
	margin-left:17px;
	}
	
h4{
	height:30px;
	line-height:30px;
	
	font-size:18px;
	color:#151519;
	}
	
#footer{
	background:#272727;
	padding:20px;
	margin-top:20px;
	}
	
.phone{
	float:left;
	width:320px;
	line-height:50px;
	color:#FFF;
	text-indent:20px;
	font-size:24px;
	}
	
	.phone img{
		float:left;
		}
		
	.location{
	float:right;
	width:440px;
	line-height:50px;
	color:#FFF;
	text-indent:20px;
	font-size:20px;
	}
	
	.location img{
		float:left;
		}
		
	.left{
		float:left;
		}
		
	.right{
		float:right;
		}
		
	.copyright{
		color:#dfdfdf;
		border-top:1px solid #dfdfdf;
		padding:20px 0;
		font-size:13px;
		margin-top:20px;
		}
		
		
	.Feedbackform {
	padding: 0;
	float: left;
}
.Feedbackform input[type="text"] {
	width: 200px;
	margin-bottom: 10px;
	padding: 6px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform textarea{
	width: 250px;
	margin-bottom: 10px;
	padding: 6px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform input[type="submit"] {
	background:#da2a29; 
	border: none;
	margin-top:8px; 
	padding:5px 0; 
	cursor:pointer; 
	color:#FFF; 
	width: 90px;
	font-weight:bold;
	float: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Feedbackform input[type="submit"]:hover {
	background:#c6201f;
}
.alertmsg {
	font-size:12px; 
	color:#F00; 
	font-style:none;
	padding: 10px 0;
}
.code-sec {
	clear:left;
}

.content{
	position:relative;
	top:500px;
	}
	
.content2{
	position:relative;
	top:100px;
	}
	
.map{
	float:right;
	}