.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  




#menus {
    max-width: 1200px;
    text-align: center;
    margin: auto;
}
.zoomimg {
    display: inline-block;
    width: 175px;
    height: 175px;
    padding: 0px 5px 0px 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
}
.zoomimg:hover {
    cursor: pointer;
    background-size: 200% 200%;
}
.Blended {
    background-image: url(Images/Products/Blended.jpg);
}
.CottonCombed {
    background-image: url(Images/Products/CottonCombed.jpg);
}
.OpenEnd {
    background-image: url(Images/Products/OpenEnd.jpg);
}
.OrganicSpun {
    background-image: url(Images/Products/OrganicSpun.jpg);
}
.RibFabrics {
    background-image: url(Images/Products/RibFabrics.jpg);
}
.RingSpun {
    background-image: url(Images/Products/RingSpun.jpg);
}
.SingleJersey {
    background-image: url(Images/Products/SingleJersey.jpg);
}
.Slub {
    background-image: url(Images/Products/Slub.jpg);
}
.TFO {
    background-image: url(Images/Products/TFO.jpg);
}
.Twist {
    background-image: url(Images/Products/Twist.jpg);
}
.LinenCotton {
    background-image: url(Images/Products/LinenCotton_Fabric.jpg);
}
.LiCot {
    background-image: url(Images/Products/Licot_FaBRIC.jpg);
}
.SlubFabric {
    background-image: url(Images/Products/SlubFabric.jpg);
}
.ViscoseYarn {
    background-image: url(Images/Products/Viscose_Yarn.jpg);
}
.LinenCottonYarn {
    background-image: url(Images/Products/LinenCotton_Yarn.jpg);
}
.NeppyYarn {
    background-image: url(Images/Products/Neppy_Yarn.jpg);
}

.zoomimgc {
    display: inline-block;
    width: 100%;
    height: 220px;
    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
}
.zoomimgc:hover {
    cursor: pointer;
    background-size: 200% 200%;
        width: 150%;
    height: 280px;
}
.OFabric {
    background-image: url(Images/Oetko_Yarn.jpg);
}
.OYarn {
    background-image: url(Images/Oetko_Fabric.jpg);
}
.OTexPro {
    background-image: url(Images/Texprocil.PNG);
}










.ImageGallary
{
	height:175px;
	width:175px;
	padding-top:10px;
	border-color:Black;
	border-width:2px;
	border-style:solid;
	}

.Heading
{
	color:Maroon;
	font-size:21px;
	font-weight:bold;
	font-family:Times New Roman;
	font-style:italic;
	}

.SubHeading
{
	color:Maroon;
	font-size:19px;
	font-weight:bold;
	font-family:Times New Roman;
	font-style:italic;
	}
.Containt
{
	color:#000066;
	font-size:17px;
	font-weight:normal;
	font-family:Times New Roman;
	font-style:italic;
	
	}


.Bg{ background-color:#3399FF;
     background-color:White;
     height:40px;
	 width:100%;
	 padding:5 0 0 0;
	
}
.BodyBG
{

background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(218,234,251,1) 100%);

}
.ListItem
{
	list-style-type: disc;
 list-style-image: url(images/symbol_check.png);
text-align:justify;
color:#000066;
	font-size:17px;
	font-weight:normal;
	font-family:Times New Roman;
	font-style:italic;
	}
	.ListItemR
{
	list-style-type:circle;
 list-style-image: url(images/bullet_green.png);
 color:#000066;
	font-size:17px;
	font-weight:normal;
	font-family:Times New Roman;
	font-style:italic;
text-align:justify;
	}
	.SubListItem
{
	list-style-type: disc;
 list-style-image: url(images/Actions-arrow-right-icon.png);
 list-style-position: outside;
 color:#000066;
	font-size:17px;
	font-weight:normal;
	font-family:Times New Roman;
	font-style:italic;

	}
.Logo
{
	float:right;
	height:35px;
	width:30px;
    -moz-transition:all 2s ease;
	-webkit-transition:all 2s ease;
	-o-transition:all 2s ease;
	transition:all 2s ease;
}	
.Logo1
{
	float:right;
	height:200px;
	width:200px;
    -moz-transition:all 2s ease;
	-webkit-transition:all 2s ease;
	-o-transition:all 2s ease;
	transition:all 2s ease;
}	
.Logo1:hover
	{
		-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
		}
	
	.Logo:hover
	{
		-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
		}
