.menu-container{
background:#be4808 url(images/menubg-orange.png) repeat-x;
}
#menu .ddsmoothmenu li a {
	text-shadow:0 1px 1px #000;
	border-left:1px solid #c7500c;
}
#menu .ddsmoothmenu li li {
	background: #eaebea;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	color: #da570d;
	text-shadow:none;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
	color:#fff;
	background:#ad460a url(images/menutip.png) top center no-repeat;
}
.flex-direction-nav li .next {
	background: url('images/next-orange.png') no-repeat;
}
.flex-direction-nav li .prev {
	background: url('images/prev-orange.png') no-repeat;
}
.flex-control-nav li a {
	background: url('images/pagination-orange.png') no-repeat 0 0;
}
.footer-wrapper .footer_widget a{
color:#da570d;
}
.footer-wrapper ul li a{
color:#da570d;
}
 .searchform input[type="submit"] {
	background:url(images/side-search-orange.png) no-repeat;
}
.top-search .searchform {
	background:url(images/top-searchbg-orange.png) no-repeat;
}
 .content-bar .post .post_content .read_more {
	background: url('images/read-more-orange.png') no-repeat 0 0;
}
 .content-bar .post .post_content .read_more:hover {
	background: url('images/read-more-orange.png') no-repeat 0 -35px;
}
#respond input#submit {
	background:url('images/contact-button-orange.png') no-repeat 0 0;
}
#respond input#submit:hover{
background:url('images/contact-button-orange.png') no-repeat 0 -35px;
}
.contactform input[type="submit"] {
	background:url('images/contact-button-orange.png') no-repeat 0 0;
}
.contactform input[type="submit"]:hover{
background:url('images/contact-button-orange.png') no-repeat 0 -35px;
}
.sidebar ul li a{
color:#da570d;
}
.footer_bottom a {
	color:#da570d;
}
@media only screen and (max-width: 767px) {
.menu-container{
background:#be4808 url(images/menubg-orange.png) repeat-x;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.flex-direction-nav li .next {
	background: url('images/next2-orange.png') no-repeat;
	width: 42px;
	height: 99px;
	right: -13.5px;
	top:65%;
}
.flex-direction-nav li .prev {
	background: url('images/prev2-orange.png') no-repeat;
	width: 42px;
	height: 99px;
	left:0;
	top:65%;	
}
}
@media only screen and (max-width: 480px) {
.flex-direction-nav li .next {
	background: url('images/next1-orange.png') no-repeat;
	width: 42px;
	height: 99px;
	right: -21.5px;
	top:76%;
}
.flex-direction-nav li .prev {
	background: url('images/prev1-orange.png') no-repeat;
	width: 42px;
	height: 99px;
	left:0;
	top:76%;	
}
}