body {
	width:100%;
	min-width:1000px;
	max-width:1280px;
	margin:0 auto;
	height:100%;
	font:13px/15px 'Tahoma', serif;
	color:#231f20;
	background-color: #e6bb71;
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
}
.baner{
	padding: 0;
	margin: 0;
	background-image: url(../images/banercentr.png);
	background-repeat: repeat-x;
}

#sidebar1 {
	position:relative;
	z-index: 100;
	}
	#sidebar1 tr td {
	text-align: left;
}
#sidebar1 tr td a
{
	font:12px/14px 'Tahoma', serif;
	padding:5px 0 5px 23px;
	background:none;
	color:#231f20;
	text-decoration:none;
	text-transform:uppercase;
}

#sidebar1 tr td a.current, #sidebar1 tr td a:hover
{
	color:#046135;
	background:url(../images/sidebar.gif) left 8px no-repeat;
	font-weight:bold;
}

#sidebar
{
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#sidebar tr
{
	float:left;
	clear:both;
	display:inline;
	width:100%;
	padding:0 0 6px 0;
}
#sidebar tr td
{
	float:left;
	clear:both;
	display:inline;
	list-style:none;
}

#sidebar tr td a
{
	float:left;
	clear:both;
	display:inline;
	font:12px/14px 'Tahoma', serif;
	padding:5px 0 5px 23px;
	background:none;
	color:#231f20;
	text-decoration:none;
	text-transform:uppercase;
	width: 230px;
}

				#sidebar tr td a.current,
				#sidebar tr td a:hover {
					color:#046135;
					background:url(../images/sidebar.gif) left 8px no-repeat;
					font-weight:bold;
				}
			#sidebar tr td.level2 {
				padding:0;
				height:1%;
			}
			#sidebar tr td.level2 {
				float:left;
				clear:both;
				display:inline;
				list-style:none;
			}
				#sidebar tr td.level2 a {
					float:left;
					clear:both;
					display:inline;
					width:173px;
					padding:5px 0 5px 40px;
					background:url(../images/sidebar2.gif) 31px 12px no-repeat;
					font:12px/14px 'Tahoma', serif;
					color:#231f20;
					text-decoration:underline;
					text-transform:none;
				}
				#sidebar tr td.level2 a.current,
				#sidebar tr td.level2 a:hover {
					color:#00924d;
					background:url(../images/sidebar3.gif) 31px 12px no-repeat;
					font-weight:bold;
				}

#logo {
			float:left;
			display:inline;
			width:371px;
			height:105px;
			margin:5px 0 0 25px;
		}
	#logo a {
				float:left;
				display:inline;
				width:371px;
				height:105px;
				font:bold 14px/18px 'Tahoma', serif;
				cursor:pointer;
				color:#231f20;
			}
#header {
		float:left;
		width:100%;
	}


#phones
{
	float:right;
	width:auto;
	margin:37px 0 0 0;
	padding:0 0 6px 0;
	font:12px/18px 'Tahoma', serif;
	color:#fff;
	background:url(../images/phones-shadow.gif) 0% 100% no-repeat;
}

#phones .background {
	padding:13px 0 11px 0;
	background:#00924d;
}
#phones .background div {
	padding:0 28px 0 24px;
}
#phones span {
	font:bold 16px/18px 'Tahoma', serif;
}

	#contacts {
		float:left;
		display:inline;
		padding:0 25px 0 20px;
		position:relative;
		z-index:100;
	}
		#contacts a {
			color:#231f20;
			text-decoration:underline;
		}
		#contacts a:hover {
			color:#00924d;
			text-decoration:none;
		}
		#contacts .header {
			float:left;
			clear:both;
			display:inline;
			width:202px;
			margin:15px 0 0 0;
			font:bold 18px/18px 'Tahoma', serif;
			color:#231f20;
		}
		#contacts .address {
			float:left;
			clear:both;
			display:inline;
			width:202px;
			margin:15px 0 0 0;
			font:bold 13px/14px 'Tahoma', serif;
			color:#231f20;
		}
		#contacts .phones {
			float:left;
			clear:both;
			display:inline;
			width:202px;
			margin:13px 0 0 0;
			font:13px/14px 'Tahoma', serif;
			color:#231f20;
		}
			#contacts .phones span {
				display:block;
				font-weight:bold;
			}
		#contacts .email {
			float:left;
			clear:both;
			display:inline;
			width:202px;
			margin:12px 0 0 0;
			font:bold 13px/14px 'Tahoma', serif;
			color:#231f20;
		}

