/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/* Colors */

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #d70c0e;
	text-decoration: underline;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer { color: #fff; }

address { font-style: normal; }

/* Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3  {
	margin: 0 0 5px 0;
	font-weight: normal;
}

h1 { font-size: 150%; }

h2 { font-size: 120%; }

h3 { font-size: 100%; }

h1#seminovos-honda {
	text-indent: -9999px;
	height: 15px;
	background:url(../img/seminovos_honda.png) no-repeat;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }

ul { list-style: square; }

ul li { margin-left: 1.2em; }

dt, dd { margin-left: 1.0em; }

p,
dl,
hr,
ol,
ul,
pre,
table {
	margin-bottom: 1.0em;
}