

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

a:hover {
	color: #d01d00;
}


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

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

.teaserRose {
	background: url(../images/rose1.jpg) no-repeat;
	height: 328px;
}

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

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

.teaserRose_head {
	background: url(../images/rose1.jpg) no-repeat;
	height: 328px;
}


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


a.btn_two {
	background: url(../images/button_rw.png) no-repeat;
	color:#333;
}

a:hover.btn_two {
	background: url(../images/button_rw_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:#8b1300;
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;
}
 
