@charset "UTF-8";
/* CSS Document */

<style type="text/css">

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	text-decoration: none;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/png/truck_second_draft_800X800.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #contact {
	font-family: "Comic Sans MS", cursive;
	width: 190px;
	height: 140px;
	margin-left: 120px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666666;
}









#mainMenu/*===================     main menu start           =====================*/
  {
	position: relative;
	left: 110px;
	top: 40px;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #truckMenu {
	height: 275px;
	width: 485px;
	float: right;
	position: relative;
	top: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	left: 7px;
	background-repeat: no-repeat;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 37px;
	margin-bottom: 0;
	margin-left: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "Comic Sans MS", sans-serif, "Times CE";
	display: block;
	color: #FFF200;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 10px;
	line-height: 25px;
	border: none;
	background-image: url(images/png/nav_lion.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}	
.oneColFixCtrHdr #container #mainContent #contact p a {
	color: #FBF22F;
	text-decoration: none;
}
	
	
#mainMenu li a:hover, #mainMenu li a:active {
	color:  #000;
	background-position: left top;
}

/*
#mainMenu li a.current {
	height: 25px;
	background: url(images/png/nav_lion.png) no-repeat;
	color: #000;
	line-height: 25px;
	
}*/

#mainMenu li a.current:hover {
	cursor: default;
}
.header2 {font-family: "Comic Sans MS", sans-serif, "Times CE"}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*----------- start original twitter css------------*/


.oneColFixCtrHdr #container #twitter_div .header2 #twitter-link {
	text-align: left;
}
.oneColFixCtrHdr #container #twitter_div {
	border-bottom-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	left: 125px;
	position: relative;
}


.oneColFixCtrHdr #container #twitter_div #twitter_update_list {
	font-family: "Comic Sans MS", sans-serif, "Times CE";
	text-decoration: none;
	color: #009900;
}
.oneColFixCtrHdr #container #twitter_div a:hover {
	font-family: "Comic Sans MS", sans-serif, "Times CE";
	color: #009900;
	text-decoration: none;
}
.oneColFixCtrHdr #container #twitter_div a:link, #container #twitter_div a:visited {
	font-family: "Comic Sans MS", sans-serif, "Times CE";
	color: #FF0000;
	text-decoration: none;
}





</style>

