body {
background-color: #9ad9ea;
background: #9ad9ea url('img/gradient2.png') repeat-x;
margin: 0px;
padding: 0;
font: 60% verdana, arial, sans-serif;
}

td.head { background: url('img/head.png'); }
td.sbg { background: url('img/sbg.jpg'); }
td.menu { background: url('img/menu.png'); }
td.maincar { background: url('img/main_car.jpg'); }
td.rmenu { background: url('img/right_menu.jpg'); }
td.menutab { background: url('img/main_tables.jpg'); }
td.sales { background: url('img/sales.jpg') no-repeat; }
td.salesbig { background: url('img/salesbig.jpg') no-repeat; }
td.soldbig { background: url('img/soldbig.jpg') no-repeat; }
td.salesbar { background: url('img/sales_bar.png') no-repeat; }
td.salesbar2 { background: url('img/sales_bar2.jpg') no-repeat; }
td.salesbg { background: url('img/sales_bg.png') no-repeat; }
td.salesbg2 { background: url('img/sales_bg2.png') no-repeat; }
td.salestopbg { background: url('img/salestopbg.jpg') no-repeat; }
td.sold { background: url('img/sold_cars.jpg') no-repeat; }
td.parts { background: url('img/parts.jpg') no-repeat; }
td.maintenance { background: url('img/service_maintenance.jpg') no-repeat; }
td.repair { background: url('img/accident_repair.jpg') no-repeat; }
td.storage { background: url('img/storage.jpg') no-repeat; }
td.service { background: url('img/service.jpg') no-repeat; }
div.staticbg { background: url('static.png') no-repeat; }
td.about { background: url('img/aboutus.jpg') no-repeat; }
td.contact { background: url('img/contactus.jpg') no-repeat; }
td.links { background: url('img/links.jpg') no-repeat; }
td.aboutbg { background: url('img/aboutusbg.jpg') no-repeat; }
td.lcorn { background: url('img/lcorn.png') no-repeat; }
td.rcorn { background: url('img/rcorn.png') no-repeat; }
td.lcornz { background: url('img/lcornz.png') no-repeat; }
td.rcornz { background: url('img/rcornz.png') no-repeat; }


td.inside { background-color: #e8f2f4; border-left: solid 2px #d0ebf4; border-right: solid 2px #d0ebf4; }
td.insidel { background-color: #e8f2f4; border-left: solid 2px #d0ebf4; }
td.insider { background-color: #e8f2f4; border-right: solid 2px #d0ebf4; }
td.blank { background-color: #FFFFFF; border-left: solid 2px #d0ebf4; border-right: solid 2px #d0ebf4; }
td.blankl { background-color: #FFFFFF; border-left: solid 2px #d0ebf4; }
td.blankr { background-color: #FFFFFF; border-right: solid 2px #d0ebf4; }
td.bottomw { background-color:#FFFFFF; border-bottom: solid 2px #d0ebf4; }
td.bottomwr { background-color:#FFFFFF; border-bottom: solid 2px #d0ebf4; border-right: solid 2px #d0ebf4; }
td.bottomz { background-color:#e8f2f4; border-bottom: solid 2px #d0ebf4; }
td.bottomzr { background-color:#e8f2f4; border-bottom: solid 2px #d0ebf4; border-right: solid 2px #d0ebf4; }



/*Credits: Dynamic Drive CSS Library *//*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu { margin-left: 30px; margin-right: 30px; font-size: 0.7em; font-family: Verdana; }
.suckertreemenu ul{ margin: 0;padding: 0;list-style-type: none;}/*Top level list items*/
.suckertreemenu ul li{position: relative;display: inline;float: left;background-color: #004e20; /*overall menu background color*/}/*Top level menu link items style*/
.suckertreemenu ul li a{display: block; /*Width of top level menu link items*/padding: 5px 0px;border: 0px solid black;border-left-width: 0;text-decoration: none;color: #FFFFFF;}/*1st sub level menu*/
.suckertreemenu ul li ul{left: 0;position: absolute;top: 1em; /* no need to change, as true value set by script */display: block;visibility: hidden;}/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{display: list-item;float: none;}/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ left: 17px; /* no need to change, as true value set by script */
top: 0;
}

.suckertreemenu li.active {
background-color: #00752f;
color: white;
}

.suckertreemenu ul li.active {
background-color: #00752f;
color: white;
}

.suckertreemenu ul li.active ul {
background-color: #00752f;
color: white;
}

.suckertreemenu ul li ul li.active {
background-color: #00752f;
color: white;
}


.suckertreemenu ul li.active ul li {
background-color: #00752f;
color: white;
}

.suckertreemenu ul li.active ul li.active {
background-color: #00752f;
color: white;
}


.suckertreemenu ul li ul li.active ul {
background-color: #00752f;
color: white;
}

.suckertreemenu ul li.active ul li.active ul {
background-color: #00752f;
color: white;
}

li.active { background-color: #00752f; }

.footer { font-size: 0.6em; margin-left:14px; margin-right:14px;}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
font-size: 0.9em;
width: 110px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 5px 0px;
border: 0px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #00752f;
color: white;
}

.suckertreemenu li.active {
background-color: #00752f;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #004e20;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #004e20;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
    
    /* Holly Hack for IE \*/
    * html .suckertreemenu ul li { float: left; height: 1%; }
    * html .suckertreemenu ul li a { height: 1%; }
    /* End */

.common { color: #0a4125; font-size: 10px; font-family: Verdana; }
.commons { color: #000000; font-size: 11px; font-family: Verdana; }
.commonm { color: #000000; font-size: 14px; font-family: Verdana; }
.toptext { color: #000000; font-size: 10px; font-family: Verdana; }
textarea.scroll { border: 0; width: 190px; height: 160px; color: #0a4125; font-size: 10px; font-family: Verdana; }
a.common { text-decoration: none; }
a.common:hover { text-decoration: underline; }
.autolink { color: #19b0e5; }
a.autolink { text-decoration: underline; }
a.autolink:hover { text-decoration: underline; }

a.sales { text-decoration: none; color: #19b0e5; }
a.sales:hover { text-decoration: underline; color: #19b0e5; }
h1 { font-size: 18; color: #0b291d; font-family: Verdana; }

#Str {text-align:center; background: #FFFFFF; padding: 2px 1px;font-family: 'Trebuchet MS',Tahoma; font-size: 8px; font-weight:bold;color: #fff}
#Str b.Sit {background: #65b2c4; padding: 1px 2px; font-size:11px; color:#fff; }
#Str a {color: #65b2c4; padding: 2px 1px; text-decoration: none; font-size:11px; }
#Str a:hover {text-decoration: underline;}
#Str span.next {padding-left: 10px;}
#Str span.prev {padding-right: 10px;}
#Str span.b {padding:0px 0px 0px 0px;}
#Str span.s {padding:0px 0px 0px 0px;}

