/* GLOBAL STYLES */
body {
	background: #92C48C url(./images/bg.jpg) bottom left repeat-x;
	font-family: verdana, arial, helvatica, sans-serif;
	font-size: 11px;
}
#container {
	width: 100%;
}
#main {
	width: 600px;
	_height: 600px;
	min-height: 600px;
	background-color: #fff;
	border: 2px solid #BDBDBD;
	margin: 0px auto;
	padding: 10px;
	_padding-top: 0px;
	text-align: center;
}
#main .hozline {
	border-bottom: 3px solid #E5A200;
	height: 3px;
	margin: 0px auto;
}

#main img.homeimage {
	border: 1px solid #E5A200;
	margin-top: 10px;
	margin-bottom: 15px;
}

#main h2.heading {
	font-size: 1.5em;
	float: left;
	_padding-top: 15px;
	text-align: left;
	height: 100%;
}
#main h2.warehouse {
	height: 220px;
}

#main .content {
	text-align: left;
	padding-left: 110px;
	padding-right: 10px;
}

img.linkimg {
	border: none;
}

h1.hidemain {
	display: none;
	visibility: hidden;
}

#footer {
	width: 624px;
	height: 20px;
	background: #E5A200 url(./images/footer_bg.gif) bottom left repeat-x;
	margin: 0px auto;
	text-align: center;
}
#footer h3 {
	font-size: 14px;
	display: inline;
}


/* page specific tweaks */
#main p.warehouse {
	text-align: left;
	padding-left: 150px;
}
#main p.haulage, #main ul.haulage {
	text-align: left;
	_padding-left: 80px;
}
#main .future {
	text-align: left;
	padding-left: 120px;
}
#main .contact {
	text-align: left;
	padding-left: 120px;
}

/* HOME PAGE */
#title {
	margin:10px 0px; padding:0;
	_margin: 15px 0px 5px 0px;
	position:relative;
	height:38px;
	overflow: hidden;
}
#title span {
	display:block;
	position:absolute; left:21px; top:0; z-index:1;
	width:517px; height:38px;
	margin:0; padding:0;
	background:url(images/hometitle.gif) top center no-repeat;
}

#homebot {
	margin:10px auto; padding:0;
	position:relative;
	height:90px;
	text-align: center;
	width: 340px;
}
#homebot span {
	display:block;
	position:absolute; left:-20px; top:0; z-index:1;
	width:400px; height:90px;
	margin:0; padding:0;
	background: #fff url(images/homebot.gif) top center no-repeat;
}

#bottominf {
	_padding-top: 10px;
	width: 100%;
}

p.botright {
	float: right;
	text-align: right;
}
p.botleft{
	text-align: left;
}

/* LI MENU */
.limenu {
	padding: 5px 0px 0px 0px;
}
.limenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.limenu li {
	list-style: none;
	display: inline;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
.limenu li a.current {
	text-decoration: underline !important;
}
.limenu li a, .limenu li a:visited {
	color: #000;
	text-decoration: none;
}
.limenu li a:hover {
	text-decoration: underline;
}
.limenu li.last {
	padding-right: 0px;
}

/* CONTACT FORM */
textarea,.cap,input{
color : #000;
font-size : 8 pt;
font-weight : normal;
border: 1px solid #898989;
}
.cap{
height : 17px;
}

/* location */
img.locationmap {
	border: 1px solid #000;
	margin: 5px;
}
p.getamap, p.getamap a {
	font-size: xx-small;
	color: #888;
}