/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table.maintable {
padding: 10px;
margin: 10px;
width: 95%;
}
table.maintable tr.dark {
background-color: #f4f4f4;
}

table.maintable th {
padding: 17px 7px 13px 7px;
border-top: 2px solid #666666;
border-bottom: 1px solid #666666;
background-color: #cccccc;
text-align: center;
font-weight: normal;
font-family: tahoma;
color: black;
}

table.maintable th.bold {
padding-left: 10px;
font-weight: bold;
text-align: left;
}

table.maintable td {
border-bottom: 1px solid #666666;
padding: 2px 2px 2px 2px;
text-align: center;
}
table.maintable td.rub {
padding: 2px 3px 2px 5px;
text-align: left;
}

table.maintable tr.dark_pa {
padding: 12px 7px 10px 7px;
background-color: #f4f4f4;
border-top: 2px solid #666666;
border-bottom: 2px solid #666666;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Arial;
	color:#4d4d4d;
	background:#f8f8f8 url("images/bg.gif") repeat-x top;
}

a {
	text-decoration:underline;
	color:#0158be;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:italic normal 1.8em "Arial Narrow";
	margin-bottom:15px;
}

/* Structure */

.wrapper {
	padding:0 55px;
	min-width:890px;
}

.container {
	width:100%;
	float:right;
	margin-left:-230px;
}

/* Header */

.header {
	position:relative;
	padding:43px 0 0;
	text-align:center;
	height:107px;
}

/* Content */

.content {
	margin-left:230px;
	padding:0 0 40px 60px;
	border-top:4px solid #0158be;
}

	.content p {margin-bottom:5px}
	.content ul {
		margin:0 0 5px 20px;
		list-style:disc;
	}
	.content ol {
		margin:0 0 5px 25px;
		list-style:decimal;
	}

	.content dl {
		margin-bottom:5px;
		overflow:hidden;
	}
	
		.content dt {
			float:left;
			width:60px;
			color:#88888a;
		}
		
		.content dd {
			display:table;
			margin-bottom:6px;
		}
	
	.details {
		margin-bottom:30px;
	}
	
		.details a {color:#88888a}

/* Left column */

.leftside {
	width:230px;
	float:left;
	padding:150px 0 60px;
	position:relative;
}

	.logo {
		position:absolute;
		top:55px;
		left:35px;
	}
	
	.slogan {
		position:absolute;
		top:88px;
		left:26px;
		font:0.8em Arial;
		text-transform:uppercase;
		color:#9b9b9b;
	}

	/* Menu */
	
	.menu {
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#f4f4f4;
		padding:8px 8px 0;
		overflow:hidden;
		margin-bottom:25px;
	}
	
		.menu li {
			background:url("images/menu.gif") repeat-x left bottom;
			margin-bottom:-1px;
			padding:10px 18px 9px;
		}
	
	.left-content {
		margin-bottom:25px;
		font-size:0.9em;
	}
	
/* Footer */

.footer {
	clear:both;
	background:#eaeaea;
	padding:20px 55px 0 285px;
	margin:0 -55px;
	color:#616161;
	position:relative;
}

	.c-block {
		position:absolute;
		top:20px;
		left:55px;
		width:230px;
	}
	
	.copyright {
		padding:0 60px 40px;
		border-bottom:4px solid #0158be;
	}
