/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
q:before,q:after {content:'';} 
abbr,acronym {border:0;} 
/* end reset */
.keysfooter a,.keysfooter a:hover,.keysfooter a:visited{
	text-decoration: none;
	color: #FFAF0F;
}

body {
	font-size: 10px;
	/*background-image: url(/img/sky-t.jpg);
	background-position: top center;*/
	background-color: #bedcf4;
	font-family: "Times New Roman";
	color: #950f00;
	
	height: 100%;
}
html {
	height: 100%;
}

input[type=text],
input[type=password],
input[type=button],
input[type=submit],
textarea {
	border: 1px solid #950f00;
}
	input[type=button],
	input[type=submit] {
		background-color: #f6eca9;
		color: #950f00;
		padding: .3em;
	}

object {
	outline: 0;
}

a, a:visited {
	color: #950f00;
}

	a:hover {
		color: #d01500;	
	}

#wrap {
	width: 998px;
	overflow: hidden;
	margin: 0em auto;
	background: url(/img/skyloop.jpg) -50px 0 no-repeat;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

#header {
	position: relative;
}

	#logo {
		width: 206px;
		height: 173px;
		margin: 0px auto;
		display: block;
	}
	
	#slogan {
		position: absolute;
		font-size: 32px;
		top: 36px;
		left: 12px;
		width: 402px;	
		height: 67px;
		
		-left: -380px;
	}
		#slogan * {
			width: 402px;	
			height: 67px;
			display: block;
		}
	
	#contacts {
		position: absolute;
		font-size: 24px;
		top: 54px;
		right: 110px;
		color: #000;
	}
	
	
	#menu {
		margin: -50px auto 0px;
		height: 38px;
		width: 836px;	
		display: block;
		z-index: 1000;
		position: relative;		
	}
	
	ul.menu {
		background: #fbb100;
		border: 2px solid #000;
		
	}
		ul.menu li {			
			display: inline;
		}
		ul.menu li a {
			color: #000;
			text-decoration: none;
			font-size: 20px;
			padding: 0 6px;
			font-style: italic;
		}
		ul.menu li a:visited {
			color: #000;
		}
		ul.menu li a:hover, ul.menu li.active a {
			background: #face00;
			color: #000;
		}
	
	


#dbody {
	clear: both;
	position: relative;
	width: 599px;
	margin: 90px auto 0;
	left: 1px; /* match to footer */
}

	#center {
		width: 559px;
		height: auto;	
		background: url(/img/centertile.png) repeat-y;
		padding:40px 20px;
	}
			.list_img {
				width: 460px!important;
				margin: 0px auto;
				padding: 0px;
			}
				.list_img li {
					float: left!important;
					list-style: none!important;
					margin: 5px 5px!important;
					width: 140px;
					height: 140px;
					position: relative!important;
					border: 1px solid #bfbfbf;
				}
					.list_img img {
						border: 0px solid black!important;
					}
		#center .top {
			position: absolute;
			height: 43px;
			padding-top: 38px;
			text-align: center;	
			width: 599px;
			top: -81px;
			left: 0px;
			background-image: url(/img/centertop.png);
			font-weight: normal;
			-background: none;
			-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/centertop.png');
		}
		.top .h3_s {
			padding-top: 5px;
			padding-left: 10px;
		}
		
		
	
	#center, #left, #right {
		font-size: 1.7em;
		background-color: #f6eca9;
	}
	
	#left, #right {
		position: absolute;
		width: 165px;
		padding:40px 0px 5px;
		/*height:	540px;*/
		top: -40px;
		background: url(/img/lrhortile.png) repeat-y;
		z-index: 1;
	}
	
	#left .foot,
	#right .foot {
		background-image: url(/img/lrbottom.png);
		width: 165px;
		left: 0px;
		-background-image: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/lrbottom.png');	
	}
	
	.lentochka {
		position: absolute;
		z-index: 200;
		background-repeat: no-repeat;
		top: -25px;
		left: -11px;	
		width: 189px;
		height: 67px;
		
	}
	
	#left {
		left: -185px;	
		
	}
	
		#left .lentochka {
			background-image: url('/img/podrazdels.png');
			-background: none;
			-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/podrazdels.png');	
		}
		
		#submenu li {
			display: block;
			background-image: url('/img/menubg.png');
			background-repeat: no-repeat;
			height: 1em;
			width: 135px;
			padding: 8px;
			margin: 5px auto;
			font-size: 14px;
			white-space: nowrap;
			-background: none;
			-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/menubg.png');
		}
			#submenu li a {
				position: relative;
			}
		
			#submenu .active {
				font-weight: bold;
			}
	
	#right {
		right: -185px;	
	}
		#right #right_scroll {
			overflow: auto;
			height: 500px;
			width: 145px;
			margin: 0px auto;
		}
		#right .lentochka {
			background-image: url('/img/postavshiks.png');
			
			top: -28px;
			-background: none;
			-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/postavshiks.png');	
		}
		
		#postavshiks li {
			text-align: center;
			padding: .6em 0em;
		}
		
	.foot {
		height: 15px;
		position: absolute;
		bottom: -15px;	
	}
	
	#dbody h1, #dbody h2, #dbody h3, #dbody h4, #dbody h5 {
		margin: 0em 0em 0.3em 0em;
		text-align: center;
		font-weight: bold;
	}
	
	#dbody h1 {
		font-size: 1.7em;
	}
	
	#dbody h2 {
		font-size: 1.5em;
	}
	
	#dbody h3 {
		font-size: 1.3em;
	}
	
	#dbody h4 {
		font-size: 1.2em;
	}
	
	#dbody p {
		margin: 0.2em 0em 0.8em 0em;
	}
	
	#center ul li {
		list-style: disc;
		margin-left: 2em;
	}
	
	#center ol li {
		list-style: decimal;
		margin-left: 2em;
	}
	
	#center td {
		padding: .3em;
	}
	
	
#footer {
	clear: both;
	position: relative;
	
	margin-top: -40px;
	padding: 0em 0em;
	height: 301px;
	background-image: url(/img/gorod.jpg);
	text-align: center;
	
	font-size: 1.4em;
}

	#comc {
		padding-left: 19em;
	}
	
	#artwell {
		position: absolute;
		right: 5em;
		top: 1.5em;
	}

.cform input[type=text],
.cform input[type=password],
.cform textarea {
	width: 300px;
}

	.cform textarea {
		height: 100px;
	}
	
	.errors {
		border: 1px solid red;
		background-color: pink;
		padding: 1em;
		font-size: 1em;
	}
	
	.finv, .freq {
		border: 1px solid red !important;
		background-color: pink !important;
	}
.imprtnt{
	color: red;
}
.submit{
	background: #f3e167 !important;
}

#flc001 { margin: 0px auto; display: block; }

.price_gift {
	background: url('/img/price.png') top left;	
	width: 112px;
	height: 118px;
}