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: 12px;
	font-weight: normal;
	color: #ffffff;
}

body {
	background: #000000 url(../images/bg.jpg) no-repeat center center;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
		/*height: auto;*/
	}

/* === Links === */

a {
	color: #be664b;
	text-decoration: none;
}

a:hover {
	color: #be664b;
	text-decoration: underline;
}

/* === Main === */

/* Lang */



/* Menu */

#top-nav-wrapper ul.nav {
	position: absolute;
	list-style: none;
	bottom: 0px;
	left: 62px;
	padding: 0px;
	margin: 0px;
}

	#top-nav-wrapper .nav li {
		float: left;
	}
	
	.nav span {
		display: block;
	}
	
		#top-nav-wrapper .nav a {
			display: block;
			background: transparent url(../images/top-nav-bullet.gif) no-repeat;
			font-size: 12px;
			color: #d5a394;
			text-decoration: none;
			padding: 2px 8px 0px 13px;
		}
		
			#top-nav-wrapper .nav li.first a {
				background: none;
				padding-left: 0px;
			}
			
			#top-nav-wrapper .nav li.last a {
				/*+*/
			}
		
		#top-nav-wrapper .nav a:hover {
			color: #d5a394;
			text-decoration: underline;
		}
		
		#top-nav-wrapper .nav a.selected {
			color: #ffffff;
			text-decoration: none;
		}
		
		#top-nav-wrapper .nav a.selected:hover {
			color: #ffffff;
			text-decoration: underline;
		}

/* Sub menu */



/* Icons */



/* --- */

#layout {
	position: absolute;
	overflow: hidden;
	width: expression((document.body.clientWidth > 995 ? document.body.clientWidth : 995) + "px");
	height: expression((document.body.clientHeight > 647 ? document.body.clientHeight : 647) + "px");
	top: 0px;
	left: 0px;
}

* > #layout {
		min-width: 995px;
		min-height: 647px;
		width: 100%;
		height: 100%;
	}
	
.index #container {
	position: relative;
	text-align: left;
	width: 995px;
	height: 647px;
	top: 50%;
	margin-top: -324px;
	margin-right: auto;
	margin-left: auto;
}
.index #nonscriptcontainer {
	position: relative;
	text-align: left;
	width: 995px;
	height: 627px;
	top: 50%;
	margin-top: -314px;
	margin-right: auto;
	margin-left: auto;
}
.index #alerttext {position:absolute; left:276px; bottom:65px; height:40px; width:450px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.index #alerttext1 {position:absolute; left:276px; bottom:60px; height:40px; width:450px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.index #alerttext a, .index #alerttext1 a {color:#FFFFFF; text-decoration:underline;}

	#flash {
		height: 627px;
	}

.page #container {
	background: #7b0808 url(../images/rust.jpg) repeat-y right top;
	text-align: left;
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

* > .page #container {
		min-height: 100%;
		height: auto;
	}
	
	#cols {
		/*+*/
	}
	
		.left-col {
			float: left;
			width: 238px;
		}
		
			h1.logo {
				padding: 21px 11px 57px 24px;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 203px;
					height: 86px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
			
			#left-nav-wrapper {
				padding: 0px 11px 27px 24px;
			}
		
		.right-col {
			float: right;
			width: 712px;
		}
		
			#top-nav-wrapper {
				position: relative;
				background: transparent url(../images/red-top.gif) no-repeat;
				height: 38px;
			}
			
			#illustration {
				position: relative;
				padding-bottom: 12px;
			}
			
				/*h2.title {
					
				}*/
			
			#content-wrapper {
				height: 240px;
				padding: 32px 29px 16px 29px;
			}
			
			* > #content-wrapper {
					min-height: 240px;
					height: auto;
				}
				
				#content {
					line-height: 15px;
					width: 654px;
				}
		
		#footer {
			position: relative;
			padding: 0px 0px 0px 0px;
		}
		
			#created {
				padding: 37px 723px 20px 24px;
			}
			
				#created p {
					text-align: center;
				}
			
			#branch {
				position: absolute;
				top: 0px;
			}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		background: #afafaf;
		padding: 0px;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	position: absolute;
	/*font-size: 30px;
	font-weight: normal;
	color: #f1dbd5;
	text-align: right;*/
	right: 29px;
	bottom: 0px;
}

	h2.title span {
		display: none;
	}

h3.title {
	/*+*/
}

span.copyright {
	font-size: 10px;
	color: #9a3b3b;
}

/* === Forms === */



/* === 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;
}

