@import url("style.css");

/* CSS Document */

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, ul, ol, li, fieldset, form, label, legend{margin:0; padding:0}
/*NOTE: The following tags are not included above: dl, dt, dd, ol, hr, table, caption, tbody, tfoot, thead, tr, th, td */

a{outline:none; text-decoration:none;}
ul li{list-style:none}
img{border:0}
input, button, textarea, select, optgroup, option, pre{font-family:inherit;font-size:inherit}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win 
input, button, textarea, select{*font-size:100%}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner{border:0px} 
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus{outline:none}*/

/*--------button width fix for ie6-------- 
button::-moz-focus-inner{border:0; padding:0}*/
button{
	padding:0;
	width: auto; /* ie6 width fix */
	overflow: visible; /* ie6 width fix */
}

/*--------redefined tags-------- */
ol{padding:15px 0 15px 35px}
.cms ul{padding:15px 0 15px 25px}
.cms ul li{list-style:disc}
.cms li{padding-bottom:5px}

p{padding-bottom:14px; line-height:18px}

/*--------common classes--------*/
.float-l{float:left}
.float-r{float:right}
.clr{clear:both}
.clr-l{clear:left}
.clr-r{clear:right}
.displaynone{display:none}

/*--------ie6 png fix-------- 

*{behavior: url(js/iepngfix.htc)}*/
