body, html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #302e32;
	background: #eee;
	font: 12px Tahoma;
	color: #424241;
}


a img {
	border: 0px;
}

a:link  {
	color: #50910d;
	text-decoration: underline;
}
a:visited, a:hover {
	color: #50910d;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

ul, ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li {
	background: url('/pic/bullet.gif') left 8px no-repeat;
	margin-bottom: 5px;
	padding-left: 15px;
}

hr {
	border: 0px;
	border-top: 1px dotted #afafaf;
	color: white;
	background: white;
}

h1 {
	margin-top: 0px;
	color: #50910d;
	font: normal 23px Tahoma;
	text-transform: uppercase;
}
h2 {
	margin: 0px 0px 0.3em;
	color: #50910d;
	font-size: 12px;
	text-transform: uppercase;
}
h3 {
	margin: 0px 0px 0.3em;
	color: #50910d;
	font-size: 11px;
}

.error {
  color: #f55;
}


img.frame {
	padding: 4px 4px;
	background: #f5f5f5;
	border: 1px solid #e1e1df;
}


.left {
	float: left;
}

.right {
	float: right;
}



.pages {
	margin: 10px;
}
.pages a {
	margin: 0px 2px;
	padding: 0px 4px;
	text-decoration: none !important;
}
.pages a.current {
	border: 1px solid #ccc;
	font-weight: bold;
}

input.invalid, select.invalid, textarea.invalid {
	border: 2px solid #f55;
}

.tel {
  color: green;
   font: 24px Tahoma;
   font-weight: bold;
   position: absolute;
    right: 100px;
    top: 46px;
}
.red {
	color: #b30821; 
}
.black {
	color: #454644;
}
.green {
	color: #46af05;
}

.specblock {
	padding: 9px 5px;
	color: white;
	background: url('/pic/bg_left_dots.gif') right top;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.specblock a {
	color: white !important;
}
.specblock small {
	font-size: 8px;
}
.specblock .inputtext {
	width: 125px;
	height: 17px;
	padding: 1px;
	color: white;
	background: url('/pic/bg_dots_light.gif');
	border: 1px solid #1f420a;
}
.specblock .inputsubmit {
	padding: 1px;
	height: 17x;
	color: #123200;
	background: #d1ff00;
	border: 1px solid #1f420a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#left h1, #right h1 {
	margin: 0px 10px 3px 0px;
	padding: 0px 0px 3px 3px;
	color: #454644;
	border-bottom: 2px solid #cbccca;
	font: bold 15px Tahoma;
	text-transform: uppercase;
}





#container {
	width: 1000px;
	margin: 0px auto;
	background: url('/pic/left_line.gif') 205px top repeat-y white;
	overflow: auto;
}


#header {
	position: relative;
	height: 188px;
	background: url('/pic/bg_header.gif') left bottom no-repeat #31332d;
	/*overflow: auto;*/
	z-index: 50;
}

#header .leaf {
	position: absolute;
	right: 0px;
	top: 0px;
}

#header .logo {
	position: absolute;
	left: 15px;
	top: 3px;
}

#header .slogan {
	position: absolute;
	left: 260px;
	top: 50px;
}

#header .phone {
	position: absolute;
	left: 208px;
	top: 116px;
}

#header .icons {
	position: absolute;
	left: 520px;
	top: 13px;
}
#header .icons a {
	margin: 0px 3px;
	padding: 0px 2px;
}

#header .search {
	position: absolute;
	left: 430px;
	top: 106px;	
}
#header .search label {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	height: 31px;
	color: #dde0d4;
	border-right: 1px solid #575952;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
#header .search .text {
	margin: 5px 0px 0px;
	padding: 1px;
	width: 149px;
	height: 17px;
	color: #dde0d4;
	border: 1px solid #21231f;
	background: #6f716c;
	font-weight: bold;
}

#header .search .submit {
	margin: 5px 0px 0px;
	padding: 1px;
	height: 17x;
	color: #123200;
	border: 1px solid #213216;
	background: #c5ff00;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}



#header .menu ul, #header .menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header .menu ul {
	z-index: 51;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#header .menu li {
	z-index: 52;
	position: relative;
 	/*display: block;*/
 	_width: 100px;
 	float: left;
 	padding-right: 3px;
 	background: url('/pic/head_menu_delimer.gif') right bottom no-repeat;
}
#header .menu li.last {
 	padding-right: 0px;
 	background: none;
}
#header .menu li a {
 	display: block;
 	height: 29px;
 	padding: 17px 9px 0px;
 	text-align: center;
}
#header .menu li a:hover, #header .menu li a.current, #header .menu li a.active {
	background: url('/pic/bg_header_menu_hover.gif') left bottom repeat-x;
}

#header .menu li ul {
	z-index: 53;
    display: none;
    position: absolute;
    right: 1px;
    top: 46px;
    width: auto;
}
#header .menu li li {
	z-index: 54;
	position: relative;
 	display: block;
 	float: none;
 	width: auto;
 	height: 25px;
 	padding: 0px;
 	margin: 0px;
 	background: url('/pic/bg_menu_alpha.png') !important;
 	/*background: #347505 !important;*/
}
#header .menu li li a {
 	display: block;
 	width: auto;
 	height: 15px;
 	padding: 5px 10px;
 	margin: 0px;
 	text-align: left;
 	font-size: 10px;
 	text-transform: uppercase;
 	font-weight: bold;
 	line-height: 1.4em;
 	color: white !important;
 	text-decoration: none !important;
 	white-space: nowrap;
 	/*background: url('/pic/bg_menu_alpha.png') !important;*/
}
#header .menu li li a:hover, #header .menu li li a.active  {
	background: #439706 !important;
}




