* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	padding: 20px 15px;
	background: #5f5f5f;
}
#wrapper {
	width: 970px;
	text-align: left;
	margin: auto;
	background: url(../images/content_top.jpg) no-repeat top left #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5b778d;
}
#container {
	background: url(../images/content_bottom.jpg) no-repeat left bottom;
	padding: 26px 19px 1px 16px;
}
a {
	color: #0080da;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
/* header */
#header {
	position: relative;
	min-height: 1px;
	_height: 1px;
	z-index: 200;
	background: url(../images/nav_first_hover.jpg) no-repeat 0 -1000px; 
}
#logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 470px;
	height: 100px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
.menu-nav {
	float: right;
}
.menu-nav li {
	display: inline;
	font-size: 12px;
	margin-left: 24px;
	list-style: none;
}
#search_form {
	position: absolute;
	top: 41px;
	right: 0;
	width: 280px;
}
#search_form input {
	float:left;
}
#search_form .text_inp {
	background: url(../images/search_inp.jpg) no-repeat;
	width: 210px;
	height: 13px;
	border: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #b2b2b2;
	padding: 4px 7px;

}
#search_form .button {
	background: url(../images/search_butt.jpg) no-repeat;
	width: 56px;
	height: 21px;
	border: none;
	cursor: pointer;
}
#pageimg {
	width: 935px;
	height: 226px;
	clear: both;
	margin-bottom: 19px;
	position: relative;
}
#pageimg img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#pageimg img.active {
	z-index: 10;
}
#pageimg .topleft {
	position: absolute;
	z-index: 100;
	background: url(../images/pageimg_topleft.gif) no-repeat;
	width: 2px;
	height: 2px;
	top: 0;
	left: 0;
}
#pageimg .topright {
	position: absolute;
	z-index: 100;
	background: url(../images/pageimg_topright.gif) no-repeat;
	width: 2px;
	height: 2px;
	top: 0;
	right: 0;
}
#pageimg .bottleft {
	position: absolute;
	z-index: 100;
	background: url(../images/pageimg_bottleft.gif) no-repeat;
	width: 2px;
	height: 2px;
	bottom: 0;
	left: 0;
}
#pageimg .bottright {
	position: absolute;
	z-index: 100;
	background: url(../images/pageimg_bottright.gif) no-repeat;
	width: 2px;
	height: 2px;
	bottom: 0;
	right: 0;
}
#navigation {
	background: url(../images/nav_bg.jpg) repeat-x;
	margin-bottom: 30px;
}
#navigation .inner {
	background: url(../images/nav_right.jpg) no-repeat right top;
}
#navigation ul {
	background: url(../images/nav_left.jpg) no-repeat left top;
	height: 42px;
}
#navigation ul li {
	float: left;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/nav_border.jpg) no-repeat right top;
	padding-right: 2px;
	position: relative;
}
#navigation ul a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 42px;
	padding: 0 38px;
}
#navigation ul li.last {
	background: url(../images/nav_hand.jpg) no-repeat 20px 0;
	padding-right: 0;
}
#navigation ul li.last a {
	padding-left: 90px;
	padding-right: 43px;
}
#navigation ul li a:hover,
#navigation ul li:hover a {
	color: #0980cd;
	background: url(../images/nav_hover.jpg) repeat-x;
}
#navigation ul li.first a:hover,
#navigation ul li.first:hover a {
	background: url(../images/nav_first_hover.jpg) no-repeat left top;
}
#navigation ul ul li.first a:hover,
#navigation ul ul li.first:hover a {
	background: none;
}
#navigation ul li.first li a:hover,
#navigation ul li.first:hover li a {
background-image:none;
}


#navigation ul li.last a:hover,
#navigation ul li.last:hover a {
	background: url(../images/nav_last_hover.jpg) no-repeat right top;
}

#navigation ul li.last li a:hover,
#navigation ul li.last:hover li a {
background-image:none;
}

#navigation ul ul li.last {
	background: url(../images/subnav_bott.jpg) no-repeat bottom left;
	
}

#navigation ul ul {
	position: absolute;
	top: 42px;
	left: 0;
	background: url(../images/subnav_bg.jpg) repeat-y top;
	height: auto;
	z-index: 200;
	display: none;
/*	padding-top: 3px;*/
}
#navigation ul li:hover ul {
	display: block;
}

#navigation ul ul a:hover,
#navigation ul ul li.last a:hover {
	background: none;
	text-decoration: underline;
}

#navigation ul ul li {
	background: url(../images/subnav_border.jpg) no-repeat bottom center;
	width: 206px;
	float: none;
	padding-right:0;
	position:relative;
}

#navigation ul ul a,
#navigation ul li:hover ul a {
	padding: 8px 15px 9px;
	line-height: normal;
	font-size: 11px;
	float: none;
	color: #0980cd;
	font-weight: normal;
	background: none;
}

#navigation ul ul ul,
#navigation ul li:hover ul ul {
	top: 0;
	left: 206px;
	display: none;
}
#navigation ul ul li:hover ul {
	display: block;
}


