* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #F5F6F0 url(../images/bg_body2.gif) repeat-x;
   font-size: 62.5%;
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

body#home{
	background: #e9ece2 url(../images/bg_body_home2_inside.gif) repeat-x;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 860px;
   margin: 0 auto;
}
li{
list-style:none;
}
/* =menu lista cidades
---------------------------------------------------------------------
*/

. link-cidades ul {
	margin:0;
	padding: 0px;
	list-style:none;
	height:30px;
	font:normal 11px Arial, "Arial Narrow", Courier, Tahoma;
	text-decoration:none;
}
.link-cidades ul ul {
margin-top:7px;
width:0px;}

.link-cidades li {
	width:450px;
	float: left;
	margin-right: 3px;
	font-size: 11px;;
	position:relative;
}
/* Estilos para os links do primeiro nível */
.link-cidades a {
   float: left;
   display: block;
   padding: 9px 14px 6px;
   color:#000;
   text-decoration: none;
}
.link-cidades a:hover {
	float: left;
	display: block;
	padding: 9px 14px 6px;
	color:#F00;
	text-decoration: none;
	font-weight:bold;
}


/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   z-index: 90;
   height: 136px;
}

#header h1{
   float: left;
   margin-top: 40px;
   background: url(../images/bg_h1.gif) no-repeat;
   width: 215px;
   height: 81px;
   text-indent: -9999px;
}

#header h2{
   float: right;
   margin-top: 38px;
   background: url(../images/logo_honda.gif) no-repeat;
   width: 64px;
   height: 59px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 335px;
   height: 58px;
}

#header #meta-nav{
   position: absolute;
   top: 7px;
   right: 0;
}

#header #meta-nav li{
   float: left;
   color: #8E9EAA;
   padding: 0 9px 0 11px;
   background: url(../images/bg_meta-nav_li_a.gif) no-repeat left center;
   font-size: 1.2em;
   list-style: none;
}

#header #meta-nav li.first{
   background: none;
}

#header #meta-nav a{
   color: #8E9EAA;
   text-decoration: none;
   outline: 0;
}

#header #meta-nav a:hover{
   color: #FFF;
   text-decoration: underline;
}

#header #search{
   position: absolute;
   z-index: 5;
   bottom: -48px;
   right: 12px;
   width: 325px;
}

body#home #search{
   display: none;
}

#header #search h3{
   float: left;
   margin: 6px 9px 0 0;
   color: #696B64;
   font-size: 1.2em;
}

#header #search #searchForm input#search_term{
   display: block;
   float: left;
   width: 139px;
   margin-right: 5px;
   padding: 4px 3px 3px;
   border: 2px solid #C4C7BA;
   background: #FFF url(../images/bg_search_term.gif) repeat-x;
   color: #696B64;
   font-size: 1.2em;
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#header #search #searchForm a{
   float: left;
   display: block;
   width: 68px;
   height: 27px;
   background: url(../images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 999;
   list-style: none;
}

#nav li{
   float: left;
   margin-right: 3px;
   background: url(../images/bg_nav_li3.gif) no-repeat right top;
   font-size: 1.2em;
   text-transform: uppercase;
}

#nav li.current{
   background-position: right bottom;
}

#nav li a{
   float: left;
   display: block;
   height: 22px;
   padding: 9px 14px 0;
   background: url(../images/bg_nav_li_a3.gif) no-repeat left top;
   color: #9BAAB5;
   text-decoration: none;
}

#nav li.current a{
   background-position: left bottom;
   color: #27333A;
}

#nav li:hover,
#nav li.sfhover{
   background-position: right -31px;
}

#nav li.current:hover,
#nav li.sfhover.current{
   background-position: right bottom;
}

#nav li:hover a,
#nav li.sfhover a{
   background-position: left -31px;
   color: #FFF;
}

#nav li.current:hover a,
#nav li.sfhover.current a{
   background-position: left bottom;
   color: #27333A;
}

#nav li#nav_home.current{
   background-position: right top;
}

