/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color : White;
	text-align : center;
	font-size : 12px;
}
#centerpage {
	/* сайт по центру экрана, шириной 800 */
	position : static;
	width : 800px;
	margin-left : auto;
	margin-right : auto;
} 

#my_hr{
	height : 1px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 2px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	font-size : 0px;
	border : 0px;
	background-image : url(../../images/dot_hr.png);
	background-repeat : repeat-x;
}

ul {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-top : 0px;
	margin-left : 30px;
	margin-right : 0px;
	margin-bottom : 0px;
}

.list{
	list-style-image : url(../../images/bullet.gif);
  
}
a:link {
	color : #0033FF;
	text-decoration : none;
	font-size: 12px;
}

a:visited {
	color : #0099FF;
	text-decoration : none;
	font-size: 12px;
}

a:hover {
	color : #0033FF; 
	text-decoration : underline;
	font-size: 12px;
}

h3 {
	font-size: 18 px;
	text-decoration : none;
	font-weight : bold;
	padding-bottom : 0 px;
	padding-top : 0 px;
	margin-top : 20 px;
	margin-bottom : 0 px;
}

h4 {
	font-size: 16 px;
	text-decoration : none;
	font-weight : bold;
	padding-bottom : 0 px;
	padding-top : 0 px;
	margin-top : 10 px;
	margin-bottom : 0 px;
}

h1 {
	font-size: 18px;
	text-decoration : none;
	font-weight : bold;
	padding-bottom : 0px;
	padding-top : 0px;
	margin-top : 20 px;
	margin-bottom : 0px;
}

h2 {
	font-size: 16px;
	text-decoration : none;
	font-weight : bold;
	padding-bottom : 0px;
	padding-top : 0px;
	margin-top : 10 px;
	margin-bottom : 0px;
}

.hdr
{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: Black;
	text-align : left;
	padding-bottom : 10px;
}

.sub {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #757E78;
	text-align : left;
}

#block_search {
	position: relative;
	float : right;
	margin-top : 10px;
	margin-right : 20px;
	font-size : 10px;
	font-weight : normal;
	text-align : right;
	color : Black;
}

input, select, textarea
{
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: Black;
	border : 1px solid #64A1C0;
}

#menubar {
	clear : both;
	position: relative;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : left;
	margin-top : 0px;
	margin-left : 180px;
	margin-right : 0px;
	margin-bottom : 0px;
	top : 0px;
	line-height : 0px;
}
#menubar a {
	color: Black;
	letter-spacing:1px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	font-weight : bold;
	font-size : 12px;
}
#menubar a.active {
}
#menubar a:hover {
	text-decoration : underline;
}

.menuActuator a {
	color: Black;
	font-weight:bold;
	font-size:12px;
}

.menu {
	background-color: White;
	border-left : 1px solid #64A1C0;
	text-align : left;
	border-bottom-color : #64A1C0;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	left: 0px;
	position : relative;
}

.menu a {
	color: Black;
	text-decoration:none;
	line-height : 22px;
	height : 22px;
	background-image : url(../../images/bullet.gif);
	background-position : 10px;
	background-repeat : no-repeat;
	padding-left : 20px;
	padding-right : 10px;
	padding-top : 0px;
	padding-bottom : 0px;
	background-color : White;
	margin-left : 0px;
}
.menu a:hover {
	color: Black;
	text-decoration:none;
	font-weight : bold;
}
.menu a:visited {
	color: Black;
	text-decoration:none;
}

#header {
	height : 130px;
	margin-top : 10px;
	position : static;
	margin-left : 10px;
	margin-right : 0px;
	margin-bottom : 0px;
	width : 100%;
	padding-left : 10px;
	background-image : url(../../images/logo.png);
	background-repeat : no-repeat;
	background-position : left;
}

#block{
	position : static;
	width : 395px;
	float : left;
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 2px;
}

#block_vertical {
	background : url(../../images/block_vertical.png) repeat-y;
	width : 355px;
	height: 230px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 0px;
	font-size : 12px;
	color : Black;
	font-weight : normal;
	text-align : justify;
	list-style-image : url(../../images/bullet.gif);

}

#block_top {
	background : url(../../images/block_top.png) no-repeat;
	width : 355px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	text-align : left;
	font-weight : bold;
	font-size : 12px;
	color : Black;
	padding-bottom : 0px;
	height: 30px;
}

#block_bottom {
	background : url(../../images/block_bottom.png) no-repeat;
	width : 395px;
	height: 40px;
	padding-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

#block_price  a{
	color: #DA251D;
	float : right;
	position : relative;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : -17px;
	right : 0px;
	top : 0px;
}

