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

@font-face { font-family:"Myriad Pro"; src:url("font/MyriadPro-Regular.otf");}
@font-face { font-family:"Astro 570"; src:url("font/ASTRO570.TTF");}
@font-face { font-family:"Arial"; src:url("font/arial.ttf");}
@font-face { font-family:"Elephant"; src:url("font/ELEPHNT.TTF");}
@font-face { font-family:"Neuton Cursive"; src:url("font/Neuton_Cursive.ttf");}
@font-face { font-family:"Lucida Handwriting"; src:url("font/LHANDW.TTF");}
@font-face { font-family:"Monotype Corsiva" src:url("font/MTCORSVA.TTF");}

			body{
			   margin:0 ;
               padding:0;
                background-color:#FFFFFF;
                font-family:Arial;
				font-size:13px;
				color: #020202;
				}
        

     #container{

box-shadow: 1px 20px 6px 6px rgb(204, 204, 204);
	 			width:1005px;
				overflow:hidden;
				background-color:#fedbc4;
				margin:0 auto;
				
				
				}
				
				
		#header {
             width:100%;
             margin: 0 auto;
			 background-color:#1b5489;
			 overflow:hidden;
	
	        }		
		
		#logo{ float:left;
				width:65%;
				padding:25px 0 25px 33px;
				}
				
		#Logo_img{ float:left;
					}
		#company{ float:left;
					margin:30px;
					
					}						
										
				
		/*Header social-logo css start here*/
		.social {width:130px;
		margin:20px 10px 10px 0px;
		height:37px;
		float:right;
		}
		
		.social a{ 
	background:url("../img/social-icon.png") no-repeat; 
	display:block; 
	height:37px; 
	text-indent:-9000px; 
	float:left;
	 -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;      -ms-transition: all 0.5s ease-in-out; 
	 transition: all 0.5s ease-in-out;}

		.fb {width:40px;}
		.twit {width:41px;}
		.gplus {width:41px;}

		.social a.fb:hover {background-position:0px -37px;}
		
		.social a.twit {background-position:-40px 0px;}
		
		.social a.twit:hover {background-position:-40px -37px;}
		
		.social a.gplus {background-position:-80px 0px;}
		
		.social a.gplus:hover {background-position:-80px -37px;} 

/*Header social-logo css end here*/

		#phn{ width:250px;
			  float:right;
			  height:auto;
			  margin:80px -118px 10px 0;}
			  
		#phn table tr td{ font-family:Arial;
						 color:#FFF;
						 font-size:18px;}	  
						 
		#banner{width:100%;
				height:280px;}				 
		
	/*==============================================================END HEADER ==================================*/	
	
    #menu{ width:100%;
			background:#1b5489;
			overflow:hidden;
			height:90px;

          }

    #menu_in{

        
        background:#1b5489;
        margin:22px 0 0 90px;
		
        }



      #nav {
       background: #1b5489;
       float: left;
       margin: 0; padding: 0;
       float:left;
	   border-radius:6px;
       border:3px solid #FFF;
	   margin-bottom:20px;
	   z-index:331;
	   position:absolute;
       }

		#nav li a, #nav li {
 				float: left;
				
                           }

		#nav li {
              list-style: none;
              position: relative;
			  text-transform: uppercase;
			  border-left:#FFF solid 1px;
			  
                }

        #nav li a {
            
             text-decoration: none;
             color: #FFF;
             background:#1b5489;
             font-family:"Lucida Handwriting";
			 font-size:17px;
			 padding:10px 30px 10px 30px;
            
            }

        #nav li a:hover {
                     
                     background:#D80312;
					 border-radius:4px;
					 padding:10px 30px 10px 30px;
					}


/* Submenu */

/*.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}*/

		#nav li ul {

 			display: none;
 			position: absolute;
 			left:0;
 			top: 100%;
 			padding: 0; margin: 0;
					}

		#nav li:hover > ul {
 			display: block;
						}

		#nav li ul li, #nav li ul li a {
			
 				float: left;
				font-size:12px;
			    border-left:#FFF solid 1px;
				border-bottom:#FFF solid 1px;
				
				
				
					}

		#nav li ul li {
 		_display: inline; /* for IE6 */
						}

		#nav li ul li a {
			     z-index:331;
			     position:relative;
 				 width:200px;
 				 display: block;
						}

		/* SUBSUB Menu */

		#nav li ul li ul {
 				display: none;
						}

		#nav li ul li:hover ul {
 					left: 100%;
 					top: 0;
					
					}


		#nav li ul 
	
	
	
