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

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body{
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #E60303;
	border: 1px solid #006;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}
h1 {
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h2 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}
h4 {
	font-size: 15px;
	line-height: 1.4em;
}
p {
	margin: 15px 0;
}
ol, ul {
	list-style-type: initial;
}

strong {
	font-weight: bold;
}

#container {
	background: #FFF;
	border: 1px solid #006;
	float: none;
	max-width: 1050px;
	width: 100%;
	margin: 10px auto;
	margin-bottom: 0px;
	padding-bottom: 75px;
	position: relative;
}

#header {
	background:#FFF;
	float: none;
	width: 1035px;
	height: 175px;
	margin-top: 25px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	position: relative;
}
#header img.logo {
	width: auto;
	max-width: 100%;
}
#header .header-contact {
	font-size: 65px;
	line-height: 65px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	bottom: 5px;
	right: 200px;
}
#header .header-contact a {
	text-decoration: none;
}
#header .header-contact a:hover {
	color: #000000;
}

#container .fb-like {
	float: right;
	height: 25px;
	position: absolute;
	top: 165px;
	right: 15px;
}
.facebook-button {
	position: absolute;
	top: 0;
	right: 20px;
}
.slicknav_menu {
	display: none;
	background-color: #333333;
}
.slicknav_btn {
	background-color: #e60303 !important;
}
.slicknav_nav a {
	color: #FFFFFF !important;
}

#content {
	float: left;
	height: auto;
	width: 825px;
	margin: 10px;
	color: #000;
	padding: 20px;
}

#sidebar {
	margin-top: 40px;
	float: right;
	width: 150px;
	color:#000;
}

#footer {
	background: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: auto;
	padding: 10px 0 30px 0;
}
#footer a {
	color: #FFFFFF;
}

#truck_info{
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	color: #000;	
}
#truck_info ul {
	list-style-position: inside;
}

#red_text_box {
	width:850px;
	padding:1px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom: 10px;
	border:1px solid blue;
	background-color: #e60303;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5px 5px 3px #000000;
	text-align:left;
	min-height: 180px;
}
#red_text_box img {
	float: right;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}
#red_text_box a {
	display: block;
	text-decoration: none;
}

.red-text {
	background-color: #e60303;
	padding: 20px;
	border: 1px solid #000000;
}

#red_text_box_contact {
	width:850px;
	padding:1px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid blue;
	background-color: #e60303;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5px 5px 3px #000000;
	text-align:left;
}

#trucks {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
#trucks > ul {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#trucks > ul > li {
	float: left;
	width: 25%;
}
#trucks > ul > li a {
	display: block;
}
#trucks > ul > li p {
	padding-top: 15px;
}

/*text styles*/
#container #trucks #content #course_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#container #trucks #content h4 {
	font-family: Arial, Helvetica, sans-serif;
}
/*link style*/

a:link    {color:#000000; background-color:transparent}
a:visited {color:#000000; background-color:transparent}
a:hover   {color:#00F; background-color:transparent}
a:active  {color:#000000; background-color:transparent}

