

.buttons{
  background: url(../images/tab_slt.png) no-repeat;
  width:85px;
  float: left;
  text-decoration: none;
  color: #fff;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  padding:3px 7px;
  margin-bottom:5px;
}

.buttonHovers{
	background:url(../images/tab_active.png) no-repeat;
	}

a.buttons:hover{
	background:url(../images/tab_active.png) no-repeat;}

#tab_content {
	text-align:justify;
	overflow:hidden;
	color:#fff;
	height:84px;
	width:488px;
}
 
#wrap_bottom{
	text-align:left;
	overflow:hidden;
	width:900px;
	height:105px;
	padding:20px 20px 15px;
	/*background: url(../images/footer_background.jpg) no-repeat;*/
	margin:0 auto;
}
.tab_bottom {
	float:left;
	width:613px;
}
 ul.contact_details{
	float:left;
	width:193px;
	padding-right:25px;
	height:84px;
}
 ul.contact_details li{
	width:100%;
	float:left;
	padding:5px 0px;
	color:#505050;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
ul.contact_details2{
	float:left;
	width:242px;
	padding-left:25px;
	height:84px;
}
ul.contact_details2 li{
	padding:2px 0px;
}
ul.contact_details2 li.mob_bottom{
	width:80%;
	float:left;
	padding:2px 0px 3px 30px;
	color:#505050;
	margin-bottom:7px;
	font-size:12px;
	font-weight:bold;
	background:url(../images/mob.png) no-repeat left;
}
ul.contact_details2 li.print_bootom{
	width:80%;
	float:left;
	padding:2px 0px 3px 30px;
	color:#505050;
	font-size:12px;
	margin-bottom:7px;
	font-weight:bold;
	background:url(../images/print.png) no-repeat left;
}
ul.contact_details2 li.email_bottom{
	width:80%;
	float:left;
	padding:3px 0px 3px 30px;
	color:#505050;
	font-size:12px;
	font-weight:bold;
	background:url(../images/mail.png) no-repeat left;
}
ul.contact_details2 li a:hover {
	text-decoration:underline;
}
ul.contact_details2 li a{
	color:#505050;
	font-size:12px;
	font-weight:bold;
}