/*==============================================================END MENU ==================================*/		
	
	
	
	
	/*  CONTENT  */
	

			
	  	#content { margin:0 auto;
			  width:100%;
			  background-color:#fedbc4;
			  overflow:hidden;
			  clear:both;
			   }		
			  
			  
	 				#left{ float:left;
						width:300px;
						height:auto;
						margin-left:20px;
						margin-top:40px;
						background-color: #fedbc4;}	
						
					#right{ float:right;
						width:576px;
						height:auto;
						margin-right:20px;
						margin-top:40px;
	    background-color:#fedbc4;}								  
						
                   
                   
					#left_in1{
							width:287px;
							height:auto;
							background-color:#084984;
							border: #FFF  solid 2px;
							border-radius:6px;
							
							}

#left_in1 pre{
							
							font-family:Arial;
                                                        font-size:18px;
							color:#fff;
							font-weight:bold;
							text-align: center;
							letter-spacing:5px;
                                                        text-transform: uppercase;
							}               

				       #right_in1{	width:549px;
										margin-right:40px;
										float:right;
                                        background-color:#084984;
                                        border: #FFF  solid 2px;
										border-radius:6px;
										
                                    }



                       #right_in1 pre{
								        font-family:Arial;
										font-size:13px;
										color:#FFF;
										font-weight:bold;
										text-align:center;
										text-transform: uppercase;
									}

					#right_in1li{

						height:12px;

								}

												
					.text{font-family:"Astro 570";
					color:#353535;
					font-size:14px;
					text-align:justify;
					margin-top:-38px;}			

              #welcome{ float:left;
			  			 width:550px;
						 font-family:"Astro 570";
					     color:#353535;
						 font-size:31px;}


					
						#right_in{
							width:549px;
							margin-right:40px;
							float:right;
								}
						#prd_img_list{
								margin-top:15px;
								width:549px;
								overflow:hidden;
								margin-left: 10px;
										}
						
																	
						#product_img{width:235px;
									 height:144px;
									 background-image:url(../img/img_bg.png);
									 float:left;
									 margin: 8px 8px 8px 15px;
									 }
						
						.img{
						
						padding:15px 0px 0px 65px;}			 
						



				#right_in p{
				font-family:"Astro 570";
				color:#353535;
				font-size:14px;
				font-weight:normal;
				padding-left:20px;
				padding-top:20px;
								}
                  
				  
				#bttm{ background-image:url(../img/img4.jpg);
				height:209px;
				width:1005px;
				clear:both;
				}


				#mrq{ 					 
					 padding-top:55px;
					 width:950px;
					 margin:0 auto;}
					 
				.marq_img{width:166px;
						 height:127px;
						 }
					 
				.lal{ 
					font-family:"Neuton Cursive";
					font-size:39px;
					color:#084984;}	 
					 
				.more a{font-family:font-family: "Astro 570";
                                      color:#ff0000;
                                      font-size: 14px;
                                      text-align: justify;
                                      text-decoration:none;}

                               .more a:hover{font-family:font-family: "Astro 570";
                                      color:#ff0000;
                                      font-size: 14px;
                                      text-align: justify;
                                      text-decoration:underline;}	 
					 
/*==============================================================END CONTENT==================================*/							 
					 /* FOOTER */
					 
				#footer{width:1005px;
						 background-color:#084984;
						 float:left;
						 padding: 10px 0px;
						 clear:both;}	 
					 
					 #footer_in1{
							width:960px;
							margin-top:0px;
							background-color:#084984;
								}

					#footer_in1 table{
							margin-left:30px;

								}

                 #footer_in1 table tr td{

              			font-family:"Astro 570";
			 			font-size:12px;
						color:#fff;
						font-weight:normal;
          							}



		#footer_in1 table tr td a{

						font-family:"Astro 570";

						font-size:12px;

						color:#f2f2f2;

						font-weight:normal;

						text-decoration:none;

						}





					#footer_in1 table tr td a:hover{

						font-family:Astro 570;

						font-size:12px;

						color:#353535;

						font-weight:normal;

						text-decoration:none;

									}

