/* 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:#00aeef;
	}
A:HOVER,
A:ACTIVE{
	color:#ed1c24;
	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:#555;
	background:#fff;
	}
OL,UL{
	list-style:none;
	}
TABLE{
	border-collapse:separate;
	border-spacing:0;
	}
CAPTION,TH,TD{
	text-align:left;
	font-weight:normal;
	}
BLOCKQUOTE:BEFORE,BLOCKQUOTE:AFTER,
Q:BEFORE,Q:AFTER{
	content:"";
	}
BLOCKQUOTE,Q{
	quotes:"" "";
	}

/* Wrap
----------------------------------------*/
#wrap{
	width:996px;
	min-height:100%;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/bg-wrap.gif) repeat-y;
	}

/* Header
----------------------------------------*/
#header{
	position:relative;
	width:996px;
	height:130px;
	background:#fff;
	}
	#header #title{
		position:absolute;
		width:996px;
		height:130px;
		background:url(../images/bg-title.png) no-repeat 796px 75px;
		}
	#header #title A{
		display:block;
		width:297px;
		height:130px;
		background:url(../images/logo.png) no-repeat 10px 10px;
		text-indent:-9999px;
		}
	#header #subtitle{
		position:absolute;
		top:78px;
		left:252px;
		font:1.8em/1 Georgia,serif;
		color:#636467;
		}

/* Menu
----------------------------------------*/
#menu{
	width:976px;
	margin:0 10px;
	height:38px;
	padding-bottom:4px;
	background:#fd2b2b url(../images/bg-menu.png) repeat-x 100% 100%;
	position:relative;
	z-index:9999;
	}
	#menu UL{
		padding:0 18px;
		}
	#menu UL LI{
		float:left;
		position:relative;
		padding:10px 0 0;
		}
	#menu A{
		display:block;
		padding:0 9px;
		font:bold .9em/28px Arial,Helvetica,sans-serif;
		text-decoration:none;
		color:#fff;
		}
	/*#menu A:LINK,
	#menu A:VISITED{
		background:transparent;
		}
	#menu A:HOVER,
	#menu A:ACTIVE{
		background:#828282;
		}
		#menu A.activelink:LINK,
		#menu A.activelink:VISITED,
		#menu A.activelink:HOVER,
		#menu A.activelink:ACTIVE{
			background:#828282;
			}
		#menu A.deactivelink{
			background:transparent;
			}*/
	#menu .slider{
		display:none;
		position:absolute;
		top:38px;
		left:0px;
		z-index:999;
		width:200px;
		padding:10px 0;
		overflow:hidden;
		background:#828282;
		opacity:.9;
		}
	#menu .slider LI{
		float:none;
		padding:0;
		margin:0;
		}
	#menu .slider A{
		float:none;
		padding:7px 10px;
		width:180px;
		font:1em;
		line-height:1;
		color:#fff;
		font-weight:normal;
		}
		#menu .slider A:LINK,
		#menu .slider A:VISITED{
			background:transparent;
			}
		#menu .slider A:HOVER,
		#menu .slider A:ACTIVE{
			background:#00aeef;
			color:#fff;
			}
		
/* Page
----------------------------------------*/
#page{
	width:996px;
	overflow:hidden;
	}

/* Content
----------------------------------------*/
#content{
	float:left;
	position:relative;
	z-index:1;
	width:796px;
	}

/* Primary Content
----------------------------------------*/
#primary-content{
	float:right;
	width:596px;
	}
	#primary-content .inner{
		width:560px;
		padding:0 18px 61px;
		}
	#primary-content #page-title{
		font:1.8em/1.3 Georgia,serif;
		font-weight:normal;
		padding:15px 0 0;
		margin:0 0 .5em;
		color:#00aeef;
		}
	#primary-content .subtitle{
		font:1.8em/1.3 Georgia,serif;
		font-weight:normal;
		padding:15px 0 0;
		margin:0 0 .5em;
		color:#ed1b24;
		clear:both;
		}
	#primary-content P{
		margin-bottom:1em;
		}
	#primary-content STRONG{
		font-weight:bold;
		}
	#primary-content EM{
		font-style:italic;
		}
	#primary-content UL,OL{
		margin:1em;
		}
	#primary-content UL LI{
		margin:.5em 0 0 1em;
		list-style-type:disc;
		}
	#primary-content OL LI{
		margin:.5em 0 0 1em;
		list-style-type:decimal;
		}

/* Secondary Content
----------------------------------------*/
#secondary-content{
	float:left;
	position:relative;
	width:200px;
	z-index:1;
	}
	#secondary-content .inner{
		width:190px;
		padding:0 0 61px 10px;
		}
	#secondary-content .side-title{
		font:bold 1em/1 Georgia,serif;
		padding:10px 5px;
		margin:0 0 .5em;
		color:#fff;
		background:#ed1c24;
		border-bottom:4px solid #777;
		}
	#secondary-content .sub-menu{
		position:relative;
		z-index:1;
		text-align:right;
		width:190px;
		margin-top:3.8em;
		}
		#secondary-content .sub-menu LI{
			position:relative;
			z-index:1;
			margin-top:-1px;
			border-top:1px dotted #ccc;
			zoom:1;
			}
		#secondary-content .sub-menu A{
			display:block;
			width:190px;
			font:1em/2.5 Georgia,serif;
			}
			#secondary-content .sub-menu .subslide{
				display:none;
				opacity:.9;
				text-align:left;
				position:absolute;
				width:250px;
				background:#eee;
				top:0;
				left:100%;
				}
				#secondary-content .sub-menu .subslide LI{
					width:230px;
					padding:0 10px;
					}
				#secondary-content .sub-menu .subslide LI A{
					width:230px;
					}

/* Sidebar
----------------------------------------*/
#sidebar{
	float:right;
	width:200px;
	background:url(../images/bg-title.png) no-repeat 0 -97px;
	}
	#sidebar .inner{
		width:190px;
		padding:50px 10px 61px 0;
		overflow:hidden;
		}
	#sidebar .side-title{
		font:1.2em/1 Georgia,serif;
		color:#777;
		margin:0 0 .5em;
		}


/* Typography
----------------------------------------*/
#primary-content H2,
#primary-content H3,
#primary-content H4,
#primary-content H5,
#primary-content H6{
	font-weight:normal;
	}


/* Footer
----------------------------------------*/
	#footer{
		position:relative;
		height:31px;
		padding:10px 0;
		margin:-51px 0 0;
		z-index:2;
		}
	#footer P{
		padding:0 10px;
		line-height:31px;
		}
	#footer A{
		text-decoration:none;
		}
	#footer A:LINK,
	#footer A:VISITED{
		color:#555;
		}
	#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;
		}