/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
	
}

body {
	background-image:url(../images/as_bg1.jpg);
	background-repeat:repeat-x;
	background-color:#848484;
	
}

		
.rightFloat{
	float:right;
	margin-bottom: 20px;
	margin-left: 30px;
}


/*  --------- 2. structure  --------- */

#wrapper {
	width: 902px;
	padding-top:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	


#footer {
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 8px;
	background-image:url(../images/footerlined.gif)
	background-repeat: no-repeat;
	color: #9B0006;
	background-image: url(../images/footerlined.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 901px;
}
		
#text  {
	width:810px;
	padding-top: 55px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	background-repeat: repeat-y;
	background-position: right top;
}
		
#texttemplate  {
	width:880px;
	padding-top: 1px;
	padding-bottom: 20px;
	margin-left: 20px;
}
	
#texttemplateTwo {
	width:900px;
	padding-top: 1px;
	padding-bottom: 20px;
}
	
#content2  {	
	width: 899px;
	background-image: url(assets/logo.gif);
	background-repeat: no-repeat;
	border-width: 1px;
	 1px;
	border: solid;
	border-bottom-style: none;
	border: #ABABAB;
}


#content {
	width: 899px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABABAB;
	border-right-color: #ABABAB;
	border-bottom-color: #ABABAB;
	border-left-color: #ABABAB;
	background-color: #FFFFFF;
}
		
#nav {
	background: url(assets/logo.gif) no-repeat;
	height:32px;
	margin-bottom:5px;
}
		
#nav {
	background: url(assets/logo.gif) no-repeat;
	height:32px;
	margin-bottom:5px;
}
				
#contentLinks {
	background: url(../images/event_manegment.jpg)  no-repeat;
	padding-top: 12px;
	padding-left:5px;
} 		

#mainContent {
	padding: 20px 0 0;
	width: 300px;
	float: left;
	margin-right: 40px;
}

a {
	text-decoration: none;
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	color:#960006;
	font-size:12px;
	font-weight: bold;
}

#contactRight {
	width: 430px;
	float: right;
	padding-top: 25px;
	z-index: 1;
}
	
	
#contactLeft {
	width: 422px;
}
	
a:hover {
	text-decoration: underline;
}

.logoWrapper {
	margin: 3px 8px 3px 3px;
	float: left;
}
		
/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
	color: #000000;
	
}

body {
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color:#9B0006;	
}

h2 {

	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#9B0207;
}
		
.textHighlight {
	color: #960006;
	}		
		
p {
	margin-bottom: 1em;
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}
		
.regularLink {
color:#666666;
font-size:9px;
}
	
.regularLink:hover {
	text-decoration: underline;
}


.menu {
	font-family: "trebuchet MS", Helvetica, Arial, sans-serif;
	width:900px;
	top: 25px;
	left: 0px;
	font-size:11px;
	margin:2px 0 0px;
	z-index:100;
	background-image: url(../images/gradientslicetile.png);
	background-repeat: repeat-x;
	height: 35px;
}

.contNo {font-size: 15px}

/*divs for each menu item*/
.menu ul li a, .menu ul li a:visited { 
	font-weight:bold; 
	display:block; 
	padding-top: 3px; 
	margin-top: 0px; 
	text-decoration:none; 
	width:179px; 
	height:24px; 
	text-align:center; 
	vertical-align: center; 
	color:#ffffff; 
	border:0px solid #fff; 
	background: none; 
	background-position: 0% 40%; line-height:20px; font-size:11px; overflow:hidden;
	z-index:100;
}



.vert {
	background-image: url(images/gradientslicetile.png); 
	background-repeat: repeat-y;
}

.horiz {
	background-image: url(images/gradientslicetile.png); 
	background-repeat: repeat-x;
}

.both {
	background-image: url(images/gradientslicetile.png); 
	background-repeat: repeat;
}


/*shunt to move the menu to the right position*/
.dropmenushunt{
	padding-top: 200px; 
	padding-left: 16px;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	z-index:100;
}

