* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, trebuchet ms;
	background-color: #fff;
}

input {
	border: #000 1px solid;

}

a {
	color: #666666;
}

.column {
	float: left;
}

a img {
	border: 0;
}

.clear {
	clear:both;
}

.caps {
	text-transform: uppercase;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.largeTopPadding {
	padding-top: 35px !important;
}

.bold {
	font-weight: bold !important;
}

.padding {
	padding-left: 19px !important;
}

.noTopPadding {
	padding-top: 0;
}

.letteredList {
	list-style-type: lower-alpha;
}

#splash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 801px;
	min-height: 584px;
	z-index: 500;
	background-color: #000;
}

#skipIntro {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 501;
	background-color: transparent;
}

#skipIntro a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#embedIntro {
	width: 100%;
	height: 90%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
}

#objectIntro {
	width: 100%;
	height: 90%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
}

#viewerMatte {
	text-align: center;
	background-color: #fff;
}

#viewer {
	/*position: relative;*/
	width: 801px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: left;
	background-color: #fff;
}

#navbar {
	width: 801px;
	height: 36px;
	text-transform: uppercase;
}

#navbar a {
	font-family: arial, helvetica, trebuchet ms;
	text-decoration: none;
}

#search {
	float: right;
	height: 20px;
	padding-right: 3px;
	vertical-align: middle;
}

#search_form span {
	text-transform: uppercase;
	color: #D10000;
	font-family: trebuchet ms, arial, helvetica;
	font-weight: bold;
	padding-right: 2px;
	font-size: 12px;
	vertical-align: middle;
}

#search_query {
	width: 136px;
	height: 14px;
	border: #000 1px solid;
	font-size: 11px;
	vertical-align: middle;
}

#search_submit {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border: 0;
}

#menu {
	width: 801px;
	height: 20px;
	background-color: #fff;
}

#menu .navItem {
	position: relative;
	height: 16px;
	float: left;
	background: transparent url('../images/tab_bg.gif') repeat-x;
	font-size: 11px;
	padding: 3px 10px 0px 10px;
	border-top: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	margin-right: 1px;
	font-weight: bold;
}

#menu .navItem a {
	color: #990000;
}

#sideNavigation .sideNavItem {
	padding-top: 5px;
	/*padding-left: 7px;*/
	border-bottom: 1px #000 solid;
	text-transform: uppercase;
	padding-bottom: 7px;
}
#signupTextbox {
	padding:0px 4px;
}
#sideNavigation .sideSubNavItems {
	text-transform: capitalize;
	padding-top: 8px;
}

#sideNavigation .sideSubNavItem {
	padding-top: 4px;
}

#sideNavigation .hasImage {
	margin-top:7px;
	padding-bottom:23px;
	/*margin-right:3px;*/
	height:71px;
}

#sideNavigation a {
	text-align: left;
	font-size: 10px;
	font-family: trebuchet ms, arial, helvetica;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	text-decoration: none;
	color: #000;
	line-height: 1.0;
}

#sideNavigation a:hover {
	color: #c00;
}

#sideNavigation .noPadding {
	padding: 0;
}

#sideNavigation .hidden {
	display: none;
}

#sideNavigation .selected {
	color: #c00;
}

.lowercase {
	text-transform: lowercase;
}

#menu div.navItem.selected {
	background: transparent url('../images/tab_bg_selected.gif') repeat-x;
}

#menu div.navItem.selected a {
	color: #fff;
}
#sideNavigation div.sideSubNavItems.selected {
	color: #c00;
}

#menu div.navItem.mouseOver {
	background: transparent url('../images/tab_bg_hover.gif') repeat-x;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
}

#menu div.navItem.mouseOver a {
	color: #000;
}
#menu .subNavItems {
	position: absolute;
	top: 19px;
	left: 0px;
	padding-top: 1px;
	padding-left: 10px;
	width: 380px;
	height: 50px;
	font-size: 10px;
	display: none;
}

#menu .subNavItem {
	height: 12px;
	padding-top: 2px;
	padding-right: 20px;
	float: left;
}

#menu a.hoverBold:hover {
	font-weight: bold;
}

#menu .displayInline {
	display: inline;
}

#menu .subSelected {
	display: inline;
}

#menu div.subNavItems.subSelected a {
	color: #fff;
}

#menu div.subNavItems.subSelected a:hover {
	color: #000;
}

#menu .displayNone {
	display: none;
}
#menu div.subNavItem a.selected {
	/*color: #260000;*/
	color: #bbbbbb;
}
#menu div.subNavItems a:hover {
	/*color: #250000;*/
	color: #bbbbbb;
}
#menu a.selected {
	/*font-weight: bold;*/
	color: #000;
}

#subMenuFiller {
	width: 801px;
	height: 16px;
	color: white;
	background-color: #9a0000;
}

#subMenuFiller.mouseOver {
	background-color: #999;
}

#main {
	width: 801px;
}

#leftPanel {
	width: 150px;
}

#leftPanel p {
	text-align: left;
	font-size: 10px;
	font-family: trebuchet ms, arial, helvetica;
	line-height: 1.75;
	margin: 0;
	padding-left: 7px;
	padding-top: 3px;
}

#logoContainer {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#logo {
	width: 150px;
	height: 41px;
	background: url('../images/logo_bg.gif');
}

#logoFiller {
	width: 150px;
	height: 109px;
	background: url('../images/logoFiller_bg.gif');
}

#logoFiller h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 7pt;
	padding: 0;
	margin: 0;
	padding-left: 6px;
	position: relative;
	top: 92px;
	white-space: nowrap;
}

#sideNavigation {
	width: 148px;
	float:left;
}

