/* Основной стиль */

@import url('reset.css');

html { height: 100%; }
body { background:url(../img/gradient.png); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666; height: 100%; }
a { color: #777; outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 18px; }
img { border: none; }
input { vertical-align: middle; }
small { font-size: 10px; }
h1 { font-size: 14px; }
h2 { font-size: 11px; }

/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper
{
	width: 100%;
	min-width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header
{
	height: 160px;
	padding: 10px 50px 30px 50px;
}

ul#navigation
{
	float: right;
	width: auto;
	margin: 70px 0;
}

#navigation li
{
	font-size: 18px;
	float: left;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: normal;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle
{
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}

#middle:after
{
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container
{
	width: 100%;
	float: left;
	overflow: hidden;
}

#content
{
	text-align: justify;
	padding: 0 270px 20px 270px;
	line-height: 15px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft
{
	text-align: center;
	float: left;
	width: 250px;
	margin-left: -100%;
	padding: 0 0 20px 0;
	position: relative;
	line-height: 15px;
	border-right: 1px dashed #ccc;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight
{
	text-align: center;
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	padding: 0 0 20px 0;
	position: relative;
	line-height: 15px;
	border-left: 1px dashed #ccc;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer
{
	text-align: center;
	background:url(../img/bg1.png);
	padding: 40px 0 0 0;
	margin: -100px auto 0;
	min-width: 1024px;
	height: 60px;
}

/* News Block
-----------------------------------------------------------------------------*/
.news_border { border-bottom: 1px dashed #ccc; }
.news_align { text-align: right; }

/* Articles Block
-----------------------------------------------------------------------------*/
.articles_border { border-bottom: 1px dashed #ccc; }
.articles_align { text-align: right; }

/* Lessons Block
-----------------------------------------------------------------------------*/
.lessons_border { border-bottom: 1px dashed #ccc; }
.lessons_align { text-align: right; }

/* Software Block
-----------------------------------------------------------------------------*/
.software_border { border-bottom: 1px dashed #ccc; }
.software_align { text-align: right; }