/* GLOBAL: #Red
================================================== */
#main-head {
	/*border-bottom: 5px solid #498805;*/
}

#header .container{
    /*border-bottom: 5px solid #498805;*/
    height: 340px;
}

a, a:visited,
#portfolio-filters a.active-item{ color: #333;}
a:hover{color:#666}
.sf-menu a:hover{
    color: #ffffff;
    background-color: #498805;
}

#head-contact b, .current_page_item > a,
.current_page_item > a:visited { 
    color: #ffffff;
}

.current_page_item > a,
.current_page_item > a:visited { 
    background-color: #498805;
}

#head-contact b{color:#fff}

.visit-work, .visit-work:visited {
	background-color: #498805;
}

.visit-work:hover {
	background-color: #d04d46;
}

.btn, a.btn, a.btn:visited,
input[type=submit] {

	border: 1px solid #8d3632;

	background-color: #498805;
	background-image: linear-gradient(bottom, #498805 0%, #498805 100%);
	background-image: -o-linear-gradient(bottom, #498805 0%, #498805 100%);
	background-image: -moz-linear-gradient(bottom, #498805 0%, #498805 100%);
	background-image: -webkit-linear-gradient(bottom, #498805 0%, #498805 100%);
	background-image: -ms-linear-gradient(bottom, #498805 0%, #498805 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #498805),
		color-stop(1, #498805)
	);
}

#footer {
	/*background: url("../images/colors/red/footer_bg.jpg");*/
	color: #666;
        /*background-color: #fff;*/
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #f9f9f9;
}

#credits,
#credits a,
#credits a:visited {
	color: #fff;
}

#credits a:hover {
	color: #fff;
}