#nav li#nav_home.current a{
   background-position: left top;
   color: #9BAAB5;
}

#nav li.current#nav_home:hover,
#nav li.current.sfhover#nav_home{
   background-position: right -31px;
}

#nv li.current#nav_home:hover,
#nav li.current.sfhover#nav_home a{
   background-position: left -31px;
   color: #FFF;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 160px;
   margin-top: 31px;
   margin-left: -1px;
   _margin-top: 0; /* IE6 only */
   border: 1px solid #BABEB1;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
   font-size: 1.22em;
}

*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
   _display: block;
   float: none;
   _float: left;
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
   float: none;
   width: 160px;
   height: auto;
   padding: 9px 14px;
   border-top: 1px solid #FBFCFE;
   border-bottom: 1px solid #D3D6CD;
   background: #F1F3EE;
   color: #384751;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #DDEAF3;
}


/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 565px;
   margin-left: 14px;
}

body#home #content{
   width: 860px;
   margin: 28px 0 35px;
}

body#no-sidebar #content{
   width: 846px;
}

#content h3{
	position: relative;
	z-index: 5;
	margin-top: -45px;
	margin-bottom: 44px;
	color: #384751;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.06em;
}

body#home #content h3{
	margin: 0 0 .5em 0;
	color: #2B3941;
	font-size: 1.8em;
	font-weight: bold;
}

#content h4{
   font-size: 1.5em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   color: #CD411D;
}

#content h5{
   color: #2E719E;
   font-size: 1.4em;
}

#content h6{
   color: #8DB826;
   font-size: 1.3em;
   text-transform: uppercase;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #272D2F;
   font-size: 1.2em;
   line-height: 1.5;
}

body#home #content p{
   color: #2B3941;
}

body#home #content p.more{
   position: absolute;
   left: 0;
   bottom: 0;
   clear: both;
   width: 241px;
   margin: 0;
   padding: 3px 0;
   font-size: 1.3em;
}

body#home #content p.more a{
   color: #2E719E;
   border-bottom: 2px dotted #678DA2;
   text-decoration: none;
}

body#home #content p.more a:hover{
   border-left: 4px solid #2e719e;
   border-right: 4px solid #2e719e;
   border-top: 1px solid #2e719e;
   border-bottom: 1px solid #2e719e;
   background: #2e719e;
   color: #fff;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content li{
   line-height: 1.5;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #2E719E;
}

#content a:hover{
   text-decoration: none;
}

#content #text{
   clear: both;
}

body#home #content div{
	display: inline; /* IE6 double margin float bug hack */
	position: relative;
	float: left;
	width: 264px;
	height: 300px;
	margin: 0 0 0 30px;
	padding: 15px30px10 px;
	border-right: 1px solid #FFF;
}

body#home #content #cms{
	margin: 0 0 0 20px;
}

#content #cms em{
   margin-left: 10px;
}

#content #cms ul{
   margin: 0;
   padding: 0;
}

#content #cms li{
   margin-bottom: .25em;
   padding-left: 15px;
   background: url(../images/bg_cms_li.gif) no-repeat left center;
   color: #2E719E;
   list-style: none;
}


#content #cms li a:hover{
   text-decoration: underline;
}

body#home #content #gallery{
   width: 243px;
   padding-right: 18px;
}

#content #gallery h3 img{
   padding: 0 6px;
   background: 0;
   border: 0;
}

#content #gallery img{
   padding: 4px;
   background: #FAFAFA;
   border: 1px solid #D0D3C9;
   border-top: 0;
   border-left: 0;
}

body#home #content #clients{
   width: 249px;
   margin: 0 0 0 23px;
   padding-right: 0;
   border: 0;
}

#content #clients img{
   border: 5px solid #D2D5C8;
}

#content #clients p.caption{
   margin-bottom: 0;
   font-size: 1.1em;
}

body#home #content #clients #clientsflash{
   width: 249px;
   height: 178px;
   margin: 0 0 0 0px;
   padding: 0;
   border: 0;
}

/* =Home Bottom
---------------------------------------------------------------------
*/

