@charset "windows-1251";

body {
	background: #fff;
	font: normal 12px "Verdana", sans-serif;
	margin: 60px;
	padding: 0px 25px 25px 25px;
	color:#333333;
	background-image: url(images/datasheet.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.smalltext {
	font: normal 12px "Verdana", sans-serif;
}

.black {
	color: #000;
}
div.logo {
	text-align: right;
	width: 250px;
}

.menu {
	padding: 35px 0px 20px 0px;
	overflow: hidden;
	float: left;
	height: 1%;
	list-style: none;
}
.menu ul {
	border-left: solid 2px #ccc;
	float:left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu li { display: inline; font: bold 14px/14px "Arial"; letter-spacing: -1px; float: left; border-right: solid 2px #ccc; height: 23px; }
.menu li ul li { font-weight: normal; letter-spacing: normal;}
.menu li a {
	color:#C00;
	float: left;
	padding: 4px 4px 4px 4px;
}
.menu li a:hover {
	color:#C00;
	text-decoration: none;
	background-color: #CCC;
}
.menu .current_page_item a, .menu .current_page_item a:visited, .menu .current_page_item a:hover { background: #000; color:#fff; }

.menu .current_page_item .page_item a, .menu .current_page_item .page_item a:visited {
	background: #fff;
	color:#C00;
}
.menu .current_page_item .page_item a:hover { background: #000; color:#fff; }

.p-head {
	position: relative;
	padding-right: 20px;
	margin-bottom: 20px;
}
.p-head h1, .p-head h1 a, .p-head h1 a:visited { color:#000; font: bold 34px/34px "Arial"; letter-spacing: -1px; }
.p-head h1 a:hover {
	color:#C00;
	text-decoration: none;
}

.p-head h2 { color:#000; font: bold 34px/34px "Arial"; letter-spacing: -1px; }
.p-head h2 a, .p-head h2 a:visited { color:#000; }
.p-head h2 a:hover {
	color:#C00;
	text-decoration: none;
}

.p-head h3 { color:#000; font: bold 26px/26px "Arial"; letter-spacing: -1px; }
.p-head h3 a, .p-head h3 a:visited { color:#000;}
.p-head h3 a:hover {
	color:#C00;
	text-decoration: none;
}

.p-con {}
.p-con p { font: normal 12px/19px "Verdana"; padding: 5px 0px; margin: 5px 0px;}
.p-con ol { list-style: decimal inside; }
.p-con ol { padding: 10px 0px 10px 25px; margin: 0px; }
.p-con ol li { padding: 2px 0px 2px 0px; }
.p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.p-con ul li { padding: 2px 0px 2px 13px; list-style-type: disc; color:#333; }
.p-con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; padding: 10px 20px; margin: 10px 0px; background: #f4f4f4; color:#333; }
.graybg {
	background-color: #999;
	height: 2px;
}
.p-con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; }
.p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 12px; line-height: 17px;}

#photoblock {
	float: left;
	padding-right: 10px;
}
#additional {
	clear: both;
	height: auto;
	width: 100%;
	position: relative;
	margin: 0px;
	padding-top: 20px;
}
a:link {
	text-decoration: none;
	color : #C00;
	border: 0px;
	-moz-outline-style: none;
}
a:active {
	text-decoration: underline;
	color : #C00;
	border: 0px;
	-moz-outline-style: none;
}
a:visited {
	text-decoration: none;
	color : #C00;
	border: 0px;
	-moz-outline-style: none;
}
a:hover	{ text-decoration: underline; color : #4779ac; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }

.block {
	width: 100%;
	margin-bottom: 20px;
}
.block h3 { color:#000; font-size: 14px; letter-spacing: -1px; background: #f0f2f3; padding: 3px 4px; margin-bottom: 3px; }
.block label { font: bold 14px/14px "Arial"; letter-spacing: -1px; display: block; color:#000; background: #f0f2f3; padding: 3px 4px; margin-bottom: 3px; }
.block li { padding: 2px 0px 2px 7px; color:#999; }
.block li ul li { padding-bottom: 0px;}
.redbg {
	background-color: #C00;
	height: 2px;
}
.redsquare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: red;
	padding-left: 6px;
	padding-right: 6px;
	margin: 2px 2px 2px 2px;
	border: 1px solid red;
}
