@charset "utf-8";
body  {
	background: #000000; /* change to change the background color */
	background-color: #3b70b4 /*0C0B5B*/ /*#1025FF*/ /* #083049*/;
/*	background-image: url(../img/layout.jpg);	*/
	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; /* change to change the text color */
	font-family: Myriad Pro;
	font-size: 80%;
}

/* Index.html (Main Template for each page) */
.thrColFixHdr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1270px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(../img/Header.png);
	height: 215px;
	width: 968px;
}
 
.thrColFixHdr #navbar1 {
	background-color: #3b70b4;
	height: 39px;
	width: 968px;
} 

.thrColFixHdr #navbar2 {
	background-color: #FFFFFF;
	height: 39px;
	width: 968px;
} 

.thrColFixHdr #mainContent {
	height: 910px;
	width: 968px;
	background-color: #FFFFFF;
} 

.thrColFixHdr #footer {
	height: 100px;
	width: 968px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	/*background-image: url(../img/Footer.png);*/
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.thrColFixHdr #footer_menu {
	float: left;
	background-color: #FFFFFF;
	height: 32px;
	width: 966px;	
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	text-align: center; 
	vertical-align: middle;
	font-family: Myriad Pro;
	font-size: large;
	color: #000;
}

.thrColFixHdr #copyright {
	float: left;
	background-color: #FFFFFF;
	height: 20px;
	width: 966px;	
	text-align: center; 
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	color: #000;
}

.thrColFixHdr #container #footer #footer_menu a:link {
	color: #000;
}
.thrColFixHdr #container #footer #footer_menu a:visited {
	color: #000;
}
.thrColFixHdr #container #footer #footer_menu a:hover {
	color: #F8931D;
}

.HomePage #main {
	font-family: Myriad Pro;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	width: 100%;	
}

.HomePage #image {
    background-image: url(../img/MainImage.png);
    background-color: #FFFFFF;	
	float:right;
	margin-top: 3px;
	margin-right: 28px;
	margin-bottom: 20px;
	margin-left: 0px;
/*	padding-bottom: 26px;*/
	/*width:40%;*/
	height: 480px;
	width: 646px;
/*    opacity: 0.85; */             /* CSS3 */
/*    -moz-opacity: 0.85; */        /* legacy Firefox */
/*    -khtml-opacity: 0.85; */      /* legacy Safari/Konqueror */
/*    filter: alpha(opacity=85); *//* MSIE */
/*	border-style:solid;
	border-width:2px;	*/
} 

.HomePage #products {
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 2px;
	padding-left: 12px;
	height: 590px;
	width: 280px;
}

.HomePage #products a img {padding:2;}

.HomePage #subscribe_wrapper {
	float: right;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
	width: 646px;
	border-style:solid;
	border-width:1px;
}

.HomePage #subscribe_words {
	float: left;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 8px;
	padding-left: 8px;
	height: 50px;
	width: 436px;
}

.HomePage #subscribe_button {
	float: right;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 8px;
	height: 40px;
	width: 170px;
}

.HomePage #logo_wrapper1 {
	float: left;
	background-color: #FFFFFF;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
	width: 1040px;
}

.HomePage #logo_wrapper2{
	float: left;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	height: 107px;
	width: 1040px;
}

.HomePage #logo1 {
	background-image: url(../img/lionel.jpg);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 59px;	
	height: 101px;
	width: 100px;
}

.HomePage #logo2 {
	background-image: url(../img/ath.gif);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;	
	height: 80px;
	width: 131px;
}

.HomePage #logo3 {
	background-image: url(../img/bachmann.png);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;	
	height: 62px;
	width: 62px;
}

.HomePage #logo4 {
	background-image: url(../img/mth_logo.png);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;	
	height: 61px;
	width: 175px;
}

.HomePage #logo5 {
	background-image: url(../img/atlas.png);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;	
	height: 71px;
	width: 126px;
}

.HomePage #logo6 {
	background-image: url(../img/team_associated.jpg);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 47px;	
	height: 48px;
	width: 176px;
}

.HomePage #logo7 {
	background-image: url(../img/traxxas.jpg);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 58px;	
	height: 69px;
	width: 173px;
}

.HomePage #logo8 {
	background-image: url(../img/hpi.jpg);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 58px;	
	height: 52px;
	width: 173px;
}

.HomePage #logo9 {
	background-image: url(../img/losi.jpg);
	float: left;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 58px;	
	height: 80px;
	width: 173px;
}

.ParkingPage #main {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;		
}

.ContactPage #main {
	font-family: Myriad Pro;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	width: 100%;	
}

.ContactPage #contact_table {
}

.HoursPage #hours {
	float: center;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	height: 100%;
	width: 100%;
}

.CalendarPage #calendar {
	float: center;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	height: 686px;/*600px;*/
	width: 553px;/*928px;*/
}

