a.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}
a:hover.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.main_text_60px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 60px;
	letter-spacing: 2px;
}
.main_text_40px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 40px;
	letter-spacing: 2px;
}
.main_text_0px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.arch_rback {
	background-image: url(arch_rback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.residential_rback {
	background-image: url(residential_rback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.urban_rback {
	background-image: url(urban_rback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.furniture_rback {
	background-image: url(furniture_rback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.jewelery_rback {
	background-image: url(jewelery_rback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 8px;
}
.main_heading_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #F7C135;
	letter-spacing: 8px;
}
.sub_heading_table {
	padding-left: 60px;
}
a.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #F3BF38;
	letter-spacing: 1px;
}
a.menu_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #F3BF38;
	line-height: 18px;
}
a.menu_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
}
.menu_table {
	padding-right: 15px;
	text-align: right;
}
.main_text_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 15px;
}
a.project_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}.main_heading_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #F3BF38;
	letter-spacing: 8px;
}
a.product_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
}
a:hover.product_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #F3BF38;
	line-height: 18px;
}
.product_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #F3BF38;
	line-height: 18px;
}
.product_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	line-height: 18px;
}

.img__wrap {
  position: relative;
  width:130px;
  height:151px;
}

.img__description {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
  visibility: hidden;
  opacity: 0;
  margin:0;
  padding:5px;
  font-family: Arial, Helvetica, sans-serif;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}