
.head h1 a {
/*  border: 1px solid #80460E;
  color: #ad5f13; */
  padding: 0;
  color: #fff; 
  margin:0;
}
.head h1.overable a:hover {
  border: 1px solid #ad5f13;
  background-color:#261505
}
.head h1 {
  margin: 0 0 0;
  padding:0
}
.head h1 small{
  color: #ad5f13;
}

a {
	color: #80460e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ad5f13;
}


/************************************************************************
-) NAVIGATION
*************************************************************************/

#nav a:hover, #nav .current_page_item a, #botnav   .current_page_item a{
	color:#ad5f13;
}
#nav .current_page_item ul a{
	color:#fff;
}
#nav .current_page_item ul a:hover{
	color:#ad5f13;
}

	
#nav ul ul {
	background:#161519;
	border-left:1px solid #909090;
	border-right:1px solid #909090;
}

#nav ul ul ul {
	border:1px solid #909090;
}
	
#nav ul ul li {
	border-bottom:1px solid #909090;
}



/************************************************************************
-) TEASER
*************************************************************************/

.teaser {
	background: url(../images/style_orange/teaser_bg.png) no-repeat;
	height: 328px;
}

/************************************************************************
-) TEASER HEAD
*************************************************************************/

.teaser_head {
	background: url(../images/style_orange/teaser_head_bg.png) no-repeat;
	height: 150px;
}

/************************************************************************
-) INTRO
*************************************************************************/

a.btn_two {
	background: url(../images/style_orange/button_orange.png) no-repeat top left;
	color:#fff;
}

a:hover.btn_two {
	background: url(../images/style_orange/button_orange.png) no-repeat bottom left;
	color:#fff;
	text-decoration:none;
}



/************************************************************************
-) CONTENT
*************************************************************************/

/*head searchform*/

#s {
background: #fff;
color:#494949;
}

#searchsubmit {
background: transparent url(../images/search.png) 2px center no-repeat;
}


a.work_btn_one {
background-color:#d7d7d7;
color:#545d7b;
}

a:hover.work_btn_one {
background-color:#b4b4b4;
color:#545d7b;
text-decoration: none;
}

a.work_btn_two {
background-color:#ad5f13;
color:#fff;
}

a:hover.work_btn_two {
background-color:#80460e;
color:#fff;
text-decoration: none;
}



/************************************************************************
-) CONTENT
*************************************************************************/

ul#portfolio-filter a.current {
	padding-top:6px; 
	padding-bottom:5px; 
	background:#ffffff; 
	color: #80460e; 
}



/************************************************************************
-) FOOTER
*************************************************************************/

.footer_widget li a:hover {
	color: #ad5f13;
}
 
