body {
	margin: 0;
	background-image: url(images/bg_bottom.jpg);
}

body, th, td, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 16px;
}

.top_menu_split {
	width: 1px;
	height: 32px;
	background-color: #3584cf;
}

.top_menu_space {
	width: 3px;
	height: 32px;
}

.top_menu_down {
	padding: 5px 3px 0px 3px;
	width: 100px;
	height: 32px;
	text-align: center;
	background-image: url(images/top_menu_down.jpg);
	color: #ddffdc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.top_menu_down a {
	color: #ddffdc;
	text-decoration: none;
}

.top_menu_down a:hover {
	color: #ddffdc;
	text-decoration: none;
}

.top_menu_up {
	padding: 5px 3px 0px 3px;
	width: 100px;
	height: 32px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.top_menu_up a {
	color: #ffffff;
	text-decoration: none;
}

.top_menu_up a:hover {
	color: #ffffff;
	text-decoration: none;
}

.copyright {
	padding-left: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 100%;
	color: #ffffff;
}

.content_header {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	background-color: #274660;
	width: 100%;
	height: 32px;
}

.road {
	font-size: 12px;
	color: #ffffff;
}

.sub_shadow {
	background-image: url(images/sub_menu_shadow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 178;
}

.sub_menu_up {
	padding: 7px 0 7px 3px;
	color: #ffffff;
	font-size: 14px;
	/*font-weight: bold;*/
}

.sub_menu_up a{
	color: #ffffff;
}

.sub_menu_up a:hover{
	color: #ffcc00;
}

.sub_menu_down {
	background-image: url(images/sub_menu_down_bg.png);
	padding: 7px 0 7px 3px;
	/*padding: 7px;*/
	color: #ffcc00;
	font-size: 14px;
	/*font-weight: bold;*/
}

.sub_menu_down a{
	color: #ffcc00;
}

.sub_menu_down a:hover{
	color: #ffcc00;
}

.block_inf_header {
	text-align: left;
	color: #ddffdc;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}

.block_inf_text {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	height: 100%;
	padding-left: 10px;
}

.content_head {
	background-image: url(images/content_head_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.content_head ul {
	color: #00283f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-image:url(images/content_head_li.png);
}

.content_head a {
	color: #00283f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.content_head a:hover {
	color: #00283f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.catalog {
	border-collapse: collapse;
	/*border-collapse: separate;
	border-spacing: 0px;*/
	empty-cells: show;
	width: 100%;
	/*border: 2px solid red;*/
}

.catalog th {
	padding: 1px;
	border: 1px solid white;
	border-top-width: 0px;
	background-color: #3c693b;
	color: white;
	font-family: Arial, Verdana, Tahoma, Seriv;
	font-weight: normal;
	font-size: 11px;
}

.catalog td {
	padding-left: 3px;
	border: 1px solid white;
	border-top-width: 0px;
	color: #00283f;
	font-size: 11px;
	text-align: center;
}

.catalog .even {
	background-color: #eaedf0;
}

.catalog .odd {
	background-color: #dfe0e2;
}

.td_bg{
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
}

.search{
	background-image: url(images/search_mid.png);
	background-repeat: no-repeat;
}
.content_h_left {
  background: #274660 url(images/bg_content_h_left.png) repeat-y;
}