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

body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF;width: 100%;
}
body, td, th {
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	
}
a:link {
	color: #ec0000;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #ec0000;
}
a:hover {
	text-decoration: none;
	color: #a4070d;
}
a:active {
	text-decoration: none;
	color: #ec0000;
}
h1 {
	color: #ec0000;
	font-size: 35px;
	font-weight: normal;
	margin: 0px 0px 35px 0px;
	line-height: 30px
}
h2 {
	color: #b7b7b7;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase
}
h3 {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;

}
h4 {
	color: #a4070d;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	
}
.headerCont {
	width: 100%;
	border-bottom: #000 1px solid;
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	height: 180px;
	
}
div.center {
	width: 960px;
	margin: 0px auto;
}
div.address {
	width: 278px;
	margin: 0px auto;
	float: left;
	font-size: 12px;
	color: #FFF;
	height: 22px;
	padding: 9px 0px;
	margin-bottom: 30px
}
div.nav {
	
	margin: 0px auto;
	float: right;
	border-left: #000 1px solid;
	height: 24px;
	padding: 8px 0px;
	background-image: url(/images/nav-bg.png);
	background-repeat: repeat-x;
	text-transform: uppercase;
	margin-bottom: 30px
}
.nav a:link, .nav a:active, .nav a:visited {
	color: #FFF;
	text-decoration: none;
	border-right: #000 1px solid;
	padding: 20px 14px 0px 14px;
	margin-top: -10px;
	font-weight: normal;
	font-size: 15px;
}
.nav a:hover {
	color: #CCC;
	text-decoration: none;
}
div.headerPhone {
	width: 300px;
	float: left;
	font-size: 37px;
	line-height: 30px;
	margin-left:25px
}

.hero {
	width: 100%;
	background-repeat:repeat-x;
	background-image:url(/images/hero-bg.png);
	height: 217px;
	border-bottom:#CCC 1px solid;
}

div.heroCenter {
	width: 960px;
	margin: 0px auto;
	background-image:url(/images/hero-section-bg.png);
	background-repeat:repeat-x;
	font-size:26px;
	color:#FFF;
	border-right: #fff 1px solid;
	height: 217px;
	
}

.hero .heroCenter img {
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	float: left;
}

#home {background-image: url(/images/home-bg.jpg);
background-position:center; 	height: 700px; border-bottom:none}

.homeContent {
	width: 570px;
	height: 571px;
	background-image: url(/images/home-content-bg.png);
	background-repeat: no-repeat;
	float: right;
	margin: 34px 0px;
	padding:30px;
	color:#fff;
}

div.sidebar {
	float: right;
	margin: 40px 0px 40px 0px;
}

div.content {
	width: 610px;
	float: left;
	margin-top: 40px;
	margin-bottom: 30px;
}

div.formBox {
	background-image:url(/images/form-bg.png);
	width: 263px;
	float: left;
	padding: 25px;
	background-repeat:repeat-x;
	color:#FFF;
	background-color:#a4070d;
	clear:both;
	border:#a4070d 1px solid

}

.formField {
	width: 240px;
	padding: 10px;
	border: 2px solid #a4070d;
	margin-left: -5px;
	font-size: 13px
}

div.recBox {

	width: 263px;
	float: left;
	padding: 25px;
	color:#000;
	background-color:#d2d2d2;
	clear:both;
	margin-top:25px;
	border:#999 1px solid
	

}




.footerCont {
	width: 100%;
	border-top: #000 1px solid;
	background-repeat: repeat-x;
	height: 180px;
	clear:both
}

.red {
	color: #ed1c25;
}
.footer {
	float: left;
	width: 520px;
	font-size: 12px;
	border-right:#efefef 1px solid;
	margin:35px 0px;
	height:150px
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #000;
	text-decoration: none;
	
}
.footer a:hover {
	color:#999;
	text-decoration: none;}
	
	.footerLogos {
	float: right;
	width: 420px;
	
	margin:35px 0px
}
	
#products {
	
	margin:5px 0px 30px 160px; 
}

.top {
	font-size: 26px;
}

li {
	list-style-image: url(/images/bullet.png);  
	
}

hr {
	margin:35px 0px;
	clear: both;
	
}

.products-service {
	font-size:25px; margin:40px 0px 0px 60px;
}

.contentBG {
	width: 100%;
	background-image: url(/images/body-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}

.logo {
	float:left; 
	max-width: 370px; 
	width: 100%;
}

@media all and (max-width: 600px) {
	.logo {
		float:left; 
		max-width: 270px; 
		width: 100%;
	}

	* {
		box-sizing: border-box;
	}

	.nav {
	
		margin: 0px auto;
		float: none !important;
		display: block;
		border-left: transparent 1px solid !important;
		height: auto !important;
		padding: 8px 0px;
		background-image: url(/images/nav-bg.png);
		background-repeat: repeat-x;
		background-size: cover;
		text-transform: uppercase;
		margin-bottom: 0px !important;
		text-align: center !important;

	}

	.nav a { display: inline-block; margin-top: -9px !important; border: transparent 0px solid !important; }

	.address {
		width: 100%;
		margin: 0px auto;
		float: none !important;
		display: block;
		font-size: 12px;
		color: #FFF;
		height: 40px !important;
		padding: 9px 0px;
		margin-bottom: 0px !important;
	}

	.headerPhone {
		width: 100% !important;
		margin-left: 0px !important;
		padding: 10px;
		background: rgba(255,255,255,0.8);
	}

	.center {
		width: 100% !important;
		margin: 0px auto;
	}
	
	.homeContent {
		width: 100% !important;
		
		height: 1024px !important;
		float: none !important;
		background: rgba(0,0,0,0.8);
		margin-top: 84px !important;
	}

	.recBox {
		width: 100% !important;
	}

	.footerLogos {
		width: 100% !important;
	}

	.footerLogos img {
		max-width: 409px;
		width: 100%;
	}

	.top {
		font-size: 20px;
	}

	.products-link {
		display: block;
		background: red;
		padding: 10px;
		text-align: center;
		line-height: 1.5;
	}

	#home {
		height: 1022px !important;background-size: cover;
	}

	.formBox {
		width: auto !important;
		float: none !important;
	}

	.headerCont {
		
		height: 190px;
		
	}

	.heroCenter {
		width: 100% !important;
	}

	.content {
		width: 100% !important;
		padding: 10px !important;
	}

	.products-service {
		font-size:25px; margin:40px 0 0 0 ;
	}

	.footer {
		float: none;
		display: block;
		padding: 10px;
		width: 100% !important;
		font-size: 12px;
		border-right:#efefef 1px solid;
		margin:35px 0px;
		height:150px
	}
}