

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

a:hover {
	color: #da9e71;
}


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

#nav a:hover, #nav .current_page_item a {
	color:#a36739;
}
	
#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_brown/teaser_bg.png) no-repeat;
	height: 328px;
}



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

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

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


a.btn_two {
	background: url(../images/style_brown/button_brown.png) no-repeat;
	color:#fff;
}

a:hover.btn_two {
	background: url(../images/style_brown/button_brown_hover.png) no-repeat;
	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:#96602f;
color:#fff;
}

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



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

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



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

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

