body, p, blockquote,
h1, h2, h3, h4, h5, h6,
form, dl, dt, dd, hr {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

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

body {
	background: #535361;
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

/* === Links === */

a {
	color: #e50000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}
	
	#middle {
		padding: 10px 4px;
	}
	
	#right {
		width: 50%;
	}
	
	/* Lang */
	
	.lang a {
		display: block;
		background: url(../images/lang-bullet.gif) no-repeat;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		padding-left: 13px;
	}
	
	.lang a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.lang a.selected {
		color: #f9b139;
		text-decoration: none;
	}
	
	.lang a.selected:hover {
		color: #f9b139;
		text-decoration: underline;
	}
	
	/* Menu */
	
	.nav a {
		display: block;
		background: url(../images/menu-bullet.gif) no-repeat;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		padding-left: 21px;
	}
	
	.nav a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.nav a.selected {
		color: #f9b139;
		text-decoration: none;
	}
	
	.nav a.selected:hover {
		color: #f9b139;
		text-decoration: underline;
	}
	
	/* Submenu */
	
	/* Quick menu */
	
	/* Icons */
	
	/* --- */
	
	#header {
		background: #658280 url(../images/bg-header.jpg) no-repeat;
		height: 254px;
	}
	
		#navBox {
			height: 80px;
		}
		
		.dots {
			background: url(../images/dot.gif) repeat-x;
		}
		
		#titleBox {
			padding: 41px 0px 0px 30px;
		}
		
			#titleBox #bg {
				background: url(../images/bg-title.jpg) no-repeat;
				width: 194px;
				height: 85px;
			}
		
		#logo {
			padding-right: 44px;
		}
	
	#header-bottom {
		background: url(../images/bg-header-bottom.jpg) no-repeat;
		height: 36px;
	}
	
	#limo {
		background: #373e44 url(../images/limuzinai.jpg) no-repeat;
		height: 280px;
	}
	
	#infoTop {
		background: #d3d3d6 url(../images/info-top.gif) no-repeat;
		height: 28px;
	}
	
	#infoBox {
		background: #d3d3d6;
		height: 200px;
		padding: 32px 34px;
	}
	
	#infoBottom {
		background: #d3d3d6 url(../images/info-bottom.gif) no-repeat;
		height: 34px;
	}
	
	#createdBox {
		padding: 22px 40px 0px 40px;
	}
	
	/* content images */
	
	/*.imgContainer {
		width: 100%;
	}
	
		.imgContainer table tr.image td {
			background: #ffffff;
			padding: 2px;
		}
		
		.imgContainer table tr.title {
			display: none;
		}
		
			.imgContainer table tr.title td {
				text-align: center;
			}*/

/* === Txt === */
h1.title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

span.copyright {
	font-family: arial, sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

span.copyright a {
	font-family: arial, sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

span.copyright a:hover {
	color: #000000;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}
