body {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #cc9;
	background-image:  url('images/back.gif');
}


td, p {
	font-size: 10pt;
	color: #000;
	vertical-align: top;
}


#homeside td {
	background-color: #eee;
}


#homeside p {
	font-size: 8pt;
	color: #000;
	vertical-align: top;
}


.model p {
	font-size: 8pt;
	color: #000;
}


th {
	font-size: 10pt;
	color: #ccc;
	padding: 10px 10px;
}


#nav {
	text-align: center;
	letter-spacing: 2px;
	padding: 20px;
}


.model {
	line-height: 14pt;
	text-align: left;
	padding: 8px;
}


#newarrival h1{
	font-size: 11pt;
	color: #000;
	font-weight: bold;
}


a:link, a:visited {
	color: #c00;
	text-decoration: underline;
}


a:hover {
	color: #c00;
	text-decoration: none;
}


.cellphone-dialer:link, .cellphone-dialer:visited {
	color: #c00;
	text-decoration: none;
}


.cellphone-dialer:hover {
	color: #c00;
	text-decoration: underline;
}


.bold {
	font-weight: bold;
}


.title {
	font-size: 12pt;
	color: #000;
	font-weight: 600;
}


.title2 {
	font-size: 11pt;
	color: #000;
	font-weight: 600;
}

.sec {
	font-size: 11pt;
	padding-top: 12px;
	border-bottom: #cc9 1px solid;
	}

.secsub {
	padding-top: 10px;
	}


.phone {
	font-size: 11pt;
	color: #000;
	font-weight: 600;
}


.txt12 {
	font-size: 12pt;
	font-weight: normal;
}


.txt11 {
	font-size: 11pt;
	font-weight: normal;
}


.txt10 {
	font-size: 10pt;
	font-weight: normal;
}


.txt9 {
	font-size: 9pt;
	font-weight: normal;
}


.txt8 {
	font-size: 8pt;
	font-weight: normal;
}


.txt7 {
	font-size: 7pt;
	font-weight: normal;
}


.txtred8 {
	font-size: 8pt;
	color: #c00;
	font-weight: normal;
}


.txtred10 {
	font-size: 10pt;
	color: #c00;
	font-weight: normal;
}


.typ7 {
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
}

.stock {
	font-size: 7pt;
	text-align: right;
	width: 80px;
	padding-right: 10px;
	padding-top: 10px;
}


.redbold {
	color: #c00;
	font-weight: bold;
}


.rdate {
	font-size: 7pt;
	color: #000;
	font-weight: normal;
}


.cellphone-dialer {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}


h1 {
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


h2, h3, h4 {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}


ul {
	list-style-type: square;
}


.red {
	color: #c00;
}


.blue {
	color: #00c;
}


ul, ol, dl {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 10pt;
}



#added_by_nate_______ {}

#subshowlinks {}

.truckinquiry {
	font-size: small;
	font-weight: normal;
}

.clear {}

.divider {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 518px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