.menuback:hover {
  color: White;
  height: 30px;
  background-color:#3399FF;
  font-size:14px;
  font-family:Tahoma;
  font-weight:bold;
  padding:0 0 0 0;
  }
.logon{
	width:88%;
	height:40px;
	font-size:32px;
	font-style: normal;
	
	font-weight:bold;
	line-height: normal;
	color: #FFF;
	text-align: center;
	float:right;
	
}
.logbox{
	width:400px;
	height:58px;
	
	margin-left:auto;
	margin-right:auto;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-align: center;
	 
}

.btnbg{background-image:url(http://www.stitextile.net/images/a_06.png);
       width:100%;
	   height:46px;
	   margin-top:5px;
	   background-repeat:repeat-x;}
	   
	   
.btnimg{
       width:75%;
	   height:46px;
	   margin-left:18.5%;

	   
	   }
	 

.Flshbg{
	width:600px;
	height:320px;
	margin-top:10px;
	background-color: #3a92d4;
	overflow:auto;
	float: right;
}
.Flshback{
	width:1000px;
	height:340px;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}



.Flshunder{
	width:685px;
	height:340px;
	float:right;
	margin-top:px;
	background-color: #06C;
}
		  
.Fl{
	width:670px;
	height:320px;
	float:right;
	margin-top:5px;
	margin-right: 7px;
	margin-left: px;
	background-color: #FFF;
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;}


 
.icon{ width:800px;
       height:220px;
	  
	   margin-left:auto;
	   margin-right:auto;
	   margin-top:10px;
	   }
	   

.a{ width:315px;
    height:180px;
	background-image: url(http://www.stitextile.net/images/stiu.pngooo_37.png);
	float:left;
	
}
.b{
	width:315px;
	height:150px;
	float:left;
	text-align: center;
	color: #603;
	font-size: large;
}

.ftrbtn{
	width:1024px;
	height:35px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 18px;
	color: #FFF;
 }








.footer{ background-image:url(http://www.stitextile.net/images/a_14.png);
          width:100%;
		  height:83px;
		  background-repeat:repeat-x;
		  margin-top:50px;
		  overflow:auto;
 }
.icon .b p {
	font-size: 18px;
}
.icon .b p {
	font-size: 24px;
}
.icon .b p {
	font-size: 22px;
}
.icon .b p {
	font-size: 20px;
}
.icon .b p {
	font-size: xx-small;
}
.icon .b p {
	font-size: large;
}
.icon .b p {
	color: #069;
}
.icon .b p {
	color: #600;
}


.c{
	width:315px;
	height:340px;
	float:left;
	margin-left:0px;
}
.Flshback div .c .b p {
	font-size: 18px;
}
.Flshback div .c .b p {
	font-size: 17px;
}
.Flshback div .c .b p {
	font-size: 24px;
}
.Flshback div .c .b p {
	font-size: 20px;
}
.Flshback div .c .b p {
	font-size: 18px;
}
.Flshback div .c .b p {
	color: #600;
}
.marquee marquee font {
	font-size: 20px;
	text-align: left;
}
 
 
 .mater{
	width:1000px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	font-size: 20px;
	color: #00F;
}
.fontcolor {
	color: #03F;
}
.fnt {
	text-align: center;
}
.TableSyleing
{
	border:solid 1px black;
}
	.TableSyleing th
	{
		font-weight:bold;color:White;
		background-color:#2B60DE;
		height:30px;
		color:White;
		text-align:center;
		vertical-align:middle;
		}
		
		.TableSyleing tr:hover td
		{
			background-color:#DEB887;
			}
			.TableSyleing td
			{
				height:20px;
				text-align:left;
				vertical-align:middle;
				color:Black;
				background-color:#82CAFF;
				padding:6px;
				}
				
.Tabalt
{
	height:30px;
	text-align:center;
	vertical-align:middle;
	background-color:White;
	color:Black;
	
}
.FlagName
{
	font-family: Calibri;
	 font-size: 14px; 
	 font-weight: bold;
	  color: #0066FF;
	   background-color: #FFFFFF;
	}