/**
 * http://drd.ru/
 * Timur, 2009
*/

*
{
margin:0px;
padding:0px;
font-size: 100%;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body{
position:relative;
left:50%;
margin-left:-496px;
width:992px;
border: 1px solid #FFFFFF;
border-top:none;
border-bottom:none;
_height:1650px;
min-height:1330px;
color:#FFFFFF;
background: url('/img/1.jpg') no-repeat center top #091A3B;;
}


#logo{
	position:absolute;
	top:14px;
	left:15px;
	z-index:3;
	width:262px;
	height:85px;
}


img{
  border: 0px;
}

a, a:active, a:visited, a:hover{
	outline:none;
}

div.clear{
  clear: both;
}


	#top{
		position:relative;
		width:992px;
		height:129px;
		background: url('/images/top.jpg') no-repeat;
	}
	
		#top ul{
			position:absolute;
			top:105px;
			left:328px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
				
		#top ul li{
			float: left;
			font-size: 0.9em;
			padding-right: 12px;
		}
		
			#top ul li a, #top ul li a:active, #top ul li a:visited{
				color:#FFF;
				font: Georgia, "Times New Roman", Times, serif;
				text-decoration:none;
				font-weight:bold;
			}
			
			#top ul li a:hover{
				color:#FDE624;
				text-decoration:underline;
			}


	#content{
		position:relative;
		width:992px;
		height:805px;
		background:  url('/images/bgcenter12.jpg') no-repeat top;
	}
	
		#left{
			position:relative;
			width:198px;
			height:452px;
			background: url('/images/bgleft.jpg') no-repeat;
			float:left;
		}
			
			#left ul{
				position:relative;
				top:55px;
				left:20px;
				margin: 0;
				padding: 0;
				width:170px;
				list-style-type:none;
			}
			
				#left ul li{
					font-size: 0.9em;
					margin:5px 0px;
					//margin:3px 0px; /*Парм-парам, а вот и IE*/
				}
		
					#left ul li a, #left ul li a:active, #left ul li a:visited{
						color:#E2E4EA;
						text-decoration:none;
						font-weight:bold;
					}
					
					#left ul li a:hover{
						color:#E2E4EA;
						text-decoration:underline;
					}
					
					#left a.active, #left a.active:active, #left a.active:visited{
						color:#FDE624;
						text-decoration:none;
						font-weight:bold;
					}
					
					#left a.active:hover{
						color:#FDE624;
						text-decoration:underline;
					}
					
						#left ul li.podmenu{
							padding-left:20px;
							_padding-left:40px;
							margin-left:10px;
							list-style-type:none;
							font-size:0.7em;
						}
						
							#left ul li.podmenu a, #left ul li.podmenu a:active, #left ul li.podmenu a:visited{
								color:#FFFFFF;
								text-decoration:none;
							}
						
							#left ul li.podmenu a:hover{
								color:#FFFFFF;
								text-decoration:underline;
							}
							
							#left ul li.podmenu a.activepod, #left ul li.podmenu a.activepod:active, #left ul li.podmenu a.activepod:visited{
								color:#FDE624;
								text-decoration:none;
							}
						
							#left ul li.podmenu a.activepod:hover{
								color:#FDE624;
								text-decoration:underline;
							}
							
		
							li.podmenu div{
								margin-left:-20px;
								float:left;
								_margin-top:4px; /*Опять IE отличился*/
							}			
		
		
		#text{
			position:relative;
			width:736px;
			height:777px;
			_height:777px;
			background: url('/images/bgtext1.jpg') no-repeat;
			border:1px solid #FFFFFF;
			float:left;
			padding:5px 0px 5px 5px;
			_padding:0px;
		}
		
			#nazvanie{
				position:relative;				
				top:5px;
				color:#FDE203;
				font-size:1.2em;
				font-weight:bold;
				margin-bottom:10px;
			}
			
			
			#minnazvanie{
				position:relative;
				margin-bottom:10px;
				top:5px;
				color:#FDE203;
				font-size:1.1em;
				letter-spacing:-1px;
			}
			
			#matherials{
				position:relative;
				overflow:auto;
				width:736px;
				height:777px;
				_height:777px;
				font-size:0.9em;
				padding-top:5px;
				_margin:5px 0px 5px 5px;			
			}
			
			#matherials a, #matherials a:active, #matherials a:visited, #matherials a:hover{
				color:#FFFFFF;
				text-decoration: underline;
			}
			
			
		
		
	#threepic{
		position:relative;
		width:992px;
		height:256px;
		background: url('/images/threepic1.jpg') no-repeat;
		padding-left:38px;
		_padding-left:0px;		
	}
	
		#dolbanniyIE6{        /* :) */
			position:relative;
			margin-left:28px;
		}
	
		
		.pic{
			position:relative;
			width:289px;
			heigth:178px;			
			float:left;
			margin-left:10px;
			margin-top:70px;
		}
		
			.pic img{
				border:1px solid #FFFFFF;
			}
	
	
	#bottom{
		position:relative;
		width:992px;
		height:140px;
		background: url('/images/bottom1.jpg') no-repeat;
	}
	
		#adress{
			position:absolute;
			left:5px;
			bottom:5px;
			color:#000034;
			font-size:0.8em;
			font-weight:bold;
		}
		
		#copy{
			position:absolute;
			left:400px;
			bottom:5px;
			color:#FFFFFF;
			font-size:0.7em;
		}
		
			#copy a, #copy a:active, #copy a:visited, #copy a:hover{
						color:#FFFFFF;
						text-decoration:underline;						
					}
		
		#count{
			position:absolute;
			right:0px;
			bottom:0px;
			width:301px;
			height:50px;
			background: #000034;
		}
		
    