.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative; 
	background-image: url(images/gradientslicetile.png); 
	background-repeat: repeat-x;
	z-index:100;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers: menu text rollover */
.menu ul li:hover a {
	color:#000000; 
	padding-top: 3px;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:26px;
	margin-top:1px;
	left:0; 
	width:200px;
}
.menu ul li:hover ul li a.hide {
	background:#0052a6; 
	color:#001144; 
	height: 20px;
}

.menu ul li:hover ul li:hover a.hide {
	background:#0052a6; 
	color:#fff;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000; 
	width: 175px; 
	height: 30px; 
	left: -40px; 
	padding-top: 2px; 
	text-align: left; 
	padding-left: 4px;
}

.menu ul li:hover ul li a:hover {
	background:#000000; 
	color:#fff;
}

.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:179px; top:0;
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}

.rightFloat, .rightPicture, #videoWindow{
float:right;
}

#videoWindow{
	height:214px;
	width:355px;
	background-repeat: no-repeat;
	float: right;
	margin-left: 20px;
	margin-top: 8px;
}

#vehicle image  {
	background-image:url(../images/vehicle.jpg)
	height:400px;
	width:300px;
	top: 600px;
	background-repeat: no-repeat;
	margin-top: 160px;
	background-image: url(../images/vehicle.jpg);
}
#masthead{
	background-image:none;
	width:100%;
	height:187px;
}

#haulageAntImage {
	height: 454px;
	width: 60px;
	float: left;
	background: url(../images/haulage.jpg) repeat-y;
	padding-left: 20px;
	margin-top: -2px;
}

#haulageAntImageTwo {
	height: 558px;
	width: 60px;
	float: left;
	background: url(../images/haulage.jpg) repeat-y;
	padding-left: 20px;
	margin-top: -2px;
}

#haulageAntImageThree {
	height: 724px;
	width: 60px;
	float: left;
	background: url(../images/haulage.jpg) repeat-y;
	padding-left: 20px;
	margin-top: -2px;
}

#palletsAntImage {
	margin-top: -1px;
	height: 762px;
	width: 60px;
	float: left;
	background: url(../images/palletts.jpg) repeat-y;
	padding-left: 20px;
}

#workforceAntImage {
	margin-top: -1px;
	height: 485px;
	width: 60px;
	float: left;
	background: url(../images/workforce.jpg) repeat-y;
	padding-left: 20px;
}

#twoStartAntImage {
	margin-top: -1px;
	height: 674px;
	width: 60px;
	float: left;
	padding-left: 20px;
	background: url(../images/2Start.jpg) repeat-y;
}

#haulageAntImage2 {
	height: 598px;
	width: 60px;
	float: left;
	background: url(../images/haulage.jpg) repeat-y;
	margin-top: -1px;
}

#palletsAntImage2 {
	height: 598px;
	width: 60px;
	float: left;
	background: url(../images/palletts.jpg) repeat-y;
	margin-top: -1px;
}

#workforceAntImage2 {
	height: 598px;
	width: 60px;
	float: left;
	background: url(../images/workforce.jpg) repeat-y;
	margin-top: -1px;
}


#twoStartAntImage2 {
	height: 598px;
	width: 60px;
	float: left;
	padding-left: 20px;
	background: url(../images/2Start.jpg) repeat-y;
	margin-top: -1px;
}





#newsGraphic {
	width: 265px;
	float: right;
	background: no-repeat;
	margin-right: 5px;
	margin-left: 6px;
}


#palletsGraphic {
	background: no-repeat;
	float: left;
	height: 86px;
	width: 82px;
}

#testimonialTwoImage {
	background-image: url(../images/testimonials_face2.jpg);
	float: right;
	width: 400px;
	height: 350px;
	margin-top: 130px;
}

.bigNumber {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}

#newsLink {
	height: 25px;
	width: 870px;
	background:#FFFFFF;
	padding-right: 30px;
}

.leftimage {
	margin-right: 20px;
	margin-left: 6px;
}

.applyBox {
	margin-top: 10px;
	margin-left: 10px;
}

#formBox {
	margin-top: 10px;
	margin-left: 10px;
}