* {
   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.gif) repeat-x;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 860px;
   margin: 0 auto;
   
}
/*---------------------*/

/*---------------------------------------------------------------------*/

#header {
   position: relative; 
   z-index: 500;
   height: 136px;
}

#header h1{
   float: left;
   margin-top: 40px;
   background: url(../images/bg_h1.gif) no-repeat;
   width: 215px;
   height: 81px;
   text-indent: -9999px;
   z-index:-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: -5px;
	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: 161px;
   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;
}

/* =Container-Inner
---------------------------------------------------------------------
*/





/* =Content
---------------------------------------------------------------------
*/

#content{
	float: left;
	width: 565px;
	margin-left: 0px;
}

body#home #content{
	width: 842px;
	background-image:url(../images/back_content_horizontal.gif);
	background-repeat:repeat-y;
	background-position:285px top;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

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: 286px;
	bottom: -51px;
	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;
	text-decoration: none;
}

#content a:hover{
   text-decoration: none;
}

#content #text{
   clear: both;
}

body#home #content div{
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	margin-right: 30px;
}

body#home #content #cms{

}

#content em{
   margin-left: 5px;
}

#content ul{
   margin: 0;
   padding: 0;
}

#content li{
   padding-left: 15px;
   margin-bottom:4px;
   background: url(../images/bg_cms_li.gif) no-repeat left center;
   color: #2E719E;
   list-style: none;
}

#content 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
---------------------------------------------------------------------
*/

#bottom{
   clear: left;
   float: left;
   width: 820px;
   padding: 17px 20px;
   background: url(../images/bg_home_bottom2.gif) no-repeat;
}

#bottom h3{
   margin-bottom: .90em;
   color: #36434B;
   font-size: 1.3em;
   font-weight: bold;
}

#bottom #recommends{
   float: left;
   width: 420px;
   margin-right: 24px;
   border-right: 1px solid #DCE0D5;
}

#bottom .recommendation{
   float: left;
   width: 210px;
   margin-bottom: 15px;
}

#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.1em;
}

#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: left;
	border-top: 5px solid #CCD0C1;
	background: #28353D;
	padding: 15px 0 100px;
	width:auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#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;
}
.txlinksmall{
	color:#2E719E;
	text-decoration:underline;
	font-size:1.0em;
	font:Verdana, Arial, Helvetica, sans-serif;
