* {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: "Times New Roman", Times, serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
li, ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ###############  Main Menu CSS  ###############  */
.main-menu-area {
	width:1008px;
	height:56px;
	float:left;
	margin-top: 5px;
}

.main-menu-area ul{ 
width:100%;
}


/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	color:#FFF;
	border:1px solid #051C3B;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}

#nav ul li:last-child{
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	background:#051C3B;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	margin:0;
	padding:0;
	background:#051C3B;
	top:100%;

}
#nav ul li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#092346 ;
	color:#FFF;
	display:block;
	line-height:50px
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#092346;
	text-decoration:none;
	display:block;
}

#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	width:auto;
z-index:1;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#nav ul li{
		height:50px;/* Introducing a padding between the li and the a give the illusion spaced items */
}
#nav ul a{
	white-space:nowrap;
	line-height:50px;
	padding:0 25px; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}


#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:#FFF;
	font-size:18px;
}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#fff;
color:#000;
}

#nav li:hover ul li:last-child a:hover{
	background:#fff;
	-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}

#nav li.active a {
/*background:#d40c06; */
color:#FFF;
}



.main-menu-area ul li#parent1 {
	font-family: "Times New Roman", Times, serif;
	background: url(../images/menu.png) 0 0;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	height:55px;
	width:193px;
}

.main-menu-area ul li#parent1 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 15px 50px;
	text-decoration: none;
}

.main-menu-area ul li#parent2 {
	font-family: "Times New Roman", Times, serif;
	background: url(../images/menu.png) -213px 0;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	height:55px;
	width:205px;
	position:relative;
}

.main-menu-area ul li#parent2 a.products-nav{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 15px 35px;
	text-decoration: none;
}
.main-menu-area ul li#parent3 {
	font-family: "Times New Roman", Times, serif;
	background: url(../images/menu.png) -438px 0;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	height:55px;
	width:199px;
}

.main-menu-area ul li#parent3 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 15px 35px;
	text-decoration: none;
}

.main-menu-area ul li#parent4 {
	font-family: "Times New Roman", Times, serif;
	background: url(../images/menu.png) -656px 0;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	height:55px;
	width:171px;
}

.main-menu-area ul li#parent4 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 15px 30px;
	text-decoration: none;
}

.main-menu-area ul li#parent5 {
	font-family: "Times New Roman", Times, serif;
	background: url(../images/menu.png) -848px 0;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 0px 9px;
	text-decoration: none;
	height:55px;
	width:141px;
}

.main-menu-area ul li#parent5 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#fff;
	float: left;
	padding: 15px 30px;
	text-decoration: none;
}

/* ###############  Main Menu CSS  Ends ###############  */


body {
	margin:0px;
	padding:0px;
	background:#0f2f59;
	font-size:12px;
}

.main-wrapper {
	width:100%;

}

.main-top-wrapper {
	width:100%;
	background: url(../images/main-bg.png) no-repeat 50% 0;
	overflow:hidden;
}

.main-top-inner {
	width:1007px;
	margin:0px auto;
	background:url(../images/bar.png) no-repeat 50% 50px;
	overflow:hidden;
}


.main-banner-wrapper {
	width:100%;
	background: url(../images/cotton.png) repeat;
	overflow:hidden;
	

}

.main-banner-inner {
height: 367px;
    margin: 35px auto 0;
    position:relative;
    width: 1007px;
}

.banner-area {
	width:1007px;
	margin:0px auto;
	overflow:hidden;
	height:367px;
}

.main-middle-wrapper {
 background: url("../images/main-bg.png") repeat scroll 0 0 transparent;
    overflow: hidden;
    width: 100%;
}

.main-middle-inner {
	width:1007px;
	margin:0px auto;
}

.main-footer-wrapper {
	width:100%;
	background: url("../images/footer-bg.png") no-repeat scroll center top #020810 ;
	overflow:hidden;	
	height:168px;
	text-align:center;
	
}

.main-footer-inner {
	width:1007px;
	margin:0px auto;
	
	
	
}




.middle-wrapper {
	width:1007px;
	margin:0px auto;
	background:#000000;

}

.top_menu_area {
	width:1007px;
	height:55px;
	float:left;
}

.menu_area {
	width: 830px;
	float:left;
	min-height:62px;
	font-size:18px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	padding-top:21px;
}

.menu_area a {
    color: #FFFFFF;
    text-decoration: none;
}
.menu_area a:hover{
color:#051C3B !important;
}

.social_icon_area {
	 width: 163px;
	float:right;
}

