/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}



/* --- reset --- */
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
}
	
	img {
		border: 0px;
	}
	
	textarea {
		overflow: auto;
	}



/* --- default --- */
body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

body {
	background: #ffffff url(../images/bg.gif) no-repeat center top;
	text-align: center; /* IE5.5 centra vimas */
}

	a {
		color: #FF7600;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