#block_vertical_news {
	background : url(../../images/block_vertical_news.png) repeat-y;
	width : 335px;
	height: 175px;
	padding-bottom : 10px;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 10px;
	font-size : 12px;
	color : Black;
	font-weight : normal;
	text-align : justify;
}
#block_top_news {
	background : url(../../images/block_top_news.png) no-repeat;
	width : 355px;
	height: 30px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	text-align : left;
	font-weight : bold;
	font-size : 12px;
	color : Black;

}
#block_bottom_news {
	background : url(../../images/block_bottom_news.png) no-repeat;
	width : 394px;
	height: 40px;
}

#news_block_date {
	font-size : 12px;
	font-weight : bold;
	color : #DA251D;
	margin-left : -10px;
	margin-top : 10px;
}


#block_logo {
	float : left;
	margin-bottom : 10px;
	width: 120px;
}

#block_button{
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 0px;
	position : relative;
	top : -10px;
}

#block_button a{
	padding-left : 15px;
	padding-right : 15px;
}

#block_button a:hover{

}

#block_info {
	background-image : url(/images/block_info.png);
	height : 67px;
	width : 210px;
	float : right;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-position : center;
	background-repeat : no-repeat;
    padding-left : 10px; 
    padding-right : 10px;	
    padding-top : 15px;	
    padding-bottom : 15px;
  	font-size : 10px;
	font-weight : bold;	
}

#block_info_text {
}

#block_info_version {
	font-size : 9px;
	font-weight : normal;
	padding-top : 5px;
	margin-bottom : 0px;
}

#footer {
	margin-top : 10px;
	position : static;
	font-size : 10px;
	font-weight : normal;
	width : 100%;
	clear : both;
}

#smalltext {
	margin-top : 3px;
	font-size : 10px;
	font-weight : normal;
}

#footer_copyright {
	float : right;
	margin-right : 10px;
	text-align : right;
	padding-bottom : 10px;
	clear: both;
}

#footer_links {
	float : left;
	margin-left : 10px;
	text-align : left;
	color : #64A1C0;
	font-size: 10px;
	clear: both;
}

#footer_links a {
	font-size: 10px;
}

#right_block{
	position : relative;
	width : 170px;
	float : right;
}

#right_block_top {
	background : url(../../images/right_block_top.png) no-repeat;
	width : 130px;
	height: 30px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	text-align : left;
	font-weight : bold;
	font-size : 12px;
	color : Black;
}

#right_block_vertical {
	background : url(../../images/right_block_vertical.png) repeat-y;
	width : 130px;
	padding-bottom : 0px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 0px;
	font-size : 12px;
	color : Black;
	font-weight : normal;
	text-align : justify;
}

#right_block_bottom {
	background : url(../../images/right_block_bottom.png) no-repeat;
	width : 170px;
	height: 25px;
	margin-top : 0px;
}

#right_navigation{
	position : relative;
	width : 170px;
	float : right;
}

#right_navigation_top {
	background : url(../../images/right_navigation_top.png) no-repeat;
	width : 130px;
	height: 30px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	text-align : left;
	font-weight : bold;
	font-size : 12px;
	color : Black;
}

#right_navigation_vertical {
	background : url(../../images/right_navigation_vertical.png) repeat-y;
	width : 130px;
	padding-bottom : 0px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 0px;
	font-size : 12px;
	color : Black;
	font-weight : normal;
	text-align : left;
}

#right_navigation_bottom {
	background : url(../../images/right_navigation_bottom.png) no-repeat;
	width : 170px;
	height: 25px;
	margin-top : -4px;
}

#right_navigation a {
	color: Black;
	text-decoration:none;
	line-height : 22px;
	height : 22px;
	background-image : url(../../images/bullet.gif);
	background-position : 10px;
	background-repeat : no-repeat;
	padding-left : 20px;
	padding-right : 10px;
	padding-top : 0px;
	padding-bottom : 0px;
}
#right_navigation a:hover {
	color: Black;
	text-decoration:none;
	font-weight : bold;
}
#right_navigation a:visited {
	color: Black;
	text-decoration:none;
}

#main_block {
	position : relative;
	float : left;
	text-align : justify;
	color : Black;
	font-size : 12px;
	font-weight : normal;
	width : 580px;
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 20px;
}

table {
	text-align : justify;
	color : Black;
	font-size : 12px;
	font-weight : normal;
}

#main_block_logo {
	height : 100px;
	float : left;
	padding-right : 10px;
}

#main_block_header {
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 5px;
	text-align : left;
	color : Black;
	height : 100px;
	padding-bottom : 0px;
	margin-bottom : 0px;
}

p {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 15px;
}

.form {
	font-size : 10pt;
}

.code {
    font-family: Courier;
}