/* Старые стили */

* {
	margin:0; padding:0;
}
img {
	vertical-align:baseline;
	border:0;
}
input {
	vertical-align:middle;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#fff;
}
html {
	height:100%;
}

.clear {
	clear:both;
}

#wrapper {
	float:left;
	width:100%;
	min-height:100%;
	background:red;
	position:relative;
	overflow: hidden;
	background:url(../images/wrapper.gif) right top repeat-y;
	margin:0 0 -105px 0;
}

/* Навигация */
#mainmenu {
	float:left;
	clear:both;
	text-align: center;
	width:100%;
	display:inline;
	position: relative;
	z-index: 1000;
}
#mainmenu .center {
	left: 50%;
	float: left;
	position: relative;
}
#cssmenu {
		position: relative;
		clear:both;
		display:inline;
		left: -50%;
		float: left;
}

#mainmenu ul {
        list-style-type: none;
        margin: 0; padding: 0;
        float: left;
		text-align:left;
}

#mainmenu ul li {
        position: relative;
        display: inline;
        float: left;
		height:44px;
		margin:0;
}

#mainmenu ul li a {
        display: inline;
		position: relative;
		float: left;
		height:44px;
		z-index:2000;
}

#mainmenu ul li a:hover,
#mainmenu ul li a.act,
#mainmenu ul li a.act1,
#mainmenu ul li a.act2 {
        
        color: #fff;
}

#mainmenu ul li ul {
		left:0px;
        top: 0px;
        position: absolute;
        display: block;
        width: 230px;
        margin:0px 0 0 0px; padding:0 0 10px 0;
        visibility: hidden;
        z-index: 1000;
        background:url(../images/mainmenu/bg.png) left bottom no-repeat;
}

#mainmenu ul li ul li {
        display: inline;
        float: left;
		height:auto;
        clear: both;
}
#mainmenu ul li ul li.bg {
        width: 230px;
		height:4px;
		margin:-4px 0 0 0px;
		background:url(../images/mainmenu/topbg.png) left top no-repeat;
}

#mainmenu ul li ul li a {
        width: 180px;
        float: left;
        clear: both;
		display:inline;
		height:auto;
        margin: 0; padding:6px 15px 6px 35px;
		background:url(../images/mainmenu/link.png) 17px 12px no-repeat;
		font:12px/14px 'Tahoma', serif;
		color: #231f20;
        text-decoration: underline;
		text-transform:none;
}

#mainmenu ul li ul li a:hover,
#mainmenu ul li ul li a.current {
		color:#00924d;
		text-decoration:underline;
        background:url(../images/mainmenu/link-hover.png) 17px 12px no-repeat;
}

#mainmenu .arrowdiv {
        position: absolute;
}

/* для IE */
* html #mainmenu ul li {
        float: left; height: 1%;
}

