*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
	padding: 0px;
	margin: 0px;
	background: #E9EBEB;
}

body, td, input, select, textarea {
	font-size: 12px;
}

a{
    color: blue;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.clr{
	clear: both;
}

#wrapper{
	width: 980px;
	left: 50%;
	position: relative;
	margin-left: -490px;
}

#header{
	height: 113px;
	background: url(images/hdrbg.gif) repeat-x;
}

#logo{
	width: 950px;
	height: 113px;
	background: url(images/logo.gif) no-repeat;
}

#fullimg{
	width: 980px;
	height: 286px;
	background: url(images/fullimg.jpg) no-repeat;
}


#breadcramps{
	padding: 14px;
	height: 23px;
	background: url(images/breadline.gif) repeat-x;
	color: white;
	font-style: italic;
	font-weight: bold;
}
#breadcramps a{
	color: white;
	text-decoration: underline;
}
#breadcramps a:hover{
	text-decoration: none;
}



#content{
	background-color: white;
	padding: 20px;
}



#footer{
	height: 87px;
	/*background-color: #011b34;*/
}
#footer .content{
	padding: 20px 0px 0px 0px;
	height: 67px;
	background: url(images/ftrbg.gif) repeat-x;
	color: #b3c4d8;
	text-align: center;
}
#footer .content a{
	color: #b3c4d8;
}


#MainMenu{
	height: 43px;
	background: url(images/menuline_off.gif);
}
#MainMenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#MainMenu ul li{
	display: inline;
}
#MainMenu ul li a{
	float: left;
	display: block;
	padding: 13px 19px 0px 20px;
	height: 30px;
	color: black;
background: url(images/menuline_off.gif);
}
#MainMenu ul li a:hover{
	text-decoration: none;
	background: url(images/menuline_on.gif);
}
#MainMenu ul li a.select{
	background: url(images/menuline_on.gif);
}









#razdels{
	width: 980px;
	height: 220px;
}



h1{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 26px;
	font-weight: normal;
	border-bottom: 2px solid silver;
}


#mainabout{
	width: 580px;
	float: left;
}

#mainnews{
	width: 326px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#mainnews .data{
	width: 60px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#mainnews .data .day{
	font-size: 18px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	width: 48px;
	height: 48px;
	background: url(images/news_day.gif) no-repeat;
	color: white;
	font-weight: bold;
	text-align: center;
}
#mainnews .data .month{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#mainnews .news{
	width: 260px;
	float: right;	
}



.newsarchive{
	width: 150px;
	height: 27px;
	display: block;
	text-indent: -50000px;
	background: url(images/newsarchive.gif) no-repeat;
}



.toplink{
    padding-right: 17px;
    text-align: right;
    background: url(images/uplink.gif) no-repeat right;
}


#prod_div{
    
}

#prod_div img{
    padding-right: 15px;
}

#prod_div .prod_links{
    margin-left: 25px;
    line-height: 2;
}


h2{
    font-weight: normal;
}


ul.lh{
    line-height: 2;
}


td{
    vertical-align: top;
}


.lbl{
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}

.inpt{
    width: 400px;
    border: 1px solid gray;
    padding: 5px;
    font-size: 12px;
}

#content{
    height:auto !important;
    height:600px;
    min-height: 600px;
}
