body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

body {
	background: #000;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #f94a0a;
	text-decoration: underline;
}

a:hover {
	color: #f94a0a;
	text-decoration: underline;
}

/* === Main === */

/* Lang */



/* Menu */



/* Sub menu */



/* Icons */



/* --- */

#container {
	text-align: left;
	height: 100%;
}

	#header {
		position: relative;
		background: transparent url(../images/frame.gif) no-repeat;
		height: 226px;
	}

/* === Txt === */

h2.title {
	/*+*/
}

h3.title {
	/*+*/
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.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;
}
