
/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* STICKLY FOOTER */

* {margin:0;padding:0;} 

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main
{
	overflow:auto;
	padding-bottom:150px;
}

#footer
{
	position:relative;
	margin-top:-150px;
	height:150px;
	clear:both;
} 

body:before
{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* TEMPLATE */

#main
{
	width:980px;
	padding:0px 0px 230px 0px;
}

#header
{
	display:block;
	width:100%;
	padding:10px 0px 10px 0px;
}

#content
{
	display:block;
	width:100%;
	float:left;
	text-align:left;
}

#content-730
{
	display:block;
	width:730px;
	float:left;
	text-align:left;
}

#sidebar-220
{
	display:block;
	width:220px;
	float:right;
	text-align:left;
}

#footer
{
	background:#383838;
} 

#footer-content
{
	display:block;
	width:980px;
	padding:35px 0px 0px 0px;
	color:#999;
	font-size:12px;
}

/* TAGS */

body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:120%;
}

h1
{
	display:block;
	margin:0px 0px 15px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:26px;
	line-height:100%;
}

h2
{
	display:block;
	margin:0px 0px 15px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:100%;
}

p
{
	line-height:120%;
	margin-bottom:10px;
}

i, em
{
	font-style:italic;
}

ul
{
	display:block;
	padding:0px 0px 0px 35px;
	list-style:square;
}

ol
{
	display:block;
	padding:0px 0px 0px 35px;
	list-style:decimal;
}

hr
{
  border:0;
  border-top:1px solid #CCC;
  height:0;
  background:#CCC;
}

a, a:visited
{
	color:#0055CC;
	outline:none;
	text-decoration:underline
}

a:hover, a:visited:hover
{
	color:#ee5638;
	outline:none;
	text-decoration:underline
}

input[type=text], input[type=password], textarea
{
	border:1px solid #CCC;
	margin:0px;
	padding:4px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

input[type=submit]
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:5px 15px 5px 15px;
	cursor:pointer;
}

input[type=submit]:focus, input[type=submit]:active
{
	outline:none;
}

label
{
	display:block;
	font-style:italic;
	line-height:30px;
}

label.inline
{
	display:inline-block;
	*display:inline;
	zoom:1;
	font-style:italic;
}

/* MISC */

.alert, .error
{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:10px 0px 20px 0px;
	padding:10px 20px 10px 20px;
	background-color:#d63d2a;
	border:1px solid #d63d2a;
	color:#FFF;
	line-height:130%;
}

.notice
{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:10px 0px 20px 0px;
	padding:10px 20px 10px 20px;
	background-color:#FFFF99;
	border:1px dashed #999;
	line-height:130%;
}

.strong
{
	font-weight:bold;
}

.hidden
{
	display:none;
}

.green
{
	color:#339900;
}


.red
{
	color:#d63d2a;
}

.mt5
{
	display:block;
	margin-top:5px;
}

.mb5
{
	display:block;
	margin-bottom:5px;
}

.mb10
{
	display:block;
	margin-bottom:10px;
}

/* HEADER */

a.logo-car-brand
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#5a89c2;
}

#searchform
{
    float:right;
}

#searchform input#search-input
{
	display:block;
    background: url(../images/search_bg.png) no-repeat scroll 0 0 transparent;
    border:0 none;
    float:left;
    font-size:13px;
    height:32px;
    margin-right:0;
	padding:2px 0px 2px 12px;
    width:220px;
}

#searchform input.search-button
{
	display: block;
    background:url(../images/search_button_bg.png) no-repeat scroll 0 0 transparent;
    border:0 none;
    cursor:pointer;
    float:left;
    font-size:1px;
    height:36px;
    text-indent:-999em;
    width:44px;
}

#menu
{
	display:block;
	margin:0px 0px 20px 0px;
	padding:7px 0px 7px 10px;
	text-align:left;
	background:#f17157;
	color:#FFF;
	text-transform:uppercase;
	line-height:100%;
}

#menu li
{
	display:inline-block;
	*display:inline;
	zoom:1;
	list-style:none;
	text-transform:uppercase;
	line-height:100%;
}

#menu li a, #menu li span
{
	padding:5px 10px 5px 10px;
	background:#f17157;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	line-height:100%;
}

#menu li a:hover
{
	padding:5px 10px 5px 10px;
	background:#ee5638;
	line-height:100%;
}

/* SIDEBAR */

.sidebar-header
{
	display:block;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px;
	background:#fd5;
	color:#000;
	text-transform:uppercase;
}

/* HOME */

#models
{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}

#models li
{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:160px;
	margin:0 0 20px 0;
	text-align:center;
}

.content-header
{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0px 0px 20px 0px;
	padding:5px 10px 5px 10px;
	background:#fd5;
	color:#000;
	text-transform:uppercase;
}

/* REVIEW */

#random-models
{
	display:block;
	margin:0;
	padding:0;
	text-align:center;
}

#random-models li
{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:150px;
	margin:0 10px 0 0;
	text-align:center;
}

#years
{
	display:block;
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
}

#years li
{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 15px 0 0;
	text-align:center;
	font-size:26px;
}

#random-reviews
{
	display:block;
	margin:30px 0 0 0;
	padding:10px;
	background:#DDD;
}

/* CITY */

.cities-list
{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

/* NEWS */

.news-title
{
	display:block;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	line-height:110%;
}

.date
{
	display:block;
	margin:5px 0px 0px 0px;
	font-style:italic;
}

/* DEALERS */

#dealers-list
{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}

#dealers-list li
{
	display:block;
	padding:10px 0px 10px 0px;
	border-bottom:1px dashed #999;
	line-height:130%;
}

#dealers-list li .num
{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:30px;
	float:left;
}

#dealers-list li .dealers-list-city
{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:500px;
	float:right;
}

/* DEALER */

.info-line
{
	display:table-cell;
	padding:10px 0px 10px 0px;
	border-bottom:1px dashed #999;
}

.info-line-pr-10
{
	display:table-cell;
	padding:10px 10px 10px 0px;
	border-bottom:1px dashed #999;
}

#map
{
	display:block;
	margin:15px 0px 15px 0px;
	height:350px;
	width:100%;
}

.YMaps-b-balloon-content
{
	font-size:13px;
}

.companypoint
{
    width:36px;
    height:42px;
    background:url(../images/point.png);
}

/* COMPANIES */

.companies-header
{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0px 0px 5px 0px;
	padding:5px 10px 5px 10px;
	background:#fd5;
	color:#000;
	text-transform:uppercase;
}

.companies-list
{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}

.companies-list li
{
	display:block;
	padding:10px 0px 10px 0px;
	border-bottom:1px dashed #999;
	line-height:130%;
}

/* CRUMBS */

.crumbs
{
	display:block;
	margin:0px 0px 10px 0px;
	line-height:140%;
}

/* PAGINATION */

.pagination
{
	display:block;
	margin:0px 0px 20px 0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333;
}

.pagination a
{
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:5px;
	min-width:15px;
	text-decoration:underline;
}

.pagination .current
{
	display:inline-block;
	zoom: 1;
	*display:inline;
	padding:5px;
	min-width:15px;
	background-color:#f17157;
	color:#FFF;
	text-decoration:none;
	cursor:default;
}