/* CSS Document */
html,
body, div,
a, p, ul, ol, li {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

html, body {
	background: #c8eefc url(../images/bg-left.gif) repeat-y top left;
	height: 100%;
	min-width: 1150px;
	width: 100%;
	_width: expression(document.body.clientWidth > 1278 ? "100%" : "1278px"); /* Ширина для IE6 */
}

html, body, table {
	color: #102e43;
	font-family: tahoma;
	font-size: 12px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	background: url(../images/bg-right.gif) repeat-y top right;
	min-height: 100%;
	_height: expression('100%');
	position: relative;
	width: 100%;
}

.top {
	background: url(../images/bg-top.gif) repeat-x top left;
	height: 234px;
	position: absolute;
	top: 0px;
	/*position: absolute;
	top: 0 px;*/
	width: 100%;
}

.footer {
	background: url(../images/bg-bottom.gif) repeat-x bottom left;
	bottom: 0px;
	height: 98px;
	position: absolute; 
	width: 100%;
	_width: expression(document.body.clientWidth > 1280 ? "100%" : "1280px"); /* Ширина для IE6 */
}

.wrapper_content {
	padding: 234px 0px 98px 0px;
	width: 100%;
	_width: expression(document.body.clientWidth > 1280 ? "100%" : "1280px"); /* Ширина для IE6 */
}


/**/
td {
	vertical-align: top;
}

.content_table {
	background: url(../images/bg-content.gif) repeat-x top left;
	width: 100%;
}

.menu {
	background: url(../images/content_left.jpg) no-repeat top left;
	padding-top: 10px;
	vertical-align: top;
	width: 212px;
}

.content {
	padding: 15px;
	text-align: left;
      
}

.right {
	background: url(../images/content_right.jpg) no-repeat top left;
	color: #000066;
	font-size: 12px;
	padding-top: 36px;
	text-align: center;
	vertical-align: top;
	width: 205px;
}
/**/
.right a{
	color:#000066;
}
/*Menu*/
.menu_table {

	width: 202px;
}

.menu a {
	background: url(../images/menu_bg.jpg) no-repeat top left;
	color: #fff;
	display: block;
	font-family: tahoma;
	font-size: 14px;
	height: 29px;/*39px;*/
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 202px;
}

.menu a.a_active {
	background-position: bottom left;
}

.menu_bottom {
	background: url(../images/menu_bottom_bg.gif) repeat-x top left;
	height: 91px;
	width: 202px;
}
/*end Menu*/

/*Text*/
h1, h2, h3 {
	color: #102e43;
	font-family: tahoma;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3, h4, h5 {
	font-size: 12px;
}

.content a {
	color: #48760b;
}

a img {
	border: 0px;
}
.content li {
	margin-left: 15px;
}


/*emd Text*/

/*Footer*/
.copyright {
	background:url(../images/footer_center.jpg) no-repeat top center;
	color: #325a78;
	font-size: 11px;
	height: 68px;/*98px;*/
	padding: 25px 8px 5px 8px;
}

.copyright h1, .copyright h2, .copyright h3 {
	color: #325a78;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px;
}

.copyright a {
	color: #325a78;
}

.counters {
	float: right;
}

.counters img {
	margin: 23px 3px 0px 3px;
}
/*end Footer*/
