@import url("presentation.css");
/* ---( Styles )---------------------------------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-color:#e5e5e5;
}
img {
	border:none;
}
/* ----- ID's ---------------------------------------------- */

#wrapper_body {
	width:736px;
	margin:auto;
	padding:0px 15px 0px 15px;
	background-color:#FFFFFF;
	background-image:url(../_img/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper_body_bg {
	width:790px;
	margin:auto;
	background-image:url(../_img/bottom.gif);
	background-position:center;
	height:42px;
}
#header_image {
	background-image:url(../_img/ib_06.jpg);
	background-repeat:no-repeat;
	height:109px;
	padding:0px 5px 0px 5px;
}
#content {
	float:left;
	width:660px;
	display:block;
	margin-bottom:20px;
	padding-left: 10px;
}
#right {
	float:right;
	width:330px;
	display:block;
	margin-bottom:20px;
	padding-left: 10px;
}
#left {
	float:left;
	width:330px;
	display:block;
	margin-bottom:20px;
	padding-right:10px;
}
#footer {
position:relative;
	height:153px;
	background-image:url(../_img/footer.gif);
	background-repeat:repeat-x;
	clear:both;
}

/*#footer ul {
	margin:0px 0px 0px 0px;
	padding-left:12px;
	list-style-type:none;
}
#footer ul li {
	list-style-image:url(../_img/bullet_point.gif);
}*/

#footer_content {
	height:85px;
	padding:15px 20px 0px 33px;
}
#footer_links_group_1 {
	float:left;
	width:97px;
	padding:0px;
	overflow:hidden;
}
#footer_links_group_2 {
	float:left;
	width:101px;
	padding:0px;
		overflow:hidden;

}
#footer_links_group_3 {
	float:left;
	width:127px;
	padding:0px;
		overflow:hidden;

}
#footer_links_group_4 {
	float:left;
	width:127px;
	padding:0px;
		overflow:hidden;

}
#footer_links_group_5 {
	float:left;
	width:126px;
	padding:0px;
		overflow:hidden;

}
#footer_links_group_6 {
	float:left;
	width:105px;
	padding:0px;
		overflow:hidden;

}
#footer_logo_right {
	position:absolute;
	top: 116px;
	left: 633px;
}
#footer_content_2 {
	padding:20px 20px 0px 33px;
	height:35px;
	background-image:url(../_img/footer_bott.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* ---( HR Styles )---------------------------------------- */


/* ---( UL Styles )---------------------------------------- */
ul.bullet_01 {
	margin:0px 0px 0px 20px;
	padding-left:12px;
	list-style-type:none;
}
ul.bullet_01 li {
	margin:0px 0px 10px 0px;
	list-style-image:url(../_img/bullet.gif);
	list-style-position: outside;
}

/* ---( UL Style Footer )---------------------------------------- */

ul.bullet {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

ul.bullet li {
	vertical-align: top;
	margin:0px 0px 0px 0px!important;
	padding: 0 0 0 10px;
	background: URL(../_img/bullet_point.gif) 0% 0%  no-repeat !important;
}

/* ---( HR Styles )---------------------------------------- */

 div.hr {
	 width:680px;
	height:2px!important;
	background: url(../_img/stripe.gif);
	background-repeat:repeat-x;
	margin: 20px auto 30px auto;
}
div.hr hr {
	display: none;
}
div.hr01 {
	height:5px!important;
	background:url(../_img/stripe02.gif);
	background-repeat:repeat-x;
	margin: 20px 0 20px 0;
}
div.hr01 hr {
	display: none;
}

