/* Eric Meyer's CSS Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
/* End of Eric Meyer's CSS Reset */

html {height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
body { font: 13px/18px Arial, sans-serif; width: 100%; height: 100%;}
.wrapper {width: 960px;margin: 0 auto;min-height: 100%;height: auto !important;height: 100%;}
a {color: #86191d; text-decoration: underline;}
a:hover {text-decoration: none;}
#main-wrapper {
background: #e9e9e9;
background: -moz-linear-gradient(top,  #e9e9e9 0%, #fcfcfc 25%, #fcfcfc 75%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(25%,#fcfcfc), color-stop(75%,#fcfcfc), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 25%,#fcfcfc 75%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 25%,#fcfcfc 75%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 25%,#fcfcfc 75%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #e9e9e9 0%,#fcfcfc 25%,#fcfcfc 75%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e5e5e5',GradientType=0 );
padding-top: 24px;
}

/* Header
-----------------------------------------------------------------*/
.header {
	height: 402px;
	box-shadow: 0 1px 1px #e8e8e8;
	border: 1px solid #fefefe;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 );
	border-radius: 4px 4px 0 0;
	margin: 0 0 31px;
	position: relative;
}

#logo							{position: absolute;top: 17px;left: 33px;}

#menu-top						{position:absolute;top:45px;right:26px;font-weight:bold;font-size:0;}
#menu-top li					{display:inline-block;position:relative;padding:0 4px 0 5px; font-size:14px;}
#menu-top li a					{padding:5px 10px 6px;line-height:27px;text-decoration:none;color:#424242;border-radius:2px;}
#menu-top li.current a			{color: white; background-color: #be222a; font-weight: normal}
#menu-top li:hover a			{text-decoration: underline;}
#menu-top li:after				{content: ""; display: block; height: 14px; width: 1px; position: absolute; right: -1px; top: 8px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAOAgMAAACTLZ7PAAAACVBMVEUqFkgAAAAqFkgIyV0MAAAAAnRSTlPuALZuE1oAAAATSURBVAjXY2BgaIBAIMsBCJH4AD8cBIEdZEeQAAAAAElFTkSuQmCC) no-repeat;}
#menu-top li:last-child:after	{display: none;}

#block-promo {
	position: relative; top: 117px; left: 9px;
	height: 280px; width: 940px;
	color: white;
	font-size: 13px;
	background:
		url(images/bg-promo.jpg) no-repeat top center,
		url(images/bg-promo-lq.jpg) no-repeat top center #881f1f;
	text-shadow: 0 0 6px #4c0300;
}
#block-promo:after {
	content: "";
	position: absolute; bottom: -28px; left: 242px;
	display: block; height: 28px; width: 288px;
	background: url(images/bg-promo-alpha.png) no-repeat;
}

#block-promo a					{color: #ffba00; text-decoration: underline;}
#block-promo a:hover			{text-decoration: none;}

#block-promo-contacts			{position: absolute;top: 55px;left: 30px;}
#block-promo-contacts b			{font-size: 14px;}
#block-promo-contacts .phone	{font-size: 24px;}

