/***************** page header ****************/
#header {
	background: url(header_bg.gif) bottom repeat-x;
	padding-top: 9px;
	padding-bottom: 20px;
	text-align: center;
}

#header img {
	vertical-align: bottom;
}

/***************** category navigation top block ****************/
#top_navigation {
	position: relative;
	top: -20px;
	padding: 0px 14px 0px 179px;
}

#top_navigation .section {
	min-width: 80px;
	margin-right: 10px;
	float:left;
}

#top_navigation .main {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#top_navigation a.main:hover {
	color: blue;
}

#top_navigation .sub {
	padding-top: 5px;
}

#top_navigation .sub a {
	text-decoration: none;
	color: #858585;
	display: block;
}

#top_navigation .sub a:hover {
	color: blue;
}

#top_navigation .sub a.current {
	color: black;
	font-weight: bold;
}

#top_login_title {
	cursor: pointer;
}
#top_login_container {
	display: none;
}
/***************** articles navigation left block ****************/
#left_navigation {
	float:left;
	width:159px;
	padding:10px;
	font-size: 12px;
}

#left_navigation div {
	line-height: 20px;
	font-weight: bold;
	font-size: inherit;
	font-style: italic;
	overflow: hidden;
	white-space: nowrap;
}

#left_navigation div.section {
	background: url('left_menu_title_bg.gif') no-repeat;
	text-transform: uppercase;
	padding: 0 10px;
}

#left_navigation div.category {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 2px 10px;
	margin-bottom: 10px;
}

#left_navigation a {
	font-size: inherit;
	display: block;
	margin: 3px 10px 0 10px;
	font-style: italic;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

#left_navigation a:hover {
	color: blue;
}

#left_navigation a.current {
	font-weight: bold;
	font-style: normal;
}

#left_navigation a.current:hover {
	color: black;
}

/***************** main content block ****************/
#content {
	float:left;
	width:806px;
	padding:10px 14px 10px 0;
}

/***************** page footer ****************/
#footer {
	height: 27px;
	content:"\0020";
}

/***************** article styles ****************/
div.article, div.article * {
	font-size: 12px;
}

div.article h1 {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
div.article h2  {
	margin: 0 0 12px 0;
	font-weight: bold;
}

div.article .main {
	background: url(article_bg.jpg) no-repeat top right;
	border: 1px solid #dcdcdc;
	margin-bottom:30px;
}

div.article img {
	border: 12px solid #ededed;
	float: left;
	display: block;
}

div.article .text {
	width: 443px;
	margin: 10px 20px;
	float: left;
}

div.article .no_image {
	width:auto !important;
}

div.article .element {
	padding: 0 0 2px 1px;
}

div.article .top_line {
	padding-top: 2px !important;
	border-top: 1px solid #dcdcdc;
}

div.article .downloads {
	margin-top: 20px;
}

div.article a.file {
	line-height: 20px;
	padding: 0 20px 0 8px;
	display: block;
	margin: 2px 0;
	background: url(download_item_bg.gif) no-repeat right;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: black;
}

div.article a.file:hover {
	color: blue;
}

div.article a.archive {
	background-image: url(download_archive_bg.gif) !important;
}

/************* login form ***************/
.login_left {
	margin-top: 14px;
}
#form_login table {
	width:auto;
	margin: 0;
}
#form_login td {
	padding:0;
	vertical-align: middle;
}
#login, #password {
	width:94px;
	height:14px;
	padding: 2px 6px;
	margin: 0;
	font-size: 11px;
	border: 1px solid #dcdcdc;
}
#login {
	margin-bottom: 4px;
}
#submit {
	margin-left: 9px;
	vertical-align: middle;
}
input.failed {
	background-color: #ff6060;
}