/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)* http://cssreset.com */
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, 
td,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;}

/* HTML5 display-role reset for older browsers */
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;}

strong {
	font-weight:bold;
}
.center {
	width:960px;
	margin:0 auto;
}
.clear {
	clear:both;
	display:block;
	height:1px;	
}
.btn-ok {
	background:url(../img/layout/btn-ok.png) no-repeat left top;
	width:30px;
	height:24px;
	border:none;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
.btn-mais {
	background:url(../img/layout/btn-saibamais-2.png) no-repeat left top;
	display:block;
	width:20px;
	height:20px;
	border:none;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
body {
	background: url(../img/layout/main-bg.png) repeat-x left top;
	/*font-family: 'Play', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container {
	width:960px;
	margin:0 auto;	
	position:relative;
}
#facebook {
	margin: -32px 0 0 0;
	float: right;
}
#header {
	position:relative;
	z-index:10;
}
#header a#logo {
	background:url('../img/layout/bg-logo.png') no-repeat  left top;
	display:block;
	width:143px;
	height:106px;
	float:left;
	margin:0px 13px 0 10px;	
}
#header a#logo img {
	margin:10px;	
}
#header ul#nav-main {
	float:left;
	list-style:none;
}
#header ul#nav-main li {
	/*background:url('../img/layout/separator-main-nav.png') no-repeat  left top;*/
	float:left;	
	position:relative;
	border-right: 1px solid #fff;
}
#header ul#nav-main li a {
	display:block;
	width:117px;
	height:12px;
	padding:10px 0;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	/*color:#fff2db;*/
	color:#fff;	
}
#header ul#nav-main li a:hover {
	color:#ed1c24;	
}
#header ul#nav-main li ul{
	background: url(../img/layout/bg-header.png) repeat left top;
	position: absolute;
	display: none;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#header ul#nav-main li ul li{
	border-right: 0px;
}
#header ul#nav-main li:hover ul, li.over ul {
	display:block;
}
#header form#nav-search {
	background:url('../img/layout/bg-search.png') no-repeat  left top;
	width:784px;
	height:44px;
	position:absolute;
	right:10px;
	top:62px;
	visibility:hidden;	
	
}
#header form#nav-search label {
	font-size:12px;
	text-transform:uppercase;
	color:#ed1c24;
	line-height:42px;
	margin-left:20px;	
}
#header form#nav-search select {
	font-size:12px;
	text-transform:uppercase;
	width:130px;
	margin:0 5px;
}
#header form#nav-search input#pesquisa {
	background: url(../img/layout/bg-input-search.png) no-repeat left top transparent;
	width: 166px;
	height: 14px;
	margin: 0 0 0 21px;
	border: none;
	padding: 5px 30px 5px 15px;
	text-transform: uppercase;
}
#header form#nav-search button#btn_pesquisa-1 {
	background:url(../img/layout/btn-ok.png) no-repeat left top;
	width:30px;
	height:24px;
	border:none;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
#header form#nav-search input#btn_pesquisa-2 {
	position: absolute;
	right: 25px;
	top: 11px;
}
#content {
	background-color: #ebebec; /*#fff2db;*/
	margin:0px 0 0 0;
	padding-bottom:15px;	
}
#informacoes {
	background:url(../img/layout/bg-informacoes.png) no-repeat left top;
	width:900px;
	height:205px;
	margin: -20px 0 0 10px;
	padding:15px 15px 20px 25px;
	clear:both;
}
#informacoes div {
	width:185px;
	height:190px;
	float:left;
	border-right:1px solid #bbb; /*border-right:1px solid #ffe1c2;*/
	padding:0 25px;
	line-height:15px;
	position:relative;
}
#informacoes div p {
	/*text-align: justify;*/
	font-size:13px;
	color:#555;
	line-height: 18px;
}
#informacoes div.padding-left-none {
	padding-left:0;
}
#informacoes div.padding-right-none {
	padding-right:0;
}
#informacoes div.border-right-none {
	border-right:none;
}
#informacoes div h1 {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#5f0000;
	margin-bottom:5px;
}
#informacoes div a.btn-mais {
	position:absolute;
	left:24px;
	bottom:-2px;
}
#informacoes div a.left-diferente {
	left:0;
}
#informacoes #cadastro form input {
	width:160px;
	height:20px;
	margin-top:10px;
	padding:0 10px;
}
#informacoes #cadastro button.btn-ok {
	margin-top:10px;
}
#footer {
	clear:both;
}
#footer p#info-contato {
	/*background:url(../img/layout/bg-footer.jpg) no-repeat left top;*/
	background-color:#1e1d1d;
	width:960px;
	height:62px;
	font-size:18px;
	color:#ffffff;
	text-align:center;	
	line-height:60px;
}
#footer p#copyright {
	background-color: #e02f2f; /*#620808;*/
	height:27px;
	text-align:center;
	color: #fff; /*#fff2db;*/
	line-height:26px;	
}
#footer a#link-garagemidia {
	float: right;
	margin: -18px 10px 0 0;
	font-size:10px;
	text-decoration: none;
	color: #ffffff;
}