﻿body 
{
    background: #777777;
    font: normal 80% Arial, Tahoma, Verdana, sans-serif;
	color: #333333;
}

h1 {
    color: #00AEEF;
	margin: 0px 9px 0 5px;
	font-size: 180%;
	}	

h2 {
  color: #00AEEF;
	padding:0;
	font-size:150%;
	margin: 12px 9px 0 5px;
	border-top: 1px dashed #00AEEF;
	padding-bottom: 3px;
}

h3 {
  color: #00AEEF;
	padding:0;
	font-size:120%;
	margin: 12px 0 3px 0;
}

p.p2 {	
	margin: 5px 9px 0 5px;
	text-align: justify;
	}

p.disclaimer {
  font-size:80%;
	margin: 0px;
}

ul {
	margin-left:1em;
    }
	
a {
    color: #005EAD;
    }

a:hover {
  color: #000000;
	}

a.nohover:hover {
  background: #FFFFFF;
}

acronym
{
  border-bottom: 1px dotted;
  text-decoration: none;
}
	
td
{
 		vertical-align: top;
}	

span.SuperS
{
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

/*CSS for Menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 1em Arial;
overflow: hidden;
margin-left: auto;
margin-right: auto;
width: 750px;
background: #025DAC url('http://www.tgvi.com.au/images/menu.jpg') no-repeat scroll center right;
}

.indentmenu ul{
margin: 0;
padding:0;
float: left;
width: 100%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
height:26px;
float: left;
color: white; /*text color*/
padding: 0px 10px;
text-decoration: none;
margin-left:1px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu span
{
    position:relative;
    bottom:-0.3em
}
    
.indentmenu ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding: 0px 10px;
    background: black url('http://www.tgvi.com.au/images/menu_inv.jpg') center center repeat-x;
}

/*---End CSS for Menu---*/

#title
{
    width: 750px; 
    background: #666666 url('http://www.tgvi.com.au/images/title.jpg') no-repeat; 
    height: 142px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#content
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF url('http://www.tgvi.com.au/images/TGVI-Website-Layout_14.jpg') repeat-y;
}

/* Stupid firefox hack :-) */
#content:after
{
    clear: both;
    display: block;
    content: ''
}
/* ------------------- */

#spotlight
{
    width: 742px; 
    background: #000000 url('http://www.tgvi.com.au/images/GTR_ad.jpg') no-repeat scroll center center;
    border-bottom: solid 1px #000000;
    height: 140px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    right:3px;
}

div#wide-content
{
    padding-left: 8px;
    margin-right: 14px;
}
div#vehicle-content
{
    padding-left: 1px;
    margin-right: 7px;
}
div#left-content
{
    margin:0;
    float:left;
    padding-left:8px;
    padding-right:3px;
    width: 335px;
}

div#right-content
{   
    float: right;
	margin-right: 7px;
	width: 396px;
	display:block;
}

ul#VehicleListText
{
margin: 0;
padding:0;
float: left;
width: 100%; /*width of menu*/
list-style: none none outside;
}

table#index_cars
{
    border-collapse:collapse;
    font-size: 85%;
}

table#index_cars tr
{
    border-left: solid 1px #111111;
    border-bottom: solid 1px #111111;
}

.normal { background-color: #BBBBBB; }
.normalActive { background-color: #DDDDDD; }

table#index_cars td
{
    text-align:left;
    vertical-align:middle;
    padding-top:7px;
    padding-bottom:7px;
}

table#index_cars img
{
    margin-left:7px;
    margin-right:3px;
    border: solid 1px black;
}

#footer
{
    height: 66px;
    width: 750px;
    margin: auto;
    background: #777777 url('http://www.tgvi.com.au/images/TGVI-Website-Layout_16.jpg') no-repeat;
    text-align: center;
    padding-top: 45px;
    font-size: 70%;
}