#wrapper
{
	1width: 1005px;
	width: 100%;
	position: relative;
	1margin: 0 auto;
	1text-align: center;
	margin: 0;
	padding: 0;
}

#header
{
	width: 100%;
	position: relative;
	background-color: #CFCFCF;
}

	#headerLogo
	{
		width: 100%;
		background-image: url( 'img/top.gif' );
		width: 100%;
		height: 307px;
	}
	
	#headerStolb
	{
		position: absolute;
		top: 0;
		left: 50px;
		background-image: url( 'img/stolb.gif' );
		width: 239px;
		height: 297px;
		z-index: 1;
	}
	
	#headerText
	{
		font-size: 24px;
		font-weight: normal;
		font-family: 'Lucida Sans Unicode';
		position: absolute;
		top: 25px;
		left: 125px;
		color: #FFF;
		z-index: 2;
		margin: 0;
		padding: 0;
	}
	
	#phoneNumber
	{
		font-size: 24px;
		font-weight: normal;
		font-family: 'Lucida Sans Unicode';
		position: absolute;
		top: 25px;
		left: 300px;
		color: #0092DF;
		z-index: 2;
		margin: 0;
		padding: 0;
	}
	
	#car
	{
		position: absolute;
		margin: 0;
		padding: 0;
		z-index: 0;
		background-image: url( 'img/car.gif' );
		width: 245px;
		height: 102px;
		top: 170px;
		left: 20px;
	}
	
#navigation
{
	width: 100%;
	position: relative;
}

	#navigation
	{
		width: 100%;
		padding-top: 5px;
		position: relative;
	}
	
	#navigation #road
	{
		background-image: url( 'img/road.gif' );
		background-repeat: repeat-x;
		height: 4px;
		position: absolute;
		top: 7px;
		left: 0;
		width: 100%;
		
	}
	
	#navigation #circleLeft
	{
		background-image: url( 'img/dot_white.jpg' );
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 0;
		top: -4px;
		z-index: 5;
	}
	
	#navigation #circleRight
	{
		background-image: url( 'img/dot_white.jpg' );
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 115%;
		top: -4px;
		z-index: 5;
	}
	
	#navigation #circleLeft b, #navigation #circleRight b
	{
		display: block;
		margin: 15px 0 0 0;
		padding: 0;
		color: #EBEBEB;
		font-size: 1.2em;
	}
	
	#navigation ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
		font-family: Tahoma;
		font-size: 1.4em;
	}
	
	#navigation ul li
	{
		float: left;
		width: 19%;
		position: relative;
		padding-top: 10px;
	}
	
		#navigation ul li .orangePath
		{
			background-image: url( 'img/orange_path.gif' );
			background-repeat: repeat-x;
			height: 4px;
			position: absolute;
			top: 2px;
			left: 0;
			width: 100%;
		}
	
	#navigation ul li .circle
	{	
		position: absolute;
		left: 47%;
		top: -4px;
		background-image: url( 'img/dot_orange.jpg' );
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
	}
		
		#navigation ul ul
		{
			text-align: left; 
			position: absolute;
			left: 40%;
			top: 35px;
			font-size: 0.8em;
		}
		
		#navigation ul ul li
		{
			padding: 3px 0 0 0;
			margin: 0;
			float: none;
			white-space: nowrap;
		}


#body
{
	text-align: left;
	padding: 50px 50px 10px 50px;
	//padding: 25px 50px 5px 50px;
	font-size: 1.2em;
	line-height: 120%;
}

	#body h1
	{
		color: #0B63BD;
		font-size: 2.1em;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: normal;
	}
	
	#body h2
	{
		color: #0B63BD;
		font-size: 1,5.1em;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: normal;
	}
	
	#body h3
	{
		color: #0B63BD;
		font-size: 1,5.1em;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: normal;
	}
	
	#body h4
	{
		color: #0B63BD;
		font-size: 1,5.1em;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: normal;
	}
	
#bottomNav
{
	background-image: url( 'img/bottom_nav.jpg' );
	background-repeat: no-repeat;
	width: 122px;
	height: 243px;
	margin: 10px 0 0 50px;

}

	#bottomNav ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
		color: #FFF;
		font-size: 1.4em;
		text-align: center;
	}
	
	#bottomNav ul li
	{
		padding: 10px 0 13px 0;
	}
	
	#bottomNav ul li a:link, #bottomNav ul li a:visited
	{
		color: #FFF;
		text-decoration: underline;
	}
	#bottomNav ul li a:hover, #bottomNav ul li a:active
	{
		color: #FF8A00;
		text-decoration: underline;
	}


	
#copyright
{
	padding: 10px 0 0 0;
	color: #C7C7C7;
}