/*
** Title:         RBS CSS Framework 1.0 Beta - Layout Styles
** Author:        Ivan Arnautov
** E-mail:        arnautov.ivan-rbscorp.ru
** Last Modified: 08.01.2008
** Copyright:     2007-2008, RBS Corporation, http://www.rbscorp.ru/
*/

/* Global Styles
--------------------------------------------*/
#global-outer {
	width: 100%;
	text-align: center;
}
#global-wrapper {
	width: 960px;
	//width: 962px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: left;
	margin-top: 140px;
	position: relative;
}


/* Header
--------------------------------------------*/
#logo {
	position: absolute;
	top: -120px;
	left: -5px;
	width: 160px;
	text-align: center;
}
#logo-text {
	position: absolute;
	top: -114px;
	left: 160px;
	width: 525px;
}
#controls {
	position: absolute;
	top: -80px;
	right: 0;
	width: 209px;
	height: 56px;
	background: url(/i/header/controls_bg.gif) no-repeat center top;
}
#controls p.phone {
	margin-top: 20px;
	font-size: 18px;
	color: #8a8a72;
	text-align: center;
}
	#controls-home,
	#controls-contacts,
	#controls-map {
		position: absolute;
		top: 4px;
		text-transform: lowercase;
		font-size: 10px;
	}
	#controls-home {
		left: 5px;
	}
	#controls-contacts {
		left: 62px;
	}
	#controls-map {
		left: 130px;
	}

/* Middle
--------------------------------------------*/
#container {
	overflow: hidden;
}

/****************************/
#navigation-menu {
	width: 160px;
	font-size: 10px;
}
#navigation-menu ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
#navigation-menu ul li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #448d3b url(/i/navigation-menu/li-t_bg.gif) repeat-x left top;
}
#navigation-menu ul li a:link,
#navigation-menu ul li a:active,
#navigation-menu ul li a:visited,
#navigation-menu ul li a:hover,
#navigation-menu ul li span {
	line-height: 10px;
	color: #ffffff;
	text-decoration: none;
	padding:8px 8px 12px 10px;
	display: block;
	width: 142px;
	position: relative;
	background: url(/i/navigation-menu/li-b_bg.gif) repeat-x left bottom;
	line-height: 1.25em;
}
#navigation-menu ul li span {
	color: #FFE825;
}
	#navigation-menu ul li .t-l {
		width: 12px;
		height: 12px;
		background: url(/i/navigation-menu/t-l.png) no-repeat left top !important;
		//background: none;
		//filter: none !important;
		//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/navigation-menu/t-l.png', sizingMethod=crop);
		top: -12px;
		left: 0;
	}
	#navigation-menu ul li .b-l {
		width: 12px;
		height: 12px;
		background: url(/i/navigation-menu/b-l.gif) no-repeat left bottom;
		bottom: 0;
		left: 0;
	}
	#navigation-menu ul li .t-r {
		width: 12px;
		height: 12px;
		background: url(/i/navigation-menu/t-r.gif) no-repeat right top;
		right: 0;
		top: 0;
	}
	#navigation-menu ul li.first .t-r {
		width: 12px;
		height: 12px;
		background: url(/i/navigation-menu/t-r-first.gif) no-repeat right top;
		right: 0;
		top: 0;
	}
	#navigation-menu ul li .t-r2{
		position:absolute;
		width: 12px;
		height: 12px;
		background: url(/i/navigation-menu/t-r_3.gif) no-repeat right top;
		right: 0;
		top: 0;
	}
	#navigation-menu ul li .b-r {
		width: 12px;
		height: 12px;
		background: url(/i/navigation-menu/b-r.gif) no-repeat right bottom;
		bottom: -9px;
		right: 0;
	}

