/*elements*/
html, body {
	margin: 0px; 
	padding: 0px;
	height: 100%;
}
body { 
	font: 12px verdana, sans-serif; 
	color: #595959; 
	background: #FFF;
	height: 100%;
}
table, td { 
	font: 12px verdana, sans-serif; 
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
p { 
	font: verdana, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
}
p[align=left] {
	text-align: left;
}
p[align=right] {
	text-align: right;
}
p[align=center] {
	text-align: center;
}
img {
	border: 0px;
}
a:link{
	text-decoration: none;
	color: #26558a;
}
a:visited { 
	text-decoration: none; 
	color: #26558a;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #DC4E09;
}
form {
	margin: 0;
	padding: 0;
}
/*id`s*/
#page {
	width: 100%; height: 100%;
	margin: auto;
}
#top {
	height: 60px;
	background: url(images/navbg.png);
	position: relative;
}
#nav {
	position: absolute;
	height: 60px;
	right: 50px; top: 0;
}
#nav ul {
	list-style: none;
	height: 60px;
	padding: 0 2px 0 0; margin: 0;
	background: url(images/navd.png) no-repeat right center;
	float: right;
}
#nav ul li {
	display: block; float: left;
	height: 60px;
	padding: 0 0 0 2px; margin: 0;
	background: url(images/navd.png) no-repeat left center;
}
#nav ul li a {
	float: left;
	display: block; height: 60px;
	line-height: 60px;
	color: #FFF;
	font-size: 14px;
	padding: 0 16px 0 16px;
	background: none;
}
#nav ul li a:hover {
}
#nav ul li a span{
	background: url(images/navbul.png) no-repeat 0px 6px;
	padding: 0 0 0 16px;
}
#toppic {
	background: url(images/toppicbg.jpg);
	height: 109px;
	position: relative;
}
#toppic div.pic {
	background: url(images/logo.png);
	position: absolute;
	width: 629px; height: 160px;
	top: -51px; left: 0px;
	-background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/gidravlik/images/logo.png',sizingMethod='scale');
}
#toppic div.man {
	background: url(images/man.png);
	position: absolute;
	width: 361px; height: 109px;
	top: 0px; right: 0px;
	-background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/gidravlik/images/man.png',sizingMethod='scale');
}
#contacts {
	background: url(images/contline.png);
	height: 31px;
	padding: 0 0 0 26px;
	color: #565f69; font-weight: bold;
	position: relative;
}
#contacts .p {
	background: url(images/phone.gif) no-repeat 0 10px;
	float: left;
	line-height: 29px;
	padding: 0 10px 0 18px;
}
#contacts .e {
	background: url(images/mail.gif) no-repeat 0 11px;
	float: left;
	line-height: 29px;
	padding: 0 0 0 18px;
}
#contacts a {
	color: #565f69;
	position: relative;
}
#tsearch {
	background: url(images/srchbg.gif) no-repeat;
	position: absolute; right: 0; top: 5px;
	width: 205px; height: 22px; 
}
#tsearch input {
	border: 0;
	position: absolute;
}
#tsearch .str {
	left: 3px; top: 3px;
	height: 13px; width: 144px;
	line-height: 12px;
	font-size: 10px;
	background: transparent;
}
#tsearch .but {
	left: 155px; top: 0px;
}
#columns {
	background: #fff url(images/subcont.png) repeat-x;
	display: table;
	zoom: 1;
	-height: 0;
	width: 100%;
}
#columns h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	padding: 4px 0 12px 0;
}
#left_column {
	width: 250px;
	float: left;
	padding: 10px 0 0 0;
	margin-right: -250px;
}
#left_column .blk {
	padding: 0 8px 0 24px;
}
#right_column {
	width: 380px;
	float: right;
	padding: 10px 0 0 0;
	margin-left: -380px;
}
#middle_column {
	margin: 0 380px 0 250px;
}
#midcnt {
	padding: 10px 16px 20px 0;
}

#footer {
	text-align: right;
	background: #3c4f4f;
	height: 48px;
	position: relative;
	background: url(images/foobg.png);
}
#footer a {
	padding: 14px 10px 8px 0;
	display: block;
	color: #d6e1ed;
	font-size: 10px;
	position: relative;
}
/*classes*/
.leftnav {
	padding: 4px 0 20px 0;
	margin-left: -6px;
}
.leftnav ul{
	padding: 0 0 0 14px;
	margin: 0;
	list-style: none;
}
.leftnav li{
	padding: 0 0 8px 12px;
}
.leftnav .l0{
	background: url(images/lnbul.gif) no-repeat 0 3px;
	font-weight: bold;
}
#page .leftnav .l0 a {
	color: #dc0500;
}
.leftnav .l1{
	background: url(images/lnbul1.gif) no-repeat 0 5px;
	font-weight: normal;
}
#page .leftnav .l1 a {
	color: #173353;
}
.l50p {
	width: 49%;
	float: left;
	display: table;
	zoom: 1;
	-height: 0;
}
.l50p .in {
	padding: 0 12px 0 0;
}
.r50p {
	display: table;
	zoom: 1;
	-height: 0;	
}
.r50p .in {
	padding: 0 0 0 12px;
}
.catlist {
	width: 100%;
}
.catlist ul{
	list-style: none;
	padding: 0;
	margin: -10px 0 0 0;
	width: 100%
}
.catlist li {
	padding: 10px 0;
	margin: 0;
	text-align: left;
	background: url(images/dots.png) repeat-x bottom;
	display: table;
	_height: 0;/*ýòî äëÿ ÈÅ5-6*/
	zoom: 1;/*ýòî äëÿ ÈÅ7*/
	width: 100%
}
.catlist h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #dc0500;
	float: left;
}
.catlist img {
	float: left;
	margin: 0 16px 0 0;
}
.catlist p {
	padding: 4px 0 0 0;
	margin: 0;
	text-align: left;
	display: table;
	_height: 0;/*ýòî äëÿ ÈÅ5-6*/
	zoom: 1;/*ýòî äëÿ ÈÅ7*/
}
#page .catlist a{
	color: #595959;
}
#page .catlist h2 a{
	color: #dc0500;
}
.newslist {
	font-size: 11px;
	text-align: left;
	width: 100%;
}
.newslist ul{
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
}
.newslist h5 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	float: left; 
	color: #767a8b;
}
.newslist li {
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
	text-align: left;
}
#page .newslist a:link, #page .newslist a:visited, #page .newslist a:hover{
	color: #595959;
}
a.arnews {
	text-decoration: underline;
	font-size: 10px;
}
.cb {
	clear: both;
}
.b {
	font-weight: bold;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.smallbutton 	{
	COLOR: Black;
	FONT-SIZE: 9px;
	background-color : transparent;
	border: 1px dotted Black;
}
#page a.buttanc {
	border-left: 1px solid #999;
        border-top: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	font-size: 14px;
	line-height: 20px;
	padding: 0 12px;
}
#page a.buttanc:hover {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-decoration: none;
}
#page .breadcr {
	padding: 0 0 10px 0;
	margin: 0 0 0 -5px;
}
#page .breadcr a, #page .breadcr span{
	padding: 0 6px;
}
