@charset "utf-8";
/*---
Сброс умолчаний
---*/
table, table td{border-collapse: collapse; border-spacing: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;} 

html, body {
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	background-color:#fff;
}

* html .png{
   behavior: url(css/iepngfix.htc);
}

#carcas {
	width:1024px;
	margin:0 auto;
	position:relative;
}

#header {
	width:1024px;
	height:310px;
	background:url(../images/round_head.gif) no-repeat left bottom;
	position:relative;
	
}

#header2 {
	background:url(../images/header_bg.jpg) no-repeat right top;
	height:310px;
}

#logo {
	position:absolute;
	top:11px;
	left:62px;
}

#slogan {
	position:absolute;
	top:160px;
	left:293px;
}

#slogan a {
	display:block;
}

#main {
	background:#1E5162 url(../images/bg_main.gif) repeat-x left top;
	width:970px;
	margin:0 0 0 30px;
	padding-bottom:85px;
}

#main table {
	width:100%;
	height:100%;
}

#main table td {
	vertical-align:top;
	text-align:left;
}

td#leftCol {
	width:211px;
}

td#rightCol {
}

#left_top {
	width:211px;
	height:17px;
	background:url(../images/bg_left_cont.gif) no-repeat;
}

#menu {
	width:241px;
	height:353px;
	background:url(../images/menu_bg.jpg) no-repeat left top;
}

#menu ul {
	margin-left:10px;
	margin-top:40px;
}

#menu ul li {
	margin-bottom:5px;
	width:170px;
}

#menu ul li a {
	font-size:1.4em;
	color:#FF0000;
	padding-left:5px;
	text-decoration:none;
	width:170px;
	height:19px;
	display:block;
}

#menu ul li a:hover, #menu ul li.active a {
	background-color:#FCDDDF;
	color:#000000;
}

#footer {
	width:1024px;
	height:126px;
	background:url(../images/footer_bg.gif) no-repeat left top;
}

.title {
	width:184px;
	height:26px;
	background:url(../images/title_bg.gif) no-repeat left top;
	position:relative;
	top:32px;
}

.title p {
	text-align:right;
	font-size:1.16em;
	color:#030303;
	padding:4px 8px 0 0;
}

#content {
	margin-top:20px;
	font-size:1.16em;
	line-height:1.23em;
	padding-right:35px;
}

#content p {
	margin-bottom:15px;
}

#content p.child {
	margin:0;
}

#content p.child:first-letter {
	padding-left:10px;
}

#copy {
	padding:22px 0 0 55px;
}

#copy p {
	font-size:1.16em;
	font-weight:bold;
}