@charset "UTF-8";
/* CSS Document */

body 
{
	background-image:url(images/rubber-tracks-bak2.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;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColFixCtr #container 
{
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 2px;
}
.oneColFixCtr #mainContent 
{
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
hr 
{
width:100%;
height:4px;
color:#fc0000;
}
.bottom-nav
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-image:url(images/td-bak.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	width:805px;
	padding:0px;
	border:thin;
	border-color:#00BF00;
}
.bottom-nav li
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
	display:inline;
	list-style-type:none;
	width:135px;
	padding:1px 1px;
}
.bottom-nav a:link, a:visited
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.address {
	/*background-color:#FFFBF0;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 12px;
	color: #FFFBF0; 
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 800px; 
	text-align: center;
}

img
{
	background:none;
	border:none;
}
.mainpic
{
	float:left;
	border:none;
	text-align:left;
	padding:4px 4px;
}

.stacked 
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
	width:150px;
}
.nav-Logo
{
	border:none;
	height:52px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:bottom;
}
.track-images
{
	float:left;
	border:none;
	/*height:52px;*/
	padding-left:5px;
	padding-right:5px;
	height:180px;
	display:block;
}
.phone
{
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffde15;  /* rubbertrax yellow color */
	text-align:center;
	width:800px;
}


/* for navigation bar on top  */
.top-nav {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	background-image:url(pics/red_bar.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:800px;
	height:62px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.top-nav ul
{
list-style-type:none;
overflow:visible;
/*background-color:#ff3333;*/
}
.top-nav li 
{
float:left;
border-style:none;
border-width:0px;
border-color:#000000;
display:inline;
width:155px;
height:57px;
/*background-color:#ff0000;*/
text-align:center;
padding-top:8px;
}
.top-nav a:link,a:visited
{
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
color:#000000;
}
.top-nav a:hover,a:active
{
background-color:#cecece;
/*height:40px;*/
}
td
{
	text-align:left;
	text-decoration:none;
	margin:auto;
}
	
#trans
{
	height:1px;
	width:1px;
}

/* end of navigation css */
#container-footer 
{
	width:800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding:5px 5px;
	border:none;
}
.sideNav
{
		font-size:9px;
		color: #000000; 
		font-weight: bold;
		height:28px;
		width:800px;
		background-color:#cecece;
}
.sideNav li
{
float:left;
border:none;
display:inline;
width:150px;
padding-top:2px;
background-color:#cecece;
}
.sideNav a:link,a:visited
{
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
color:#000000;
padding:0px;
}
.sideNav a:hover,a:active
{
background-color:#000000;
color:#cecece;
padding:0px;
}
.mk_morse2 {
	border:none;
	padding:2px 2px;
	font-size: 12px; 
	text-align:left;
	width:100%;
	color: #000000;
}
.mk_morse2 a:link,a:visited,a:hover,a:active
{
	text-decoration:none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.headlines {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.headline3 {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.center
{
	margin:0 auto;
	text-align:center;
}