* html #mainmenu ul li a {
        height: 1%; 
}

			#mainmenu ul li a {
				font:bold 14px/18px 'Tahoma', serif;
				text-transform:uppercase;
				color:#231f20;
				text-decoration:underline;
			}
			#mainmenu ul li a:hover {
				color:#00924d;
			}
			#mainmenu ul li a img {
				height:44px;
			}
			#mainmenu ul li a#about img {
				width:125px;
				background:url(../images/mainmenu/about.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#productionsandservices img {
				width:190px;
				background:url(../images/mainmenu/productions-and-services.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#decisions img {
				width:101px;
				background:url(../images/mainmenu/decisions.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#tools img {
				width:142px;
				background:url(../images/mainmenu/tools.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#information img {
				width:137px;
				background:url(../images/mainmenu/information.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#contact img {
				width:113px;
				background:url(../images/mainmenu/contact.png) 0% 50% no-repeat;
			}

			#mainmenu ul li a#about:hover  img,
			#mainmenu ul li a#about-current img,
			#mainmenu ul li a#about-current:hover img,
			#mainmenu ul li a#about-current.act2 img,
			#mainmenu ul li a#about.act2 img {
				width:125px;
				background:url(../images/mainmenu/about-hover.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#productionsandservices-current img,
			#mainmenu ul li a#productionsandservices-current:hover img,
			#mainmenu ul li a#productionsandservices-current.act2 img,
			#mainmenu ul li a#productionsandservices.act2 img {
				width:190px;
				background:url(../images/mainmenu/productions-and-services-hover.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#decisions-current img,
			#mainmenu ul li a#decisions-current:hover img,
			#mainmenu ul li a#decisions-current.act2 img,
			#mainmenu ul li a#decisions.act2 img {
				width:101px;
				background:url(../images/mainmenu/decisions-hover.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#tools-current img,
			#mainmenu ul li a#tools-current:hover img,
			#mainmenu ul li a#tools-current.act2 img,
			#mainmenu ul li a#tools.act2 img {
				width:142px;
				background:url(../images/mainmenu/tools-hover.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#information-current img,
			#mainmenu ul li a#information-current:hover img,
			#mainmenu ul li a#information-current.act2 img,
			#mainmenu ul li a#information.act2 img {
				width:137px;
				background:url(../images/mainmenu/information-hover.png) 0% 50% no-repeat;
			}
			#mainmenu ul li a#contact-current img,
			#mainmenu ul li a#contact-current:hover img,
			#mainmenu ul li a#contact-current.act2 img,
			#mainmenu ul li a#contact.act2 img {
				width:113px;
				background:url(../images/mainmenu/contact-hover.png) 0% 50% no-repeat;
			}
/* /Навигация */
		#mainnav {
			float:left;
			display:inline;
			width:252px;
			margin:0 0 34px 32px;
		}

			#mainnav a {
				float:left;
				display:inline;
				clear:both;
				width:210px;
				padding:6px 0 6px 42px;
				background:url(../images/mainnav/bg.gif) 0% 4px no-repeat;
				font:16px/18px 'Tahoma', serif;
				color:#231f20;
				text-decoration:underline;
			}
			#mainnav a.current,
			#mainnav a:hover {
				background:url(../images/mainnav/bg-current.gif) 0% 4px no-repeat;
				color:#fff;
			}


	#quicknav {
		float:right;
		display:inline;
		width:194px;
		padding:0 6px 20px 18px;
	}
	#checker {
		float:left;
		display:inline;
		width:186px;
		background:url(../images/quicknav/bg.gif) left 23px no-repeat;
	}
		#checker .header {
			float:left;
			display:inline;
			width:auto;
			padding:0 0 20px 3px;
			font:bold 17px/18px 'Tahoma', serif;
			color:#6f6a7b;
			text-transform:uppercase;
		}
		#checker .bg {
			float:left;
			display:inline;
			width:186px;
			height:13px;
			overflow:hidden;
			background:url(../images/quicknav/bg2.gif) left top no-repeat;
		}
		#checker #checkstatus {
			float:left;
			clear:both;
			display:inline;
			width:146px;
			padding:0 10px 10px 15px;
			font:bold 12px/14px 'Tahoma', serif;
			color:#716b76;
			position:relative;
		}
		#checker #checkstatus .icon {
			float:left;
			display:inline;
			width:14px;
			height:14px;
			padding:0 5px 0 0;
			cursor:pointer;
			background:url(../images/quicknav/icon.gif) left top no-repeat;
		}
		#dlg1 {
			float:left;
			position:absolute;
			left:-138px;
			z-index:10000;
			bottom:-5px;
			width:154px;
			padding:4px 0 0 0;
			background:url(../images/quicknav/dlgtopbg.png) left top no-repeat;
			font:12px/14px 'Tahoma', serif;
			color:#000000;
		}
			#dlg1 .background {
				float:left;
				display:inline;
				width:125px;
				padding:5px 18px 10px 11px;
				background:url(../images/quicknav/dlgbg.png) left bottom no-repeat;
			}
		#checker .watching {
			float:left;
			display:inline;
			width:auto;
			padding:0px 0 0 30px;
			font:italic 13px/13px 'Tahoma', serif;
			color:#716b76;
		}
		#checker .form {
			float:left;
			clear:both;
			display:inline;
			width:146px;
			margin:6px 0 14px 15px;
			background:url(../images/quicknav/r.gif) left 4px no-repeat;
		}
		#checker input.status {
			float:left;
			display:inline;
			width:70px;
			height:19px;
			margin:1px 0 0 19px;
			padding:3px 0 0 0px;
			background:url(../images/quicknav/status.gif) 50% 50% no-repeat #f5d8a4;
			border:0;
			font:13px/16px 'Tahoma', serif;
			color:#716b76;
		}
		#checker input.checkstatus {
			float:left;
			display:inline;
			margin:0 0 0 5px;
			width:23px;
			height:23px;
			background:url(../images/quicknav/checkstatus.gif) 50% 50% no-repeat;
			font:bold 12px/12px 'Tahoma', serif;
			color:#fff;
		}
		#checker a {
			float:left;
			clear:both;
			display:inline;
			width:146px;
			padding:0 10px 10px 30px;
			font:bold 12px/14px 'Tahoma', serif;
			color:#716b76;
			text-decoration:underline;
			background:url(../images/quicknav/a.gif) 15px 7px no-repeat;
		}
		#checker a.current,
		#checker a:hover {
			color:#fff;
			background:url(../images/quicknav/a-hover.gif) 15px 7px no-repeat;
		}
		#courses {
			float:left;
			clear:both;
			display:inline;
			width:194px;
			margin:30px 0 0 10px;
			background:url(../images/quicknav/courses.png) left 23px no-repeat;
		}
		#courses .header {
			float:left;
			clear:both;
			display:inline;
			width:192px;
			margin:0 0 0 2px;
			font:bold 17px/18px 'Tahoma', serif;
			color:#231f20;
			text-transform:uppercase;
		}
		#courses .subheader {
			float:left;
			clear:both;
			display:inline;
			width:194px;
			margin:15px 0 0 0;
			font:bold 12px/14px 'Tahoma', serif;
			color:#231f20;
		}
		#courses .text {
			float:left;
			clear:both;
			display:inline;
			width:184px;
			margin:5px 0 0 10px;
			font:12px/20px 'Tahoma', serif;
			color:#231f20;
		}
