* {
	margin: 0; padding: 0;
}
body {
	background: #333;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;
}
a, a:visited {
	color: #94070A;
}
p {
	margin: 10px 0;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
#pageFrame {
	background: #fff;
	width: 992px;
	margin: 0 auto;
}

#flashIntro #pageFrame {
	background: #ccc;
	width: 760px;
	margin: 10px auto;
}

#pageFooter {
	width: 992px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px; color: #fff;
	padding: 5px 0;
}

/* banner graphic */
#pageHeader {
	/* IE 3-pixel jog fix */
	height: 118px;
}

#pageHeader #banner {
	background: url("../images/header.gif") no-repeat;
	width: 992px; height: 86px;
}
#pageHeader #banner h1 a {
	display: block;
	width: 600px; height: 86px;
	float: left;
}
#pageHeader #banner h2 {
	float: right;
	margin: 25px 5px 0 0;
	font-size: 11px; color: #fff;
	font-weight: normal;
}
#pageHeader #banner h2 .language {
	margin: 10px 0 0 20px;
	display: block;
}
#pageHeader #banner h2 a {
	font-size: 11px; color: #fff;
}


/* top nav */
#pageHeader #globalNav	{
	height: 24px;
}
#globalNav {
	position: relative;
	z-index: 1;
	padding: 2px 0 0 10px;
	background:url("../images/globalNav-background.gif") repeat-x;
}
#globalNav ul {
	list-style: none;
}
#globalNav li {
	float: left;
}
#globalNav li ul {
	display: block; visibility: hidden;
}
#globalNav li > ul {
	top: auto; left: auto;
}
#globalNav ul.tier0 {
	float: left;
}
#globalNav ul.tier0 li {
	margin: 0px -20px 0px 0px; padding: 0px; 
	color: #fff; 
	text-align: center;
	position: relative; 
}
#globalNav ul.tier0 li#scroll {
	margin: 0px;
	color: #fff; 
	float: right;
	background: url(../images/marquee_bg.gif) repeat-x;
	font-size: 11px;
	line-height: 22px;
}
#globalNav ul.tier0 li#scroll div {
	background: url(../images/marquee_left.gif) no-repeat;
}

#globalNav ul.tier0 li a {
	padding: 0px 22px 0px 0px; 
	height: 24px;
	text-decoration: none;
	display: block;
	color: #fff;
	background:url("../images/globalNav-itemRight.gif") right 0px no-repeat;
}
#globalNav ul.tier0 li a span {
	padding: 3px 0px 0px 15px;
	height: 24px;
	display: block;
	cursor: hand;
	background:url("../images/globalNav-itemBackground.gif") no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #fff;
}
#globalNav ul.tier0 li a:visited {
	text-decoration: none;
	color: #fff;
}
#globalNav ul.tier0 li a:hover {
	margin: 0px;
	color: #fff; background-position: right -37px;
}
#globalNav ul.tier0 li a:hover span	{
	color: #fff; background-position: 0px -37px;
}
#globalNav ul.tier1 {
	width: 150px; height: auto;
	border: 1px solid; border-bottom: 0px; 
	position: absolute; top: 21px; left: 0px;
	border-color: #3E436A; background: #68759C; font-weight: bold; color: #fff;
}
#globalNav ul.tier1 li {
	width: 100%;
	border-left: 0px; border-bottom: 1px solid;
	text-align: left;
	border-color: #3E436A; 
	background: #68759C; 
	font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
#globalNav ul.tier1 li a {
	height: auto; width: 144px; 
	display: block; 
	padding: 3px; 
	background: none;
}
#globalNav ul.tier1 li a:hover {
	background: #3E436A;
	color: #fff;
}
#globalNav ul.tier1 li a span {
	height: auto;
}
#globalNav li:hover ul.tier1, #globalNav li.over ul.tier1 {
	visibility: visible;
}


#globalNav ul.tier2 {
	width: 150px; height: auto;
	border: 1px solid; border-bottom: 0px; 
	position: absolute; top: -1px; left: 150px;
	border-color: #3E436A; background: #68759C; color: #fff;
}
#globalNav ul.tier2 li {
	width: 100%;
	border-left: 0px; border-bottom: 1px solid;
	text-align: left;
	border-color: #3E436A; 
	background: #68759C; 
	font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
#globalNav ul.tier2 li a {
	height: auto; width: 144px; 
	display: block; 
	padding: 3px; 
	background: none;
}
#globalNav ul.tier2 li a:hover {
	background: #3E436A;
	color: #fff;
}
#globalNav ul.tier2 li a span {
	height: auto;
}
#globalNav ul.tier1 li:hover ul.tier2, #globalNav ul.tier1 li.over ul.tier2 {
	visibility: visible;
}

#globalNav #home	{width: 100px;}
#globalNav #manheim	{width: 125px;}
#globalNav #services	{width: 125px;}
#globalNav #auctions	{width: 125px;}
#globalNav #contact	{width: 140px;}
#globalNav #terms	{width: 200px;}
#globalNav #aboutmap	{width: 140px;}
#globalNav #scroll	{display: none}

#marquee {
	margin-left: 20px;
}

#pageBody {
	margin: 0 5px;
}

#twoColumnLayout #leftSidebar		{float: left; width: 245px;}
#twoColumnLayout #columnsFrame		{float: left;}
#twoColumnLayout #leftColumn		{float: left; width: 512px;}
#twoColumnLayout #rightColumn		{float: left; width: 225px;}
#twoColumnLayout #leftColumn .content	{}
#twoColumnLayout #rightColumn .content	{}


