body {
	background-image: url(../images/bg.gif);
background-position: top center;
background-repeat: repeat-y;
	background-attachment: fixed;
	text-align: center;
	background-color: #405080;
	vertical-align: top;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: small;
}
#container {
	width: 760px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
#header {
	background-image: url(../images/demo_header.gif);
	height: 111px;
	margin: 0px;
}
#header span {
	display: none;
}
#header h1 {
	margin: 0px;
	display: none;
}
#header h2 {
	margin: 0px;
}


#menu {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	background-color: #405080;
	padding: 5px;
}
#menu a:current {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	background-color: #CCCCCC;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 110%;
}

#content {
	line-height: 25px;
	letter-spacing: 2px;
	text-align: left;
	margin: 0px;
	background-image: none;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat-x;
}

#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#content p a {
	color: #405080;
}
#content .editlink a {
	color: #990000;
	font-weight: bold;
	font-size: large;
}
.carsh2 {
	font-size: 200%;
}





.carimages {
text-align: center;
}
#content h2 {
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #003366;
}
#content h3 {
	color: #405080;
}


#footer {
	clear: both;
	font-size: x-small;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url(../images/bg_blue_white.jpg);
	padding-left: 5px;
}
#footer p {
	padding: 5px;
}
#footer a {
	color: #405080;
}
#footer a:hover {
	text-decoration: none;
}


.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

/*** CAR STUFF ****/
.car h3{
font-family: arial;
font-size: 160%;
margin: 0px;
}
.car h4{
font-size: 140%;
margin: 0px;
padding: 0px;
color: #cc0000;
}
.car h5{
margin: -25px 0px 10px 100px;
}
.car h5 a{
color:#405080;
padding: 5px;
}
.car h5 a:hover{
background-color:#f1f3ff;
border: 1px solid #a6acff;}
.car p{
margin: 0px;
padding: 0px;
line-height: 1.5em;
}
.thickbox img {	
border: 5px solid #405080;
margin: 15px 5px 0px 5px;
}
.thickbox img:hover {	
border: 5px solid #e6ecff;
}

/*** PAGINATION **/

.pagi-top ul, .pagi-bot ul {
list-style:none;
margin:0;
padding:10px;
text-align:center;
margin-top:10px;
}
.pagi-top li, .pagi-bot li {
font-size: small;
display:inline;
padding:5px;
}
.pagi-top a, .pagi-bot a{
color: #990000;
font-weight: bold;
padding: 2px;
border: 1px solid #ccddff;
text-decoration:none;
background-color: #f3f3ff;
}
.pagi-top a:hover, .pagi-bot a:hover{
background-color: #dcd0ff;
}

/** SORT BY **/
fieldset {
background-color: #8c96b3;
border:0;
}
legend{
color:#fff;
padding-top: 28px;
padding-left:0px;
font-family:  "Trebuchet MS", arial, sans-serif;
font-weight:bold;
font-size: 140%;
}
label{
font-size: 100%;
color:#fff;
}
label.descclass {
display:none;
}
.button {
}
.sortby select {
border: 0;
font-size: 90%;
background-color: #efeffe;
border: 1px solid #000;
padding: 1px;
margin-right:5px;
}
.sortby input {
padding: 1px;
font-size: 13px;
background-color: #efeffe;
border: 1px solid #000;
margin-left: 10px;
}

/* POP UPS */

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 6px solid #405080;
}
#TB_window a{
color: #777777;
font-family: verdana, Arial, Tahoma, sans-serif;
font-weight: bold;
font-size: 80%;
}

#TB_window img {
	display:block;
	margin: 0px 0 15px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
font-size: 150%;
font-weight: bold;
color: #405080;
font-family: Arial, Tahoma, sans-serif;
}
#TB_caption, #TB_prev{
	height:25px;
	padding:10px 30px 0px 25px;
	float:left;
}

#TB_closeWindow, #TB_next{
	height:25px;
	padding:5px 20px 0px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

#TB_SecondLine, #TB_ImageDIV {
	clear: both;
}
