#home{
    width:1024px;
}
hr{
    border: 0;
    height: 1px;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.style-two {
    border: 0;
    height: 1px;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
#row01{
	 float : left;
      width :512px; 	
    
}
#row02{
	float : left;
    width :512px;   
}
#item01 { 
    border: 1px solid #CCA383;
    background:url(../../images/ff11.jpg);
    background-position:left top;
    background-repeat: no-repeat;   
}
#item02 { 
    border: 1px solid #CCA383;
    background:url(../../images/ff11.jpg);
    background-position:left top;
    background-repeat: no-repeat; 	
}
#item03 { 
    border: 1px solid #CCA383;
    background:url(../../images/ff11.jpg);
    background-position:left top;
    background-repeat: no-repeat;      	
}
#item04 { 
    border: 1px solid #CCA383;
    background:url(../../images/ff11.jpg);
    background-position:left top;
    background-repeat: no-repeat;   
}
#item05 { 
    border: 1px solid #CCA383;
    background:url(../../images/ff11.jpg);
    background-position:left top;
    background-repeat: no-repeat; 
}
#item06 { 
    border: 1px solid #CCA383;
    background:url(../../images/ff11.jpg);
    background-position:left top;
    background-repeat: no-repeat;    
}
fieldset legend {
    background: #CCA383;
    padding: 6px;
    font-weight: bold;
}
fieldset p {margin:0} 
/*For OnMouseOver of Item 01 of Home Page*/
.total_div{
    width:100%;
    float:left;   
}
.left_part{
    width:49%;
    float:left;   
}
.right_part{
    width:49%;
    float:left;    
}
/*For OnMouseOver of Item 01 of Home Page*/
.list
{
    list-style-image:url('../../images/bullet_new.gif');
	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 85%;
	font-style:normal;
}
ul.list li{
    padding: 2px 2px 2px 2px;
    margin: 1px;
}
.list1
{
    list-style-image:url('../../images/bullet_new.gif');
	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 80%;
	font-style:normal;
}
ul.list1 li{
   	padding: 1px 1px 1px 1px;
	margin: 1px;

}
.sublist
{
    margin: 0px 0 5px 5px;
    list-style-image:url('../../images/bullet2.gif');
	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 85%;
	font-style:normal;
}
ul.sublist li{
    padding: 2px 2px 2px 2px;
}
.innerlist
{
    margin: 0px 0 5px 5px;
    list-style-image:url('../../images/bullet2.gif');
	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
	font-size: 85%;
	font-style:normal;
}
ul.innerlist li{
    padding: 2px 2px 2px 2px;
}
.online_right{
    width:75%;
    float:left;
}
.online_left{
    width:15%;
    float:left;
}
.online_main{
    height: 125px;
    /*text-align:justify;*/
}
.gg_left{
    width:49%;
    float:left;
}
.gg_right{
    width:49%;
    float:right;
}
marquee {
        width: 100%;
        padding: 10px 0;
        background-color: lightblue;
		font-size: 30px;		
      }