/**
 * ALL CSS for Website of Jabnet Project
 *
 * Designed (C) 2009 Dmitry G Shin <dmitry.s@hsdn.org> 
 * Copyright (C) 2009 Information Networks Ltd. <info@informnets.ru> 
 */

/*
 * Container section
 */
#main-wrapper
{
	margin: 30px auto;
	padding: 0 10px;
	width: 950px;
	clear: both;
}


/*
 * Left section
 */
#left-wrapper
{
	float: left;
	width: 260px;
	padding: 0 0 30px 0;
}

/* Main logo */
#left-wrapper #logo
{
	padding: 0 0 30px 5px;
}

/* Main and Sub menu */
#left-wrapper #main-menu ul,
#left-wrapper #sub-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#left-wrapper #main-menu ul li,
#left-wrapper #sub-menu ul li
{
	margin: 0 0 5px 0;
}

#left-wrapper #main-menu ul li a:link,
#left-wrapper #main-menu ul li a:visited
{
	color: #e2001a;
	padding: 1px 5px;
	text-decoration: none;
}

#left-wrapper #sub-menu ul li a:link,
#left-wrapper #sub-menu ul li a:visited
{
	color: #f09a0a;
	padding: 1px 5px;
	text-decoration: none;
}

#left-wrapper #main-menu ul li a:hover,
#left-wrapper #sub-menu ul li a:hover
{
	text-decoration: underline;
}

#left-wrapper #main-menu ul li a:link.current,
#left-wrapper #main-menu ul li a:visited.current,
#left-wrapper #main-menu ul li a:hover.current
{
	color: #fff;
	background: #e2001a;
	text-decoration: none;
}

#left-wrapper #sub-menu ul li a:link.current,
#left-wrapper #sub-menu ul li a:visited.current,
#left-wrapper #sub-menu ul li a:hover.current
{
	color: #fff;
	background: #ff9400;
	text-decoration: none;
}

#left-wrapper #main-menu ul li ul,
#left-wrapper #sub-menu ul li ul
{
	margin: 5px 0 10px 20px;
}

#left-wrapper #main-menu ul li ul li,
#left-wrapper #sub-menu ul li ul li
{
	font-size: 11px;
	color: #b4b4b4;
	margin: 0 0 5px 0;
}

#left-wrapper #main-menu ul li ul li a:link,
#left-wrapper #main-menu ul li ul li a:visited
{
	color: #e2001a;
	padding: 1px 0;
	text-decoration: none;
}

#left-wrapper #sub-menu ul li ul li a:link,
#left-wrapper #sub-menu ul li ul li a:visited
{
	color: #f09a0a;
	padding: 1px 0;
	text-decoration: none;
}

#left-wrapper #main-menu ul li ul li a:hover,
#left-wrapper #sub-menu ul li ul li a:hover
{
	text-decoration: underline;
}

#left-wrapper #main-menu ul li ul li a.current
{
	color: #fff;
	background: #e2001a;
}

#left-wrapper #sub-menu ul li ul li a.current
{
	color: #fff;
	background: #f09a0a;
}

/* Left buttons */
#left-wrapper #left-buttons
{
	width: 198px;
	padding: 0 0 0 5px;
}

#left-wrapper #left-buttons img
{
	margin: 0 10px 10px 0;
	border: 1px solid #eee;
}


/*
 * Footer section
 */
#footer
{
	float: left;
	width: 100%;
	clear: both;
	line-height: 1.6;
}

#footer #copyright
{
	float: left;
	width: 255px;
	padding: 0 0 20px 5px;
}

#footer #copyright p
{
	color: #b4b4b4;
	font-size: 11px;
}

#footer #copyright a
{
	color: #b4b4b4;
}

#footer .section
{
	float: left;
	width: 276px;
}

#footer #designed
{
	float: right;
	width: 128px;
	padding: 0 5px 0 0;
	text-align: right;
}

/* End of file */
