body {
	background-color: #FFFFFF;
}
#header {
	position: relative;
	width: 980px;
	max-width: 96%;
	margin: 35px auto 5px auto;
}
img {
	max-width: 100%;
}
#amerLogo {
	float:left;
	margin-top: 15px;
}
#contactInfo {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	margin: 0px 10px 0px 15px;
}
#contactInfo a {
	color: #333333;
	text-decoration: none;
}
#contactInfo a:hover {
	color: #333333;
	text-decoration: underline;
}
#navigation {
	position: relative;
	width: 980px;
	max-width: 100%;
	height: 55px;
	margin: 6px auto;
	text-align: center;
	background-color: #00007C;
		/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #3131AB), color-stop(1, #00007C));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #3131AB 0%, #00007C 100%);
		
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		box-shadow: 3px 3px 13px #999999; 
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#navigation ul li {
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	margin: 12px 8px 8px 8px;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
}
#navigation ul li a {
	padding: 6px 10px 6px 10px;
	color: #FFFFFF;
	background-color: #F30134;
	text-decoration: none;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	border: solid 1px #F30134;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: solid 1px #FFFFFF;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
}
#mainArea {
	position: relative;
	width: 920px;
	max-width: 96%;
	height: auto;
	margin: 6px auto;
	padding: 20px 30px 20px 30px;
	text-align: center;
	background-color: #FFFFFF;
		
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		box-shadow: 3px 3px 13px #999999; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 135%;
}
.basicTxt a, h1 a, h2 a, h3 a {
	color: #333333;
	text-decoration: none;
}
.basicTxt a:hover {
	color: #333333;
	text-decoration: underline;
}
.largeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
.largeRedTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.largeRedTxt a {
	color: #CC0000;
	text-decoration: none;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.smallTxt a {
	color: #00007C;
	text-decoration: none;
}
.smallTxt a:hover {
	color: #999999;
	text-decoration: underline;
}
.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.productArea {
	position: relative;
	width: 80%;
	height: auto;
	text-align: center;
		border:solid 1px #999999;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		box-shadow: 3px 3px 13px #999999; 
}
.spreadOut {
	margin-left: 5px;
	margin-right: 5px;
}
#mLink {
	/* padding: 6px 10px 6px 10px;
	color: #FFFFFF;
	background-color: #F30134;
	text-decoration: none;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	border: solid 1px #F30134; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 39px;
	padding-top: 12px;
	background-image: url(../images/menu-link.png);
	background-repeat: no-repeat;
	background-position: right 17px;
	text-align:center;
	line-height: 30px;
	display: none;
	width: 50px;
	margin: auto;
}
#mLink:hover {
	color: #DBDBDB;
	text-decoration: none;
	background-image: url(../images/menu-link.png);
	background-repeat: no-repeat;
	background-position: right 17px;
	cursor: pointer;	
}
.pageMain {
	position: relative;
	width: 90%;
	margin: auto;
}
.contactLeftCol {
	float: left;
	width: 48%;
}
.contactRightCol {
	float: right;
	width: 48%;
}
.googleMap {
	width: 95%;
	margin: auto;
	height: 275px;
}
#contact textarea {
	max-width: 90%;
}
#contact input[type=text] {
	max-width: 90%;
}
#AWSimage {
	width: 97px;
}
#GAWDA {
	width: 160px;
}
#bottomLinks a {
	white-space: nowrap;	
}
.superMain {
	position: relative;
	width: 80%;
	margin: 45px auto;
}
.superLeftCol {
	float: left;
	width: 41%;
}
.superRightCol {
	float: right;
	width: 57%;
}
#testimonials {
	position: relative;
	width: 80%;
	height: auto;
	margin: auto;
}
.getQuote {
	position: relative;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 18px;
	line-height: 36px;
}
.getQuote a {
	position: relative;
	text-align: center;
	margin-top: 64px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 16px;
	border: solid 1px #CC0000;
	border-radius: 18px;
	background-color: #CC0000;	
}
#quoteFormWindow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	display: none;
	z-index: 100;
}
#quoteFormWindow iframe {
	position: relative;
	width: 550px;
	max-width: 80%;
	height: 68vh;
	margin: 100px auto 0px auto;
	text-align: center;
		border:solid 1px #999999;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		box-shadow: 3px 3px 13px #999999;
}
.qbClose {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 6px 16px;
	border: solid 1px #000000;
	border-radius: 16px;
	display: inline-block;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	#mainArea {
	padding: 20px 10px 20px 10px;
	}
	#navigation ul li {
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	margin: 12px 4px 8px 4px;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#navigation ul li a {
	padding: 6px 5px 6px 5px;
	color: #FFFFFF;
	background-color: #F30134;
	text-decoration: none;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	border: solid 1px #F30134;
	}
}

@media only screen and (max-width: 890px) {
	#header {
	text-align: center;
	}
	#contactInfo {
	float: none;
	clear:both;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	}
	#amerLogo {
	float:none;
	margin-top: 0px;
	}
	#mainArea {
	margin: 10px auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #FFFFFF;
		
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		box-shadow: 0px 0px 0px #FFFFFF; 
	}
	#navigation {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	padding-bottom: 10px;
	text-align: center;
	background-color: #00007C;
		/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #3131AB), color-stop(1, #00007C));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #3131AB 0%, #00007C 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #3131AB 0%, #00007C 100%);
		
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		box-shadow: 3px 3px 13px #999999;
	}
	#navigation ul {
	width: 100%;
	display: none;
	}
	#navigation ul li {
	float: none;
	}
	#navigation ul li a {
	display: block;
	}
	h1 {
	font-size: 28px;
	}
	h2 {
	font-size: 21px;
	}
	h3 {
	font-size: 16px;
	}
	.basicTxt {
	font-size: 14px;
	}
	#mLink {
		display: block;
	}
	.productArea {
	width: 90%;
	}
	.smallTxt {
	font-size: 12px;
	}
	.contactLeftCol {
	float: none;
	width: 78%;
	margin: auto;
	}
	.contactRightCol {
	float: none;
	width: 78%;
	margin: auto;
	}
	.googleMap {
	width: 65%;
	margin: auto;
	height: 275px;
	}
	.footerTxt {
	font-size: 16px;
	}
	.superMain {
	position: relative;
	width: 90%;
	margin: 45px auto;
	}
	.superLeftCol {
	float: none;
	width: 51%;
	margin: auto;
	
	}
	.superRightCol {
	float: none;
	width: 80%;
	margin: 35px auto 0px auto;
	}

}
@media only screen and (max-width: 600px) {
	.footerTxt {
	font-size: 14px;
	}
	.noMobile {
	display: none;
	}
	.smallTxt {
	font-size: 10px;
	}
	.basicTxt {
	font-size: 12px;
	}
	.superLeftCol {
	float: none;
	width: 81%;
	margin: auto;
	
	}
	.superRightCol {
	float: none;
	width: 100%;
	margin: 35px auto 0px auto;
	}
}
