body {
	background: white;
}
a {
	color: #F04940;
}
#header {
border:30px solid #f04940;
border-left:70px solid #f04940;
border-right:70px solid #f04940;
border-bottom: none;
}
#banner {
	background: url(../images/background-red.png);
	float:left;
	margin-bottom:20px;
	padding:19px 35px 20px;
	width:570px;
}

#banner-testimonial {
	float: right;
}

#banner h2 {
	font-size: 32px;
	font-weight: normal;
	color: white;
	line-height: 40px;
}

#business-header {
	padding-bottom: 15px;
}

#content {
border-color: #f04940;
}


#main h2 {
	color: #f04940;
	font-weight: normal;
	font-size: 24px;
	padding: 10px 0 15px 0;
	line-height:26px;
}
#main h3 {
	color: #F04940;
}

#main li {
	margin-left: 20px;
	padding-left: 10px;
	margin-top: 5px;
}

#navpri
{
	background: #f04940;
	margin: auto;
	width: 868px;
	height: 37px;
}
#navpri ul li.active
{
	background: url(../images/arrow-red.gif) no-repeat center bottom;
}
#navpri ul li a:hover
{
}

#navpri ul li a
{
	padding: 10px 27px;
}
#navsec {
	border: 1px solid #cacbcd;
}

#navsec h3 {
	color: #f04940;
	font-weight: normal;
	font-size: 24px;
	padding: 20px 0px 10px 20px;
}

#navsec ul li a {
	display: none;
}

#navsec ul li ul a {
	display: block;
}
#navsec ul li ul li a {
	display: block;
}

#navsec li {
	list-style: none;
}
#navsec a {
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #747678;
	font-size: 18px;
	line-height:22px;
}
#navsec a.active {
	background: #fabcc1;
	color: #f04940;
}
#navsec a:hover {
	background: #fabcc1;
	color: #f04940;
}
#navpri {
 border-left: 70px solid #f04940;
 border-right: 70px solid #f04940;
}

#footer-apprenticeships img {
	padding-right: 10px;
}

#login {
	background: url(../images/background-grey.png) repeat-y left top;
	padding: 10px;
	margin-top: 15px;
}

#login h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 15px;
}

#login input.input {
	border: 0;
	margin-bottom: 7px;
	padding: 5px;
	width: 200px;
}