@charset "utf-8";

div.tooltip {
	font-size:12px;		
}

#left {
	background: url(../images/footer/left_img.jpg) no-repeat scroll 0;
	color:#fff;
	display:block;
	font-size:14px;
	height:70px;
	text-decoration:none;
	width:288px;
}


#right1 {
	background:url(../images/footer/middle_img.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:70px;
	text-decoration:none;
	width:288px;
}


#right2 {
	background:url(../images/footer/left_img.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:70px;
	text-decoration:none;
	width:288px;
}


#right3 {
	background:url(../images/footer/right_img.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:70px;
	text-decoration:none;
	width:288px;
}


#right4 {
	background:url(../images/footer/right_img_04.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:70px;
	text-decoration:none;
	width:146px !important;
}


#footerOne {
	background:url(../images/footer/footer01.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:87px;
	text-decoration:none;
	width:167px !important;
}


#footerTwo {
	background:url(../images/footer/footer02.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:87px;
	text-decoration:none;
	width:167px !important;
}


#footerTheree {
	background:url(../images/footer/footer03.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:87px;
	text-decoration:none;
	width:167px !important;
}


#footerFour {
	background:url(../images/footer/footer04.jpg) no-repeat scroll 0;
	color:#333;
	display:block;
	font-size:14px;
	height:87px;
	text-decoration:none;
	width:167px !important;
}





/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent  url(../images/footer/black_arrow_small.png) no-repeat scroll 0 0;
	height:70px;
	padding:5px;
	width:288px;
	display:none;
	color:#fff;
	margin-left:5px;
}




.title{
	margin:0px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.text{
	margin:10px 30px 10px 10px;}


