body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/fon.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment:fixed;
}
.marka {
	clear: none;
	padding: 10px;
	margin: 0px;
	width: 320px;
	float: left;

}

.marka_prav {
	clear: none;
	padding: 10px;
	float: right;
	width: 300px;
	margin-left: 25px;
	margin-bottom: 30px;

}
#news {
	width: 100%;
}
#shapka1 {
	width: 100%;
	height: 90px;
	background-image: url(img/images/knopki_02.gif);
}
#shapka1_lev {
	background-image: url(img/images/knopki_03.gif);
	height: 90px;
	width: 300px;
	float: left;
}
#shapka1_prav {
	background-image: url(img/images/knopki_04.gif);
	height: 90px;
	width: 546px;
	float: right;
	background-repeat: no-repeat;
	background-color: #333333;
}
#shapka2 {
	width: 955px;
	height: 350px;
	background-image: url(img/001.gif);
	background-repeat: no-repeat;
	left: 50%;
	right: 50%;
}
#menu1 {

	height: 265px;
	width: 135px;
	margin-left: 55px;
}
#menu2 {
	position: absolute;
	margin-left: 20px;
	width: 935px;
}
#work {
	padding-left: 20px;
}

img {
	border: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	padding-top: 30px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 14px;
	padding-top: 30px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 13px;
}
h6 {
	font-size: 16px;
	color: #F00;
	font-style: italic;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}


a {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #990000;
	line-height: 20px;
}
		
	a:link {
	FONT-SIZE: 10pt;
	COLOR:#990000;

	
}
    a:visited 
	{
	FONT-SIZE: 10pt;
	COLOR:#990000;

	
}
    a:hover 
	{
	FONT-SIZE: 10pt;
	COLOR:#9900сс;

	
}
    a:active 
	{
	FONT-SIZE: 10pt;
	COLOR:#9900сс;

	
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
}
.text_bel {
color: #FFFFFF;
}
.text_red {
color: #FF0000;
}
.text_grey {
	color: #CCC;
}
.text_news {
	font-size: 16px;
	color: #F00;
	font-style: italic;
}
.price_x {
	background-image: url(img/excel.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.price_w {
	background-image: url(img/word.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.price_p {
	background-image: url(img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.red_fon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}


#clock{
	margin-left: 20px;
	width: 50px;
	background-color: #00FF00;
	z-index: 1;
	height: 30px;
	top: -50px;
	position: relative;
	right: -165px;
}




/* 3 колонки
*/

#container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHyb #sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 200px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar2 {
	float: right;
	width: 200px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar1 h3, .thrColHyb #sidebar1 p, .thrColHyb #sidebar2 p, .thrColHyb #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	position: relative;
	
} 
#mainContent h1 { 
	/*margin-top: 0;  Though unnecessary while there's a border on the #mainContent div, you may need to uncomment this rule if the borders are removed. This will zero the margins of the first element in the #mainContent div, avoiding margin collapse - a space between divs - in this case it will create unwanted whitespace above the layout. */
}

/* Miscellaneous classes for reuse */
.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;
}

/* 4 колонки */
#cell_1 {
	padding:8px;
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 1em;
	margin-left: 0;
	background-image: url(210fon.jpg);
	background-repeat: no-repeat;
}

#cell_2 {
	padding:8px;
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 1em;
	margin-left: 1px;
	background-image: url(210fon.jpg);
	background-repeat: no-repeat;
}

#cell_3 {
	padding:8px;
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 1px;
	background-image: url(210fon.jpg);
	background-repeat: no-repeat;
}

#cell_1 p, #cell_2 p, #cell_3 p, #cell_4 p {
	color:#333333;
}

#cell_1 h2, #cell_2 h2, #cell_3 h2 {
	margin:0 0 -4px 0 !important;
	margin:0 0 -20px 0;
	padding:4px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight:bold;
	text-align: center;
}
/* конец 4 колонок */
.cell_1 {
	padding:8px;
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 1em;
	margin-left: 0;
	background-image: url(210fon.jpg);
	background-repeat: no-repeat;
}

.cell_2 {
	padding:8px;
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 1em;
	margin-left: 1px;
	background-image: url(210fon.jpg);
	background-repeat: no-repeat;
}

.cell_3 {
	padding:8px;
	float:left;
	width:200px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 1px;
	background-image: url(210fon.jpg);
	background-repeat: no-repeat;
}

.cell_1 p, .cell_2 p, .cell_3 p, .cell_4 p {
	color:#333333;
}

.cell_1 h2, .cell_2 h2, .cell_3 h2 {
	margin:0 0 -4px 0 !important;
	margin:0 0 -20px 0;
	padding:4px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight:bold;
	text-align: center;
}

.cell_5 {
	padding:8px;
	float:left;
	width:150px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 1em;
	margin-left: 0;
	background-repeat: no-repeat;
}
.cell_5_ramka {
	padding:8px;
	float:left;
	width:150px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 1em;
	margin-left: 0;
	background-repeat: no-repeat;
}
.palka {
	float:none;
	width:650px;
	margin-top: 0;
}
hr {
margin-bottom:20px;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}


#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #C2BDAE;
	margin-bottom: 25px;
	}

#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("img/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("img/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#9F9584;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
#tabs .activ {
	background-position:100% -42px;
	color: #FFFFFF;
	}

.snoska {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 600px;
}
#class-1 {
	height: 500px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 2px solid #F00;
	width: auto;
	
}
#class-2 {
	height: 320px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 2px solid #F00;
}
#class-3 {
	height: 145px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 2px solid #F00;
}
#class-4 {
	height: 325px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 2px solid #F00;
}
.redfon {
	height: 20px;
	background-color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 0px;
	display: inline;
	padding-right: 15px;
}

.spacer {
	clear: both;
}
.palka-2 {
	float:none;
	width:650px;
	margin-top: 0;
}
.img-otstup-left {
	margin-left: 50px;
}
.img-otstup-left-2 {
	margin-left: 130px;
}
.img-otstup-left-3 {
	margin-left: 255px;
}
.img-otstup-left-4 {
	margin-left: 8px;
}
.img-otstup-left-5 {
	margin-left: 105px;
}
.img-otstup-left-6 {
	margin-left: 25px;
}
.cs {
	margin-left: 25px;
}
.tab-head {
	font-size: 16px;
	background-color: #6C0;
	height: 25px;
}
.tab-head-1 {
	height: 25px;
	font-size: 16px;
	background-color: #693;
	font-weight: bold;
}
.td-bkg {
	background-color: #039;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