.headrow {
	height: 137px;
	border-bottom: 6px solid #c6c6b6;
	overflow: hidden;
}
.headrow.left {
	width: 201px;
	height: 119px;
}
.headrow.main {
	_float: left;
}


#left {
	float: left;
	padding: 30px 5px;
	width: 195px;
	clear: left;
}

#left .specblock {
	margin-right: -6px;
	background-position: left top;
}

#left .newsitem {
	margin-bottom: 1.5em;
	font-size: 11px;
}
#left .newsitem a {
	color: #424241 !important;
}
#left .newsitem .date {
	margin-bottom: 0.5em;
	overflow: auto;
}
#left .newsitem .date em {
	display: block;
	float: left;
	padding-right: 3px;
	color: #50910d;
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
}
#left .newsitem .date span {
	display: block;
	float: left;
	height: 16px;
	padding: 0px 1em;
	color: white;
	background: #31332d;
	font-size: 10px;
	line-height: 14px;
}


#right {
	float: right;
	width: 210px;
	padding-top: 14px;
	text-align: right;
}

#right ul.main {
	margin-bottom: 1em;
	padding: 5px 3px 5px 25px;
	background: #dde0d4;
	border: 1px solid #c8cbc1;
	text-align: left;
}
#right ul.common {
	margin: 0px 0px 1em 5px;
	padding: 5px 3px 5px 25px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
#right ul.common li {
	line-height: 18px;
}
#right ul.common a {
	text-decoration: none !important;
}
#right ul.common a:hover, #right ul.common a.current {
	color: #cd0513 !important;
}



#content {
	margin: 0px 220px 0px 240px;
	padding: 30px 0px;
}



#footer {
	position: relative;
	height: 83px;
	color: #93958c;
	background: url('/pic/line_footer.gif') left top repeat-x #31332d;
	clear: both;
}
#footer .menu {
	position: absolute;
	top: 15px;
	right: 0.5em;
	color: #c6ff00;
	font-size: 11px;
	font-weight: bold;
}
#footer .menu a {
	margin: 0px 0.2em;
	padding: 0px 0.3em;
	color: #93958c !important;
	text-decoration: none !important;
	font-size: 10px;
	text-transform: uppercase;
}
#footer .legacy {
	position: absolute;
	left: 12px;
	top: 35px;
	font-size: 11px;
}
#footer .created {
	position: absolute;
	left: 12px;
	top: 55px;
	font-size: 12px;
	color: #dde0d4;
}
#footer .created * {
	color: #dde0d4;
	text-decoration: none;
}
#footer .counters {
	position: absolute;
	left: 260px;
	top: 45px;
	width: 680px;
	text-align: center;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
}
HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	font: 10pt Tahoma;
    color: white;
	background: url('/pic/bg_main.gif') repeat-x left top #00606c;
}

form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}


p {
	margin: 0px 0px 0.3em;
}



#head {
	position: relative;
	width: 1000px;
	height: 300px;
	margin: 0px auto;
	background: url('/pic/bg_head.jpg') no-repeat top left;
}
#head .logo {
	position: absolute;
	top: 0px;
	left: 143px;
}
#head .title {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 114px;
	font-size: 1.1em;
	text-align: right;
}
#head .slogan {
	position: absolute;
	left: 473px;
	top: 53px;
	font-size: 1.1em;
	letter-spacing: 0.25em;
}
#head img.frame {
	position: absolute;
	left: 146px;
	top: 167px;
	width: 153px;
	height: 99px;
	padding: 6px 6px 16px 19px;
	background: url('/pic/bg_frame_head.gif');
}


#menu_w {
	height: 70px;
	/*padding-left: 430px;*/
	background: #ff8400;
}
#menu {
	width: 551px;
	height: 70px;
	margin: 0px auto;
	padding-left: 449px;
}
#menu ul, #menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#menu ul li {
	float: left;
	height: 58px;
	padding: 12px 3px 0px 0px;
	background: url('/pic/menu_delimer.gif') right top no-repeat;
}
#menu ul li.last {
	padding-right: 0px;
	background: transparent;
}


#main_w {
	padding-left: 146px;
	background: url('/pic/bg_left.gif') repeat-y left top #00606c;
	overflow: auto;
}
#main_w2 {
	width: 854px;
	margin: 0px auto;
	background: #00606c;
	overflow: auto;
}

#left {
	float: left;
	width: 178px;
	padding-top: 40px;
	background: url('/pic/bg_left_strip.gif') left top repeat-y #00606c;

}
#left img.frame {
	width: 153px;
	height: 99px;
	padding: 6px 6px 16px 19px;
	background: url('/pic/bg_frame_left.gif');
}

#main {
	margin-left: 220px;
	padding-top: 40px;
}

#footer {
	position: relative;
	height: 156px;
	background: url('/pic/bg_left_strip.gif') left top repeat-y #00606c;
	clear: both;
}
#footer .leftpic {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#menufooter {
	position: absolute;
	left: 271px;
	top: 5px;
	padding: 0px 15px;
	background: url('/pic/bg_menu_footer.gif') left top repeat-x;
}

#menufooter ul, #menufooter ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#menufooter ul li {
	float: left;
	height: 69px;
	padding: 78px 3px 0px 0px;
	background: url('/pic/menu_footer_delimer.gif') right top no-repeat;
}
#menufooter ul li.last {
	padding-right: 0px;
	background: transparent;
}

#copyrights {
	position: absolute;
	bottom: 3px;
	right: 15px;
	text-align: right;
}

#copyrights * {
	text-decoration: none;
}


