body{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	background-color: #dedede;
/*	background-color: #dcc2c2;
	background-color: #e76464;
	background-color: #e64343;
    background-color: #6f1a1a;*/
	margin:0;
	padding:0;
	font-size:16px;
}

h1, h2, h3{
	font-weight: normal;
	color: #db0000;
}

h1{
	margin:0;
	padding: 20px 0 5px 0;
	font-size: 2.25em;
}

h2{
	margin:0;
	padding: 20px 0 0px 0;
	font-size: 1.75em;
}

h3, #leftpanel h2{
	margin:0;
	padding: 20px 0 10px 0;
	font-size: 1.25em;
}
p{
	color: #575757;
	/*font-size: 0.9375em;  16x0.0375=15px */
  	/*font-size: 0.875em;  16x0.875=14px */
	font-size: 0.75em;  /*16x0.75=12px */
	/*font-size: 0.6875em;*/
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 10px 0 10px 0;
}

p.intro{
	color: #000;
	font-size: 1em;  /*16x1=16px */
}

.clear{
	clear:both;
	margin:0;
	padding:0;
}

#outer{
	width: 960px;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(images/mainleft_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}



#container{
	margin: 0;
	padding: 0 10px;
}

#header{
	background: #960000;
	background: -moz-linear-gradient(top,  #ac0000 1%, #d80000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ac0000), color-stop(100%,#d80000));
	background: -webkit-linear-gradient(top,  #ac0000 1%,#d80000 100%);
	background: -o-linear-gradient(top,  #ac0000 1%,#d80000 100%);
	background: -ms-linear-gradient(top,  #ac0000 1%,#d80000 100%);
	background: linear-gradient(to bottom,  #ac0000 1%,#d80000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0000', endColorstr='#d80000',GradientType=0 );
	
	/*background-color: #fff;*/
}
#header .row{
	margin-left:0;
	margin-right:0;
}
#header img{
	margin-top:15px;
	margin-bottom: -15px;
}

#logo{
	/*float:left;*/
	margin-top: 30px;
}

#fmb-logo{
	float:left;
	border: 1px solid #fff;
	margin-left: 200px;
}
#cta{
	margin: 0 0 0 auto;
	display:block;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 20px;
	color: #666;
	text-align:right;
	margin-top:15px;
}

#cta h1, #cta h3{
	margin: 0;
	padding:0;
	color: #fff;
	text-align:right;
}
#cta h1{
	font-size: 1.75em;
}

#nav {
  margin:0;
  padding:10px 20px 0;
  list-style:none;
  /*font-size: 0.9375em;  16x0.0375=15px */
  	font-size: 0.875em;  /*16x0.875=14px */
	/*font-size: 0.75em;  16x0.75=12px */
	/*font-size: 0.6875em;*/
  }
nav li {
  background:url("images/left2.gif") no-repeat left top;
  margin:0;
  margin-left: 3px;
  padding:0 0 0 10px;
  }
nav a {
  xxfloat:left;
  display:block;
  background:url("images/right2.gif") no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#000 !important;
  font-size: 14px;
  } 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
nav a {float:none;}
/* End IE5-Mac hack */
nav a:hover {
  color:#CC0000 !important;
}
nav .active {
  background-image:url("images/left_on.gif");
  }
nav .active a {
  background-image:url("images/right_on.gif");
  color:#006699 !important;
  padding-bottom:5px;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px 5px 6px;
}
.navbar{
	margin:0;
	border:0 none;
	min-height:20px;
}
.navbar-toggle{
	margin-top: 0;
}
.navbar-toggle .label{
	float:left;
	font-size:20px;
	margin-right:40px;
	width:120px;
}

.navbar-toggle .icon-bar{
	background-color: #fff;
	font-size:30px;
	height: 3px;
	width: 30px;
}

.navbar-toggle .icon-bar{
	background-color: #fff;
	font-size:30px;
	height: 3px;
	width: 30px;
}
  
#introbox{
	height: 300px;
	clear:both;
}
#carousel-introimages{
	margin-top:15px;
}

a, a:visited{
	color:#006699;
}
a:hover{
	color:#000000;
}



#services{

}

#services ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.9375em;
}
#services li{
	background-image: url(images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	padding-left: 22px;
	margin-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}

#services a, #services a:visited{
	color: #000;
	text-decoration: none;
	display: block;
}
#services a:hover{
	color: #db0000;
	color:#006699;
	
}
.servicescontainer{
	padding:0;
	padding-bottom: 25px;
	margin:0;
	margin-bottom: 25px;
	height:auto;
}
.servicedetails{
	min-height: 160px;
}
.servicedetails h3{
	font-size: 18px;
	height: 55px;
}
.servicedetails p{
	margin:0;
	padding:0;
	margin-left: 120px;
	padding-top:5px;
}
.servicedetails p.more{
	text-align:left;
}
.servicedetails img.imgleft{
	padding: 4px;
	margin: 5px 15px 0 0;
	border: 1px solid #CCCCCC;
	float: left;
}


