@faemont: I see that you have added “custom css” using My Custom CSS plugin. The following CSS added 5px solid red color border. You can remove that or change the color code in your custom css.
.site {
border-top: 5px solid #820900;
margin: auto;
}
Same with the Contact Sales button, I found the following css, where #820900 is red color background:
#search-5 a {
background: none repeat scroll 0 0 #820900;
border-radius: 5px;
color: #FFFFFF;
font-weight: bold;
margin: auto;
padding: 10px;
text-align: center;
text-transform: uppercase !important;
}