body.red .headcont,
body.red footer,
body.red .bottom,
body.red {
	background-color: #b10024;
}

body.red nav.primary ul li a:hover,
body.red nav.primary ul li a.active,
body.red nav.primary ul li:hover > a,
body.red .sendmessage input[type="text"]:focus,
body.red .sendmessage textarea:focus,
body.red .sendmessage-inputbox:focus {
	border-color: #ddacb6;
}

body.red #toTop:hover { background-color:#e6bbc4 }

body.red .clientsay {
	box-shadow: 0 2px 0 #ddacb6;
	-moz-box-shadow: 0 2px 0 #ddacb6;
	-webkit-box-shadow: 0 2px 0 #ddacb6;
	-o-box-shadow: 0 2px 0 #ddacb6;
	-ms-box-shadow: 0 2px 0 #ddacb6;
}
body.red .clientname span.arrow {
	background: url("../images/clientbox-arrow-red.png") no-repeat scroll right top rgba(0, 0, 0, 0)
}

body.red footer h3,
body.red .copyright {
	color: #ddacb6;
}

body.red .greybutton:hover {
    background: none repeat scroll 0 0 #b10024;
    border: 1px solid #ddacb6;
}