#courses1 {
			float:left;
			clear:both;
			display:inline;
			width:194px;
			margin:30px 0 0 10px;
			background:url(../images/quicknav/courses.png) left 23px no-repeat;
		}
		#courses1 .header {
			float:left;
			clear:both;
			display:inline;
			width:192px;
			margin:0 0 0 2px;
			font:bold 17px/18px 'Tahoma', serif;
			color:#231f20;
			text-transform:uppercase;
		}
		#courses1 .subheader {
			float:left;
			clear:both;
			display:inline;
			width:194px;
			margin:15px 0 0 0;
			font:bold 12px/14px 'Tahoma', serif;
			color:#231f20;
		}
		#courses1 .text {
			float:left;
			clear:both;
			display:inline;
			width:184px;
			margin:5px 0 0 10px;
			font:12px/20px 'Tahoma', serif;
			color:#231f20;
		}
	#contentcontainer {
		float:right;
		width:100%;
		height:1%;
		position:relative;
		z-index:1;
		margin:0 0 0 -223px;
	}
		.content {
			margin:0 0 0 223px;
			padding:0 20px 0 25px;
			height:1%;
		}
		/* Оформление стандартных элементов (таблицы, списки и т.д.) */
		#Content {
			
		}
		.cheat {
			padding:0 20px 0 0;
		}
		#Content .current {
			color:#737373;
			text-decoration:none;
		}
		#Content p {
	text-align:justify;
	margin:0 10px 10px 0;
		}
		#Content a {
			text-decoration:underline;
			color:#046135;
		}
		#Content a:hover {
			text-decoration:none;
		}
		/* Заголовки */
		#Content .titletext {
			padding:2px 10px 17px 16px;
			background:url(../images/h1.jpg) left top repeat-x;
			font:bold 20px/22px 'Tahoma', serif;
			color:#fff;
			margin:0 10px 0 0;
		}
		#Content h1, #Content h2 {
	font:bold 20px/22px 'Tahoma', serif;
	color:#046135;
	margin-bottom: 15px;
	margin-right: 10px;
		}
		#Content h3 {
			font:bold 18px/20px 'Tahoma', serif;
			color:#231f20;
		}
		#Content h4 {
			font:bold 16px/18px 'Tahoma', serif;
			color:#231f20;
		}
		#Content h5 {
			font:bold 14px/16px 'Tahoma', serif;
			color:#231f20;
		}
		#Content h6 {
			font:bold 12px/14px 'Tahoma', serif;
			color:#231f20;
		}
		#Content img {
			border:0
		}
		#Content img.left {
			float:left;
			margin:0 15px 15px 0;
		}
		#Content img.right {
			float:right;
			margin:0 0 15px 15px;
		}
		#Content p.slogan {
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
		/* / Заголовки */
		/* Списки */
		#Content ul li {
	margin:0 10px 5px 20px;
	list-style-type: disc;
	text-align: justify;
		}
		#Content ul ul li {
			margin:10px 0 10px 70px;
			list-style-type: disc;
		}
		#Content ol li {
			margin:10px 0 10px 40px;
			list-style-type: decimal;
		}
		/* /Списки */
		/* Таблицы */
		#Content table {
			margin:0 auto;
			border-collapse:collapse;
			text-indent:0;
		}
		#Content table th {
			padding:7px 12px 5px 20px;
			text-align:left;
			vertical-align:middle;
			background:#a88955;
			border:1px solid #000;
			font-weight:bold;
			color:#fff;
			text-transform:uppercase;
		}
		#Content table td {
			padding:7px 12px 5px 12px;
			text-align:left;
			vertical-align:top;
			background:#f5d8a4;
			border:1px solid #000;
		}
		#Content table td.header {
			font-weight:bold;
		}
		#Content table td.left {
			text-align:left;
			padding-left:25px;
		}
		#Content table th.right,
		#Content table td.right {
			text-align:right;
		}
		#Content table th.center,
		#Content table td.center {
			text-align:center;
		}
		/* / Таблицы */
		/* Форма рассчета */
		#Content table.calculation {
			width:90%;
			margin:0 0 10px 0;
			background:none;
			border:none;
		}
		#Content table.calculation td {
			margin:0;
			padding:0;
			background:none;
			border:none;
			text-indent:0;
			font:14px/16px 'Tahoma', serif;
			color:#000000;
		}
		#Content table.calculation td div {
			margin:0 0 5px 0;
		}
		#Content table.calculation td.column {
			width:50%;
		}
		#Content table.calculation td.col {
			width:100%;
			padding:15px 0 0 0;
		}
		#Content table.calculation td.col input {
			margin:0 10px 0 0;
		}
		#Content table.calculation td.col div.radio span {
			font:italic 14px/16px 'Tahoma', serif;
		}
		#Content table.calculation td div.header {
			margin:0 0 10px 0;
			font-weight:bold;
		}
		#Content table.calculation td div.subheader {
			float:left;
			padding:6px 10px 0 0;
		}
		#Content table.calculation td div.header span {
			text-transform:uppercase;
		}
		#Content table.calculation td select {
			width:196px;
			height:24px;
			margin:0 0 5px 100px;
			border:1px solid #000;
			background:#f5d8a4;
			font:14px/18px 'Tahoma', serif;
			color:#000000;
		}

		#Content table.calculation input.text,
		#Content table.calculation table.subcalc input {
			width:196px;
			height:25px;
			margin:0 0 5px 0;
			border:1px solid #000;
			background:#f5d8a4;
			font:14px/16px 'Tahoma', serif;
			color:#000000;
		}
		#Content table.calculation textarea.message {
			width:90%;
			height:70px;
			border:1px solid #000;
			background:#f5d8a4;
			font:14px/16px 'Tahoma', serif;
			color:#000000;
		}
		#Content table.calculation #file {
			width:200px;
			height:30px;
			border:1px solid #000;
			background:#f5d8a4;
			font:14px/16px 'Tahoma', serif;
			color:#000000;
		}
		#Content table.calculation input.send-request {

			margin:14px 0 0 0;
			width:154px;
			height:27px;
			background:url(../images/send-request.gif) left top no-repeat;
		}

		#Content table.subcalc {
			width:100%;
			margin:0;
			background:none;
			border:none;
		}
		#Content table.subcalc td {
			margin:0;
			padding:0;
			background:none;
			border:none;
			text-indent:0;
			font:14px/16px 'Tahoma', serif;
			color:#000000;
		}
		#Content table.subcalc td div {
			margin:0 0 5px 0;
		}
		#Content table.subcalc td {
			width:100%;
			padding:15px 0 0 0;
		}
		#Content table.subcalc td div.header {
			font-weight:bold;
			margin:0 0 20px 0;
		}
		#Content table.subcalc td div a {
			font-weight:bold;
			text-decoration:none;
			
		}
		#block2, #block3, #block4, #block5, #block6, #block7, #block8, #block9, #block10 {
			display:none;
			width:95%;
			margin:-1px 0 0 0;
			position:relative;
			z-index:2;
			background:#f5d8a4;
			border:1px solid #000;
		}
		#block1 {
			width:95%;
			background:#f5d8a4;
			float:left;
			position:relative;
			z-index:2;
			border:1px solid #000;
		}
		#block1 div, #block2 div, #block3 div, #block4 div, #block5 div,
		#block6 div, #block7 div, #block8 div, #block9 div, #block10 div {
			padding:18px 20px 10px 20px;
		}
		#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8, #a9, #a10 {
			display:inline;
			padding:6px 9px 5px 9px;
			position:relative;
			z-index:3;
			bottom:1px;
			background:#f5d8a4;
			border-left:1px solid #c7ad81;
			border-top:1px solid #c7ad81;
			border-right:1px solid #c7ad81;
			border-bottom:1px solid #000;
			color:#c7ad81;
		}
		#a1.current, #a2.current, #a3.current, #a4.current, #a5.current,
		#a6.current, #a7.current, #a8.current, #a9.current, #a10.current {
			display:inline;
			padding:6px 9px 4px 9px;
			background:#f5d8a4;
			position:relative;
			bottom:-1px;
			z-index:3;
			border-left:1px solid #000;
			border-top:1px solid #000;
			border-right:1px solid #000;
			border-bottom:0;
			color:#000;
		}
		#a1:hover, #a2:hover, #a3:hover, #a4:hover, #a5:hover,
		#a6:hover, #a7:hover, #a8:hover, #a9:hover, #a10:hover {
			border-left:1px solid #000;
			padding:6px 9px 4px 9px;
			position:relative;
			bottom:-1px;
			z-index:3;
			border-top:1px solid #000;
			border-right:1px solid #000;
			border-bottom:0;
			color:#000;
		}
		/* /Форма рассчета */
			#path {
				float:left;
				display:inline;
				clear:both;
				padding:25px 83px 10px 0;
				margin:0 0 0 -5px;
				font:13px/15px 'Tahoma', serif;
				color:#231f20;
			}
				#path a {
					margin:0 5px;
					font:13px/15px 'Tahoma', serif;
					color:#231f20;
					text-decoration:underline;
				}
				#path a.current,
				#path a:hover {
					color:#231f20;
					text-decoration:none;
				}
			#collage {
				float:left;
				clear:both;
				display:inline;
				width:100%;
				height:250px;
				position:relative;
				margin:34px 0 24px 0;
				background:url(../images/collage.jpg) 18px 50% no-repeat;
			}
				#collage span {
					display:block;
					position:absolute;
					left:0;
					bottom:0;
					background:#a48755;
					font:bold 25px/25px 'Tahoma', serif;
					color:#fff;
					text-transform:uppercase;
				}
			#extranav {
				float:left;
				margin:0 0 15px -5px;
			}
				#extranav a {
					float:left;
					display:inline;
					padding:0 0 0 17px;
					margin:0 5px 10px 5px;
					font:14px/16px 'Tahoma', serif;
					color:#000000;
					text-decoration:underline;
					cursor:pointer;
				}
				#extranav a.current {
					background:url(../images/extranav/bg.gif) left top no-repeat #f5d8a4;
					font-weight:bold;
					color:#000000;
					text-decoration:none;
				}
				#extranav a:hover {
					background:url(../images/extranav/bg.gif) left top no-repeat #f5d8a4;
					color:#000000;
					text-decoration:none;
				}
				#extranav a span {
					float:left;
					display:inline;
					padding:7px 17px 6px 0;
					white-space:nowrap;
				}
				#extranav a.current span,
				#extranav a:hover span {
					background:url(../images/extranav/bg2.gif) right top no-repeat #f5d8a4;
				}

	#empty {
		float:left;
		clear:both;
		width:auto;
		height:105px;
	}

