/*  Essex Computer Solutions Ltd 2009 */
@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/background_truckcraft.gif);
}
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: static;
	left: 330px;
	top: 320px;
	right: auto;
	bottom: auto;
	background-image: url(../images/background_truckcraft.gif);
}

.twoColFixLtHdr #mainc {
	position:relative;
	height: 700px;
	}
.twoColFixLtHdr #mainContentHomePage {
	float: none;
	position: absolute;
	left: 302px;
	top: 14px;
	width: 680px;
	right: auto;
	bottom: auto;
	height: 402px;
	background-color: #FFFFFF;
	overflow: visible;
	margin: 0px;
	padding: 0;
	clear: none;
	border: medium solid #FFCC99;
} 

.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #container #mainc #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #FFFFCC;
}

.twoColFixLtHdr #mainContent {
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	position: absolute;
	left: 232px;
	top: 3px;
	width: 746px;
	right: auto;
	bottom: auto;
	height: 1100px;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr  #mainContentLarge {
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	position: absolute;
	left: 1px;
	top: 2px;
	width: 913px;
	right: auto;
	bottom: auto;
	height: 1450px;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #footerHome {
	height: 180;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	left: 80px;
	top: 500px;
	height: 1px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: absolute;
	width: 970px;
} 
.callus {
	position: absolute;
	left: -1px;
	top: 448px;
}
.signpost {
	position: absolute;
	left: -302px;
	top: -11px;
	height: 428px;
	width: 294px;
}

.homepageCentre  {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 443px;
	float: left;
	overflow: visible;
} 
.twoColFixLtHdr #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 */
	
}
.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;
}
.bluethin_picturebox {
	border: medium solid #336699;
	overflow: auto;
}
.lightredthin_picturebox {
	border: medium solid #df1732;
}
a:link {
	COLOR: #0000FF;
}
a:visited {
	COLOR: #0033CC;
}
a:hover {
	COLOR: #df1732;
}
a:active {
	COLOR: #0000FF;
}
.bullet {
	float: left;
	clear: left;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.photoCommercial1 {
	float: left;
	clear: left;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 461px;
	top: 164px;
}
.photoCommercial2 {
	float: left;
	clear: left;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 264px;
	top: 500px;
	background-image: url(../images/commercials.png);
}
.photoCommercial3 {
	float: left;
	clear: left;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 443px;
	top: 647px;
}
.photoCommercial4 {
	float: left;
	clear: left;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 217px;
	top: 455px;
}
.photoCommercial5 {
	float: none;
	clear: none;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 253px;
	top: 1224px;
	visibility: visible;
	overflow: visible;
}
.twoColFixLtHdr #mainContentmedium {
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	position: absolute;
	left: 1px;
	top: 2px;
	width: 913px;
	right: auto;
	bottom: auto;
	height: 854px;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.photoCommercial6 {
	float: none;
	clear: none;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 118px;
	top: 580px;
	visibility: visible;
	overflow: visible;
}
.photoVan1 {
	float: none;
	clear: none;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 82px;
	top: 118px;
	visibility: visible;
	overflow: visible;
}
.photoVan2 {
	float: none;
	clear: none;
	padding: 1px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	position: absolute;
	left: 22px;
	top: 874px;
	visibility: visible;
	overflow: visible;
}
.contactusbox {
	border: medium solid #FF0000;
	background-color: #FFFFFF;
}
.contactustext {
	border: medium none #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	filter: Invert;
}
.photoCommercial_background {
	
	background-image: url(../images/commercials.png);
}