/****************************/
#navigation-menu ul li ul {
	padding: 0;
	background-color: #E9E7D9;
	
}
#navigation-menu ul li ul li {
	margin: 0;
	background: #f5f4ed url(/i/navigation-menu/li-li-t_bg.gif) repeat-x left top;
	text-transform: none;
}
#navigation-menu ul li ul li a:link,
#navigation-menu ul li ul li a:active,
#navigation-menu ul li ul li a:visited,
#navigation-menu ul li ul li a:hover,
#navigation-menu ul li ul li span {
	background: url(/i/navigation-menu/li-li-b_bg.gif) repeat-x left bottom;
	padding: 7px 12px;
	color: #fe8900;
	font-size: 10px;
	//font-size: 9px;
	font-family: Verdana;
}
#navigation-menu ul li ul li span {
	color: #333333;
}
	#navigation-menu ul li ul li .t-l {
		background: url(/i/navigation-menu/t-l_2.png) no-repeat left top !important;
		//background: none;
		//filter: none !important;
		//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/navigation-menu/t-l_2.png', sizingMethod=crop);
		top: -12px;
		left: 0;
	}
	#navigation-menu ul li ul li .b-l {
		background: url(/i/navigation-menu/b-l_2.gif) no-repeat left bottom;
		bottom: 0;
		left: 0;
	}
	#navigation-menu ul li ul li .t-r {
		background: url(/i/navigation-menu/t-r_2.gif) no-repeat right top;
		right: 0;
		top: 0;
	}
	#navigation-menu ul li ul li.first .t-r {
		background: url(/i/navigation-menu/t-r-first_2.gif) no-repeat right top;
		right: 0;
		top: 0;
	}
	#navigation-menu ul li ul li .b-r {
		background: url(/i/navigation-menu/b-r_2.gif) no-repeat right bottom;
		bottom: -9px;
		right: 0;
	}


#content-outer {
	width: 590px;
	background: url(/i/content/bg.gif) repeat-y left top;
	border-right: 1px solid #d8d6cb;
	position: relative;
}
#content {
	margin: 1.5em 2.5em;
	min-height: 700px;
	//height: auto !important;
	//height: 700px;
}


/* Sidebar
--------------------------------------------*/

#sidebar {
	width: 208px !important;
	margin-left: -1px;
}
#bronnikov img {
	//width: auto !important;
	//width: 210px;
}
#order {
	padding: 0 15px;
	border: 1px solid #d8d6cb;
	border-top: 0;
	position: relative;
	//width: auto !important;
	//width: 178px;
	//height: auto !important;
	//height: 50px;
}
#sidebar h5 {
	margin: 0;
	font-weight: bold;
}
#order p {
	color: #666666;
	font-size: 10px;
}
#order img {
	margin-bottom: 1em;
}
#order p img {
	float: left;
	clear: none;
	margin-bottom: 0;
	margin-left: -10px;
	margin-top: -5px;
	width: 75px;
	height: 75px;
}
#order .b-l {
	left: -1px;
	bottom: -10px;
	background: url(/i/sidebar/b-l.gif) no-repeat top right;
}
#order .b-r {
	right: -1px;
	bottom: -1px;
	background: url(/i/sidebar/b-r.gif) no-repeat top left;
}

#news {
	padding: 0 15px;
	padding-top: 15px;
	border-left: 1px solid #d8d6cb;
	position: relative;
	//width: auto !important;
	//width: 178px;
	//height: auto !important;
	//height: 50px;
}
#news dl {
	font-size: 10px;
}
#news dt {
	color: #fe8900;
	margin: 0;
	background: url(/i/sidebar/news-dt_bg.gif) no-repeat left top;
	padding-top: 3px;
	padding-left: 7px;
	margin-left: -7px;
	margin-top: 0.5em;
	height: 23px;
}
#news dd {
	margin: 0;
	margin-bottom: 1em;
}
#news a:link,
#news a:active,
#news a:visited,
#news a:hover {
	color: #666666;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}


/* Footer
--------------------------------------------*/

#footer {
	height: 35px;
	margin-left: 160px;
	background: url(/i/footer/bg.gif) no-repeat left top;
	padding-top: 20px;
	padding-left: 2.5em;
	position: relative;
}
#footer p {
	margin: 0;
	color: #8a8a72;
	font-weight: bold;
}
#footer #footer-phones {
	position: absolute;
	top: -25px;
	left: -160px;
	width: 160px;
	height: 50px;
	background: url(/i/footer/bg_2.gif) no-repeat left top;
	padding-top: 14px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}
#footer #footer-mail {
	position: absolute;
	top: 10px;
	left: -160px;
	width: 160px;
	padding-top: 14px;
	text-align: center;
	font-size: 11px;
	color: #8a8a72;
}



div.jGrowl {
	z-index: 			9999;
	color: 				#f00;
	font-size: 			14px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}
/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#fcfcf9;
	border:2px solid #ccc;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					360px;
	padding: 				15px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height:40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin:10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight:bold;
	font-size:.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:99;
	float:right;
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top:4px;
	padding-bottom:4px;
	cursor:pointer;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display:none;
	}
}
