html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body
{
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
.common_pg_content
{
	padding: 0px 20px;
}
.common_pg_content p
{
	line-height: 20px;
}
.fl
{
	float: left;
}
.fl_100
{
	float:left;
	width: 100%;	
}
.fl_960
{
	float: left;
	width: 960px;
}
.btn {
  background: #111111;
  background-image: -webkit-linear-gradient(top, #111111, #333333);
  background-image: -moz-linear-gradient(top, #111111, #333333);
  background-image: -ms-linear-gradient(top, #111111, #333333);
  background-image: -o-linear-gradient(top, #111111, #333333);
  background-image: linear-gradient(to bottom, #111111, #333333);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px 7px 15px;
  text-decoration: none;
  border:none;
  cursor: pointer;
}

.btn:hover {
  background: #333333;
  background-image: -webkit-linear-gradient(top, #333333, #000000);
  background-image: -moz-linear-gradient(top, #333333, #000000);
  background-image: -ms-linear-gradient(top, #333333, #000000);
  background-image: -o-linear-gradient(top, #333333, #000000);
  background-image: linear-gradient(to bottom, #333333, #000000);
  text-decoration: none;
}

#central_cnt
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content_cnt
{
	box-shadow: 0px -2px 5px #888888;
}

#header_bar
{
	background-color: #000000;	
}

#menu_bar
{
	float: left;
	margin-left: 260px;
	background-color: #000000;
}

#menu_bar > ul
{
	float:left;
	font-size: 14px;	
	list-style-type: none;
	padding: 10px 10px;
	margin: 0px;
}

#menu_bar > ul > li
{
	float:left;
	margin-right: 5px;
	text-align: left;
}

ul.child_ul
{
	position: absolute;	
	margin-left: 0px;
	padding: 10px 2px 2px 2px;
	list-style-type: none;	
	background-color: #000000;
	z-index: 111111;
	display: none;
	border-bottom:1px solid #aaaaaa;	
}

ul.child_ul > li
{
	display: block;	
}

#menu_bar a.a_common
{
	display: block;
	text-decoration: none;
	padding:7px 17px 7px 17px;
	color:#ffffff;
}
#menu_bar a.a_common:hover
{
	display: block;
	text-decoration: none;
	padding:7px 17px 7px 17px;
	color: #ffffff;
	border-radius: 0px;
}

#menu_bar a.a_selected
{
	display: block;
	text-decoration: none;
	padding:7px 17px 7px 17px;
	color: #ffffff;
	border-radius: 0px;
}
/* Menu bar ends*/

#logo_cnt
{
	float: left;
	width: 250px;
	padding: 15px 0px 15px 15px;
	margin-top: -50px;
}

#logo_cnt h1
{
	font-family: Trebuchet MS, arial, verdana;
}

#banner
{
	float: left;
	width: 720px;
}

#footer
{
	color:#ffffff;
	background-color: #000000;
	text-align: center;
	padding: 10px 0px;
}

#contact_info
{
	float:left;
	width: 580px;
	padding: 10px;
	font-size: 15px;
}
#contact_frm_cnt
{
	float: right;
	width: 360px;
	padding: 8px 0px 20px 0px;
	font-size: 14px;
}

.frm_format input[type="text"]
{
	border:1px solid #aaaaaa;
	padding: 5px;
	border-radius: 5px;
	width: 220px;
}
.frm_format textarea
{
	border:1px solid #aaaaaa;
	padding: 5px;
	border-radius: 5px;
	width: 220px;
	height: 50px;
}

.txt_page_cnt
{
	padding: 0px 20px;
}

#main_content_cnt
{
	padding: 20px 0px;
}

.article_list_block
{
	float: left;
	border-bottom: 1px dashed #666666;
	padding: 15px 0px;
}

.article_list_block h1
{
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
}

.article_list_block h2
{
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
}

#simple_page_content h1
{
	font-size: 22px;
	font-weight: normal;
}

#simple_page_content h2
{
	font-size: 18px;
	font-weight: normal;
}

#simple_page_content p
{
	margin-top: 20px;
	line-height: 20px;
}
#hm_service_imgs_cnt
{
	float: left;
	width: 360px;
}
#hm_service_imgs_cnt img
{
	float: left;
	padding: 0px 20px 20px 0px;
	cursor: pointer;
	opacity: 0.8;
}
#hm_service_imgs_cnt img:hover
{
	opacity: 1;
}
#hm_service_txt_cnt  p
{
	line-height: 1.4;
}
#hm_service_txt_cnt
{
	float: left;
	width:580px;
	padding: 0px 10px;
}
#hm_service_cnt h2
{
	font-family: Trebuchet MS, arial, verdana;
	font-size: 40px;
	margin:15px 0px;
}

#hm_lower_part
{
	float: left;	
}

#about_us
{
	float: left;
	width:380px;
	margin-right: 20px;
}

#photo_gallery
{
	float: left;
	width: 280px;
}

#latest_news
{
	float: left;
	width: 260px;	
	padding:10px;
	background-color: #28251e;
	color:#ffffff;
	height:330px;
}

#latest_news h2
{
	margin: 0px;
}

#about_info
{
	background-color: #28251e;
	color:#ffffff;
	padding: 10px;
	height:200px;
	line-height: 20px;	
}
#latest_news_block
{
	padding-top: 10px;
}
#latest_news_block a
{
	color:#ffffff;
	text-decoration:none;
}
.latest_news_row
{
	padding: 7px 0px;
	border-bottom: 1px dashed #ffffff;
}
.hide_p
{
	display: none;
}