#leftpanel{
	background-color: #f0f0f0;
	padding-bottom: 30px;
}
#accreditation-logos{
	padding: 20px 10px;
}
#accreditation-logos img{
	display: block;
	max-height: 80px;
	margin: 15px auto;
}
#rightpanel{

}

blockquote{
	font-style:italic;
	margin:0;
	padding:0;
	padding-top: 10px;
}
blockquote span p{
	font-style:normal;
	font-weight:bold;
	margin-top: 5px;	
}
blockquote p{	
	padding:0;
	margin:0;
}
#maincontent{
	padding:0 0 0 15px;
}

#qualityassured{
	xxxpadding-right: 30px;
}

#contactdetails p{
	font-size: 0.9375em;
	font-weight:bold;
}

#contactdetails ul{
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.9375em;
	color: #575757;
}

#contactdetails li{
	margin: 4px 0;
}
#contactdetails li img{
	float:left;
	padding-right: 5px;
}

#footer{
	background-color: #262626;
	background-image: url(images/footershadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 25px;
	padding-bottom:0px;
	color: #8e8e8e;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;  /*16x0.75=12px */
	/*font-size: 0.6875em;*/
}
#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom: 20px;
}
#footer li{
	padding-left: 15px;
	background-image: url(images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
#footer p{
	color: #8e8e8e;
	padding:0;
	margin:0;
	padding-bottom: 10px;
	text-align: right;
	/*font-size: 0.75em;  16x0.75=12px */
	font-size: 0.875em;  /*16x0.875=14px */
}
#footer p a, #footer p a:visited{
	color: #bbb;
}

#footer p a:hover{
	color: #ddd;
}


.imgright{
	float: right;
	margin: 0 0 20px 10px;
}

.imgleft{
	float: left;
	margin: 15px 20px 10px 0;
}

.testimonialscontent blockquote{
	padding: 5px 20px;
	margin: 10px 30px 20px 30px;
	background-image: url(images/quote1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonialscontent blockquote div{
	background-image: url(images/quote2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.testimonialscontent blockquote p{
	padding: 4px 0;
	font-size: 0.875em;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonialscontent blockquote p.signature{
	font-weight:bold;
	color:#003333;
	font-style:normal;
}

#contact_details{
	width: 210px;
	padding: 10px;
	float:right;
}

#contactform{
	padding: 10px 20px 10px 0;
	margin-right: 236px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
}
#contactform p{
	padding: 4px 0;
	margin:0;
}
#contactform input, #contactform textarea{
	width: 100%;
	margin: 4px 0;
	padding: 2px;
	background-color:#EFEFEF;
	border: 1px solid #CCCCCC;
}
#contactform input.contactbutton{
	color: #FFFFFF;
	background-color:#666666;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 80px;
}

.FIW_All.FIWidgetContainer{
	width: 100% !important;
}
@media (max-width: 960px) {
  	#outer{
		padding:0;
    	width: 100%;
		background: none;
		background-color: #fff;
  	}
  	#maincontent{
		padding:0;
	}
	#container{
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 768px) {
	#footer p{
		text-align:center;
	}
	#cta{
		font-size: 80%;
		margin-top: -15px;
	}
	#cta h1, #cta h3{
		text-align:center;
	}
	#header img{
		display: block;
		margin: 10px auto;
	}
	
	#bs-example-navbar-collapse-1{
		margin: 0 -30px;
	}
	nav {
		margin: 0px;
	}
	nav li {
	  background:none;
	  margin:0;
	  padding: 0;
	  }
	nav a {
	  display:block;
	  background: none;
	  padding:7px 15px 7px 30px !important;
	  text-decoration:none;
	  font-weight:normal;
	  color:#ddd !important;
	  background-color: #191919;
	  font-size: 16px;
	  border-bottom: 1px solid #222;
	  } 
	/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	nav a {float:none;}
	/* End IE5-Mac hack */
	nav a:hover {
	  color:#CC0000 !important;
	  background-img: none;
	  background-color: #111 !important;
	}
	nav .active {
	  background-image:none;
	  }
	nav .active a {
	  background-image:none;
	  color:#006699 !important;
	}
	.navbar-nav > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.navbar-nav > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 20px;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 5px 15px 5px 30px;
	}
}
@media (max-width: 400px) {
	#cta{
		font-size: 60%;
		margin-top: -15px;
	}
}
