@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #A6A6A6;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003094;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(file:///C|/Webs/Webs_Worked/gtschmidt_final.com/images/NavBackBlue.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 120px;
	background-color: #FFF;
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #003094;
}
.thrColFixHdr #container #sidebar1 p {
	color: #FFF;
	text-align: center;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #022F96;
	text-align: left;
} 
.thrColFixHdr #mainContent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.thrColFixHdr #mainContent p img {
	text-align: left;
	margin-right: 10px;
}

.thrColFixHdr #mainContent h1 {
	font-size: 150%;
	line-height: 120%;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.thrColFixHdr #mainContent h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 125%;
	line-height: 120%;
	padding-left: 0px;
	text-align: left;
}


.thrColFixHdr #mainContent h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 110%;
	text-align: left;
	line-height: 110%;
}
.thrColFixHdr #mainContent h4 {
	font-size: 105%;
	line-height: 110%;
}
.thrColFixHdr #mainContent h5 {
	font-size: 105%;
	line-height: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.thrColFixHdr #mainContent h6 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 115%;
	margin-bottom: 0px;
}

.thrColFixHdr #topnav {
	background-color: #003094;
	padding-top: 2px;
	height: 27px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003094;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #33C;
}


.thrColFixHdr #footer {
	padding: 0 55px 0 20px;
	border-top-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003094;
	text-align: center;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	background-color: #FFF;
} 

.thrColFixHdr #footer p {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #mainContent #blueline {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent .fltcenter {
	text-align: center;
}
.thrColFixHdr #mainContent .fltcenter_center {
	line-height: 100%;
	margin: 0px;
	text-align: center;
}
.thrColFixHdr #mainContent .fltcenterbold {
	text-align: center;
	font-weight: bold;
}
.thrColFixHdr #mainContent #button3   {
	background-color: #039;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	margin-left: 400px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	clip: rect(10px,auto,auto,auto);
}
.thrColFixHdr #header #topmiddle p {
	font-style: italic;
	color: #003094;
	text-align: center;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 120%;
}

.thrColFixHdr #mainContent p #image_right {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.thrColFixHdr #mainContent .prod_desc3 table tr td p img {
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.thrColFixHdr #container #mainContent #orange {
	color: #F63;
	font-weight: bold;
	font-size: 115%;
}
.thrColFixHdr #mainContent .fltcenter_orange {
	text-align: center;
	color: #F63;
}
#headerrighttop {
	padding-left: 80px;
	margin-top: 0px;
	padding-top: 10px;
}
#headerrightbot {
	margin-left: 10px;
	margin-right: 10px;
}
#headerrightbot form p {
	text-align: right;
}
#contact_us {
	border: 2px solid #999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #CCC;
	padding: 6px;
}
#literature {
	border: 2px solid #999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #CCC;
	padding: 6px;
}
#schedule {
	border: 2px solid #999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #CCC;
	padding: 6px;
}
#quote {
	border: 2px solid #999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #CCC;
	padding: 6px;
}
#footer hr {
	width: 60%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #003094;
}
#footer p.cprt {
	font-size: 80%;
}



#w_bullets {
	margin-right: 0px;
	margin-bottom: 5px;
}


#logo {
	width: 224px;
}

#headerright {
	width: 350px;
	margin-left: 620px;
	position: absolute;
	height: 100px;
	margin-top: 0px;
	top: 15px;
}
#topmiddle {
	width: 275px;
	margin-left: 320px;
	position: absolute;
	height: 95px;
	margin-top: 20px;
	top: 15px;
}
#table {
}
#controls {
	padding-left: 5px;
}
.thrColFixHdr #mainContent .fltcenterS {
	text-align: center;
	margin-top: 5px;
}



