/* CSS Document */
body
{
	width:963px;	
	margin:0px auto 0px auto;
	font-size: 12px;
	color:#000000;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	background-color:#000000;

}


/***********************************************/
/* Global Class                                */
/***********************************************/

a:link{
	font-size:12px;
 
	color: #f10c00;
	text-decoration: none;		
}
a:visited {
	font-size:12px;
 
	color: #f10c00;
	text-decoration: none;	
}
a:hover {
	font-size:12px;
 
	color: #f10c00;
	text-decoration: underline;			
}
a:active {
	font-size:12px;
 
	color: #f10c00;
	text-decoration: none;	
}

.fltlt
{
    float:left;
    }
.fltrt
{
    float:right;
    }
.clr
{
    clear:both;
    }
.txtcenter
{
    text-align:center;
    } 
  
/***********************************************/
/* HTML Class                                */
/***********************************************/
h1
{
    color:#f10c00;
    font-size:26px;
    }
*:lang(en) h1{
    margin:0px;
}
h2
{
    color:#f10c00;
    font-size:24px;
    }
   
h3
{
    color:#f10c00;
    font-size:22px;
    }
   
h4
{
    color:#f10c00;
    font-size:20px;
	margin: 0px 0px 0px 0px;


    
    }

h5
{
    color:#f10c00;
    font-size:18px;
    }
   
h6
{
    color:#000000;
    font-size:16px;
	margin:2px;
    }
 
.font1{
	font-size:14px;
	font-weight:bold;
	color:#f10c00;
}
.font2{
	font-size:13px;
}
.font3{
	font-size:12px;
	}
.font4{
	font-size:11px;
}
.font5{
	font-size:10px;
}
.font6{
	font-size:9px;
}
img{
	border-style:none;
}
select
{
    font-size:9px;
    }
input{
	font-size:11px;
}	
ul{
	margin:10px;
	padding:0px;
}
ol{
	margin:0px 0px 0px 40px;
	padding:0px;
}
li{
	list-style-image: url(../images/li1.gif);
}
.price {
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 18px;
}

/***********************************************/
/* Global ID                                */
/***********************************************/

#hdr
{
    clear:both;
 
    }
    
#cnt
{
    clear:both;
	padding:20px 20px 20px 20px;
	background-color: #ffff99;	

    }
#cntcol1{

}
#cntcol2{


}

#ftr
{
    clear:both;

    }
    

