div#header,div#footer{cursor:default;}
a{color:#484848;text-decoration:none;}
a:hover{color:gray;}
body{margin:0px auto;overflow-x:hidden;width:100%;}

#header{border:0px solid #979caa;border-bottom:0px solid #979caa;border-radius:0px 0px 0px 0px ;width:1024px;height:200px;background-image:url(../images/header1.png);}
#header .logo{border:0px solid #979caa;color:#ffffff;font-size:50px;text-indent:20px;font-family:arial;text-align:left;height:100px;line-height:150px;}
#header .logo {color:#ffffff;}
#header .logo .s, .t{font-size:90px;color:#970600;width:100px;font-family:Arial Rounded MT Bold;}

#nav{border:0px solid #979caa;border-bottom:0px solid #979caa;margin-top:-6px;width:1024px;height:45px;
 background-color: #980e0e; background-image: -webkit-gradient(linear, left top, left bottom, from(#980e0e), to(#740d09));
 background-image: -webkit-linear-gradient(top, #980e0e, #740d09);
 background-image: -moz-linear-gradient(top, #980e0e, #740d09);
 background-image: -ms-linear-gradient(top, #980e0e, #740d09);
 background-image: -o-linear-gradient(top, #980e0e, #740d09);
 background-image: linear-gradient(to bottom, #980e0e, #740d09);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#980e0e, endColorstr=#740d09);
}
#nav ul{margin-left:6px ;padding-left:0px}
#nav li:first-child{width:66px;}
#nav li:first-child:hover{background:transparent;border-right:0px solid #090909;}
#nav li{float:left;width:100px;height:44px;line-height:45px;}
#nav  .cotton{width:150px;}
#nav li:Hover{background:#2d2d2d;height:45;}
#nav a{line-height:40px;text-shadow:0px 1px 4px black; text-align:center;color:#fff;text-decoration:none;font-family:arial;font-size:16px;}

#section{border:0px solid red;width:1024px;background:#ffffff;}

#section .mainContent{border:0px solid #d3d3d3;width:1024px;height:800px;cursor:default;}

#section .mainContent .welcome{border:0px solid #232323;width:680px; margin-left:17px;height:335px;overflow-x:HIDDEN;border-radius:8px 8px 8px 8px;float:left;margin-top:10px;
background:#232323;
 }
#section .mainContent .welcome h1{border:0px solid #232323;border-radius:5px 5px 0px 0px ;line-height:60px;height:60px;color:black;font-size:25px;font-family:arial;text-align:left;text-indent:20px;margin-top:0px;
background:linear-gradient(to top,#333333,#232323);
background:-webkit-linear-gradient(to top,#333333,#232323);
background:-moz-linear-gradient(to top,#333333,#232323);
background:-o-linear-gradient(to top,#333333,#232323);
background:-ms-linear-gradient(to top,#333333,#232323);
}
#section .mainContent .welcome h1 span{color:#ffffff;}
#section .mainContent .welcome p{text-align:justify;font-size:20px;color:#fff; margin-top:17px;width:650px;font-family:arial;}
#section .mainContent .welcome .Readmore{
border:0px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;font-size:12px;font-family:arial, helvetica, sans-serif;  height:40px ; width:80px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #ffffff;float:left;margin-left:17px;margin-top:20px;
background:gray;
}
#section .mainContent .welcome .Readmore:hover{
 border:0px;color:white;
 background-color: #bababa; background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
 background-image: -webkit-linear-gradient(top, #bababa, #575757);
 background-image: -moz-linear-gradient(top, #bababa, #575757);
 background-image: -ms-linear-gradient(top, #bababa, #575757);
 background-image: -o-linear-gradient(top, #bababa, #575757);
 background-image: linear-gradient(to bottom, #bababa, #575757);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
 }


#section .mainContent .news{border:0px solid #232323;width:286px; height:335px;margin-left:10px;border-radius:8px 8px 8px 8px;float:left;margin-top:10px;
background:#232323;
}
#section .mainContent .news h1{border:0px solid #232323;border-radius:5px 5px 0px 0px ;line-height:60px;height:60px;color:black;font-size:25px;font-family:arial;text-align:left;text-indent:20px;margin-top:0px;
background:linear-gradient(to top,#333333,#232323);
background:-webkit-linear-gradient(to top,#333333,#232323);
background:-moz-linear-gradient(to top,#333333,#232323);
background:-o-linear-gradient(to top,#333333,#232323);
background:-ms-linear-gradient(to top,#333333,#232323);
}
#section .mainContent .news h1 span{color:#ffffff;}

/*-Slider start-*/
*{
	margin:0;
	padding:0;
}
#section .mainContent .news #container{
	width:300px;
	height:260px;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	border-radius:6px 6px 6px 6px ;	
}
#section .mainContent .news #container ul{
	width:300px;
	height:180px;
	list-style:none inside none;
	position:relative;
	overflow:hidden;
	border-radius:0px 0px 4px 4px;
    border:0px solid white;	
}
#section .mainContent .news #container li:first-child{
	display:list-item;
	position:absolute;
	
}

#section .mainContent .news #container li{
	position:absolute; 
	border:0px solid white;	
	display:none;
}
#section .mainContent .news #container li p{margin-left:20px;color:#fff;margin-top:30px;text-align:left;font-size:22px;width:230px;height:260px;font-family:Calibri;}

/*-Slider End-*/
#section .mainContent .articleheading{color:gray;font-family:arial;line-height:80px;height:60px;font-size:25px;text-align:left;text-indent:20px;}
#section .mainContent #article_container{margin-left:17px;}
#section .mainContent .article1{border:1px solid #1e1e1e;box-shadow:0px 0px 0px 0px black;width:180px; margin-left:0px;float:left;margin-top:80px; background:#ffffff;transition:box-shadow 1s;transition:box-shadow 1s;-moz-transition:box-shadow 1s;-webkit-transition:box-shadow 1s;}
#section .mainContent .article1:hover{box-shadow:0px 0px 4px 1px black;}
#section .mainContent .article1 > img{width:180px;height:220px;}
#section .mainContent .article1 > .h1{text-align:left;text-indent:10px;line-height:2;height:40px;color:#ffffff;background:linear-gradient(to bottom,#333333,#232323);margin-top:0px;font-size:20px;font-family:arial;}
#section .mainContent .article1 > .h1 span{color:#ffffff;border:0px solid black;margin-left:67px;}

#section .mainContent .article2{border:1px solid #1e1e1e;box-shadow:0px 0px 0px 0px black;width:180px; margin-left:17px;float:left;margin-top:80px; background:#ffffff;transition:box-shadow 1s;transition:box-shadow 1s;-moz-transition:box-shadow 1s;-webkit-transition:box-shadow 1s;}
#section .mainContent .article2:hover{box-shadow:0px 0px 4px 1px black;}
#section .mainContent .article2 > img{width:180px;height:220px;}
#section .mainContent .article2 > .h1{text-align:left;text-indent:10px;line-height:2;height:40px;color:#ffffff;background:linear-gradient(to bottom,#333333,#232323);margin-top:0px;font-size:20px;font-family:arial;}
#section .mainContent .article2 > .h1 span{color:#ffffff;border:0px solid black;margin-left:67px;}

#section .mainContent .article3{border:1px solid #1e1e1e;box-shadow:0px 0px 0px 0px black;width:180px; margin-left:17PX;float:left;margin-top:80px; background:#ffffff;transition:box-shadow 1s;transition:box-shadow 1s;-moz-transition:box-shadow 1s;-webkit-transition:box-shadow 1s;}
#section .mainContent .article3:hover{box-shadow:0px 0px 4px 1px black;}
#section .mainContent .article3 > img{width:180px;height:220px;}
#section .mainContent .article3 > .h1{text-align:left;text-indent:10px;line-height:2;height:40px;color:#ffffff;background:linear-gradient(to bottom,#333333,#232323);margin-top:0px;font-size:20px;font-family:arial;}
#section .mainContent .article3 > .h1 span{color:#ffffff;border:0px solid black;margin-left:67px;}

#section .mainContent .article4{border:1px solid #1e1e1e;box-shadow:0px 0px 0px 0px black;width:180px; margin-left:17px;float:left;margin-top:80px;background:#ffffff;transition:box-shadow 1s;transition:box-shadow 1s;-moz-transition:box-shadow 1s;-webkit-transition:box-shadow 1s;}
#section .mainContent .article4:hover{box-shadow:0px 0px 4px 1px black;}
#section .mainContent .article4 > img{width:180px;height:220px;}
#section .mainContent .article4 > .h1{text-align:left;text-indent:10px;line-height:2;height:40px;color:#ffffff;background:linear-gradient(to bottom,#333333,#232323);margin-top:0px;font-size:20px;font-family:arial;}
#section .mainContent .article4 > .h1 span{color:#ffffff;border:0px solid black;margin-left:67px;}

#section .mainContent .article5{border:1px solid #1e1e1e;box-shadow:0px 0px 0px 0px black;width:180px; margin-left:17px;float:left;margin-top:80px;background:#ffffff;transition:box-shadow 1s;transition:box-shadow 1s;-moz-transition:box-shadow 1s;-webkit-transition:box-shadow 1s;}
#section .mainContent .article5:hover{box-shadow:0px 0px 4px 1px black;}
#section .mainContent .article5 > img{width:180px;height:220px;}
#section .mainContent .article5 > .h1{text-align:left;text-indent:10px;line-height:2;height:40px;color:#ffffff;background:linear-gradient(to bottom,#333333,#232323);margin-top:0px;font-size:20px;font-family:arial;}
#section .mainContent .article5 > .h1 span{color:#ffffff;border:0px solid black;margin-left:67px;}

#footer{border:0px solid #979caa;width:1024px;height:80px;background:linear-gradient(to top,#1e1e1e,#232323);
}

#footer .h1{color:#ffffff;text-align:left;text-indent:20px;line-height:90px;font-size:20px;font-family:arial;}

#footer .h1 a{color:#970600;font-weight:bold;font-family:Corbel;}
#footer .h1 a:hover{color:#ffffff;}



