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


#main_container {
	height: 100%;
	width: 100%;
}
/* CSS Document */


#footertextblock {
    width: 900px;
    margin: auto;
    /* padding-top: 25px; */
    padding-bottom: 45px;
    font-size: 12px;
    color: #9C9C9C;
}



#home_main_container {
	height: 100%;
	width: 100%;
	background-image: url(images/home_picture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_site_links {
	background-color: #000;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
/* Note 02-09-2024: Per John, I'm switching the topnav colors so that it is red on the active site and hover, and white on inactive. I'm choosing to switch the color codes here rather than update the html on each individual page. -Steve */
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.topnavpadred {
	color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}
.email {
	color: #b81800;
}

.topnavpadred:hover {
	color: #b81800;
	padding-right: 5px;
	padding-left: 5px;
}
.topnavpadwhite {
	color: #b81800;
	padding-right: 5px;
	padding-left: 5px;
}
body {
	margin: 0px;
}

#navigation_logos {
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	background-image: none;
	background-repeat: no-repeat;
}
#navigation_logos_home {
	height: 110px;
	width: 200px;
	float: left;
}
#navigation_logos_center {
	height: 110px;
	width: 400px;
	float: left;
}
#navigation_logos_right {
	height: 110px;
	width: 200px;
	float: right;
}
#navigation_logos_video {
	height: 110px;
	width: 285px;
	float: right;
	padding-right: 5px;
	background-image: url(images/american_made_logo.png);
	background-repeat: no-repeat;
	background-position: right;
}
#navigation_logos_bluearrow {
	height: 110px;
	width: 400px;
	float: right;
	text-align: right;
	vertical-align: middle;
}
#arrow {
	height: 110px;
	width: 85px;
	background-image: url(images/bluearrow.jpg);
	float: left;
}
#arrow_text {
	height: 65px;
	width: 315px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-top: 40px;
}
#arrow_text_two {
	height: 85px;
	width: 315px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
}
#arrow_three {
	height: 110px;
	width: 285px;
	float: left;
}

#navigation_buttons {
	height: 29px;
	width: 900px;
	padding-top: 7px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#navigation_buttons_container {
	height: 36px;
	width: 100%;
	background-color: #f2f2f2;
	opacity:0.9;
}
.navtextclicked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B81800;
}

.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.subnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.subnavtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.subnavtextdote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
}
.subnavtextdotetwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFFFFF;
}


.navtextdote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 3px;
	padding-left: 3px;
	color: #B81800;
}
.redbuttonbig {
	color: #b81800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.redbuttonbig:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.redbuttonsmall {
	color: #b81800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.redbuttonsmall:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000;
}

.bluebuttonsmall {
	color: #0442BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

.bluebuttonsmall:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
}


#content_box {
	background-color: #fcfcfc;
	height: 100%;
	width: 796px;
	float: left;
	border-width: 2px;
	border-style: solid;
	border-color: #ececec;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}
#system_box {
	float: left;
	height: 100%;
	width: 800px;
}
#system_box_pad {
	float: left;
	height: 100%;
	width: 800px;
	padding-top: 50px;
}
#system_box_left {
	float: left;
	height: 100%;
	width: 350px;
	padding-right: 50px;
}
#system_box_right {
	float: left;
	height: 100%;
	width: 400px;
}
#content_center {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}
#system_subnav {
	float: left;
	height: 30px;
	width: 900px;
	background-color: #B81800;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 10px;
}
.float_left {
	float: left;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #000;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
.table_title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #b81800;
}
.table_title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b81800;
}
.table_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.table_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.table_text2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#table_picture {
	float: left;
	height: 350px;
	width: 796px;
	border: 2px solid #000;
}
#table_box_one {
	float: left;
	height: 330px;
	width: 383px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#table_box_two {
	float: left;
	height: 330px;
	width: 383px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#table_box_two_top {
	float: left;
	height: 210px;
	width: 383px;
	padding-bottom: 10px;
}
#table_box_two_bottom {
	float: left;
	height: 110px;
	width: 383px;
}
#table_box_four {
	float: left;
	height: 330px;
	width: 275px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#table_box_five {
	float: left;
	height: 330px;
	width: 481px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#table_box_six {
	float: left;
	height: 330px;
	width: 481px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#table_box_seven {
	float: left;
	height: 330px;
	width: 275px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#table_pad {
	float: left;
	height: 50px;
	width: 800px;
	text-align: center;
}
#table {
	float: left;
	height: 100%;
	width: 800px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}
.bodylinkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b81800;
	line-height: 18px;
}
.bodylinkred:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
#about_text {
	height: 100%;
	width: 500px;
	float: left;
}
#about_pics {
	height: 100%;
	width: 246px;
	float: left;
	margin-right: 50px;
}
.about_pictures {
float: left;
margin-bottom: 25px;
box-shadow: 1px 1px 5px #000000;

}
#home_container_welcome {
	height: 100%;
	width: 100%;
}
#home_container_welcome_center {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#home_text_welcome {
	height: 95px;
	width: 725px;
	padding-top: 345px;
	text-align: center;
}
#home_container_info_center {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#home_container_info {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
}
#home_text_info {
	height: 350px;
	width: 725px;
	text-align: center;
}

#home_container_info_center_two {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#home_container_info_two {
	height: 100%;
	width: 100%;
	background-color: #ebebeb;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
}
#home_text_info_two {
	height: 200px;
	width: 900px;
	text-align: center;
	padding-top: 25px;
}


#footer {
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    vertical-align: bottom;
    padding-top: 23px;
    padding-bottom: 20px;
    color: #999;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

#floatbreaker {
	width: 900px;
	clear: both;	
}

.home1 {
	text-shadow: 1px 1px 1px #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #B81800;
	text-align: center;
}
.home1thingrey {
	text-shadow: 1px 1px 1px #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.home1thinblack {
	text-shadow: 1px 1px 1px #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.home2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #696969;
	text-align: center;
}
.home3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #696969;
	text-align: center;
	font-style: italic;
}
.home4 {
	color: #b81800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#content_left {
	float: left;
	height: 100%;
	width: 396px;
	padding-right: 50px;
}
#content_right {
	float: left;
	height: 100%;
	width: 350px;
}
.shadow {
box-shadow: 1px 1px 5px #000000;
}
#warranty_text {
	height: 100%;
	width: 625px;
	float: left;
		margin-right: 50px;

}
#warranty_pics {
	height: 100%;
	width: 125px;
	float: left;

}
#ta_series {
	height: 100%;
	width: 800px;
	text-align: center;
}
#header {
	height: 200px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	box-shadow: 0px 0px 5px #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