#sideNavigation img.inlineImage {
	width: 134px;
	height: 12px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#sideNavigation .lastItem {
	border-bottom: 0;
}

#content {
	width: 651px;
}
#fullContent {
	width: 801px;
}

.fullRightPanel {
	/*background: transparent url('/images/right_panel_fill.gif') repeat-y 490px 0;*/
}

.rightBorder {
	background: transparent url('/images/right_border.gif') repeat-y 629px 0;
}

.fullRightBorder {
	background: transparent url('/images/right_border.gif') repeat-y 779px 0;
}

#pageHeader {
	width: 629px;
	height: 41px;
	background: transparent url('/images/page_header.jpg') no-repeat;
}

#fullPageHeader {
	width: 629px;
	height: 101px;
	background: transparent url('/images/page_header_large.jpg') no-repeat;
}

#fullPageLabel {
	height: 49px;
	padding-left: 19px;
}

#indexPageWrapper {
	width: 490px;
	background: url('../images/placeholder.jpg') no-repeat;
}

#flashWrapper {
	height: 360px;
}

#indexContent {
	width: 469px;	
	padding-left: 0px;
}

#pageContent {
	width: 610px;
	padding-left: 19px;
}

#fullPageContent {
	width: 779px;
}

#content * {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	line-height: 1.25;
}

#content p,ul,ol,h1,h2,h3,h4,h5,h6 {
	padding: 15px 10px 0 0px;
}

#content ul,ol {
	padding-left: 12px;
}

#content h1 {
	color: #d10000;
	font-size: 22px;
	font-weight: normal;
	padding: 15px 10px 0 0px;
	text-transform: uppercase;
}

#content h2 {
	color: #000;
	font-size: 13px !important;
	font-weight: normal;
	padding: 15px 10px 0 0px;
	line-height: 1.25;
}

#fullContent * {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	line-height: 1.25;
}

#fullContent p,ul,ol,h1,h2,h3,h4,h5,h6 {
	padding: 15px 10px 0 0px;
}

#fullContent ul,ol {
	padding-left: 12px;
}

#fullContent h1 {
	color: #d10000;
	font-size: 22px;
	font-weight: normal;
	padding: 15px 10px 0 0px;
	text-transform: uppercase;
}

#fullContent h2 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 15px 10px 0 0px;
	line-height: 1.25;
}


#rightPanel {
	float: right;
	width: 161px;
	height: auto;
	background-color: #fff;
}

#rightPanel p {
	margin: 0;
	padding-top: 5px;
	padding-left: 7px;
	color: #fff;
	font-size: 11px;
	line-height: 1.25;
}

#rightPanel h3 {
	color: #c00;
	font-size: 15px;
	text-transform: uppercase;
}

#rightPanel h4 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}

#rightTopBox {
	border-top: #990000 6px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	color: #000;
	background-color: #fff;
	width: 159px;
	height: 353px;
	padding-left: 5px;
	padding: 0;
}

#rightTopBox h3 {
	padding-left: 7px;
}

#rightTopBox p {
	color: #000;
	line-height: 1.35;
	padding-bottom: 10px;
}

#rightBottomBox {
	padding: 0px 7px 3px 7px;
}

#rightBottomBox p {
	font-size: 9px;
	padding: 0;
}

#rightBottomBox a {
	text-transform: uppercase;
	padding: 0;
	font-size: 9px;
	color: #fff;
}

#footer {
	clear: both;
	height: 40px;
	width: 801px;
	background: #fff;
	text-align: center;
	color: #666;
	font-size: 11px;
	padding-top: 14px;
}

#footer p {
	padding-top: 5px;
}

#footer a:link {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
	
}

#footer a:visited {
	text-decoration: none;
	color: #666;
}

.bold {
	font-weight: bold;
}

#emailSignup {
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	width:137px;
}

#signupContainer {
	text-align:center;
}

#emailSignupBtn {
	border: 0;
}

p.readable {
	font-size:12px !important;
	line-height:1.1em !important;
}
#legend_row{
	font-size:10.5pt;
}
.legend_grey{
	color:#6b6a6b;
}
.legend_black{
	color:#000000;
}
.legend_red{
	color:#c7071f;
}

#dealer_list_bar{
	background: url('../images/bg_dealer_header_bar.jpg') repeat-x;
	height:19px;
	color:white;
	padding:2px 0px 2px 10px;
	font-size:13px;
	font-weight:bold;
}
#dealers_div{
	 background: url('../images/fade_dealer_list.jpg') repeat-x;
	 height:300px;
}
#dealer_map_bar{
  background: url('../images/bg_dealer_header_bar.jpg') repeat-x;
  height:19px;
  color:white;
  padding:2px 0px 2px 10px;
  font-weight:bold;
	font-size:13px;
}	
.marker_text{
color:white;
font-weight:bold;
width:35px;
text-align:center;
}
.dealer_list_1{
	background:url('../images/dealer_list_image_1.gif') no-repeat;
	color:white;
	font-weight:bold;
	text-align:center;
	width:26px;
	height:21px;
	padding-top:4px;	
	font-size:8px;
}
.dealer_list_2{
	background:url('../images/dealer_list_image_2.gif') no-repeat;
	color:white;
	font-weight:bold;
	text-align:center;
	width:26px;
	height:21px;
	padding-top:4px;	
	font-size:8px;
}
.dealer_list_3{
	background:url('../images/dealer_list_image_3.gif') no-repeat;
	color:white;
	font-weight:bold;
	text-align:center;
	width:26px;
	height:21px;
	padding-top:3px;	
	font-size:8px;
}
table.data td {
	padding:4px;
}
