﻿@charset "utf-8";

/* общие стили */

html {
	min-height: 100%;
	height: auto;
}
body {
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#GeneralDiv {
	width: 780px;
	margin: 20px auto;
	overflow: hidden;
}


/* логотипы */

#LogoPositioningDiv {
	width: 780px;
	height: 109px;
	position: relative;
}
#LogoPositioningDiv div {
	border-style: none;
	position: absolute;
		top: 0px;
}
#KauchiukLogo {
	left: 0px;
	height: 70px;
	width: 261px;
}
#SiburLogo {
	background-position: 0% 0%;
	height: 83px;
		width: 77px;
		right: 0px;
	background-image: url('');
	background-repeat: none;
	background-attachment: scroll;
}



/* центральная таблица */

#MiddleTable {
	width: 780px;
}

	/* меню */
	
		#LeftTd {
			vertical-align: top;
			width: 258px;
			padding: 45px 0px;
		}
		.MenuUl {
			margin: 0px 0px 30px 0px;
			padding: 0px;
			list-style-type: none;
			text-align: left;
			font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		}
		.MenuUl li {
			margin: 10px 0px 0px 0px;
		}
		.MenuUl ul {
			margin: 7px 0px 0px 23px;
			padding: 0px;
			list-style-type: none;
		}
		.MenuUl li ul li {
			font: normal 12px Verdana, Arial, Helvetica, sans-serif;
			margin: 1px 0px;
		}
		.MenuUl a {
			color: #008C7F;
			text-decoration: none;
		}
		.MenuUl a:hover {
			color: #00C6B1;
			text-decoration: underline;
		}
		
	/* выбор предприятия */
	
		#RightTd {
			vertical-align: top;
			text-align: left;
			padding-bottom: 20px;
		}
		#DdRightDiv {
			background: #DDE1E4 url(img/bg-dd-right.png) no-repeat right top;
		}
		#DdLeftDiv {
			background: url(img/bg-dd-left.png) no-repeat left top;
			height: 44px;
		}
		#DdLeftDiv form {
			margin: 0px;
		}
		#DdLeftDiv form table {
			margin-top: 12px;
		}
		#DdLeftDiv form table td{
			font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
			padding-right: 5px;
		}
		.FactorySelect {
			background: #FFFFFF;
			width: 260px;
			border: 1px solid #666666;
		}
		.Buttons {
			font: 11px Tahoma, Arial, Helvetica, sans-serif;
			color: #008C7F;
			background: url(img/arrow.gif) no-repeat right 5px;
			border: none;
			cursor: pointer;
			height: 14px;
			padding-right: 14px;
		}
		* html .Buttons {
			background: url(img/arrow.gif) no-repeat right 3px;
			padding-right: 7px;
		}

	/* большая картинка */
	
		#BigImageDiv {
			padding: 1px 0px;
			border-bottom: 3px solid #008C7F;
		}
		
	/* контент */
	
		#ContentDiv {
			text-align: left;
			padding-right: 0px;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
		}
		#ContentDiv h1 {
			font: bold 16px Verdana, Arial, Helvetica, sans-serif;
			color: #890300;
			margin: 20px 0px 15px;
		}
		#ContentDiv p {
			margin: 15px 0px;
			text-align: justify;
		}
		#ContentDiv a {
			color: #008C7F;
			text-decoration: none;
		}
		#ContentDiv a:hover {
			text-decoration: none;
		}



/* низ */

#BottomBorderDiv {
	padding-bottom: 1px;
	border-bottom: 5px solid #008C7F;
}
#BorderRightDiv {
	background: #DDE1E4 url(img/bg-bottom-right.png) no-repeat right top;
}
#BorderLeftDiv {
	background: url(img/bg-bottom-left.png) no-repeat left top;
	height: 121px;
}
#BorderLeftDiv table {
	margin-top: 17px;
}
#BorderLeftDiv table td {
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}
#BorderLeftDiv table td a {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #008C7F;
	text-decoration: none;
}
#BorderLeftDiv table td a:hover {
	color: #00C6B1;
}



/* копирайт */

#CopyDiv {
	text-align: left;
	padding: 10px;
	width: 760px;
	overflow: hidden;
}
#CopyDiv p {
	margin: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#CopyDiv h3 {
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #890300;
	margin: 5px 0px 0px;
}
#CopyDiv a {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #008C7F;
	text-decoration: underline;
}
#CopyDiv a:hover {
	text-decoration: none;
}
.RightLink {
	display: block;
	float: right;
}