


body {
    padding: 0;
    margin: 0;
    background: #101010 url(/images/bg.gif) repeat-x top;
    text-align: center;
    color: #fff;
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
}

a, a:link, a:active, a:visited {
    color: #fff;
    text-decoration: none;
    background: transparent url(/images/blue_dot.gif) repeat-x bottom;
}

a:hover {
}

#wrapper_outside {
    margin: 0 auto;
    width: 843px;
    text-align: left;
}
   
#wrapper {
    margin: 0 auto;
    padding: 0 0 1px 0;
    width: 843px;
    background: transparent url(/images/main_bg.gif) repeat-y center;
}

#top {
    width: 843px;
    height: 141px;
    padding-top: 10px;
    background: transparent url(/img/16years-header.jpg) no-repeat top center;
}

#top_menu {
    width: 823px;
    height: 34px;
    padding-left: 20px;
    z-index: 10000;
    background: transparent url(/images/menu_bg.gif) no-repeat top center;
}
#top_menu li
{
	z-index: 10000;	
}
#bottom {
    width: 843px;
    height: 20px;
    background: transparent url(/images/footer1.gif) no-repeat bottom center;
}

#bottom_2 {
    background: transparent url(/images/footer2.gif) no-repeat center center;
    width: 819px;
    height: 76px;
    padding: 8px 12px 8px 12px;
    font-size: 11px;
    margin-top: 12px;
}

.bottom_2_text {
    color: #adcbfa;
}

.inside_top {
    width: 817px;
    height: 10px;
    background: transparent url(/images/main_top.gif) no-repeat top center;
}

.inside_top {
    width: 817px;
    height: 10px;
    background: transparent url(/images/main_top.gif) no-repeat bottom center;
}

.inside_center {
    width: 799px;
    padding: 1px 9px;
    background: #212121;
}

.inside_bottom {
    width: 817px;
    height: 10px;
    background: transparent url(/images/main_bottom.gif) no-repeat top center;
}

.vehicle_box_right {
    float:right;
    width: 13px;
    height: 25px;
    background: transparent url(/images/vehicle_box_right.gif) no-repeat left center;
}

.vehicle_box_left {
    float:right;
    width: 13px;
    height: 25px;
    background: transparent url(/images/vehicle_box_left.gif) no-repeat right center;
}

.vehicle_box_mid {
    float:right;
    padding: 6px 1px 0 1px;
    height: 19px;
    background: transparent url(/images/vehicle_box_bg.gif) repeat-x top;
    color: #d1d1d1;
    font-size: 11px;
    font-style: italic;
}

table.showroom_listing {
    padding: 0;
    margin: 0 0 10px 0;
}

table.showroom_listing td {
    background: #212121;
    color: #e0dfdf;
    font-style: ;
}

table.showroom_inside td {
    background: none;
}

table.showroom_listing td.showroom_listing_title {
    background: #212121 url(/images/inventory_title.gif) no-repeat left top;
    padding: 5px;
    font-size: 18px;
    color: white;/*#3b67aa;  #4d94ff */
    width: 699px;
}

table.showroom_listing td.showroom_listing_top {
    width: 817px;
    height: 9px;
    background: url(/images/inventory_top.gif) no-repeat bottom center;
}

table.showroom_listing td.showroom_listing_bottom {
    width: 817px;
    height: 9px;
    background: url(/images/inventory_bottom.gif) no-repeat top center;
}

table.showroom_listing td.showroom_bottom_menu {
    padding: 0 18px;
    width: 781px;
    height: 31px;
    background: #212121 url(/images/inventory_bottom_menu.gif) no-repeat top center;
}

table.vehicle_stats td {
    padding: 5px;
}

.lit {
    background: #232323;
}

table.help td, table.help th {
    padding: 7px;
}

table.help th {
    background: #131313 url(/images/menu_div.gif) repeat-y left center; }
}

table.showroom_define td {
	background: #212121;
}

