@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size:12px;
	background:#60768B;
}

a {
	color:#000;
	font-weight:bold;
}

a:link, a:visited {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:none;
}

li {
	padding-bottom:1em;
}

ul {
	list-style-type:disc;
}

#btm_page {
	width:892px;
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:16px;
	text-align:center;
	color:#FFF;
	font-size:12px;
}

#btm_page a:link, #btm_page a:visited {
	color:#FFF;
}

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

#container_a {
	width:892px;
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:16px;
	background:#000;
	text-align:center;
}

#container_b {
	width:860px;
	height:auto;
	padding:16px;
	background:#FFF;
}



#header {
	width:860px;
	height:187px;
	background:url(images/title.jpg) 0 0 no-repeat;
}

#topmenu {
	width:860px;
	height:36px;
	overflow:hidden;
}


#container_c {
	width:860px;
	height:auto;
	overflow: hidden;
	padding:16px 0px 16px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFF;
}

.container_d {
	width:860px;
}

.con_left {
	float:left;
	width:256px;
	margin-right:16px;
}

.con_right {
	float:left;
	width:588px;
}

.clear_both {
	clear:both;
	float:left;
}

#footer {
	width:860px;
	height:131px;
	background:url(images/footer.gif) 0 0 no-repeat;
}

h1 {
	margin-top:0px;
	margin-bottom:0.5em;
	font-size:18px;
	color:#000;
	font-weight:bold;
}

h2 {
	margin-top:0px;
	margin-bottom:0.5em;
	font-size:14px;
	color:#690;
	font-weight:bold;
}

h3 {
	margin-top:0px;
	margin-bottom:1em;
	font-size:14px;
	font-weight:bold;
}


p {
	margin-top:0px;
}

.solidblockmenu{
height:33px;
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
border: 1px solid #000;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;

}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.ourcars_con {
	float:left;
	width:860px;
}

.carphotos_con {
	float:left;
	clear:both;
	width:850px;
	background:#000;
	padding:5px;
}


.cartab {
	float:left;
	width:138px;
	height:54px;
	margin-right:10px;
}

.carphoto {
	float:left;
	width:414px;
	height:276px;
	padding:5px;
	overflow:hidden;
}

#links p {
	margin-bottom:0.4em;
	margin-left:8px;
}

.testbox {
	padding:10px;
	background-color:#FFD;
	border:1px solid #DDB;
	font-style:italic;
	margin-bottom:32px;
}

.testbox b {
	font-style:normal;
	font-weight:normal;
}
