/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	line-height: 1.5;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	background-image: url(../images/newheader.jpg);
	background-position: center 0%;
	background-repeat: no-repeat;
	background-color: #000022;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
#aboutus {
	width: 940px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 50px;
	background-position: center 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #FDFDFD;
}
#freight {
	width: 940px;
	padding-left: 0px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 50px;
	color: #FFFFFF;
}
#tradshow {
	width: 940px;
	padding-left: 0px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 50px;
	color: #FFFFFF;
	background-image: url(../images/TRADESHOWS.png);
	background-repeat: no-repeat;
	background-position: 453px -251px;
}
#footer {
	color: #FFFFFF;
	background-color: #000022;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 25px;
}
.fltlft {
	float: left;
}
.fltrght {
	float: right;
}
.fltrght+ {
	padding-left: 20px;
}
.links {
	font-size: large;
	color: #FFFFFF;
}
#current {
	color: #FF0000;
	max-width: 0px;
}
#dropshadow {
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}