table.showroom_define td.corner_tl { background: #212121 url(/images/corners_tl.gif) no-repeat top left; width:9px; height:9px; }
table.showroom_define td.corner_tr { background: #212121 url(/images/corners_tr.gif) no-repeat top right; width:9px; height:9px; }
table.showroom_define td.corner_bl { background: #212121 url(/images/corners_bl.gif) no-repeat bottom left; width:9px; height:9px; }
table.showroom_define td.corner_br { background: #212121 url(/images/corners_br.gif) no-repeat bottom right; width:9px; height:9px; }

.ds_title {
	background: transparent url(/images/ds_banner.jpg) no-repeat top center;
	width: 790px;
	height: 39px;
	color: #d10000;
	font-size: 24px;
	padding: 9px 0 0 9px;
}

/* Menu */

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:2.5em;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:2.5em;line-height:2.5em;background: transparent url(/images/menu_div.gif) no-repeat left center;}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;font-size:1.15em;text-decoration:none;color:#fff;padding:0 3em 0 1em;background: none;font-weight:normal;}

.menu a:hover {background:#111 url(/images/menu_div.gif) no-repeat left center;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#111; color:#fff;width:12em;line-height:1em; padding:0.5em 1em; border-bottom: 1px dotted #464646;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
.menu a:hover {}
.menu :hover > a {}
/* second */
.menu ul ul a:hover{background:#000; color:#fff;}
.menu ul ul :hover > a {background:#000; color:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.5em;left:0;width:14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em;}

.parent {
    background: transparent url(/images/down_arrow.gif) no-repeat right center;
}

table#listing_admin td {
    padding: 5px;
}

/* System.css */

.admin_menu_div
{
    border: 1px solid black;
    background: #131313;
    padding: 4px;
    margin-bottom: 5px;
}

.news
{
   
}
.news_container
{
    border: 1px solid black;
    padding: 4px;
}
.news_title
{
    font-weight: bold;
    font-size: 110%;
}
.news_content
{
    font-size: 80%;
}
.news_footer
{
    font-weight: bold;
}
.mini_news
{
   
}
.mini_news_container
{
    padding: 4px;
}
.mini_news_title
{
    font-weight: bold;
    font-size: 80%;
}
.mini_news_content
{
    font-size: 60%;
}
.mini_news_link
{
    text-align:right;
}
.mini_news_footer
{
    font-weight: bold;
}

/* Mini Poll Submit View */

#poll
{
}
.poll_container
{
}
.poll_answers
{
}
.poll_list
{
}
.poll_button {
   
}


/* Mini Poll Results View */

#mini_poll
{
}
.mini_poll_table
{
}
td.mini_poll_question
{
}
.mini_poll_answer
{
}
.mini_poll_image
{
}
.mini_poll_percent
{

}
.mini_poll_footer {
   
}

/* Paul Test*/
div.admin_menu_dropdown
{
  display: block;
  width:160px;
  font-size:10px;
  background: #FFFFEE;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  text-align:left;
  pointer:cursor;
  float:left;
}
a.admin_menu_link,a.admin_menu_link:visited
{
  display: block;
  width:160px;
  background: white;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  text-align:left;
  pointer:cursor;
  color: blue;
  font-size:11px;
}
a.admin_menu_link:hover
{
    background:#e8e8e8;
    color:red;
    text-decoration: none
}
div.admin_menu_title
{
    background: #FFFFEE;
    font-size: 14px;
    font-weight:bold;
    color:Black;
    width:160px;
}
.admin_menu_sub_on
{
    background: #e8e8e8;
    font-size: 14px;
    font-weight:bold;
    color:#B8002E;
    text-align:middle;
    width:160px;
}

.admin_menu_sub
{
    background: #FFFFEE;
    font-size: 14px;
    font-weight:bold;
    color:Black;
    text-align:left;
    width:160px;
}
.admin_menu_child
{
    border-top:1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    width:160px;
    z-index:1000;
}
a.admin_menu_dropdown, a.admin_menu_dropdown:visited { border-bottom: none; }
div#admin_menu_child             { border-bottom: 1px solid black; }
/* End Paul Test */
