/* ©2008 Metadesign (http://www.metadesign.ru/). */
/* General stylesheet */

/* Defaults_ */
/* fix cursor pointer */
a {
	cursor:pointer;
	text-decoration:underline;
	color:#000;
	}

~a, label {cursor:hand;}

a:hover {
	text-decoration:none;
	}

/* disable focus border for links and fields */
a:focus, input, input:focus {
	outline:none;
	}

/* disable img border */
img {
	border:none;
	}

/* reset margins and paddings to zero */
* {
	margin:0;
	padding:0;
	}

/* colors */

.red {
	color:#992e33;
	}

.black {
	color:#000;
	}

/* _Defaults */

/* BEGIN STYLES */
html, body {
	font: normal times; /* font base size 100% (usual 16px) */
	color:#424242;
	background:#fff;
	}

/* grid_ */
#container {
	width:auto;
	min-width:980px;
	}

#topbar {
	width:auto;
	height:120px;
	clear:both;
	background-color:#fff;
	}

#topbar.inside {
	width:auto;
	height:130px;
	clear:both;
	background-color:#fff;
	}

#tmenu {
		display:none;
		}

#content_area {
	width:auto;
	clear:both;
	/*height:450px; /*temp*/
	background:#fff;
	}

#content_area .cleaner {
	clear:both;
	}

#footer {
	width:auto;
	height:112px;
	clear:both;
	background:#fff;
	}
/* _grid */

/* topbar_ */
#topbar .leftside {
	width:348px;
	height:120px;
	float:left;
	}

#icons {
	display:none;
	}

#logo {
	display:block;
	width:280px;
	height:84px;
	clear:both;
	margin:17px 0 0 43px;
	}

#logo.inside {
	display:block;
	position:absolute;
	width:280px;
	height:84px;
	margin:17px 0 0 43px;
	}

#logo a img {
	display:block;
	}

#logo a {display:none;}

#logo .printlogo {
	display:block;
	margin-top:25px;
	}
#tright {
	display:none;
	}
/* _topbar */


/* Content area_ */

#content {
	width:100%;
	clear:both;
	border-collapse:collapse;
	}

#content td {
	vertical-align:top;
	text-align:left;
	}

#content td.main {
	padding:38px 25px 80px 0;
	color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}


#content td.main p {
	margin:0 0 1em 0;
	}

#content td.main h2 {
	font-size:2em;
	line-height:100%;
	font-weight:normal;
	margin:0 0 .5em 0;
	}

#content td.rightbar {
	display:none;
	padding:38px 50px 38px 0;
	border-left:1px solid #000;
	}

#newstoc h3, #newstoc p {
	padding:0 0 0 28px;
	}

#newstoc h3 {
	font-size:1em;
	color:#000;
	font-weight:bold;
	margin:0 0 .3em 0;
	}

#newstoc p {
	margin:0 0 1em 0;
	}


#newstoc p a.archive {
	display:none;
	}

/* _Content area */

/* footer_ */
#footer .copyright {
	width:auto;
	height:100px;
	text-align:left;
	}

#footer .copyright p {
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:left;
	padding:0 0 0 50px;
	}

#footer .searchbox {
	display:none;
	}
/* _footer */

