/* Copyright (c) WebCom Art, http://artw.ru  */
/* prepare component */
html, body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	height: 100%;
	line-height: 1;
	color: black;
	background: white;
}
:focus {
	outline: 0;
}
strong{
	font-weight: bold;
}

/* user component */
body{
	background: #fff url('/images/ttlbgrnd1.gif');
	color: #000; 
	font: normal 12px Arial, Sans serif;
	min-width: 1004px;
	margin: 0;
	height: 100%
	text-align: center;
}
p, li{
	line-height: 1.3;
	margin: 0 0 3px 0;
}
a:link, a:visited {
	color: #203085; 
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/*** Цвета ***
Синий: #203085
Оранжевый: #FEC868
Голубой: #77AEE6
***************/

#layout{
	width: 100%;
	margin: 0;
	padding: 0;
}
	#logo{
		width: 292px;
		height: 173px;
		padding: 0;
	}
		#logo img{
			width: 272px;
			height: 173px;
			margin: 0 10px 0 10px;
			border-style: none;
		}
	#topper{
		background: #203085 url('/images/topper.jpg') left top no-repeat;
		vertical-align: top;
		margin: 0;
		padding: 0;
		min-width: 710px;
	}
		#topper img{
			width: 16px;
			height: 16px;
			margin: 10px 30px;
			border-style: none;
		}
		#topper img#i_home{
			margin-top: 40px;
		}
		#topper object{
			float: left;
		}
	#content{
		margin: 20px 20px 20px 0px;
		padding: 0;
	}
	#menu_main{
		margin: 20px 10px 20px 10px;
	}
		#nav{
			margin: 0;
			padding: 0;
			width: 270px;
		}
		#menu_main ul{
			padding: 0;
			margin: 0 20px 20px 30px;
			list-style: none;
		}
			#menu_main ul li{
				padding: 0 0 6px 0;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 110%;
				font-family: tahoma;
			}
				#menu_main ul li a{
					color: #000;
				}
				#menu_main ul li a.open{
					color: #FEC868;
				}
		#menu_main .adress{
			padding: 0;
			margin: 10px 20px 10px 20px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px;
			width: 232px;
		}
		#content h2, 
		#menu_main h2{
			margin: 0;
			font-size: 110%;
			font-weight: bold;
			font-family: tahoma, sans-serif;
			text-transform: uppercase;
			color: #fff;
			background: #203085;
			padding: 4px 0 4px 20px;
			clear: both;
		}
		#content h2 a:link, #content h2 a:visited, 
		#menu_main h2 a:link, #menu_main h2 a:visited{
			color: #fff;
		}
		#content .bottombans{
			margin-top: 70px;
			border-style: none;
		}
#fixwidth{
	//width: 1004px;
	min-width: 1004px;
	height: 10px;
	margin: 0;
	padding: 0;
}
	#fixwidth img{
		border-style: none;
		height: 1px;
	}


