@CHARSET "UTF-8";

.header { border-bottom: 5px #ca0a0a solid; }

.footerContent {
	border-top:5px solid #CA0A0A;
	background-color: black;
    font-size: 12px;
    height: 92px;
    width: 1171px;
    margin-left:9px;
    color:white;
}
.contentWrapper { width: 100%; background:url("/images/themes/default/bg_gray_gradient.jpg") repeat-x scroll left top transparent; float: left; }
.searchbar {
	background: url('/images/themes/default/img_seach_bar.gif') repeat-x;
	height: 56px;
	float: left;
}


.sidemenu a.menuBtn {
  background: #e82525;
  background-image: -webkit-linear-gradient(top, #e82525, #ab464a);
  background-image: -moz-linear-gradient(top, #e82525, #ab464a);
  background-image: -ms-linear-gradient(top, #e82525, #ab464a);
  background-image: -o-linear-gradient(top, #e82525, #ab464a);
  background-image: linear-gradient(to bottom, #e82525, #ab464a);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.sidemenu a.menuBtn:hover {
  background: #ab464a;
  background-image: -webkit-linear-gradient(top, #ab464a, #e82525);
  background-image: -moz-linear-gradient(top, #ab464a, #e82525);
  background-image: -ms-linear-gradient(top, #ab464a, #e82525);
  background-image: -o-linear-gradient(top, #ab464a, #e82525);
  background-image: linear-gradient(to bottom, #ab464a, #e82525);
  text-decoration: none;
}