/* Reset CSS
----------------------------------------*/
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
EM{
	font-style:normal;
	}
A:LINK,
A:VISITED{
	color:#369;
	}
A:HOVER,
A:ACTIVE{
	color:#369;
	text-decoration:none;
	}
:FOCUS{
	outline:0;
	}
HTML,
BODY{
	height:100%;
	}
BODY{
	font-family:Tahoma,Geneva,sans-serif;
	font-size:.875em;
	line-height:1.571;
	color:#000;
	background:#fff;
	}
OL,UL{
	list-style:none;
	}
TABLE{
	border-collapse:collapse;
	}
CAPTION,TH,TD{
	text-align:left;
	font-weight:normal;
	}
BLOCKQUOTE:BEFORE,BLOCKQUOTE:AFTER,
Q:BEFORE,Q:AFTER{
	content:"";
	}
BLOCKQUOTE,Q{
	quotes:"" "";
	}

/* Wrap
----------------------------------------*/
#wrap{
	min-height:100%;
	min-width:990px;
	width:100%;
	}

/* Header
----------------------------------------*/
#header{
	position:relative;
	height:170px;
	background:#762b32 url(../images/logo.png) no-repeat 50px 0;
	color:#faf2bf;
	}
	#header .title{
		font:2em/1 Impact,Charcoal,sans-serif;
		padding:70px 0 0 210px;
		}
	#header .subtitle{
		font:1.1em/1 Impact,Charcoal,sans-serif;
		padding:5px 0 0 210px;
		}
	#header .contacts{
		position:absolute;
		top:50px;
		right:100px;
		font:normal 1.6em/1.7 Impact,Charcoal,sans-serif;
		letter-spacing:2px;
		padding:0 0 0 600px;
		}
	#header A:LINK,
	#header A:VISITED{
		color:#faf2bf;
		text-decoration:none;
		}
	#header A:HOVER,
	#header A:ACTIVE{
		color:#fcd65e;
		text-decoration:none;
		}

/* Menu
----------------------------------------*/
#menu{
	position:relative;
	z-index:1;
	width:100%;
	background:#ffe167 url(../images/bg-menu.png) repeat-x;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;
	}
	#menu .root{
		height:30px;
		padding-left:10px;
		}
	#menu .rootgroup{
		float:left;
		position:relative;
		height:30px;
		}
	#menu .slider{
		display:none;
		position:absolute;
		top:30px;
		left:-73px;
		z-index:99;
		width:270px;
		padding:10px 0;
		overflow:hidden;
		background:#faf2bf;
		}
	#menu A{
		float:left;
		display:block;
		padding:0 5px 0 5px;
		font:bold .9em/30px Verdana,Tahoma,Arial,sans-serif;
		text-decoration:none;
		color:#762b32;
		}
		#menu A:LINK,
		#menu A:VISITED{
			background:transparent;
			}
		#menu A:HOVER,
		#menu A:ACTIVE{
			background:#fece63;
			}
		#menu A.activelink{
			background:#fece63;
			}
		#menu A.deactivelink{
			background:transparent;
			}
	#menu .slider A{
		float:none;
		padding:7px 10px;
		line-height:1;
		color:#762b32;
		font-weight:normal;
		}
		#menu .slider A:LINK,
		#menu .slider A:VISITED{
			background:transparent;
			}
		#menu .slider A:HOVER,
		#menu .slider A:ACTIVE{
			background:#762b32;
			color:#fff;
			}

/* Content
----------------------------------------*/
#content{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content.png) repeat-x 0 0;
	}

/* Primary Content
----------------------------------------*/
#primary-content{
	float:right;
	width:100%;
	padding:0 0 88px;
	}
	#primary-content .inner{
		padding:20px 20px 132px 255px;
		background:url(../images/waterstamp.gif) no-repeat 96% 100%;
		}
	#primary-content .page-title{
		background:#ddd;
		border-bottom:1px solid #ccc;
		padding:20px;
		margin-bottom:1em;
		}
		#primary-content .page-title H2{
		font:bold 1.428em/1 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		color:#5d131e;
		}
	#primary-content .illustr-right{
		float:right;
		clear:right;
		display:block;
		margin:0 0 1em 2em;
		background:#ddd;
		border-top:1px solid #eee;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		padding:10px;
		width:250px;
		}
	#primary-content .illustr-left{
		float:left;
		clear:left;
		display:block;
		margin:0 2em 1em 0;
		width:250px;
		background:#ddd;
		border-top:1px solid #eee;
		border-bottom:1px solid #ccc;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		padding:10px;
		}
	.image-wrapper{
		overflow:hidden;
		margin:0 0 1em;
		}


#primary-content P{
	margin-bottom:.7em;
	}
	#primary-content LI P{
		margin:0;
		}
#primary-content OL,
#primary-content UL{
	margin:1em 0;
	}
#primary-content OL LI{
	margin:0 2em .3em;
	padding:0 0 0 10px;
	list-style-type:decimal;
	}
#primary-content UL LI{
	margin:0 2em .3em;
	padding:0 0 0 10px;
	list-style-type:disc;
	}
#primary-content EM{
	font-style:italic;
	}
#primary-content STRONG{
	font-weight:bold;
	}

/* Secondary Content
----------------------------------------*/
#secondary-content{
	float:left;
	width:255px;
	margin:0 -255px 0 0;
	padding:0 0 88px;
	}
	#secondary-content .inner{
		width:225px;
		padding:20px 15px 0;
		color:#000;
		font-size:.9em;
		}
	#secondary-content .side-title{
		font:bold 1em/1 'Lucida Sans Unicode','Lucida Grande',sans-serif;
		color:#5d131e;
		margin:2.5em 0 .5em;
		}
	#secondary-content EM{
	font-style:italic;
	}
	#secondary-content STRONG{
		font-weight:bold;
		}

/* Footer
----------------------------------------*/
	#footer{
		position:relative;
		clear:both;
		height:88px;
		margin-top:-88px;
		background:#e2e2e2 url(../images/bg-footer.gif) repeat-x;
		color:#7d7d7d;
		}
	#footer P{
		padding:30px 10px 0;
		line-height:31px;
		}
	#footer A{
		text-decoration:none;
		}
	#footer A:LINK,
	#footer A:VISITED{
		color:#7d7d7d;
		}
	#footer A:HOVER,
	#footer A:ACTIVE{
		color:#ff7a15;
		}
	#footer .fabrica{
		padding-right:100px;
		}
	#footer .yandex{
		padding-left:100px;
		}

/* Fabrica
----------------------------------------*/
#fabrica{
	text-align:center;
	}
	#fabrica IMG{
		border:0;
		vertical-align:middle;
		}