/* content */
#wrapper #container #center {
  float: left;
  width: 100%;
}
body.sidebar-left #center {
  margin-left: -230px;
}
body.sidebar-right #center {
  margin-right: -207px;
}
body.sidebars #center {
  margin: 0 -207px 0 -190px;
}
body.sidebar-left #squeeze {
  margin-left: 230px;
}
body.sidebar-right #squeeze {
  margin-right: 207px;
}
body.sidebars #squeeze {
  margin: 0 207px 0 190px;
	_height: 1px;
}
#wrapper #container #sidebar-left,
#wrapper #container #sidebar-right {
  width: 165px;
	padding-right: 25px;
  float: left;
  z-index: 2;
  position: relative;
}
#wrapper #container #sidebar-right {
  width: 170px;
	padding-right: 0px;
	padding-left: 37px;
}
body.sidebar-left #wrapper #container #sidebar-left {
	width: 187px;
	padding-left: 18px;
}

#wrapper #container #center #squeeze {
  background: #fff url(../images/bg-content.png) repeat-x 50% 0;
  position: relative;
}



h1 {
	font-weight: normal;
	font-size: 26px;
	color: #3b4851;
	margin-bottom: 18px;
}
h2,h3 {
	font-size: 14px;
	color: #3b4851;
	margin-bottom: 17px;
}
#center p {
	line-height: 18px;
	margin-bottom: 18px;
}
#sidebar-left,
#sidebar-right {
	line-height: 18px;
}
.contact_box {
	padding-top: 7px;
	margin-bottom: 22px;
}
.link {
	margin-bottom: 25px;
	background: url(../images/small_title_right.jpg) no-repeat left bottom;
	height: 21px;
	padding-bottom: 1px;
	padding-right: 9px;
}
.link a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: right;
	background: url(../images/small_title_left.jpg) no-repeat top left;
	padding: 4px 6px 4px 10px;
	line-height: normal;
}
.link a:hover {
	color:#000000;
}
.news {
	margin-bottom: 33px;
}
.news .date, .contentpagetitle {
	color: #056cb8;
	font-weight: bold;
	margin-bottom: 4px;
}
#sidebar-left img {
	margin-bottom: 19px;
}
.scroll_img {
	position: relative;
	padding: 29px 0;
	margin-bottom: 20px;
	height: 324px;
}
.scroll_img .prev {
	display: block;
	background: url(../images/prev.jpg) no-repeat left top;
	width: 109px;
	height: 23px;
	top: 0;
	left: 18px;
	position: absolute;
	cursor: pointer;
}
.scroll_img .prev.disabled {
	background: url(../images/prev.jpg) no-repeat left bottom;
	cursor: inherit;
}
.scroll_img .next {
	position: absolute;
	display: block;
	background: url(../images/next.jpg) no-repeat left top;
	width: 109px;
	height: 23px;
	bottom: 0;
	left: 18px;
	cursor: pointer;
}
.scroll_img .next.disabled {
	background: url(../images/next.jpg) no-repeat left bottom;
	cursor: inherit;
}
.scrollbox {
	position: relative;
	height: 324px;
	overflow: hidden;

}
.scroll_img .inner {
	position: absolute;
	top: 0;
	left: 0;
		width:150px;
}
#sidebar-left .scrollbox img {
	position: relative;
	margin: 9px 0;
	#margin: 8px 0;
}

.category_box {
	position: relative;
}
.section_box {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.section_box a {
	display: block;
	width: 157px;
	height: 54px;
	margin-right: 5px;
	float: left;
	font-size: 14px;
	color: #0080da;
	text-align: center;
	padding: 115px 10px 10px;
	text-decoration: none;
	line-height: 18px;
}
.section_box a:hover {
	color: #0463b0;
}
.section_box a span {
	display: block;
	font-size: 18px;
	text-decoration: underline;
}
.section_box a#galva {
	background: url(../images/section_galva.jpg) no-repeat;
	margin-left: -6px;
}
.section_box a#eko {
	background: url(../images/section_eko.jpg) no-repeat;
}
.section_box a#build {
	background: url(../images/section_build.jpg) no-repeat;
	margin-right: 0;
}

body.sidebar-left  .line {
	height: 1px;
	background: url(../images/line_bg.gif) repeat-x;
	overflow: hidden;
	line-height: normal;
	margin-bottom: 15px;
	margin-left: -18px;
}
.list li {
	background: url(../images/list.gif) no-repeat 0 10px;
	list-style: none;
	margin-left: -10px;
	padding-left: 18px;
	margin-bottom: 18px;
}
/* footer */
#footer {
	background: url(../images/footer_bg.jpg) no-repeat 45px 0 #5f5f5f;
	height: 140px;
	padding: 7px 15px;
	color: #cccccc;
	line-height: 24px;
}
#ft_left {
	float: left;
	width: 212px;
	margin-right: 30px;
}
#ft_left a {
	color: #ffcc00;
	margin-bottom: 8px;
	float: left;
}
#footer ul {
margin-right:10px;
	line-height: 17px;
	padding-top: 5px;
}
#footer ul li {
	list-style: none;
	display: inline;
	
	float: left;
}

#footer ul li ul li{
float: none;
width: 100%;
display: list-item;
}

#footer ul .parent a {
	font-weight: bold;
	color: #ffcc00;
}

#footer ul .parent ul li a {
	color: #cccccc;
	font-weight:normal;
}

