@charset "utf-8";
/* CSS Document */
html { 
	height: 100%; 
	margin-bottom: 0.01em; 
}

body {
	background: #e6e5e5;
	margin: 0px;
	}

body, div, p, span, a, strong, ol, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

a img {
	border: none;
	}
	
a, a:active, a:visited {
	color: #e70022;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
	}
	
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e70022;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e70022;
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 4px 0px;
	padding: 0px;
	}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e70022;
	font-weight: bold;
	}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e70022;
	font-weight: normal;
	text-transform: uppercase;
	margin: 3px 0px;
	margin-top: 15px;
	}
	
ul li {
	background: url(../images/red_bullet.gif) left no-repeat;
	padding-left: 20px;
	margin: 2px 0px 2px 0px;
	}

.bold {
	font-weight: bold;
	}
	
a.bulleted, a.bulleted:visited, a.bulleted:active {
	background: url(../images/red_bullet.gif) left no-repeat;
	padding-left: 20px;
	margin: 2px 0px 2px 0px;
	color: #000;
	font-weight: bold;
}

.indent {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
}

div.bulleted {
	margin: 0px 0px 0px 20px !important;
	}

a:bulleted:hover {
	text-decoration: underline;
	}
	
a.biglink, a.biglink:active, a.biglink:visited {
	font-size: 11px;
	font-weight: bold;
	}

#wrapper {
	width: 836px;
	position: absolute;
	left: 50%;
	margin-left: -418px;
	}

.img-shadow {
  float: left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow #body {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  } 

#body {
	width: 816px;
}

#header {
	padding: 12px;
	}

#header .in {
	height: 106px;
	position: relative;
}

#logo {
	margin-left: 18px;
	float: left;
	width: 190px;
	height: 106px;
}

#toplinks {
	float: right;
	display: block;
	text-align: right;
	width: 200px;
	margin-right: 5px;
	color: #999;
}

#toplinks a, #toplinks a:active, #toplinks a:visited {
	color: #999;
	text-decoration: none;
	padding: 0px 2px;
	font-size: 11px;
}

#toplinks a:hover {
	color: #e70022;
	}

#topnav {
	position: absolute;
	bottom: 0px;
	right: 5px;
	text-align: right
	}

#topnav a, #topnav a:active, #topnav a:visited {
	color: #333;
	padding: 0px 2px;
	text-decoration: none;
	font-size: 11px;
	}

#topnav a:hover, #topnav .active, #toplinks .active {
	color: #e70022 !important;
	}

#main {
	margin: 30px 0px 65px 0px;
	width: 816px;
}

#main .widesect {
	margin: 0px 30px;
	} 

#main .left {
	width: 390px;
	float: left;
	margin-top: 30px;
}

#main .right {
	width: 385px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	margin-top: 35px;
	}

#main .right p {
	width: 340px;
	color: #333;
	line-height: 13px;
	margin: 10px 0px;
	}

#whyoutsource .left {
	width: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 65px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	}
	
#whyoutsource .right {
	width: 210px;
	float: left;
	margin: 0px;
	margin-left: 20px;
	margin-top: 35px;
	padding: 0px;
	border: none;
	}

#whyoutsource p {
	margin: 7px 0px;
	}

#midsection {
	background: #f5f5f4;
	width: 816px;
	padding: 35px 0px 25px 0px;
	margin-bottom: 15px;
	}
	
#midsection div {
	width: 270px;
	float: left;
	height: 100px;
	padding: 10px 0px;
	border-right: 1px solid #ccc;
	background: #f5f5f4;
	}

#midsection div p, #midsection div img {
	margin: 8px 10px 0px 25px;
	font-size: 11px;
	}


.red {
	color: #e70022 !important;
}

#footer {
	background: #e70022;
	color: #fff;
	padding: 20px 20px 30px 20px !important;
	height: 36px;
}
	
#footer p {
	color: #fff;
	margin: 0px 0px 7px 0px;
	float: left;
	width: 400px;
	font-size: 11px;
	}

#footer div.right{
	float: right !important;
	width: 200px;
	text-align: right;
	color: #fff;
	}
	
#footer a, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 2px;
	font-size: 11px;
	}
	
#footer strong {
	color: #fff;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}

.horzline {
	background: url(http://www.ifm.net.nz/images/horzline.jpg) repeat-x bottom;
	height: 10px;
	font-size: 10px;
}

#slideshow {
	margin-left: 30px;
	position: relative;
	bottom: -25px;
	background: url(../images/homepage/slideshow_bg.png) no-repeat top;
	width: 323px;
	height: 376px;
	}
	
p.outsource {
	margin: 0px 0px 20px 20px !important;
	}
	
h5.outsource {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	background: url(../images/red_bullet.gif) no-repeat left;
	}
	
span.red {
	color: red;
	}

.homepage a, .homepage a:active, .homepage a:visited, .homepage a:hover, .homepagelink {
	font-size: 11px !important;
	}