body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D6D6D6;
}
#services #wrapper {
	width: 100%;
	text-align: left;
	height: 100%;
}
#index #wrapper {
	width: 100%;
	text-align: left;
	height: 100%;
}
#wrapper #topnav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/NAV_BG.jpg);
	background-repeat: repeat-x;
	height: 70px;
}
#topnav #navwrapper  {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 70px;
}
#wrapper #topnav h1 {
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 70px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -0px;
	background-position: center;
	background-attachment: scroll;
}
#wrapper #topnav h1 a {
	display: block;
	height: 100%;
	width:100%;
}
#topnav h1 span {
	display: none;
}
#wrapper #topnav #navMenu {
	list-style:none;
	text-align:center;
	height: 50px;
	width:720px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: 0px;
}

#wrapper #topnav #navMenu li {
	float:left;	/* default background image	*/
	width:120px;							/* width and height of the menu item */
	height:50px;
	position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	background-image: url(images/ROLLOVER2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	}

#wrapper #topnav #navMenu li a {
	display:block;
	position:relative;
	color:#FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
	height: 50px;
	line-height: 45px;
	text-indent: -7px;
	text-shadow: 1px 1px 2px #888;
	font-weight: bold;
	z-index: 20;
	}
#wrapper #topnav #navMenu li .hover {
	position:absolute;	/* must be postion absolute 	*/
	width:120px;	/*	width, height, left and top to fill the whole LI item	*/
	height:50px;
	left:0;
	top:0;
	z-index:0;		/* display under the Anchor tag	*/
	display:none;	/* hide it by default	*/
	background-image: url(images/ROLLOVER2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#wrapper #topnav #navMenu li .focus {
	-moz-outline: none;
}

#wrapper #topnav #navMenu li .home {
   background-image: url(images/ROLLOVER2.jpg);

	background-repeat: no-repeat;
	background-position: left center;
	}

#wrapper #topnav #navMenu li a:hover {
	color: #000;
}
#wrapper #topnav #navMenu li a:focus {
	-moz-outline: none;

}
#wrapper #topnav #navMenu li a.home {
	color: #264C74;
	font-weight: bold;
}
#wrapper #content {
	width: 100%;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/servicesfade.jpg);
	height: auto;
}
#index #wrapper #content #uppercontentwrap {
	background-image: url(images/frontpic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
#wrapper #content #uppercontent {
	height: 385px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#services #wrapper #content #upcontentservice {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 131px;
	background-image: url(images/topbannerfade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}
#services #wrapper #content #upcontentservice #upcontentservicepic {
	background-image: url(images/topbanner.jpg);
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 131px;
	background-repeat: no-repeat;
	background-position: center top;
}
#services #wrapper #content #lowercontentserviceholder {
	background-image: url(images/frontpic2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	position: relative;
	background-position: center top;
}
#services #wrapper #content #lowercontentserviceholder2 {
	background-image: url(images/frontpic6.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	position: relative;
	background-position: center top;
}
.rightcopy a {
    position: absolute;
    top: 52px;
    right: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.newpic{	background-image: url(images/frontpic6.jpg)!important;
	background-repeat: no-repeat;}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice{
	height: 100%;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #uppercontent h1 {
	color: #FFF;
	font-size: 36px;
	line-height: 42px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: bold;
}
#wrapper #content #uppercontent #video {
	position: absolute;
	width: 202px;
	background-repeat: no-repeat;
	float: left;
	top: 249px;
	height: 100%;
	right: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: justify;
}
#wrapper #content #uppercontent #video a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 28px;
}
#wrapper #content #uppercontent #video a:hover {
	color: #FF0;
}
#wrapper #content h1 {
	margin: 0px;
	padding: 30px;
}
.text-padding {
    padding: 0 50px;
}
#wrapper #content #videobox {
	position: absolute;
	float: left;
	background-image: url(images/fontbox.png);
	background-repeat: repeat-x;
	height: 190px;
	width: 230px;
	text-align: left;
	line-height: 20px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-position:  right top;
	top: 150px;
	right: 20px;
}
#index #wrapper #content #uppercontentwrap #lowercontent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col1wrap {
	float: left;
	height: 160px;
	width: 320px;
	text-align: justify;
	padding: 0px;
}
.frontcopy {
	padding: 0px;
	margin: 0px;
	width: 320px;
	color: #000;
	text-align: left;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col1wrap #col1textwrap {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/columlowertext.jpg);
	background-repeat: no-repeat;
}

