/*
///////////////////////////////////////
	css-libi - CSS Library
	Author : A. Irengba
	e-mail : irengba@irengba.com
	website: http://irengba.com
///////////////////////////////////////	
*/


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
}


html, body {
	margin:0; padding:0;
	height:100%;
}


a:hover, a:visited, a:active, a:link{
	text-decoration: none;
}


body{  
	line-height: 1;  
}


/* List-Style */
ol, ul{list-style:none;}


/* Width 100 percent, Min-height 10, Float left */
.width_100pc{
	width:100%;
	float:left;
}


/* iframe-img*/
iframe, img{border: none;}


/* Clear*/
.c_lef{clear:left;}
.c_rig{clear:right;}
.c_bot{clear:both; }



/* Float*/
.f_lef{float:left;}
.f_rig{float:right;}



/* Text-Indent set to -999999px*/
.t_ind{text-indent: -999999px;}


/* Font-Size*/
.fs_8{font-size:8px;}
.fs_9{font-size:9px;}
.fs_10{font-size:10px;}
.fs_11{font-size:11px;}
.fs_12{font-size:12px;}
.fs_13{font-size:13px;}
.fs_14{font-size:14px;}
.fs_15{font-size:15px;}
.fs_16{font-size:16px;}
.fs_17{font-size:17px;}
.fs_18{font-size:18px;}
.fs_19{font-size:19px;}
.fs_20{font-size:20px;}
.fs_21{font-size:21px;}
.fs_22{font-size:22px;}
.fs_23{font-size:23px;}
.fs_24{font-size:24px;}
.fs_25{font-size:25px;}
.fs_26{font-size:26px;}
.fs_27{font-size:27px;}
.fs_28{font-size:28px;}


/* Margin-Left*/
.ml_1{margin-left:1px;}


/* Margin-Right*/
.mr_5{margin-right:5px;}


/* Margin-Top*/
.mt_3{margin-top:3px;}
.mt_45{margin-top:45px !important;}


/* Margin-Bottom*/
.mb_5{margin-bottom:5px;}


/* Padding-Left*/
.pl_1{padding-left:1px;}


/* Padding-Right*/
.pr_1{padding-right:1px;}


/* Padding-Top*/
.pt_1{padding-top:1px;}


/* Padding-Bottom*/
.pb_1{padding-bottom:1px;}


