/* Make some ini settings ...
======================== */
* {
	padding							: 0;
	margin							: 0;
	border							: 0 none;
}
HTML {
	font-size						: 12px;
}
BODY {
	overflow						: auto;
	font-size						: 1em;
	font-family					: Arial, Tahoma, Helvetica, 'Lucida Grande', 'Trebuchet MS', sans-serif;
	background-color		: #fff;
	color								: #444;
}
A, A:link {
	text-decoration			: underline;
	color								: #444;
}
A:visited {
	text-decoration			: underline;
	color								: #444;
}
A:visited:hover {
	text-decoration			: none;
	color								: #666;
}
A:hover {
	text-decoration			: none;
	color								: #666;
}



/* Containers Layout
======================== */
#b_outer {
	padding							: 31px 0 0 59px;
	background					: url("../img/bg_body.jpg"/*tpa=http://www.regals.kiev.ua/img/bg_body.jpg*/) repeat-x 0 181px;
}
	/* Headline image + logo */
	#b_head {
		min-width						: 716px;
		height							: 37px;
	}

	/* Menu main thin line */
	#b_menu {
		position						: relative;
		min-width						: 716px;
		height							: 36px;
		margin-top					: 36px;
	}
	/* Central container for content */
	#b_content {
		min-width						: 716px;
		min-height					: 80px;
	}
		/* Some image in center */
		#b_img {
			padding-top					: 12px;
			clear								: both;
		}
		/* Text (Page) */
		#b_text {
			padding							: 12px 250px 0 9px;
		}
	/* Footer */
	#b_foot {
		min-width						: 716px;
		height							: 136px;
		margin-top					: 51px;
	}


/* Headline logo
======================== */
#logo {
	position						: relative;
	width								: 130px;
	font-size						: 2em;
}
#logo A {
	position						: absolute;
	top									: 0;
	left								: 0;
	display							: block;
	width								: 130px;
	height							: 37px;
	background					: url("../img/logo.jpg"/*tpa=http://www.regals.kiev.ua/img/logo.jpg*/) no-repeat center center;
}

/* Language menu
======================== */
#m_lang {
	float								: right;
	width								: 235px;
	height							: 18px;
	margin-top					: -13px;
	text-align					: center;
	list-style-type			: none;
}
#m_lang LI {
	display							: inline;
}
#m_lang A {
	margin							: 0 4px;
	text-decoration			: none;
}
#m_lang A:hover {
	text-decoration			: underline;
}

/* Main menu
======================== */
#m_main {
	line-height					: 36px;
	list-style-type			: none;
}
 /* 66 26 */
#m_main LI {
	float								: left;
	padding-right				: 20px;
}
#m_main A {
	display							: block;
	line-height					: 36px;
	font-family					: 'Trebuchet MS', sans-serif;
	font-size						: 1.3em;
	font-weight					: bold;
	text-decoration			: none;
	color								: #4f4f4f;
}
#m_main A SPAN {
	display							: block;
	line-height					: 36px;
	padding							: 0 13px;
}
#m_main A:hover, #m_main A.c  {
	background					: #1960ad url("../img/bg_mm_l.gif"/*tpa=http://www.regals.kiev.ua/img/bg_mm_l.gif*/) no-repeat left center;
	color								: #fff;
}
#m_main A:hover SPAN, #m_main .c SPAN {
	background					: url("../img/bg_mm_r.gif"/*tpa=http://www.regals.kiev.ua/img/bg_mm_r.gif*/) no-repeat right center;
}

/* for With Sub menu */
#m_main LI.mms A:hover, #m_main LI.mms A.c {
	background-image		: url("../img/bg_mm_sl.gif"/*tpa=http://www.regals.kiev.ua/img/bg_mm_sl.gif*/);
}
/* for With Sub menu */
#m_main LI.mms A:hover SPAN, #m_main LI.mms A.c SPAN {
	background-image		: url("../img/bg_mm_sr.gif"/*tpa=http://www.regals.kiev.ua/img/bg_mm_sr.gif*/);
}

/* Addition link */
#extra {
	float								: right;
	display							: block;
	width								: 235px;
	margin-top					: 4px;
	line-height					: 36px;
	text-align					: center;
}

/* Submenu for Maun menu
======================== */
DIV.m_sub {
	display							: block;
	position						: absolute;
	top									: 36px;
	left								: 25px;
	height							: 52px;
	background					: url("../img/bg_ms_l.png"/*tpa=http://www.regals.kiev.ua/img/bg_ms_l.png*/) no-repeat left center;
}
DIV.m_sub DIV {
	float								: left;
	height							: 52px;
	padding							: 0 9px;
	background					: url("../img/bg_ms_r.png"/*tpa=http://www.regals.kiev.ua/img/bg_ms_r.png*/) no-repeat right center;
}
DIV.m_sub UL {
	display							: block;
	float								: left;
	white-space					: nowrap;
	background-color		: #1960ad;
	list-style-type			: none;
}
DIV.m_sub LI {
	float								: left;
}
#b_menu DIV.m_sub A {
	line-height					: 52px;
	margin							: 0 22px;
	font-family					: 'Trebuchet MS', sans-serif;
	font-size						: 1.2em;
	font-weight					: bold;
	text-decoration			: none;
	background					: url("../img/bg_ms.gif"/*tpa=http://www.regals.kiev.ua/img/bg_ms.gif*/) repeat-x left bottom;
	color								: #fff;
}
#b_menu DIV.m_sub A:hover, #b_menu DIV.m_sub A.c {
	background-image		: none;
}


/* Page text
======================== */
/* page title */
#title {
	margin-bottom				: 16px;
	font-size						: 2em;
	font-weight					: normal;
	color								: #01449c;
}
#b_text P {
	margin							: 15px 0;
}

/* Footline
======================== */
#b_foot {
	padding-left				: 26px;
}
#b_foot DIV {
	float								: left;
	width								: 369px;
	height							: 64px;
	padding-left				: 17px;
	border-left					: 2px solid #dad6ad;
}
#contact {
	color								: #b4b4b4;
}
#contact SPAN {
	font-size						: 2.1em;
}
#contact SPAN.blue {
	color								: #01449c;
}
#contact SPAN.sup {
	font-size						: 1em;
	margin-left					: .4em;
}
#contact A {
	color								: #0f51a4;
}
#copyr A {
	color								: #1960ad;
}