#block-promo-about				{position: absolute; top: 48px; right: 0; padding-right: 30px; width: 320px;}
#block-promo-about h4			{font-weight: bold; font-size: 24px; margin-bottom: 21px;}
#block-promo-about p			{margin-bottom: 12px;}
/* Middle
-----------------------------------------------------------------*/
.middle							{width: 100%;padding: 0 0 128px;position: relative;}
.middle:after					{display: table;clear: both;content: '';}
.container						{width: 100%;float: left;overflow: hidden;}
.content						{padding: 13px 0 0 279px;}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {font-weight: bold; font-size: 24px; color: #9e312a; padding: 5px 0 17px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAADXpY700XzxAAAAAXRSTlMAQObYZgAAAApJREFUCNdjOAAAAMIAwfjQTxMAAAAASUVORK5CYII=) repeat-x bottom; margin-bottom: 19px;}

.content h2 {font-size: 22px; padding: 5px 0 10px; margin-bottom: 10px;}
.content h3 {font-size: 20px; padding: 5px 0 8px; margin-bottom: 8px;}
.content h4 {font-size: 18px; padding: 5px 0 6px; margin-bottom: 6px;}
.content h5 {font-size: 16px; padding: 4px 0 4px; margin-bottom: 4px;}
.content h6 {font-size: 14px; padding: 2px 0 2px; margin-bottom: 2px;}

.content img {margin: 5px;}

.page-photo {margin-right: -22px; font-size: 0;}
.page-photo a {margin: 0 14px 14px 0; display: inline-block;}
.page-photo img {margin: 0; vertical-align: top;}

/* Left Sidebar
-----------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 226px;
	margin-left: -100%;
	position: relative;
	padding-left: 9px;
}

.left-sidebar .box {
	background-color: #f6f6f6;
	border: 1px solid #f8f8f8;
	box-shadow: 0 0 1px rgba(170, 153, 139, 0.5);
}

.left-sidebar .box header {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	padding: 20px 19px 10px;
	margin: -1px -1px 0;
	border-radius: 2px 2px 0 0;
background: -moz-linear-gradient(top,  #d54134 0%, #d64134 2%, #d14639 3%, #d8493a 4%, #e15241 6%, #c93a2f 10%, #aa2017 46%, #9b0e0c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d54134), color-stop(2%,#d64134), color-stop(3%,#d14639), color-stop(4%,#d8493a), color-stop(6%,#e15241), color-stop(10%,#c93a2f), color-stop(46%,#aa2017), color-stop(100%,#9b0e0c));
background: -webkit-linear-gradient(top,  #d54134 0%,#d64134 2%,#d14639 3%,#d8493a 4%,#e15241 6%,#c93a2f 10%,#aa2017 46%,#9b0e0c 100%);
background: -o-linear-gradient(top,  #d54134 0%,#d64134 2%,#d14639 3%,#d8493a 4%,#e15241 6%,#c93a2f 10%,#aa2017 46%,#9b0e0c 100%);
background: -ms-linear-gradient(top,  #d54134 0%,#d64134 2%,#d14639 3%,#d8493a 4%,#e15241 6%,#c93a2f 10%,#aa2017 46%,#9b0e0c 100%);
background: linear-gradient(to bottom,  #d54134 0%,#d64134 2%,#d14639 3%,#d8493a 4%,#e15241 6%,#c93a2f 10%,#aa2017 46%,#9b0e0c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d54134', endColorstr='#9b0e0c',GradientType=0 );
}

.left-sidebar .box section {
	padding: 11px 19px 38px;
}

#menu-left {
	font-weight: bold;
	letter-spacing: -0.02em;
}

#menu-left li {
	padding: 4px 0;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
}

#menu-left li:first-child	{ border-top: none; }
#menu-left li:last-child	{ box-shadow: 0 1px 0 #fff; }

#menu-left li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	height: 4px;
	width: 4px;
	background-color: #86191d;
	border-radius: 2px;
}

#menu-left li.current:before {
	display: none;
}

#menu-left li.current a {
	background-color: #bd2029;
	border-radius: 2px;
	color: white;
}

#menu-left li a {
	color: #363636;
	text-decoration: none;
	padding: 4px 5px 4px 10px;
	display: block;
}

#menu-left li:hover a {
	text-decoration: underline;
}

#menu-left li.current:hover a {
	text-decoration: none;
	background-color: #cc3433;
}

/* Footer
-----------------------------------------------------------------*/
.footer {
	width: 960px;
	margin: -90px auto 0;
	height: 90px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAABlBMVEUAAADXpY700XzxAAAAAXRSTlMAQObYZgAAAApJREFUCNdjOAAAAMIAwfjQTxMAAAAASUVORK5CYII=) repeat-x top;
	position: relative;
}

#copyright					{position: absolute; top: 22px; left: 9px; font-size: 11px;}

#menu-bottom				{position:absolute; top: 17px; left: 264px;font-weight:bold;font-size:0;}
#menu-bottom li				{display:inline-block;position:relative;padding:0 2px 0 3px; font-size:13px;}
#menu-bottom li a			{padding:5px 10px 6px;line-height:27px;text-decoration:none;color:#424242;border-radius:2px;}
#menu-bottom li.current a	{color: white; background-color: #be222a; font-weight: normal}
#menu-bottom li:hover a		{text-decoration: underline;}
#menu-bottom li:after		{content: ""; display: block; height: 14px; width: 1px; position: absolute; right: -1px; top: 8px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAOAgMAAACTLZ7PAAAACVBMVEUqFkgAAAAqFkgIyV0MAAAAAnRSTlPuALZuE1oAAAATSURBVAjXY2BgaIBAIMsBCJH4AD8cBIEdZEeQAAAAAElFTkSuQmCC) no-repeat;}
#menu-bottom li:last-child:after{display: none;}