
html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	overflow:scroll;
	background-color: #000;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;

}

a:link{ color: #b82025; }

a:visited{ color: #b82025; }

a:hover, a:focus{ color: #b82025;	text-decoration:none; }

p{	
	margin:1em 0; 
	margin-left: 40px;
	margin-right:40px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #000000; margin-bottom:0.5em; padding-top:5px; }

h1{ 
	font-size:24px;
	margin: 10px 40px 20px 20px;
}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#header {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:120px;
	background:url(../img/headerbg.png) no-repeat #000;
	left:0;
	top: 0;
	margin:0 0 0 0;
	border:solid #b82025;
	border-width:0 0 6px 0;
}

#headerline{
	display:block;
	position: relative;
	padding:0;
	width:100%;
	height:113px;
	top: 0;
	margin:0 0 0 0;
	border:solid #b82025;
	border-width:0 0 1px 0;
}

#footer {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:auto;
	background: url(../img/footerbg.png) repeat-x #b82025;
	left:0;
	top: 476px;
	margin:0 0 0 0;
	border:solid #b82025;
	border-width:6px 0 0px 0;
}

#footercontent{
	position:relative;
	width:940px;
 	margin-left: auto;
	margin-right: auto;
	top:-34px;
}

div#container {
    position: relative;
    width:1000px;
    height:0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    margin-bottom: 0;
    padding: 0 0 0 0;
    z-index: 1;
}

#logo{
	display:block;
	position: absolute;
	width:243px;
	height:186px;
	background: url(../img/logo.png) no-repeat 0 0;
	left: 20px;
	margin:0 0 0 0;
	top:1px;
	overflow:hidden;
	z-index:200;

	text-indent:999em;
	line-height:999em;
}

#american{
	display:block;
	position: absolute;
	width:120px;
	height:52px;
	background: url(../img/madeinamerica.png) no-repeat 0 0;
	left: auto;
	right: 19px;
	margin:0 0 0 0;
	top:15px;
	overflow:hidden;
	z-index:20;

	text-indent:999em;
	line-height:999em;
}

#leftform {
		float:left;
		margin-top:0px;
		margin-left:40px;
		margin-right:20px;
		padding-right:20px;
}

/*Sub Page Styles*/
#subcontainer {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:auto;
	background: url(../img/footerbg.png) repeat #b82025;
	left:0;
	top: 226px;
	margin:0 0 0 0;
	border:solid #b82025;
	border-width:6px 0 0px 0;
}

#subcontainer_wrap { 
	position: relative;	
	top: 0px;
	margin: 20px auto 20px auto;
	clear: both;
	overflow: hidden;
	width:940px;
}

#subcontainer_content {
	display: inline-block;
	background-color: #f1edee;
	color: #000;
	border:solid #000;
	border-width:3px;
	padding:20px 0 40px 0;
	width:99%;

	opacity: 0.90;
	filter: alpha(opacity = 90);
	-moz-opacity:0.90;
}

#leftsubhead{
	display:block;
	position: absolute;
	width:389px;
	height:100px;
	background: url(../img/sub/products.png) no-repeat 0 0;
	left: 0px;
	right: auto;
	margin:0 0 0 0;
	top:126px;
	overflow:hidden;
	z-index:-200;

	text-indent:999em;
	line-height:999em;
}

#map{
	display:block;
	float:left;
	width:500px;
	height:350px;
	margin: 20px 20px 20px 40px;
	border: solid #b82025 1px;
}

#rightform {
	float:right;
	width: 300px;
	height: 350px;
	overflow:auto;
	margin: 20px 40px 20px auto;
}
