body {
	margin: 0px;
	padding: 0px;
	background-color: #9d9d9d;
	background-image: url(/img/bg.gif);
	color: #333333;
	font-size: 10pt;
}

body, td, th {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

input, select, option {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0.8em 0 0.3em 0;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0.8em 0 0.3em 0;
	color: #990000;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0.8em 0 0.3em 0;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0.8em 0 0.3em 0;
}


a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
}
a:hover {
	/*color: #CC0000;*/
	text-decoration: underline;
}

a img {
	border-style: none;
}

form {
	padding: 0px;
	margin: 0px;
}

li {
	margin: 5px 0px 5px 0px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.err {
	color: #FF0000;
}

.blink a:link, .blink a:visited {
	color: #000000;
}
.blink a:hover {
	color: #CC0000;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 11pt;
}
.med {
	font-size: 9pt;
}
.small {
	font-size: 8pt;
}

.justify {
	text-align: justify;
}

.tbl table {
	font-size: 100%;
	margin: 10px 0px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.tbl th {
	background-color: #f2f2f2;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: center;
}
.tbl th a:link, .tbl th a:visited {
	color: #000000;
}

.tbl td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

.line {
	border-top: 1px solid #CCCCCC;
}

.hid_txt {
	display: none;
}


/* LAYOUT */

.floatbr {
	clear: both;
}

#main_container, #home_main_container {
	width: 850px;
	margin: 0px auto 0px auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#main_container {
	background-image: url(/img/top_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#home_main_container {
	margin-top: 20px;
}

#container2 {
	width: 825px;
	margin: 0px auto;	
}

#topline_block {
}

#topline_left {
	padding: 5px 10px 5px 5px;
	width: 600px;
	font-size: 8pt;
	color: #999999;
}
#topline_right {
}

#visual_block {
	position: relative;
	width: 825px;
	height: 150px;
}

#logo_header_txt {
	display: none;
}

#visual {
	position: absolute;
	top: 0px;
	width: 600px;
	height: 150px;
	background-color: #004f90;
}

#logo {
	position: absolute;
	top: 0px;
	left: 603px;
	width: 222px;
	height: 150px;
	background-color: #efefef;
	background-image: url(/img/logo_bg.jpg);
	background-repeat: no-repeat;
}

#menu_block {
	margin-top: 2px;
}

#menu_block, #home_menu_block {
	position: relative;
	background-color: #cc0000;
	background-image: url(/img/menu_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#menu_links {
	width: 100%
}

#menu_links, #home_menu_links {
	color: #FFFFFF;
	padding: 7px 0px 7px 0px;
	text-align: center;
}

#menu_links a:link, #menu_links a:visited {
	padding: 7px 25px;
}

#home_menu_links a:link, #home_menu_links a:visited {
	padding: 7px 30px;
}

#menu_links a:link, #menu_links a:visited, #home_menu_links a:link, #home_menu_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_links a:hover, #home_menu_links a:hover {
	color: #FFFFFF;
	background-color: #920002;
}

#menu_links span {
	padding: 0px 10px;
	font-weight: bold;
}

#menu_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 222px;
	text-align: center;
	padding: 7px 0px;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

#main_block {
}

#main_block_left {
	float: left;
}


#main_txt {
	padding: 30px 30px 30px 30px;
}

#main_block .main_txt_narrow {
	width: 600px;
}

#main_col {
	float: right;
	width: 222px;
}
#main_col_txt {
	padding: 30px 0px;
}

.main_col_txt {
	padding: 30px 0px;
}


#footer_block {
	border-top: 2px solid #CCCCCC;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #F2F2F2;
}

#home_footer_block {
	margin-top: 20px;
	padding: 10px 15px;
}

#footer_block, #footer_block a:link, #footer_block a:visited, #home_footer_block, #home_footer_block a:link, #home_footer_block a:visited {
	font-size: 9pt;
	color: #666666;
}

#footer_left {
	float: left;
	width: 450px;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}

.foot_big {
	font-weight: bold;
	font-size: 10pt;
	line-height: 200%;
}

/* HOME */

#home_logo_block {
	background-image: url(/img/home_logo_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 160px;
	margin-top: 10px;
}

#home_logo {
	margin: 5px auto 0px auto;
	width: 223px;
}

#home_visual_block {
	position: relative;
	margin-top: 2px;
}

#home_vis_txt {
	position: absolute;
	top: 30px;
	left: 577px;
	color: #003760;
}

#home_vis_txt a:link, #home_vis_txt a:visited {
	color: #003760;
}


#home_vis_txt ul {
	margin: 0px;
	padding: 0px;
}
#home_vis_txt li {
	margin: 5px 0px;
	padding: 1px 0px 1px 23px;
	list-style-type: none;
	background-image: url(/img/home-vis-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#home_txt_block {
	background-color: #F2F2F2;
	border: 2px solid #D9D9D9;
	border-top: 0px;
	background-image: url(/img/gray_frame_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#home_txt_left {
	padding: 25px 10px 25px 20px;
	width: 515px;
	float: left;
	line-height: 130%;
}

#home_txt_right {
	padding: 10px;
	width: 250px;
	float: right;
	text-align: center;
}

.home_tel {
	width: 200px;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.home_tel ul {
	margin: 0px;
	padding: 0px;
}
.home_tel li {
	margin: 5px 0px;
	padding: 4px 0px 4px 35px;
	list-style-type: none;
	background-image: url(/img/phone_ico.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


/* ÑÒÈËÈ */

.table_pad td {
	padding: 3px;
}
.table_pad th {
	text-align: right;
}


.compact_list ul {
	margin: 0px;
	padding: 10px 0px 10px 17px;
}
.compact_list li {
	margin: 5px 0px 5px 0px;
}

.gray_frame {
	background-color: #F2F2F2;
	border: 2px solid #D9D9D9;
}

.redstar {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}

.form_title {
	font-weight: bold;
	line-height: 200%;
}

.cat_list ul {
	margin: 0px;
	padding: 7px 0px 7px 10px;
}
.cat_list li {
	margin: 0px;
	padding: 1px 0px 1px 14px;
	list-style-type: none;
	background-image: url(/img/list_arr.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}


.cat_list_tth {
	font-size: 8pt;
	background-color: #F7F7F7;
	border: 2px solid #E5E5E5;
	width: 400px;
	padding: 10px 5px 5px 10px;
	margin: 20px 0px 20px 0px;
}

.cat_list_tth ul {
	margin: 0px;
	padding: 7px 0px 7px 20px;
}
.cat_list_tth li {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	list-style-type: none;
	background-image: url(/img/list_tth_arr.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


.cat_table table {
	font-size: 100%;
	margin: 10px 0px;
	border-collapse: collapse;
}

.cat_table td {
	padding: 10px 15px;
	border-bottom: 2px solid #e5e5e5;
	border-top: 2px solid #e5e5e5;
}
/*.cat_table th {
	text-align: right;
}*/

.cat_img img {
	margin: 20px 0px 15px 0px;
}

.cat_price {
	font-size: 11pt;
	font-weight: bold;
	/* color: #990000; */
	text-align: center;
}

.price {
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.price2 {
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
}


.cat_table h2, .cat_table h2 a:link, .cat_table h2 a:visited, .hed2_lnk h2, .hed2_lnk h2 a:link, .hed2_lnk h2 a:visited {
	color: #990000;
	text-decoration: none;
}
.cat_table h2 a:hover, .hed2_lnk h2 a:hover {
	color: #990000;
	text-decoration: underline;
}
