@charset "utf-8";
/* CSS Document */


*{ margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { padding:0; margin:0 }


.header 
  {
      width:100%;
	  height:75px;
	  float:left;
	  background:#2c2221;
	  text-align:center;
	  border-bottom:1px solid #b79999
  }

.main
  {
	  width:100%;
	
	  height:auto; 
	  float:left;
	  background:#3a2d2e;
	  text-align:center;
  }
  .main_logo 
  {
       width:auto;
	  height:50px;
      margin:5px auto; 
      	  
  } 

.company_name 
  { 
	width:auto; 
	height:28px; 
	font:26px "Myriad Pro";
	color:#ccc8c8;
	margin:3px 50px 0 0px;
	display:block;
  }

.salogan 
   {
	  display:block;
	  width:auto;
	  height:15px;
	  font:12px Arial, Helvetica, sans-serif;
	  color:#ccc8c8;
	  padding:0 0 0 10px;
	  margin-top:3px;
   }
  
.social_icon { height:30px; display:block; text-align:center; width:100%; float:left; position:absolute;  }
  .social_inner{ padding:5px 0 0 190px; display:block;}
   .social_icon img { border:0px; margin-left:3px; }
   
   .welcome
  {
    width:auto;
	display:block;

   }
  
.welcome h2 
  {
    font:bold 14px "Myriad Pro";
	color:#ccc8c8;
    padding-right:18px; 
	text-align:justify;
  }
  
.welcome p 
  { 
    font:12px Arial, Helvetica, sans-serif;
	color:#fcf8f8;
	text-align:justify;
	margin-top:10px;
  }
   
 .image { float:left; margin:0px 10px 7px 0px; display:block;} 
 
 .content  { width:284px; margin:0 auto; }
 .content1  { width:284px; margin:0 auto; }
  .sp { width:100%; height:10px; float:left; }
  
  
  .nav
   {
	 width:270px;
	 height:30px;
	 display:block;
	 color:#8a8484;
	 font:16px Tahoma, Geneva, sans-serif;
     background:#1e1718;
	 border:1px solid #656161;
     text-align:left;
	 float:left;
	 margin:5px 0 0 0;
	 line-height:30px;
	 padding:0 0 0 10px;
   }
   
   .navi {height:40px;   text-align:center; margin:0 auto; padding:0; width:200px; }
   .nav_img {  height:40px; float:right;  border:0px; text-decoration:none; padding-right:30px; display:inline-block; }
   .nav_img img { border:0px; }
   .nav_img a{ text-decoration:none; border:0px; }
   .nav_txt { line-height:30px; float:left;}
   .nav a { font:bold 14px "Myriad Pro"; color:#445e63; text-decoration:none; border:none; line-height:40px; }
  
     .footer 
  {
	  width:100%;
	  height:55px; 
	  font:12px "Myriad Pro"; 
	  text-align:center; 
	  	 
		  float:left;
  }
  .copyrite
    { 


	margin:5px auto; 
	font:12px Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#fff;
	}
	.click_here
	{

	
	margin:5px auto; 
	font:12px Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#fff;
	}
	.click_here a { font:bold 10px Arial, Helvetica, sans-serif; color:#fff; margin-left:2px; }

.email { width:100%; height:20px; float:left; margin:15px 0 0 0 ; text-align:center;}
    .email_img { width:30px; height:30px; float:left; padding:0 0 0 40px; border:0px; text-decoration:none;  }
	
	.email_txt { width:165px; height:20px; float:left; padding:0 0 0 0; line-height:17px; font:bold 14px Arial, Helvetica, sans-serif; color:#fff; }
     .email_txt a{ font:bold 14px Arial, Helvetica, sans-serif; color:#fff;line-height:25px; }
	 .map { width:284px; height:156px; float:left; margin:12px 0 5px 0;}

   .content p { font:12px Arial, Helvetica, sans-serif; color:#fff; text-align:justify; padding:10px;  }
   .content1 p { font:12px Arial, Helvetica, sans-serif; color:#fff; text-align:justify; padding:5px 37px;  }
    .content a {text-decoration:none; }
    .content1 a   { text-decoration:none; }
.desc  { width:100%; height:auto; float:left; margin:0px 0 0 0; }

.desc p { text-align:justify; color:#FFF; font:12px Arial, Helvetica, sans-serif; }

.slider { width:100%; height:auto; margin:0 0 0 0; text-align:center; display:block; float:left;  }
.slr1 { width:20px; float:left; height:30px; vertical-align:middle; margin-top:50px; }



html {
	overflow-Y: scroll;
}
body {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 500px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}
h2.trigger {
	padding: 0 8px 0 6px;
	margin: 10px 0 5px 2px;
	background:url(images/arr.png) right no-repeat #181213 ;
	height: 20px;
	line-height: 20px;
	width: 262px;
	font:bold 14px Arial, Helvetica, sans-serif; color:#4cf7fd;
	font-weight: normal;
	float: left;

}
h2.trigger a {

	text-decoration: none;
	display: block;
	text-align:left;
	
    font:14px Arial, Helvetica, sans-serif; color:#a59f9f;
	line-height: 20px;
	text-decoration:none;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background:url(images/arr2.png) right no-repeat #181213}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	brder-top: 1px solid #d6d6d6;
	bakground: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 280px;
	clear: both;
}
.toggle_container .block {
	padding: 5px 15px 5px 15px;
	background: url(toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 0px 0;
	text-align:justify;
	color:#fff;
	
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}	
  
  
  
  
  
  
  
  .bx-next {
	position:absolute;
	top:40%;
	right:-5px;
	z-index:999;
	width: 30px;
	height: 40px;
	text-indent: -999999px;
	background: url(images/sarr2.png) no-repeat 0 ;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-5px;
	z-index:999;
	width: 30px;
	height: 40px;
	text-indent: -999999px;
	background: url(images/sarr.png) no-repeat 0 ;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
#slider-example { float:left; }

