/*colors:
lt. blue #9cf
blue #369
gray #999
*/


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000000;
	margin:0;
	background-image : url('../images/new-design_01.jpg');
	background-repeat : repeat-x;
}



p
{
	font-size: 12px;
	text-align: left;
	line-height: 130%;
	margin: 10px 0;
}
a
{
	display: inline;
	color:#fff;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin: 0;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

a.button
{
	margin: 0;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
	background-color: #369;
	text-align: center;
	border: 1px solid #fff;
	text-decoration: none;
}

a.button:hover
{
	color: #369;
	background-color: #fff;
	border-color: #369;
}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




div#right {
	position:relative;
	top:0;
	left:0;
	width:598px;
	margin: 0 0 0 182px;
}
div#left {
	position:absolute;
	left:0;
	top:0;
	width:182px;
	z-index:300;
}
div#left img.logo {margin:20px 0 0 20px;}

div#header
{
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	background-color: #369;
	background-image: url(../images/hdr_corner_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align:right;
}
div#menu
{
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	padding-right:14px;
	background-color: #9CF;
	background-image: url(../images/menu_rt.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:right;
}
div#menu ul, div#menu li {margin:0;padding:0;}
div#menu li {float:right;list-style-type:none;height:25px;}
div#menu li a {display:block;line-height:25px;color:#369;background-color:transparent;padding:0 5px;margin:0;font-weight:bold;text-decoration:none;font-size:14px;}
div#menu li a:hover {background-color:#fff;}

div#content
{
	background-image: url(../images/content_corner_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:20px;
}
div#content_container {margin:15px 0 0 63px;}

div#home_pictures {margin:0 0 30px -63px;}
div#home_pictures img {border:1px solid #fff;margin:0 0 0 63px;}

div#footer
{
	height: 30px;
	background-image: url(../images/equal_logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top:45px;
}

div#footer p {
	color:#fff;
	font-size:12px;
	text-align:center;
}
div#car_logo
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 182px;
	background-image: url(../images/car_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:100;
}

.menux {color:#000000; font-size:15px;font-weight:bold;text-decoration:none;padding:3px; }
.menux:hover {color:#000000; font-size:15px;font-weight:bold;text-decoration:underline;padding:3px; }
div.v_card {margin:0 0 20px 0;padding:0;}
div.v_card ul, div.v_card li {margin:0;padding:0;}
div.v_card li {list-style-type:none;font-weight:bold;}
div.v_card li.name {font-size:14px;}
div.v_card li.title {font-style:italic;}
div.v_card li span {margin-left:5px;font-weight:normal;}
div.v_card li + li {margin-top:4px;}
div.v_card img {float:left;margin:0 20px 0 0;border:1px solid #fff;}

div#contact_vcards {width:260px;}
div#contact_form {padding-left:10px;border-left:1px dashed #000000;}
div#contact_form h1 {font-size:16px;}
div#contact_form p {font-size:10px;font-weight:bold;letter-spacing:.2em;margin:4px;}
div#contact_form input, div#contact_form textarea, div#contact_form select {margin:0;}

dl#listings,dl#listings dt,dl#listings dd {margin:0;padding:0;}
dl#listings {margin-top:20px;}
dl#listings dt {float:left;width:80px;margin-bottom:5px;}
dl#listings dt.title,dl#listings dd.title {font-size:120%;font-weight:bold;padding-bottom:4px;margin-bottom:10px;border-bottom:1px dashed #9cf;}
dl#listings dd a {text-decoration:underline;}
dl#listings dd a:hover {text-decoration:none;}

dl.details,dl.details dt,dl.details dd {margin:0;padding:0;}
dl.details {padding:5px 0;margin:10px 0;}
dl.details dt {font-size:120%;font-weight:bold;}
dl.details dd {margin:5px 0;}

div#thumbs {float:right;width:222px;margin-left:10px;margin-bottom:10px;}
div#thumbs img {float:left;display:block;border:2px solid #fff;margin-bottom:5px;margin-left:4px;}
img.full_pict {border:2px solid #fff;}