@charset "utf-8";

body {
	background-color:#FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
}	

#wrapper {
	background-color:#ffffff;	
}

.MenuBarActive {
	width:1000px;
	text-align:center;
	float:left;
	background-color:#FFFFFF;	
}

.headerNumber {
	width:274px; 
	height:66px; 
	float:left; 
	margin-left:20px;
	margin-top:40px;
	
}

.header {
	width:1000px;	
}

.logo {
	width: 431px;
	height: 57px;
	float: left;
	margin-top:40px;
	margin-bottom: 25px;
}

.checkatrade {
	width: 265px;
	height: 67px;
	float: left; 
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 25px;
}

.menubar {
	width:1000px; 
	height:30px; 
	float:left; 
	background-image:url(/images/menubar.jpg);	
}

.style1 {
	color: #e10909;
	font-family: Arial;
	font-size: 24px;
}
.style2 {
	font-family: Arial;
	font-size: 48px;
}
.style3 {
	color: #e10909
}
.style4 {font-size: 14px}
.style5 {
	color: #484848;
	font-family: Arial;
}
.style6 {
	font-family: Arial;
	font-size: 14px;
}
.style7 {
	font-family: Arial;
	font-size: 24px;
}
.style8 {
	color: #E10909;
	font-size: 24px;
	font-family: Arial;
}
.style9 {
	color: #9b9b9b;
	font-family: Arial;
	font-size: 24px;
}
.style11 {
	color: #484848;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
}
.style12 {
	color: #c70808;
	font-family: Arial;
	font-size: 12px;
}
.style14 {
	color: #C60808;
	font-weight: bold;
}
.style18 {
	font-family: Arial;
	padding: 0.5em 0;
}
.style20 {
	color: #c60808;
	font-size: 14px;
}

.main-content {
	width:725px;
	float:left;	
	margin-top:25px;
}

.right-sidebar {
	width:275px;
	float:right;	
}

.slider-wrapper {
	width:725px;
	float:left;
}

.top-img {
	margin-bottom:20px;	
}

.env-banner {
	margin-top: 20px;	
}

.navbar a {
	color:#FFFFFF;
	text-transform:uppercase;
	text-align: left;
}

.nav li{
	margin-top:10px;
	margin-bottom:10px;	
	
}

/* CSS Document */

/* xs */
@media (max-width: 767px) {
	
body {
		padding-top: 50px;

}

#wrapper, .MenuBarActive, .headerNumber, .logo, .checkatrade, .menubar, .right-sidebar, .main-content, .slider-wrapper, .header, .env-banner, .env_small  {
	width:100%;	
}

.logo {
	height:auto;
}

.footer {
	margin-bottom:60px;	
}


.navbar-inverse {
	background-color: #CC0F12;
	background-image: -webkit-linear-gradient(270deg,rgba(185,0,3,1.00) 0%,rgba(212,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(185,0,3,1.00) 0%,rgba(212,0,0,1.00) 100%);	
}
	
}
