@charset "windows-1251";
/* CSS Document */
#clear { clear:both }
#container
{
	width:98%;
	min-width:900px;
	*width: expression(document.body.clientWidth > 1024 ? "99%" : "1024px");
	margin:10px auto;
}

#container div.logo { position:relative; width:120px; float:left }
#container div.up { position:relative; height:120px; right:120px; left:0 }
#container td.flash1 { position:relative; float:left; padding-left:10px }
#container td.menu { height:33px; background:url(bg_menu.gif) repeat-x } 
#container td.menu img { float:left }
#container #images { height:90px; white-space:nowrap; left:-10px }
#com { padding:0; margin:0 }
#container div.big 
{
	position:absolute;
	background-color:#999999;
	right:13px;
	left:124px;
	top:134px;
	margin:0 5px
}

#container td.d
{
	width:25%;
	height:126px;
	background:url(3d.jpg) 0 0 repeat-x;
}
#container td.pro
{
	width:25%;
	height:126px;
	background:url(pro.jpg) 0 0 repeat-x;
}
#log h1 a {width:180px; height:45px; position:relative; overflow:hidden; display:block; font-size:1.2em; margin:0 auto;}
#log h1 a span {width:100%; height:45px; position:absolute; top:0; left:0; background:url(_img/logo-rusdoors.gif) no-repeat 0 0; cursor:hand;}



#map
{
	width:50%;
	background:url(bg_map.gif) 10px 10px no-repeat;
	min-width:430px;
	*width: expression(document.body.clientWidth > 450 ? "50%" : "450px");
	
}
#container td div.cross
{
	position:relative;
	left:-10px;
	top:-20px;
	padding:-5px;
	margin:9px 0;
	float:left;
}
td.col
{
	width:33%;
	border-left:#666666 1px solid;
	padding:0 15px;
}
td.col2
{
	width:33%;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	padding:0 15px;
}
#map div.buy
{
	position:relative;
	left:20px;
	top:7px;
	*top:15px;
}
#map div.list
{
	position:relative;
	left:280px;
	top:55px;
	*top:65px;
	width:130px;
}
#map div.list2
{
	position:relative;
	left:0;
	*left:-10px;
	top:-10px;
	width:170px;
}

/*menu*/
.chromestyle
{
	position:absolute;
	top:105px;
	left:350px;
	width:550px;
	font-weight:normal;
	z-index:100;
	font-size:1.2em;
	padding-top:1px;
}
.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle ul
{
	border:none;
	width:100%;
	background:#ff7200; /*THEME CHANGE HERE*/
	padding:0;
	margin:0;
	text-align:left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li
{
	display:inline;
}
.chromestyle ul li a
{
	color:#fff;
	padding:0 10px;
	margin:0;
	text-decoration:none;
	border-right:1px solid #fff;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected
{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color:#ff7200; /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv
{
	position:absolute;
	top:0;
	border:1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width:0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ff7200;
	width:200px;
	visibility:hidden;
}
.dropmenudiv a
{
	width:auto;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #BBB; /*THEME CHANGE HERE*/
	padding:2px 0;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
* html .dropmenudiv a
{ /*IE only hack*/
	width:100%;
}
.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	background-color:#999999;
}
