div.header_container
{
   border: 2px solid red;
   /* POSITION */
    padding: 0 0 10 0;
    width:100%;
    overflow:hidden;
 //   background-color:#512038;
}

div.header
{
   	padding:230px 0 0 0;
	//left:10px;
	//right: 100px;
	width:100%;
	height:70px;
	/*display:block;*/
	background: url(../images/img-home-banner-1_2.jpg) center 100% no-repeat;
	//position:fixed;
}
div.footer
{
    //border: 2px solid blue;
	background-color:#512038;
	width:99%;
	height:10%;
	padding: 10 0 10 0;
}
div.body
{
   padding:200 0 10 0;
   border: 2px solid yellow;
	background-color:white;
	color:black;
	width:98%;
	height:75%;
}

div.menu
{
	
   	//border: 2px solid yellow;
   	padding:0px 0px 10px 120px;
	top:0px;
	width:99%;
	height:75px;
	//background:rgba(51,20,38,.9);
	background-color:#512038;
	align: right;
	position:fixed;
	z-index: 1030;
	
	
}
ul.menu {
	//border: 2px solid red; 
	margin:16px 11px 16px 0;  
	border-left:#393939 1px ; 
	display:inline-block; 
	float:left;  
	width:800px; 
}
ul.menu li {float:left; line-height:17px; margin:0 0 0 0; border-left:#393939 1px ;border-right:#393939 1px ; list-style-type: none; }
ul.menu li a {font-size:16px; line-height:20px; color:#fff; font-weight:bold; display:block; padding:30px 40px 10px 10px;  text-decoration: none;  }

.logo
{
	//border: 2px solid green;	
	float:left;
	margin:3px 50px 0px 10;  
	heitgh:100px; 
	width: 250px;
}
.btn-contact
{
	display:block;
	height:42px;
	line-height:42px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	background:#82909a;
	border-radius:5px;
}
.detail_left {
	border-right:1px solid #e2e9ea;
	position:relative;
	float:left; width:625px; margin-right:8px;	
}
.detail_center {
	position:relative;
	float:left; width:100%; margin-right:8px;	
}
.contactinfo_right{
	position:relative;
	float:right; 
	width:300px;
	border: solid 0px #e4e4e4;
	}
	
.box {
	border: solid 0px #e4e4e4;
	padding: 15px 15px 0 15px;
	background: url(../images/rightPod.png) left top no-repeat;
}	

.iconList li div.icon {
	float: left;
	border: solid 0px;
	width: 40px;
}
.iconList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 310px;
	float: left;
}
.image-class
{
	width:90px;
	height:90px;
}


.have_question_heading {
	font-size: 22px;
	color: #000;
}
.have_question_text {
	font-size: 16px;
	color: #000;
}
.have_question_label
{
	font-size: 16px;
}

/*
.trng-bottom-container {
margin: 70px 0 80px 0;
border: 2px solid red;
width:100%;
}
.trng-bottom-nav-wraper {
width: 100%;
margin: 0 auto;
min-height: 165px;
padding: 0;
}
.trng-bottom-nav-title {
font: bold 11px Helvetica, Arial, sans-serif;
color: #949494;
margin: 0;
padding: 10px 0;
border-bottom: 1px solid #e3e3e3;
}

.trng-bottom-nav-first {
float: left;
min-height: 165px;
width: 20%;
margin: 0;
padding: 0 25px 0 0;
}

.trng-bottom-nav-second {
float: left;
min-height: 165px;
width: 20%;
margin: 0;
padding: 0 25px;
}
.trng-bottom-nav-third {
float: left;
min-height: 165px;
width: 20%;
margin: 0;
padding: 0 25px;
}
.trng-bottom-nav-fourth {
float: left;
min-height: 165px;
width: 20%;
margin: 0;
padding: 0 0 0 25px;
}
.company {
position: relative;
float: left;
width: 630px;
margin-right: 10px;
}
.mission {
position: relative;
float: right;
width: 300px;
}
*/