@charset "utf-8";
/* CSS Document */
img{ behavior: url(assets/css/iepngfix.htc) }

.bg{
	background:url(../images/clockleft_bg.png) no-repeat;
	height:74px;
	width:233px;
	}
.mail{
	behavior:url(assets/css/iepngfix.htc);
	background:url(../images/icon_email.png) no-repeat;
	background-position:top;
	display:block;
	height:21px;
	width:34px;
	float:right;
	margin:5px 15px 0 0;
	}
.mail:hover{
	behavior:url(assets/css/iepngfix.htc);
	background:url(../images/icon_email.png) no-repeat;
	background-position:bottom;
	display:block;
	height:21px;
	width:34px;
	float:right;
	margin:5px 15px 0 0;
	}
.phone{
	behavior:url(assets/css/iepngfix.htc);
	background:url(../images/icon_fone.png) no-repeat;
	background-position:top;
	display:block;
	height:27px;
	width:28px;
	float:right;
	padding-right:15px;
	}
.phone:hover{
	behavior:url(assets/css/iepngfix.htc);
	background:url(../images/icon_fone.png) no-repeat;
	background-position:bottom;
	display:block;
	height:27px;
	width:28px;
	float:right;
	padding-right:15px;
	}
.clock{
	behavior:url(assets/css/iepngfix.htc);
	background:url(../images/icon_clock.png) no-repeat;
	background-position:top;
	display:block;
	height:31px;
	width:31px;
	float:right;
	}
.clock:hover{
	behavior:url(assets/css/iepngfix.htc);
	background:url(../images/icon_clock.png) no-repeat;
	background-position:bottom;
	display:block;
	height:31px;
	width:31px;
	float:right;
	}

/*----------------------------------hover clock-----------*/

.bg_clock{
position: relative;
z-index: 0;
float:right;
}
.bg_clock:hover{
background-color: transparent;
z-index: 50;
float:right;
}
.bg_clock span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
text-decoration: none;
float:right;
}
.bg_clock span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
float:right;
}
.bg_clock:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -37px;
float:right;
left: -132px; /*position where enlarged image should offset horizontally */
}

/*---------------------phone-----------------*/

.bg_phone{
position: relative;
z-index: 0;
float:right;
}
.bg_phone:hover{
background-color: transparent;
z-index: 50;
float:right;
}
.bg_phone span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
float:right;
text-decoration: none;
}
.bg_phone span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
float:right;
}
.bg_phone:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -37px;
left: -60px; /*position where enlarged image should offset horizontally */
float:right;
}

/*---------------------mail-----------------*/

.bg_mail{
position: relative;
z-index: 0;
}
.bg_mail:hover{
background-color: transparent;
z-index: 50;
}
.bg_mail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
text-decoration: none;
}
.bg_mail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.bg_mail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -37px;
left: -30px; /*position where enlarged image should offset horizontally */
}


