html,body
{
    font-family: verdana;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

h1
{
    font-family: verdana;
    font-size: 18px;
    color: #cc3300;
    padding-bottom: 0;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* MAIN STRUCTURE OF PAGES */

table.main
{
    font-family: verdana;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

td.header
{
    height: 1%;
    text-align: center;
    vertical-align: top;
    align: center;
}

td.leftnav
{
    width: 10%;
    height: 100%;
    text-align: center;
    vertical-align: top;
    background-color: #cc3300;
}

td.content
{
    text-align: left;
    vertical-align: top;
    background-image: url(/dev/images/contentbg.jpg);
    border: 1px solid #000000;
    border-right: 2px solid #000000;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

td.footer
{
    text-align: center;
    vertical-align: top;
    background-color: #cc3300;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}

/* TOP NAVIGATION */

table.tnavcontainer
{
    border-bottom: 2px solid #000000;
    height: 20px;
    width: 100%
}

td.tnavbg
{
    background-image: url(/dev/images/topnav/topnavbg.jpg);
    background-color: #cc3300;
}

table.topnav
{
    border: 0px solid #000000;
}

/* FOOTER */

td.footer a:link
{
    color: #ffffff;
}

td.footer a:visited
{
    color: #ffffff;
}

/* HOME PAGE */

table.index
{
    border: 0px solid #000000;
    vertical-align: top;
    align: center;
    font-family: verdana;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

/* REPAIR PROCESS */

table.rpindex
{
    border: 0px solid #000000;
    vertical-align: top;
    align: center;
    font-family: verdana;
    font-size: 12px;
    width: 100%;
}

td.image
{
    text-align:center;
}

td.txtstep
{
    font-weight: bold;
    vertical-align: middle;
}

td.txt
{
    vertical-align: middle;
}

/* USED CARS */

table.usedcars
{
    border: 0px solid #000000;
    vertical-align: top;
    align: center;
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
}

/* TAKE A TOUR */

table.tatbody
{
    border: 0px solid #000000;
    vertical-align: top;
    align: center;
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
}

/* CONTACT PAGE */

table.tcontacts
{
    border: 0px solid #000000;
    vertical-align: top;
    align: center;
    font-family: verdana;
    font-size: 12px;
}

td.title
{
    background-color: #cc3300;
    color: #ffffff;
    font-weight: bold;
}

table.contact
{
    background-color: #cc3300;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #000000;
}

/* FAQ PAGE */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.style2 {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

table.sitemap
{
    border: 0px solid #000000;
    vertical-align: top;
    align: center;
    font-family: verdana;
    font-size: 12px;
}

table.sitemap a:link
{
    font-family: verdana;
    font-size: 12px;
}