@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(../images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
}

*{
	margin: 0 auto;
	padding: 0;
}

	#home_fig	{
				float:left;
				display:inline;
				padding:20px;
				width:200px;
			}

#top {
	width:100%;
	background-image: url(../images/top_bar.png);
	height:200px;
}

#header {
	width:950px;
}

#logo {
	float:left;
	width:260px;
}

#slogan {
	float:left;
	width:368px;
	padding-top: 72px;
	padding-left: 20px;
}

#image {
	float:right;
	width:210px;
	padding-top: 50px;
}
.details_top {
	float:right;
	width:210px;
	padding-top:50px;
	text-align:right;
	font-size:14px;
	line-height:25px;
	color:#4b4b4b;
}

#middle {
	width:100%;
	padding-top: 10px;
}

#info {
	width:950px;
	padding-top:10px;
}

#btm_info {
	width:950px;
	padding-top:10px;
}

#left_col {
	float:left;
	width:200px;
	padding-top:10px;
}

.cert{
	float:right;
	margin-top: 30px;
}

.nav {
	width: 200px;
	float: left;
	background-image:url(../images/nav_02.png);
	background-repeat:repeat-y;
}

#right_col {
	float:right;
	width:735px;
	padding-top:10px;
}

#header_txt {
	font-size:24px;
	font-weight:bolder;
	color:#000000;
	
}

#main_txt {
	font-size:12px;
	color:#333333;
	text-align:justify;
}

#bottom {
	width:100%;
	clear:both;
}

#copyright {
	width:945px;
	padding-top:10px;
}

#copyright_txt {
	float:left;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width: 800px;
}
	
#page_break {
	background-image:url(../images/page_break.png);
	background-repeat:no-repeat;
	height:2px;
	width:945px;
}	

#copyright_logo {
	float:right;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	width: 95px;
	height:15px;
	background-image:url(http://www.iisgroup.co.za/images/iis_web_logo_small.gif);
	background-repeat:no-repeat;
}

#h1_tags {
	font-size:12px;
	color:#333333;
	text-align:justify;
	font-weight:normal;
	display:inline;
}

.clear {
	clear:both;
}

.webheading {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	background-color: #FFE41E;
	padding-left: 13px;
}

.contact_txt {
	font-size: 12px;
	color: #000000;
	padding-left:13px;
}

.style1 {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.details_head {
	font-size:28px;
	color:#4b4b4b;
	font-weight:bold;
}