body, html {
  background: #f7f7f7;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

img {
  border: 0px;
}

body, table, td, div {
	font-size: 12px;
	color: #5d5d5d;
	font-family: tahoma, arial, sans-serif;
}

a:link {
  color: #2a5dab;
  text-decoration: underline;
}

a:visited {
  color: #2a5dab;
  text-decoration: underline;
}

a:hover {
  color: #2a5dab;
  text-decoration: none;
}


a.menu {
  color: #5d5d5d;
  text-decoration: none;
}

a.menu:visited {
  color: #5d5d5d;
  text-decoration: none;
}

a.menu:hover {
  color: #5d5d5d;
  text-decoration: underline;
}


.phoneNum {
	color: #000;
	font-size:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.sp_btmn {
  margin: 0px 7px 0px 7px;
}

.tgb{
  background: #ededed;
  padding: 0px;
}

.time{
  font-size: 10px;
  color: #626262;
}


.float_left{
  position: relative;
  float: left;
  border: 0px;
}

.float_right{
  position: relative;
  float: right;
  border: 0px;
}

.float_none{
  position: relative;
  float: none;
  border: 0px;
}

.absolute{
  position: absolute;
  border: 0px;
}

.fixed{
  border: 0px;
}

.page_title {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.page_text {
  width: 100%;
  background: #f0f0f0;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}

.services {
	border-collapse:collapse;
}

#box2 span{
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
}

.mask{
	position:relative;
	width:280;
	height:180;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.mask img{
	position:absolute;
	display:block;
	border:none;
}

