body .full {display: block;width:100%;}

.inline {
	display: -moz-inline-stack; /* FF2 */
	display: inline-block;
	zoom: 1;
	*display: inline; /* IE6&7 */
    vertical-align: bottom;
}

/* -- BIR IMAGE REPLACEMENT -- begin*/
.nir {
	background: transparent none left top no-repeat;
	margin: 0;
	padding: 0;
	font: normal .9em sans-serif;
	border: none;
}

a.nir {
	font: normal .9em sans-serif;
	display: block;
	text-decoration:none;
}

.nir span {
	position:relative;
	z-index:-1;
}
/* -- BIR IMAGE REPLACEMENT -- end*/

.clear {
    border: 0;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearbox {
	zoom:1;
    overflow: hidden;
}

#menu li ul, .box, #content {
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