.fb_icon {
	width:29px;
	float:left;
	height:30px;
	margin-top: 15px;
	margin-right:15px;
}

.gp_icon {
	width:29px;
	float:left;
	height:30px;
	margin-top: 15px;
	margin-right:15px;
}

.twitter_icon {
	width:29px;
	float:left;
	height:30px;
    margin-top: 15px;
	margin-right:15px;
}

.in_icon {
	width:30px;
	float:right;
	height:30px;
    margin-top: 15px;
}

.main_area {
	width:1007px;
	
	height:427px;
	float:left;
}


.logo-area {
 float: left;
    height: 224px;
    left: 8px;
    margin-left: 50px;
    margin-top: -32px;
    position: absolute;
    top: -8px;
    width: 189px;
    z-index: 10000;
}

.banner_area {
	width:1009px;
	background: url(../images/banner.png);
	height:363px;
	float:left;
	margin-top: 50px;
}

.main-menu-area {
	width:1008px;
	height:56px;
	float:left;
	margin-top: 5px;

}

.main-welcome-area {
	width:928px;
	background:#051c3b ;
	float:left;
	margin: 20px;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.main-welcome-area-about {
	width:928px;
	background:#051c3b ;
	float:left;
	margin: 20px;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.main-welcome-area-product {
	width:928px;
	background:#051c3b ;
	float:left;
	margin: 20px;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.main-welcome-area-services {
	width:928px;
	background:#051c3b ;
	float:left;
	margin: 20px;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


.main-welcome-area-vision {
	width:928px;
	background:#051c3b ;
	float:left;
	margin: 20px;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.left-product-img-1 {
    border-radius: 15px 15px 15px 15px;
    float: left;
    margin:0 20px;
}

.left-product-img-yarn {
    border-radius: 15px 15px 15px 15px;
    float: left;
    margin:0 20px;
}

.left-product-img-2 {
    border-radius: 15px 15px 15px 15px;
    float: left;
    margin-right:20px;
}

.left-services-img {
 background: url("../images/services.jpg") repeat scroll 0 0 transparent;
    border-radius: 15px 15px 15px 15px;
    float: left;
    height: 291px;
    margin: 20px;
    padding: 20px;
    width: 286px;
}

.img-text p {
 color: #F6F9FC;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 25px 0;
	
}

.main-welcome-area-services h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	
}

.main-welcome-area-services p {
color: #F6F9FC;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 12px 0;
	
}


.main-welcome-area-vision h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	
}

.main-welcome-area-vision p {
color: #F6F9FC;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    margin: 12px 0;
	
}

.main-welcome-area h2 {
	color:#9dc3f7;
	font-size:25px;
	font-weight:normal;
}

.main-welcome-area-about h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
}


.img-text h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top: 130px;
}

.main-welcome-area p {
    color: #F6F9FC;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0;
	
}

.img-text-yarn h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top: 40px;
}

.img-text-yarn p {
    color: #F6F9FC;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0;
	line-height:25px;
	
}

.main-welcome-area-about p {
    color: #F6F9FC;
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0;
	line-height:22px;
}

.middle-images-area {
	width:917px;
	float:left;
	height:160px;
}

.middle-images {
	float:left;
	width:130px;
}

.middle-images img { 
float:left;
}

.image-text {
  color: #F6F9FC;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    text-align: center;
}
.image-text a{
color: #F6F9FC;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    text-align: center;
	text-decoration:none;
}

.image-sep {
    background: url("../images/images-sep.jpg") repeat scroll 0 0 transparent;
    float: left;
    height: 153px;
    margin-left: 12px;
    margin-right: 12px;
    width: 2px;
}

.image-sep:last-child {
background:none;
}

.bot_menu{
float: right;
margin-right:20px;
}
.bot_menu_l{
float:left;
margin-left:20px;
}
.bot_menu_l a{
color:#fff;
}
.copy-write-text {
  color: #ffffff;
    font-size: 14px;
    font-weight: normal;
	background:#8c939b;
	width:100%;
	height:35px;
	line-height:35px;
	margin-top:20px;
	}

.all-write-text {
  color: #497dbf;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	width:100%;
	margin-top:10px;
	line-height:20px;
	
}


.quick_inq {
    color: #fff;
    float: left;
    font-size: 17px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 6px;
    width: 550px;
}

.adress-area {
    color: #fff;
    float: right;
    font-size: 17px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 6px;
    width: 330px;
}
.adress-area p {
 color: #F6F9FC;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 25px 0;
	
}

.adress-map {
    color: #fff;
    float:left;

}
.space1{
margin-top:30px;
width:100%;
float: left;
}