@charset "windows-1251";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p, li{padding-right:10px;}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 45px 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.about_block{
margin:-200px 0 110px 270px;
width:600px;
float:right;}
.about_blok_line{
background-color:#CCCCCC;
height:2px;
margin-left:0px;
margin-bottom:10px;}

.about_blok_links{
	text-decoration: underline;
	color:#666666;
	margin-right:15px;
}
.about_blok_links:hover{
	color:#FF0000;
}
.about_blok_links:vizited{
	color:#666666;}

.book_head_menu{
background-color:#333333;
}
.book_head_menu_content{
padding:10px;
}
.book_head_menu_footer{
background-color:#333333;
background-image:url(image/book_left_battom_corner.gif);
background-repeat:no-repeat;
background-position:left bottom;
width:auto;
height:40px;}

.book_head_menu_h1{
color:#CCCCCC;
font-size:150%;
padding-bottom:30px;}

.book_head_menu_span{
color:#CCCCCC;
font-size:90%;
margin-right:30px;}

.book_head_menu_selected{
color:#FF0000;
margin-right:10px;
font-weight:bold;}

.book_blok{
background-color:#333333;
background-image:url(image/book_blok_top.gif);
background-position:top;
background-repeat:repeat-x;
width:auto;
margin-bottom:50px;
}
.book_blok_footer{
background-color:#333333;
background-image:url(image/book_left_battom_corner.gif);
background-repeat:no-repeat;
background-position:left bottom;
width:auto;
height:40px;
}
#book_blok_nds{ background: url(image/book_nds.jpg) no-repeat left top; width:100%; 
padding-top:80px;
padding-bottom:20px;}
#book_blok_metod_ucheta{ background: url(image/book_metod_ucheta.jpg) no-repeat left top; width:100%; 
padding-top:80px;
padding-bottom:20px;}
#book_blok_zapasy{ background: url(image/book_zapasy.jpg) no-repeat left top; width:100%; 
padding-top:80px;
padding-bottom:20px;}
#book_blok_osnovnye{ background: url(image/book_osnovnye.jpg) no-repeat left top; width:100%; 
padding-top:80px;
padding-bottom:20px;}


.book_blok_line{
background-color:#CCCCCC;
height:2px;
margin-left:330px;
margin-bottom:10px;
}
.book_head_2_text{
	font-size:130%;
	color: #cccccc;
	margin: 0 10px 20px 330px;
}
.book_head_3_text{
	font-size:110%;
	color: #cccccc;
	margin: 0 10px 15px 330px;
}
.book_blok_span{
	font-size:90%;
	color: #cccccc;
	margin: 5px 10px 0 330px;

}
.book_blok_links{
	text-decoration: underline;
	color:#cccccc;
	margin-right:15px;
}
.book_blok_links:hover{
	color:#FF0000;
}
.book_blok_links:vizited{
	color:#cccccc;
}
.book_blok_links_buy{
	text-decoration: underline;
	margin-right:15px;
	color: #FFCC00;
}
.book_blok_links_buy:hover{
	color:#FF0000;
}
.book_blok_links:vizited{
	color:#FFCC00;
}
.sidebar_1{
width:300px;
background-color:#ffedd0;
margin-bottom:30px;
}
.sidebar_2{
width:300px;
background-color:#f0f0f0;
margin-bottom:30px;
}
.sidebar_3{
width:300px;
background-color:#D3EDD7;
margin-bottom:30px;
}
.sidebar_top{
background-image:url(image/white_corner_top_right.gif);
background-position:right top;
background-repeat:no-repeat;
height:9px;}
.sidebar_1_content{
padding:0 10px 10px 20px;}
.sidbar_shop{
color:#CC6633;
}
.sidbar_shop_a{color:#CC6633;}
.sidbar_shop_a:hover{color:#FF0000;}
.sidbar_shop_a:vizited{color:#CC6633;}

.sidebar_kursy_a{color:#000000;}
.sidebar_kursy_a:hover{color:#FF0000;}
.sidebar_kursy_a:vizited{color:#000000;}

.sidebar_battom{
background-image:url(image/white_corner_battom_right.gif);
background-position:bottom right;
background-repeat:no-repeat;
height:9px;
}
.naprimer{font-size:80%; color:#666666}

.katalog_link{font-size:80%; color:#666666}
.katalog_link:hover{color:#FF0000;}
.katalog_link:vizited{color:#666666;}