/* sidebar rounded box */
#leftSidebar .box {
	background: url(../images/sidebar_middle.gif) repeat-y;
	margin: 0 0 5px 0;
}
#leftSidebar .box .top {
	background: #effce7 url(../images/sidebar_top.gif) no-repeat;
	width: 241px; height: 7px;
	/* ie bug fix */
	font-size: 1px;
	line-height: 0;
}
#leftSidebar .box .bottom {
	background: #effce7 url(../images/sidebar_bottom.gif) no-repeat;
	width: 241px; height: 14px;
	/* ie bug fix */
	font-size: 1px;
   line-height: 0;
}
#leftSidebar .box h2 {
	margin: 5px 10px;
}
#leftSidebar .box h2 a, #leftSidebar .box h2 a:visited { 
	font-family: arial;
	font-size: 11px;
	color: #DDDEE4;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px dashed #7B85A6;
}
#leftSidebar .box h2 a:hover{ 
	color: #ffffff;
	border-bottom:1px dashed #8790B0;
}

/* feature box */
#leftSidebar .feature {
	background: url(../images/feature_middle.gif) repeat-y;
	margin: 5px 10px;
}
#leftSidebar .feature h2 {
	background: #effce7 url(../images/feature_top.gif) no-repeat;
	width: 214px; height: 25px;
	font-size: 11px;
	color: #FAFFCF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 6px;
	margin: 0;
}
#leftSidebar .feature h3 {
	width: 200px;
	margin: 5px 6px 10px 6px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
#leftSidebar .feature .bottom {
	background: #effce7 url(../images/feature_bottom.gif) no-repeat;
	width: 214px; height: 3px;
	/* ie bug fix */
	font-size: 1px;
   	line-height: 0;
}

/* content rounded box */
#leftColumn .box {
	background: url(../images/content_middle.gif) repeat-y;
}
#leftColumn .box .top {
	background: #effce7 url(../images/content_top.gif) no-repeat;
	width: 508px; height: 40px;
}
#leftColumn .box .middle {
	margin: 0 7px 0 7px;
	width: 487px;
	position: relative;
}
#leftColumn .box .bottom {
	background: #effce7 url(../images/content_bottom.gif) no-repeat;
	width: 508px; height: 22px;
}
#leftColumn .box h2 {
	font-weight: 200;
	font-size: 24px;
	margin: 5px;
}
#leftColumn .box h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 5px;
}

/* ads */
#rightColumn .ad {
	background: url(../images/ad_middleTop.gif) repeat-y;
	width: 225px;
	margin: 0 0 10px 0; 
}
#rightColumn .ad .top {
	background: url(../images/ad_top.gif) no-repeat;
	width: 225px; height: 11px;
	/* ie bug fix */
	font-size: 1px;
	line-height: 0;
}
#rightColumn .ad .middle {
	background: url(../images/ad_middleBottom.gif) bottom no-repeat;
	width: 225px; height: 100%;
	font-weight: normal; font-size: 11px; color: #434242;
}
#rightColumn .ad .bottom {
	background: url(../images/ad_bottom.gif) no-repeat;
	width: 225px; height: 13px;
	overflow: hidden;
}
#rightColumn .ad h2 { 
	margin: 0 10px;
}
#rightColumn .ad p { 
	margin: 10px;
}
#rightColumn .ad img { 
	display: block;
	margin: 0 auto;
}
.adBg1 {
	background: url(../images/ad1.gif) no-repeat;
	width: 199px; height: 197px;
}
.adText1 {
	font-weight: bold; font-size: 15px; color:#063298;
	padding: 120px 0 0 0;
	text-align: center;
	display: block;
}
.adText2 {
	font-size: 12px; font-weight: bold; color: #243059;
	background: url(../images/header_bullet.gif) left no-repeat;
	padding-left: 13px;
	display: block;
}

/* content tabs */
#tabContentColor {
	position: relative;
	margin-top: -30px; 
    background-color: #54618D;
}
#tabContent {
	position: relative;
	margin-top: -30px; 
}
#tabContent .tabHeader {
	background: url(../images/tab_hdr_bg.gif) repeat-y;
	margin: 0; height: 22px;
}
#tabContent .tabLeft {
	background: url(../images/tab_hdr_l.gif) no-repeat;
	height: 22px;
}
#tabContent .tabRight {
	background: url(../images/tab_hdr_r.gif) no-repeat;
	width: 36px; height: 22px;
	float: right;
}
#tabContent .tabLeft span {
	padding: 0 8px;
	font-size: 11px; color: #39466D;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
}
#tabContent .tabBody {
	background: url(../images/tab_bg.gif) no-repeat;
	padding: 20px 10px 0 10px;
}
#tabContent .subtabHeader {
	background: url(../images/subtab_hdr_l.gif) no-repeat; 
	margin: 0; height: 23px;
	padding-left: 5px;
}
#tabContent .subtabLeft {
	background: url(../images/subtab_bg.gif) repeat-x;
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #373B3E;
	text-transform: uppercase;
	line-height: 23px;
	float: left;
}
#tabContent .subtabRight {
	background: url(../images/subtab_hdr_r.gif) no-repeat;
	width: 27px; height: 23px;
	float: left;
}
#tabContent .subtabContent {
	border-top: 1px solid #ccc;
	font-size: 12px;
}

.bullet1 {
    list-style-image: url(../images/bullet_1.gif);
    margin-left: 10px;
}
.bullet1 LI {
    list-style-image: url(../images/bullet_1.gif);
    padding-bottom:10px;
}
html {min-height:100%; margin-bottom:1px;}
