a {
	color: #6c7b41;
	}
a:hover {
	color: #6c7b41;
}
/*////////////////
*	Header stuff
////////////////*/
#header{
	background: #e9ece0 url(../images/residential-spanish/bg_header_outer.jpg) repeat-x scroll left bottom;
}
#langs li {
	color:#6C7B41;
	background: url(../images/business-english/bg_langswitch_li.gif) no-repeat right center;
}
#langs h2 {
	color:#6C7B41;
}

#banner .inner {
	color:#fff;
	background: #eda81f url(../images/residential-spanish/bg_banner_block_content.jpg) no-repeat right bottom;
}
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner p {
	color:#edf0e7;
}
#banner {
	background:  #0b4c34 url(../images/residential-spanish/bg_banner_inner_outer.jpg) repeat-x left bottom;
}
.tpl_home #banner {
	background:  #0b4c34 url(../images/residential-spanish/bg_banner_home_outer.jpg) repeat-x left bottom;
}


/*////////////////
*	Main nav
////////////////*/
#navbase .menu li a {
	color: #89995b;
	border: 1px solid #e3e6dd;
	background: #f7f7f5;
}
#navbase .menu li a:hover {
	color: #89995b;
	background: #fff;
	border-bottom: 1px solid #e3e6dd;
}
#navbase .menu li a.sel {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #89995b;
}

/*////////////////
*	content stuff
////////////////*/
#content h2,
#content h3 {
	border-top: 1px dotted #0b4d34;
	border-bottom: 1px dotted #0b4d34;
	color:#0b4d34;
	}
#content h2 small,
#content h3 small {
	color:#0b4d34;
}

/*////////////////
*	feature blocks
////////////////*/
#content .block,
#side .block {
	background: #e3e8d9 url(../images/residential-spanish/bg_feature.jpg) repeat-x scroll left bottom;
	color: #6c7b41;
}
#content .block p.img,
#side .block p.img {
	border:1px #c2caaf solid;
	color: #89995b;
	background: #f7f7f5 url(../images/residential-spanish/bg_featureblock_link.jpg) repeat-x scroll left bottom;
}

/*////////////////
*	Side bar menu
////////////////*/
#side .menu ul li a {
	color: #733b1a;
	background-color:#f89838;
	border-bottom:1px solid #ffffff;
}
#side .menu ul li ul li a {
	background-color: #e2c9b1;
}
#side .menu ul li a.sel {
	color: #000;
	background-color:#d47414;
}
#side .menu ul li a.sel:hover {
	color: #733b1a;
	background-color:#d47414;
}
#side .menu ul li a:hover {
	color: #733b1a;
	background-color:#d47414;
}
 