a {
	color: #039;
}
.link_noblue    {
	color: #000;
	text-decoration: none;
}
.link_red {
	color: #C00;
	text-decoration: underline;
	font-size: 110%;
	line-height: 130%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.link {
	color: #039;
	text-decoration: none;
}
.90percent_text {
	font-weight: normal;
	font-size: 90%;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.prod_desc {
	margin-left: 160px;
}
.prod_desc2 {
	margin-left: 250px;
}
.prod_desc3 {
	margin-left: 0px;
	margin-bottom: 10px;
}
.prod_desc3 h3 {
	margin-bottom: 0px;
	font-size: 115%;
	line-height: 115%;
}

.prod_desc4 {
	margin-left: 0px;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
}
.prod_desc4 h2 {
	margin-bottom: 0px;
}

.prod_desc5 {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 10px;
}



.red {
	color: #C00;
}
.red_right {
	color: #C00;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
}

.orange {
	color: #F63;
}

.bold {
	font-weight: bold;
}


.smaller_text {
	font-weight: normal;
	font-size: 85%;
}


.bottom_border {
	font-weight: normal;
	border-bottom-color: #03C;
	border-bottom-width: 5px;
}







.thrColFixHdr #sidebar2 #TopAd p {
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-size: 100%;
	line-height: 100%;
}
.thrColFixHdr #sidebar2 #TopAd_border {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #022F96;
	text-align: center;
}
.thrColFixHdr #sidebar2 #TopAd_border h3 {
	font-size: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 #TopAd_border h4 {
	font-size: 150%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 #TopAd_border p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height: 95%;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 #TopAd_border a  {
	line-height: 125%;
}

#sidebar2 #three_ads #TopAd_border #texttop p {
	font-size: 110%;
	line-height: 125%;
	color: #000;
	text-decoration: none;
}
#sidebar2 #three_ads #TopAd_border #texttop a {
	font-size: 100%;
	line-height: 125%;
	color: #C00;
	text-decoration: underline;
}


.thrColFixHdr #sidebar2  #MiddleAd{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #022F96;
	text-align: center;
}
.thrColFixHdr #sidebar2 #MiddleAd #textbox {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 5px;
	margin-left: 32%;
	width: 135px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 #MiddleAd #textbox p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
	line-height: 100%;
	white-space: nowrap;
}

.thrColFixHdr #sidebar2 #MiddleAd p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
.thrColFixHdr #sidebar2 #MiddleAd h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





.thrColFixHdr #sidebar2 #MiddleAd h4 {
	font-size: 150%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


.thrColFixHdr #sidebar2 #MiddleAd img {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 #MiddleAd2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #022F96;
	text-align: center;
}
.thrColFixHdr #sidebar2 #MiddleAd2 p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
}
.thrColFixHdr #sidebar2 #MiddleAd2 h3 {
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 90%;
}
.thrColFixHdr #sidebar2 #MiddleAd2 img {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}





.thrColFixHdr #sidebar2 #BottomAd {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #022F96;
	text-align: center;
}


.thrColFixHdr #sidebar2 #BottomAd img {
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.thrColFixHdr #sidebar2 #BottomAd h4 {
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}


.thrColFixHdr #sidebar2 #BottomAd #form1 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}



.thrColFixHdr #sidebar2 #BottomAd p {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 100%;
	text-align: center;
}
.thrColFixHdr #sidebar2 #BottomAd p.footnote{
	font-size: 85%;
	color: #333;
	padding-top: 5px;
}


.thrColFixHdr #mainContent table {
	text-align: left;
}


.thrColFixHdr #mainContent #bullet_boxes {
	width: 325px;
	float: left;
	margin-right: 45px;
	padding-top: 0px;
}
.thrColFixHdr #mainContent #button4 {
	background-color: #F63;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	margin-left: 400px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	clip: rect(10px,auto,auto,auto);
	font-weight: bold;
}
.thrColFixHdr #container #mainContent table tr td #form1 #OrderNow {
	background-color: #F63;
	color: #FFF;
	font-weight: bold;
}
#FLVPlayer {
	margin-bottom: 10px;
}
div#bullets_2d {
	width: 85%;
}
img.alt {
	color: #FFF;
}
.thrColFixHdr #container #header #topmiddle p {
	text-align: center;
}
.thrColFixHdr #container #mainContent #m4_bullets {
	font-size: 95%;
	margin-left: 265px;
	float: none;
}
.thrColFixHdr #container #mainContent .prod_desc_con {
	width: 315px;
	float: left;
	margin-right: 10px;
}
.thrColFixHdr #container #mainContent #form5 {
	color: #C00;
}

#button5 {
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	margin-left: 400px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	clip: rect(10px,auto,auto,auto);
	background-color: #CC3627;
	font-weight: bold;
}
#button6 {
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	clip: rect(10px,auto,auto,auto);
	background-color: #CC3627;
	font-weight: bold;
	text-align: center;
}
#header2 {
	margin-top: 3px;
	margin-bottom: 8px;
}