#footer {
	float:left;
	clear:both;
	width:100%;
	min-width:1000px;
	max-width:1280px;
	height:105px;
	position:relative;
	z-index:200;
	background:url(../images/footer.gif) 100% 100% no-repeat;
}

	#footer a {
		font:13px/14px 'Tahoma', serif;
		color:#fff;
		text-decoration:underline;
	}
	#footer a:hover {
		text-decoration:none;
	}



	#infocontainer {
		float:right;
		width:100%;
		height:105px;
		position:relative;
		z-index:1;
		margin:0 0 0 -323px;
	}
	#info {
		height:30px;
		margin:-40px 0 0 0;
		position:relative;
	}
		#info .background {
			background:#046135;
		}
		#copyright {
			float:left;
			display:inline;
			width:auto;
			padding:7px 0 5px 9px;
			font:13px/14px 'Tahoma', serif;
			color:#fff;
		}
		#wwwstyle {
			float:right;
			display:inline;
			width:auto;
			padding:7px 9px 5px 0;
			font:13px/14px 'Tahoma', serif;
			color:#fff;
		}

#Contenttrack .titletext
{
	padding:2px 0 17px 16px;
	background:url(../images/h1.jpg) left top repeat-x;
	font:bold 20px/22px 'Tahoma', serif;
	color:#fff;
}

.mailto a {
	font:bold 16px/18px 'Tahoma', serif;
	color:#fff;
	text-decoration: none;
}
.mailto a:hover {

	text-decoration: underline;
}
#share42 {
  position: fixed;
  z-index: 1000;
  margin-left: -70px; /* смещение панели влево от края контента */
  padding: 6px 6px 0;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