#wrapper #content #lowercontent #col1 {
	width: 320px;
	background-repeat: no-repeat;
	padding: 0px;
	height: 40px;
	background-image: url(images/frontcolbutton.jpg);
	background-position: left top;
}

#index #wrapper #content #uppercontentwrap #lowercontent #col1wrap #col1 .fronttext a {
	text-decoration: none;
	color: #264C74;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col1wrap #col1 .fronttext a:hover {
	text-decoration: none;
	color: #000;
	background-position: left bottom;
}
#wrapper #content #lowercontent #col2 {
	width: 320px;
	background-repeat: no-repeat;
	padding: 0px;
}
#wrapper #content #lowercontent #col3 {
	width: 320px;
	padding: 0px;
	background-repeat: no-repeat;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col3wrap {
	float: left;
	width: 320px;
}
#footer  {
	position: relative;
	text-align: center;
	width: 1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#services #wrapper #footer #footercontent a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	position: relative;
	text-align: left;
	width: 1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
.headings {
	color: #333;
	line-height: 20px;
	font-weight: bolder;
	font-size: 18px;
}
.specialcopy {
	font-weight: bold;
}
.lilboldwhitetext {
	font-weight: bolder;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
.lilwhitetext {
	font-size: 14px;
	font-weight: lighter;
	color: #CCC;
}
.smalltext {
	font-size: 13px;
	color: #CCC;
	line-height: 17px;
	font-weight: lighter;
	margin: 0px;
	text-align: left;
}
.whiteheading {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 {
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-position: right top;
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 {
	width: 780px;
	height: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol22 {
	width: 100%;
	height: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 20px;
	min-height: 1000px;
	padding-top: 35px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder {
	height: 100%;
	width: 750px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #servicetitle {
	left: 0px;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	word-spacing: 1px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondrowpic {
	margin: 0px;
	padding: 0px;
	height: 115px;
	float: left;
	width: 110px;
	background-image: url(images/shipicon.jpg);
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondrowpic2 {
	margin: 0px;
	padding: 0px;
	height: 110px;
	float: left;
	width: 110px;
	background-image: url(images/shipicon.jpg);
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowpic {
	margin: 0px;
	height: 115px;
	width: 110px;
	clear: both;
	float: left;
	position: relative;
	background-image: url(images/truckicon.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondrow {
	line-height: 20px;
	text-align: justify;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	height: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondrowwarehouse {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 20px;
	margin: 0px;
	position: relative;
	text-align: justify;
	width: 325px;
	background-repeat: no-repeat;
	float: left;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrow {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	text-align: justify;
	line-height: 20px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	position: relative;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowabout {
	line-height: 20px;
	width: 650px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: both;
	background-image: url(images/line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 390px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #forthrow {
	height: 215px;
	clear: both;
	background-image: url(images/forthrowpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 770px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #forthrowabout {
	height: 380px;
	clear: both;
	background-image: url(images/forthrowpicabout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #forthrowhistory {
	height: 375px;
	clear: both;
	background-image: url(images/forthrowpichistory.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 650px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #forthrowhistory2 {
	height: 380px;
	clear: both;
	background-image: url(images/forthrowpichistory2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 650px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #forthrowtransport {
	height: 270px;
	clear: both;
	background-image: url(images/forthrowpictransport.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.bigheader {
	font-size: 30px;
}
.bigheader2 {
    font-size: 26px;
    /* text-align: center; */
    display: block;
    padding-top: 7px;
    padding-left: 48px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #sideMenu {
	list-style:none;
	position: relative;		/* z-index must be higher than .hover class */
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 30px;
	width: 190px;
	top: 30px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #sideMenu li a {
	width: 170px;
	height: 40px;
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 38px;
	background-image: url(images/servicebutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0px;
	padding-left: 15px;
	top: 0px;
	position: relative;
	font-weight: 400;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #sideMenu li a:hover {
	width: 170px;
	height: 40px;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 38px;
	background-image: url(images/servicebutton.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	margin: 0px;
	padding-left: 15px;
	font-weight: 400;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #sideMenu li a.overviewselected {
	text-decoration: none;
	color: #264C74;
	line-height: 40px;
	background-image: url(images/servicebutton.png);
	background-position: left bottom;
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
.blac_header {
	font-size: 21px;
	color: #264C74;
	font-weight: bolder;
}
#footer #footercontent      {
	height: 50px;
	width: 250px;
	position: relative;
	bottom: 0px;
	padding-top: 50px;
	padding-left: 40px;
	font-size: 12px;
	text-align: left;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #footer #footercontent a {
	text-decoration: none;
	color: #333;
		font-weight: bold;

}
#footercontent a:hover    {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.fronttext {
	font-size: 21px;
	color: #264C74;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col2wrap {
	width: 320px;
	float: left;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col1wrap #col1textwrap a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#index #wrapper #content #uppercontentwrap #lowercontent #col1wrap #col1textwrap a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
 #warehousevideo .lightwindow.page-options {
	display: block;
	height: 252px;
	width: 409px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowabout {
	line-height: 20px;
	width: 200px;
	text-align: justify;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 17px;
	padding-left: 20px;
	margin: 0px;
	position: absolute;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho {
	line-height: 20px;
	width: 710px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondtitlelic {
	height: 23px;
	padding-left: 30px;
	padding-top: 5px;
	background-image: url(images/whotitle.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondtitlelic2 {
	height: 23px;
	padding-left: 30px;
	padding-top: 5px;
	background-image: url(images/whotitle2.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhotext {
	padding: 20px;
	margin-left: 140px;
	height: 100px;
	background-color: #FFF;
	width: 530px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picadam.jpg);
	background-repeat: no-repeat;
}#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic2 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picernie.jpg);
	background-repeat: no-repeat;
}#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic3 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/piclagina.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic4 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picluz.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic4 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picluz.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic5 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picsarah.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic6 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/pickate.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic7 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picpatricia.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic8 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picanne.jpg);
	background-repeat: no-repeat;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowwho #secondrowwhopic9 {
	width: 140px;
	height: 140px;
	float: left;
	background-image: url(images/picjoe.jpg);
	background-repeat: no-repeat;
}

#wrapper #routeholder {
	background-image: url(images/servicesfade.jpg);
	background-repeat: repeat-x;
}
#wrapper #routeholder #routeholderpic {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	background-image: url(images/frontpic3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#index #wrapper #content #uppercontentwrap #uppercontentwrappic {
	background-image: url(images/frontpic.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondrowwarehouse2 {
	width: 320px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 400px;
	text-align: justify;
	line-height: 20px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowwarehouse {
	text-align: justify;
	clear: both;
	width: 710px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #missioncolum {
	padding: 10px;
	width: 300px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondrowwarehouseholder {
	clear: both;
	background-image: url(images/line2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	height: auto;
	padding-bottom: 20px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowholder #thirdrowpicware {
	padding: 0px;
	height: 110px;
	width: 115px;
	float: left;
	background-image: url(images/truckicon2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowholder #thirdrowware {
	padding-left: 130px;
	padding-right: 50px;
	text-align: justify;
	width: auto;
	padding-top: 15px;
	line-height: 20px;
}
#warehousevideo {
	width: 409px;
	height: 252px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	left: 230px;
	float: left;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowhistory {
	width: 650px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowholder {
	height: auto;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowholder {
	height: 110px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#services #wrapper #content #lowercontentserviceholder #contentclients {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 593px;
	background-image: url(images/frontpic5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientstitle {
	padding-left: 50px;
	padding-top: 35px;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist #clientscol {
	width: 220px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 35px;
	line-height: 25px;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 222px;
	padding-left: 0px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowtrans {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
	text-align: justify;
	padding-top: 15px;
	line-height: 20px;
	width: 600px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #secondholder #secondrowtrans2 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
	text-align: justify;
	padding-top: 10px;
	line-height: 20px;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist #customerscol {
	width: 720px;
	height: 500px;
	margin-left: 260px;
	padding-top: 10px;
	padding-left: 20px;
}
#clientslisttitle        {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#clientslisttitle2        {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	width: 680px;
	position: relative;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist #clientscol #clientsmenu {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist #clientscol #clientsmenu li {
	list-style:none;
	height: 35px;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist #clientscol #clientsmenu li a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#services #wrapper #content #lowercontentserviceholder #contentclients #clientslist #clientscol #clientsmenu li a:hover {
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #testimonials {
	width: 160px;
	height: 300px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: left;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #testimonialtitle {
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #264C74;
	font-weight: bold;
	width: 170px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #testimonials #testimonialfooter {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol1 #servicecol1holder {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#index #wrapper #content #footer #footercontent a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#services #wrapper #content #lowercontentserviceholder #lowercontentservice #servicecol2 #thirdrowabout2 {
	line-height: 20px;
	width: 650px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: both;
	background-image: url(images/line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