#contentTemplate
{
	float:right;
	background-color:#FFFFFF;
	border-bottom-width:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d8dcd1;
	border-right-color: #d8dcd1;
	border-bottom-color: #d8dcd1;
	border-left-color: #d8dcd1;
	font-stretch: wider;
	width: 569px;
	border-top: 540;
	clear: right;
	
}

#bottom{
	clear: left;
	float: left;
	width: 240px;
	padding: 17px 20px;
	background: url(../images/bg_home_bottom3.gif) no-repeat;
	background-color: #E9ECE2;
}
#bottom2{
	clear: left;
	float: left;
	width: 240px;
	padding: 17px 20px;
	background: url(../images/bg_home_bottom3.gif) no-repeat;
	background-color: #E9ECE2;
	margin-top: 60px;
}

#bottom h3{
	margin-bottom: 0.9em;
	color: #36434B;
	font-size: 1.3em;
	font-weight: bold;
}

#bottom #recommends{
	float: left;
	width: 240px;
	/*margin-right: 24px;*/
}

#bottom .recommendation{
	float: left;
	width: 230px;
	margin-bottom: 15px;
	line-height: 1.3;
}

#bottom .recommendation h4{
   margin-bottom: .5em;
   font-size: 1.1em;
}

#bottom .recommendation h4 a{
   color: #2E719E;
}

#bottom .recommendation h4 a:hover{
   text-decoration: none;
}

#bottom .recommendation p{
	color: #5F605B;
	font-size: 1.2em;
}

#bottom .recommendation img{
   float: left;
   margin-right: 7px;
   border: 3px solid #D6D9CD;
}


#bottom #saying{
	float: left;
	width: 370px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	_padding-bottom: 7px;
	border-bottom: 1px dashed #CACCC2;
}

#bottom #saying img{
	float: left;
	margin-right: 9px;
	border: 4px solid #CED1C5;
	background: #FAFAFA;
}

#bottom #saying p{
	font-size: 1.1em;
	color: #5F605B;
	text-indent: 0px;
	line-height: 1.6;
}

#bottom #saying p.quote{
   float: left;
   font-weight: bold;
   font-style: italic;
   text-indent: 0;
}

#bottom #saying p.more{
   float: right;
   text-transform: lowercase;
}

#bottom #saying p.more a{
   color: #CD411D;
}

#bottom #saying p.more a:hover{
   text-decoration: none;
}

#bottom #saying #saying-text{
	float: left;
	width: 280px;
}





/* =Footer
---------------------------------------------------------------------
*/

#footer-outer{
   clear: both;
   padding: 15px 0 100px;
   border-top: 5px solid #CCD0C1;
   background: #28353D;
}

#footer{
	width: 798px;
	height: 27px;
	margin: 0 auto;
	padding: 16px 18px 0 44px;
	background: #34424B url(../images/bg_footer.gif) no-repeat 14px center;
}

#footer p{
   float: left;
   color: #94A5AF;
   font-size: 1.2em;
}

#footer p.back{
   float: right;
   font-size: 1em;
}

#footer #footer-nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 21px;
}

#footer #footer-nav li{
   float: left;
   padding: 0 9px 0 11px;
   font-size: 1.2em;
   list-style: none;
}

#footer #footer-nav li#footer-nav_home{
   background: none;
}

#footer #footer-nav a{
   color: #94A5AF;
   text-decoration: none;
}

#footer #footer-nav a:hover,
#footer #footer-nav .current a{
   color: #F9FAF8;
   text-decoration: underline;
}

#footer #footer-nav li li{
   display: none;
}

	



.LinhaRed {
	color: #929292;
	font-family:Arial, "Arial Narrow", Courier, Tahoma;
	font-size:12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #990000;
}
.LinhaCinza {
	color: #929292;
	font-family:Arial, "Arial Narrow", Courier, Tahoma;
	font-size:12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #666666;
}


	
.linhac {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8CCBB;
	border-top-width: 1px;
	border-top-color: #C8CCBB;
}