/*==============================================================END FOOTER==================================*/							 


		/*    ABOUT*/
		
		#about{ width:900px;
			 	margin:0 auto;
				height:auto;
				border:#FFF solid 2px;
				border-radius:10px;
				box-shadow:3px 5px 5px #999999;}
				
		.abt_text{ font-family:"Astro 570";
					font-size:14px;
					margin:10px;}		
					
					
			/*CONTACT*/		
		#cont{ width:950px;
			 	margin:0 auto;
				height:auto;
				border:#FFF solid 2px;
				border-radius:10px;
				box-shadow:3px 5px 5px #999999;}
			
		#content-wrapper_con{ 
 					width:935px; 
					overflow:hidden; 
					margin-top:8px;
 					margin:0 auto; 
 					clear:both; }	
		#map{ width:900px;
			  margin:0 auto;
			  height:auto;
			  margin-bottom:20px;
			  }			
					
		.text-t{font-family:"Astro 570"; 
				font-size:18px;
				color:#414141;
				padding-left:5px;
				padding-top:10px;
				font-weight:bold; }					
				
				
		#left-cont{ width:350px;
					 height:auto;  
					 float:left;  
					 margin-top:20px;
					 margin-bottom:20px;}
					 
		#left-cont table tr { 
							border:solid 1px #090909;
							 height:20px;}
							 
		#left-cont table tr td{
								height:20px; }

 		
		 
		 
		 
		 .form{font-family:"Astro 570";
		 font-size:14px;
		 color:#090909;}
		 
		.form-style{background-color:#f8f7f7;
					border:solid 1px #ffffff;}
		
		.form-style a{background-color:#f8f7f7;
						border:solid 1px #ffffff;}
		
				
		#right-cont{ width:420px;
					height:auto;
					float:right;
					margin-top:20px;
					margin-bottom:20px;}

		#right-cont table tr {background-color:#f8f7f7;
							border:solid 1px #090909;
							height:20px;}
		
		#right-cont table tr td{background-color:#f8f7f7;
								height:20px; }
		
		#thnk{float:right; color:#084885;
                      font-size:18px;
                      margin-top:5px;
                     }
		
		/*============================================================ END CONTACT==================================*/	
		
		
		
		/*PRODUCT*/
		
		
			#middle-mid{ width:620px;
						overflow:hidden;
						border:2px solid #084984;
						border-radius:10px;
						background-color:#fedbc4;
						float:right;
						margin-top:40px;
						margin-right:10px;
							}	
							
			#prd_list_line{ width:620px;
							margin:0 auto;
						    border:1px solid #fedbc4;
							background-color:#FFF;
						    border-radius:4px;
							overflow:hidden;
							clear:both;
							}	
							
			#prd1{ width:183px;
					float:left;
					height:auto;
					margin:8px;
					margin-left:13px;
					}													
					
			#prd2{ width:183px;
					float:left;
					height:auto;
					margin:5px 0  0 8px;
					}															
					
			#prd3{ width:183px;
					float:right;
					height:auto;
					margin:5px;
					}	
					
			.prd_name{  font-family:"Astro 570";
						font-size:16px;
						text-align:center;
						font-weight: bold;}	
						
			.prd_img{
					width:183px;
					height:auto;
					border: #084984 Solid 1px;
					border-radius:6px;}			
					
			.prd_code{ font-family:Arial;
			 			font-size:12px;
						color:#084984;
						text-align:center;}
						
						
			.submit_button1 {color:#FFFFFF;cursor:pointer;
							  font-family:Arial;
							 display:block; 
 							text-decoration:none;  
  							width:100px; height:28px;
 							 border-radius:6px;
 							margin-left:42px;
							
                        
						 /* IE10 Consumer Preview */ 
                        background-image: -ms-linear-gradient(top, #037cea 0%, #084984 100%);

                     /* Mozilla Firefox */ 
						background-image: -moz-linear-gradient(top, #037cea  0%, #084984 100%);

					/* Opera */ 
					background-image: -o-linear-gradient(top, #037cea 0%, #084984 100%);

					/* Webkit (Safari/Chrome 10) */ 
						background-image: -webkit-gradient(linear, left top, left bottom, 
						color-stop(0, #037cea), color-stop(1, #084984));

					/* Webkit (Chrome 11+) */ 
					background-image: -webkit-linear-gradient(top, #037cea 0%, #084984 100%);

					/* W3C Markup, IE10 Release Preview */ 
					background-image: linear-gradient(to bottom, #037cea 0%, #084984 100%);
 							}	
							
				
              	
			.submit_button1 a {color:#FFFFFF;cursor:pointer;
							  font-family:Arial;
							 display:block; 
 							text-decoration:none;  
  							width:100px; height:28px;
 							 border-radius:6px;
 							margin-left:42px;
							
                        
						 /* IE10 Consumer Preview */ 
                        background-image: -ms-linear-gradient(top, #037cea 0%, #084984 100%);

                     /* Mozilla Firefox */ 
						background-image: -moz-linear-gradient(top, #037cea  0%, #084984 100%);

					/* Opera */ 
					background-image: -o-linear-gradient(top, #037cea 0%, #084984 100%);

					/* Webkit (Safari/Chrome 10) */ 
						background-image: -webkit-gradient(linear, left top, left bottom, 
						color-stop(0, #037cea), color-stop(1, #084984));

					/* Webkit (Chrome 11+) */ 
					background-image: -webkit-linear-gradient(top, #037cea 0%, #084984 100%);

					/* W3C Markup, IE10 Release Preview */ 
					background-image: linear-gradient(to bottom, #037cea 0%, #084984 100%);
 							}	
							
               

			
					
			.submit_button1:hover{color:#D80312;cursor:pointer;
							  font-family:Arial;
							 display:block; 
 							text-decoration:none;  
  							width:100px; height:28px;
 							 border-radius:6px;
 							margin-left:42px;
							
                        
						 /* IE10 Consumer Preview */ 
                        background-image: -ms-linear-gradient(top, #eabe81 0%, #de8100 100%);

                     /* Mozilla Firefox */ 
						background-image: -moz-linear-gradient(top, #eabe81  0%, #de8100 100%);

					/* Opera */ 
					background-image: -o-linear-gradient(top, #eabe81 0%, #de8100 100%);

					/* Webkit (Safari/Chrome 10) */ 
						background-image: -webkit-gradient(linear, left top, left bottom, 
						color-stop(0, #eabe81), color-stop(1, #de8100));

					/* Webkit (Chrome 11+) */ 
					background-image: -webkit-linear-gradient(top, #eabe81 0%, #de8100 100%);

					/* W3C Markup, IE10 Release Preview */ 
					background-image: linear-gradient(to bottom, #eabe81 0%, #de8100 100%);
 							}	
							


    
									
							
				#left_in11{
							width:612px;
							height:auto;
							background-color:#084984;
							border: #fedbc4  solid 2px;
							border-radius:6px;
							font-family:Arial;
                            font-size:26px;
							color:#fff;
							font-weight:bold;
							text-align: center;
							margin-top:5px;
							}
				
							
				#prd_list{ width:210px;
  					float:left;
					 height:auto;
					 margin:5px;
                                         
					 }	
					
			   .prd_name_list{  font-family:"Astro 570";
						font-size:16px;
						text-align:center;
						background-color:#fedbc4;}						
						
				.prd_img_list{
					width: 200px;
					height:auto;
					margin-top:10px;
					margin-bottom:10px;
					border:#fedbc4 solid 2px;
					border-radius:6px;
					}	
					
				.prd_code_list	{font-family:Arial;
			 			font-size:16px;
						color:#084984;
						 text-align:left;
						margin-top:5px;
                                                margin-left:20px;
						width:360px;
						float:left;
                                                
                                                height:auto;
                                                
						}	
						
				#inq{
					 float:right;
					 margin-right:10px;
                                         margin-bottom: 10px;
                                         clear:both;
                                         cursor:pointer;
                                         }
					 
				 		
				#inq a{color:#FFFFFF;
 						font-family:Arial;
  						font-weight:bold;
 						display:block;
  						list-style:none;
  						text-decoration:none;
                                                cursor:pointer;
								}
				 
				 #snd_qry{margin:0 auto;} 
				 
				 #snd_qry a{
				 			text-decoration:none;} 
				 			
				 			.our-products {
    width: 100%;
    margin: 0px 33px;
}
.our-products {
    width: 100%;
    margin: 0px 33px;
}
.our-products h1 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.our-products ul {
    list-style: none;
    padding: 0;
}
.our-products ul li {
    float: left;
    color: #fff;
    margin-right: 11px;
    height: 25px;
}
.our-products ul li p {
    position: relative;
    top: -12px;
}
.our-products ul li a {
    text-decoration: none;
    color: #fff;
}
				  