@charset "utf-8";
/* CSS Document  */
.text_link {
color:#999999;
 font-family:"Times New Roman", Times, serif;
font-size:9px}
.title1{
	font-size:16px;
	color:#FFFFFF;
	background:#970907;
	text-align:justify;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}
.title12{
    padding:10px 10px 10px 10px;
	font-size:17px;
	color:#FFFFFF;
	background:#970907;
	text-align:center;
	font-weight:bold;

}
.title2{
	color:#000000;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	background:#f3f5f6;
	font-size:16px;
}

.title3{
	color:#000000;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	background:#f3f5f6;
}

.title4{

	padding: 10px 5px 0px 15px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	background:#f3f5f6;
	color:#f3f5f6;
}

.title5{

	text-align:left;
	font-family:"Times New Roman", Times, serif;
	background:#f3f5f6;
}
.title6{
	font-size:16px;
	background:#C6C6FF;
	text-align:justify;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}
 


.body{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	
}
.img{

background:#f3f5f6;

}
.text{
padding:1px 1px 1px 1px;
text-align:justify;
font-family:"Times New Roman", Times, serif;
}
.text11{
padding:10px 10px 10px 10px;
text-align:justify;
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
background:#970907;
}
.text1{
padding:10px 10px 10px 10px;
text-align:justify;
background:#F9FE66;
}
.text2{
padding:10px 10px 10px 10px;
text-align:justify;
font-family:"Times New Roman", Times, serif;
}
.detal{
padding:0px 10px 0px 10px;
text-align:justify;
font-family:"Times New Roman", Times, serif;
}

.ps {
font-size:12px;
font-family:"Times New Roman", Times, serif;
color:#000000;
background:#970907;


}


/*-----------------------contact------------------------*/
.contact{

height: auto;
float:left;
background-color:#f3f5f6;


}





<style type="text/css">
#modernbricksmenu{
  padding: 0px;
  width: 100%;
  background:#970907;
 

}
#modernbricksmenu ul{
	font: bold 12px thames;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
#modernbricksmenu li{
  display: inline;
  margin: 0 2px 0 0;
  padding: 0px;
  text-transform: uppercase;
}
#modernbricksmenu a{
  float: left;
  display: block;
  color: white;
  margin: 0 1px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  letter-spacing: 1px;
  background-color:#970907;
  font-size:10px;
}
#modernbricksmenu a:hover{
background-color:#ffffff;
color:#970907;


}
#modernbricksmenu #current a{
background-color: #970907; 
}

#modernbricksmenuline{
  clear: both;
  padding: 0px;
  width: 100%;
  height: 5px;
  line-height: 5px;
  background: #970907;
}
#myform{
  float: right;
  margin: 0px;
  padding: 0px;
}
#myform .textinput{
  width: 190px;

}
#myform .submit{
  font: bold 11px Verdana;
  height: 22px;
  background-color: lightyellow;
}
</style>

/*---------------------pagination-----------------------------*/

div.pagination {
	padding:5px;
	margin:5px;
	text-align:center;
	float:left;
	font-size:10px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color: #fff;
	background-color: #d8325d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #d8325d;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
