/* LAYOUT */

html, body { 
	text-align:center;
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	height:100%;
	font-size:12pt;
	background: #222;
}
div {
	padding: 0;
	margin: 0;
}
form {
	margin:0;
	padding:0;
}
#wrapper {
	min-height: 100%;
	margin:0 auto;
    width:922px;
    height:auto !important;
    text-align:left;
    position:relative;
}
#header {
	padding:1em;
	text-align:left;
	font-size:.7em;
	color:#fff;
	font-weight:bold;
	position:relative;
	height:83px;
}
#header img {
	width:233px;
	height:83px;
}
#header span {
	position:absolute;
	right:0;
	bottom:0;
	padding-bottom:1em;
	padding-right:1em;
}
div#main {
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align:left;
	padding:1em;
	background:url(../images/ui/main_header_bg.jpg) no-repeat top #3f3f3f;

}
div#hardCarUnloader {
	border-bottom:1px solid #9a9898;
	padding-bottom:1em;
}
div.leftMain {
	width:640px;
	font-size:.7em;
	line-height:1.2em;
	padding-bottom:28em;

}
div.leftMain p {
	color:#fff;
}
div.leftMain img.h1 {
	padding-top:1em;
}
div.rightMain {
	width:230px;
	padding:1em 0 1em 1em;
		float:right;
}
div.rightMain ul {
	list-style-type:none;
	font-size:.9em;
	padding:2em 0 0 0;
	margin:0;
}
div.rightMain ul li {
	line-height:1.3em;
	padding-bottom:.75em;
}
div.panel {
	background:url(../images/ui/panel_header_bg.jpg) top no-repeat #2e2e2e;
	padding:.75em .75em 0 .75em;
	color:#fff;
	font-size:.85em;
	line-height:1.2em;
	clear:both;
}
div.panel span {
	text-align:left;
	display:block;
}
div.panel img {
	padding-top:.2em;
	border:0;
	text-align:left;
}
div.panel p {
	margin-bottom:0;
	padding-bottom:0;
}
div.legend {
	padding-top:.7em;
}
div.legend p {
	font-size:.9em;
	margin-left:40px;
	margin-top:0;
	padding-top:.7em;
}
div#panelHome {
	margin:0;
	text-align:center;
}
div#panelHome img.smalllogo {
	padding-bottom:1em;
	padding-top:1em;
}
p.home {
	padding:1.5em 0 5em 0;
	font-size:.9em;
	margin:0;
	line-height:1.75em;
	text-align:left;
}
div.lastLegend p {
	padding-bottom:.7em;
}
div.legend img {
	float:left;
	padding-top:1em;
}
div.panelFooter {
	background:url(../images/ui/panel_footer_bg.jpg) bottom no-repeat #2e2e2e;
	height:5px;
	width:230px;
	line-height:0px;
	margin:0 0 1em 0;
	clear:both;
}
div#wantMore div#grainbio{
	text-align:center;
	padding-bottom:1em;
}
div#wantMore p {
	padding:1.5em 0 1em 0;
	font-size:.9em;
	margin:0;
	line-height:1.75em;
}
div#flash {
	padding-top:1em;
	text-align:left;
}
div#clearer {
	clear: both;
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background:#3f3f3f;

}
div#footer {
	text-align:center;
	width:922px;
	clear:both;
	margin: 0 auto;
	position: relative;
	background:url(../images/ui/main_footer_bg.jpg) no-repeat;
	padding-top:6px;
	font-size:.7em;
	line-height:1.2em;
}
div#footer p {
	padding:.5em 0;
	margin:0;
}

/* end of LAYOUT */

/* TYPOGRAPHY */
#header a:link, #header a:active, #header a:visited {
	color:#fff;
	font-size:1.25em;
	font-weight:bold;
	text-decoration:none;
}
p {
	color:#fff;
}
h2 {
	color:#ef5323;
}
.leftMain h2 {
	font-size:1em;
}
.leftMain ul {
	padding:0;
	margin:0;
}
.leftMain ul li {
	color:#fff;
	list-style-position:outside;
	line-height:1.5em;
	margin-left:1em;
	padding-left:2em;
	padding-bottom:.5em;
}
a:link, a:visited, a:active {
	color:#ef5323;
	border:0;
}
div.legend a img {
	padding:.5em 0;
}