@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-family:Verdana, Geneva, sans-serif;font-size:12px;}
table{cellpadding:0;cellspacing:0;}
tr{margin:0;padding:0;}
td{margin:0;padding:0;}
div{margin:0;padding:0;}



#middle
{
position:relative;
float:left;
width:100%;
min-width:1024px;
min-height:100%;
height:100%;
background-color:#FFF;

}

.header
{
	width:100%;
	min-width:1000px;
	height:41px;
	background-color:#CF2122;
	
}
.content
{
	width:100%;
	min-width:1000px;
	height:625px;
	
	
	
	
}
.home
	  {
		  width:100%;
		  min-width:1000px;
		  height:100%;
		  
		  
	  }
.c1
{
	width:200px;
	pading-left:20px;
}

.c2
{
	/*padding:40px;*/
	padding:40px;

}

/*  only for about us page */
.a1
{
	width:100%;
	
	padding-left:80px;
	padding-top:40px;
}
.a2
{
	padding-left:80px;
	padding-right:80px;
	text-align:center;

	
}
.a3
{
	height:auto;
	width:auto;
	padding-top:20px;
}
/* ends for about us */
.footer
{
		position: absolute;
		bottom:0;
		width:100%;
		height:52px;
		background:#000000;			/* Height of the footer */
		padding-top:11px;
		padding-bottom:8px;
		
		
	
}
.input {
 border:1;
 color:#3a3a3a;
 font-size:10px;
 text-align:left;
 background-color: #F6F7F1;

}
.border {
border: 1px solid #DFDFDF;
padding:5px;
 
}

.search
{
	 border:0;
 color:#3a3a3a;
 font-size:10px;
 text-align:left;
/*background-color:#fff;*/
 
}
.disclaimer
 {
	 color:#FFF;
	 float:left;
	 font-size:9px;
	 width:55%;
	 text-align:justify;
	 padding-left:10px;
	 padding-top:3px;
	 
 }
 .copyright
 {
	 color:#FFF;
	 float:right;
	 font-size:9px;
	 position:relative;
	 float:right;
	 width:35%;
	 padding-top:15px;
	 padding-right:5px;
	

	 
	 
 }
A.menu-top:link {COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 14px; text-transform:uppercase }
A.menu-top:active {COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 14px; text-transform:uppercase}
A.menu-top:visited {COLOR:#FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 14px; text-transform:uppercase}
A.menu-top:hover {COLOR: #FFFFFF; text-decoration:underline; FONT-WEIGHT: none; FONT-FAMILY:Tahoma; FONT-SIZE: 14px; text-transform:uppercase}

.separate {font-size:15px; color:#FFFFFF; FONT-FAMILY: Tahoma;}

A.menu:link {COLOR: #fff; TEXT-DECORATION: none; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 12px; text-transform:uppercase}
A.menu:active {COLOR: #fff; TEXT-DECORATION: none; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 12px; text-transform:uppercase}
A.menu:visited {COLOR: #fff; TEXT-DECORATION: none; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 12px; text-transform:uppercase}
A.menu:hover {COLOR: #fff; text-decoration:underline; FONT-WEIGHT: none; FONT-FAMILY: Tahoma; FONT-SIZE: 12px; text-transform:uppercase}

@media screen and (min-width:1025px)
{
	
	/*body{background-color:#063;}*/
	body{background-image:url('back.png');}  
	#middle
	{
	min-height:100%;
	width:1024px;
	height:100%;
	top:50%;
	left:50%;
	margin-left:-512px;
	
	
		
	}
	/*#left
	{
	position:absolute;
	background-image:url('images/text-5_01.png');background-repeat:no-repeat;/* min-width:163px;height:898px;*/
	/*height:665px;
	width:12%;
	
	
		
	}
	#right
	{
	position:relative;
	float:right;
	width:12%;
	height:665px;
	background-image:url('images/text-5_03.png');background-repeat:no-repeat;/* */
	
			
	/*}*/
	.header
	  {
		  width:100%;
		  min-width:1000px;
		  height:41px;
		  background-color:#CF2122;
		  
	  }
	  .content
	  {
		  width:100%;
		  min-width:1000px;
		  min-height:625px;
		 
		  
		  
	  }
	  .home
	  {
		  width:100%;
		  min-width:1000px;
		 
		  background-color:#fff;
		  margin-bottom:70px;
		  
		  
	  }


	
}
@media screen and (min-width:1500px)
{
	
	body{background-image:url('back.png');}  
	#middle
	{
	min-height:100%;
	width:1024px;
	height:100%;
	top:50%;
	left:50%;
	margin-left:-512px;
	/*min-height:800px;*/
	
	
	
		
	}
	
	 .content
	  {
		  width:100%;
		  min-width:1000px;
		 /* min-height:910px;*/
		 
		  
		  
	  }
	  .footer
	{
		position: absolute !important;
		bottom:0 !important;
		width:100%;
		height:52px;
		background:#000000;			
		padding-top:8px;
		padding-bottom:8px;
		
		
	}
}