#measurer {	position: absolute; width: 100%; top: 0; height: 1px; line-height: 1px;}
html {height: 100%;}
* html body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #333;
	font-size: 0.8em;
	line-height: 1.3em;
	background: #0F0A0D url("/imgs/body-bg.jpg") repeat-x top;
	padding: 0;
	margin:0;
	cursor: default;
	behavior: url("/css/csshover.htc");
}


img.png{
	behavior: url("/css/iepngfix.htc");
}

img {border: 0}

a {color: #9E3B86;}
a:visited {color: #777;}
a:hover {color: #000;}
a:focus { outline: none; }

/* MpaK */

div#layout{
	background: #DDD url("/imgs/grain-bg.gif");
	border-right: 1px solid #666;
	border-left: 1px solid #666;

/*	
	max-width: 950px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) > 950? "950px": "auto");
*/
	width: 950px;

	margin: 0px auto;

}

div#head{ 
	height: 231px;
	margin-bottom: 20px;
}

div#topmenu{
	background: #3C3A3B url("/imgs/gray-up-bg.jpg") repeat-x;
	height: 31px;
	font-weight: bold;
}

div#carbg{
	background: #3F576C url("/imgs/car-below-bg.jpg") repeat-x;
	padding-right: 20px;
	text-align: right;
}

div#car{
	height: 169px;
	background: url("/imgs/car-bg.jpg") no-repeat;
}

div#downmenu{
	background: #3C3A3B url("/imgs/gray-down-bg.jpg") repeat-x;
}
div.menus{
	height: 31px;
	line-height: 31px;
	text-align: right;
	padding-right: 20px;
	color: #FFF;
}
div.menus a{
	color: #FFF;
	text-decoration: none;
	display: inline;
	padding: 2px;
}

div.menus a:hover{
	color: #000;
	background: #FFF;
}

/* ----- */

div#middle{
	width: 850px;
	margin: 0 auto;
	background: #FAFAFA;
	border: 2px solid #CCC;
	padding: 25px;
	overflow: hidden;
}

div#leftcolumn{
	width: 250px;
	float: left;
	overflow: hidden;
}

div#content{
	width: 590px;
	font-size: 1.2em;
	overflow: hidden;
}

div.pad{ padding: 20px; }

/* FOOT */
div#foot{
	display: block;
	padding: 14px 24px;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.4em;
}
div#foot a{
	color: #000;
	display: inline;
	padding: 4px;
	text-decoration:none;
}

div#foot a:hover{
	color: #FFF;
	background: #BF2191;
}

/* CATALOGUE MENU */

/* MENU */

ul#menu{
	list-style: none; 
	color: #333;
	margin: 0;
	padding: 0;
	padding: 14px 0px;
}

ul#menu li{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	display: inline;
}

ul#menu li div ul li{
	display: block;
	padding-left: 14px;
	font-size: 0.9em;
}

ul#menu li a{
	display: block;
	line-height: 2em;
	color: #4891AC;
	text-decoration: none;
}

ul#menu li a:hover{
	color: #9E3B86;
}

ul#menu li b{
	display: block;
	color: #333;
}

/* SHOP */

.gold{ color: #BBB; }

h1 {padding:0; margin:0; font-size: 1.3em; line-height: 1.4em; font-weight: normal; color: #4D4D4D;}
h2 {font-size: 1.1em; line-height: 1.3em; color: #6595BB; margin-bottom: 1.2em; }
h3 {font-size: 1em; color: #222;}

small {font-size: 0.85em; line-height: 1.2em;}

/* CATALOGUE */

table.cattable{ width: 100%; }

.line{
	margin-bottom: 10px;
	padding: 8px;
}

.line:hover, .linehover{
	color: #000;
	background: #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
}


div#basket{
	text-align:center;
}

table.vmiddle td{ vertical-align: middle; }

div#page{
	background: url("/imgs/tun-bg.jpg") no-repeat top center;
}

#content ul{
list-style: dotted;
}
#content p{
text-indent: 1em;
margin-bottom: 1.2em;
}
.mark{ float: left; padding:4px; height: 100px; width: 116px; text-align:center; margin: 2px; border: 1px double #DDD; }
.mark a{ text-decoration: none;  }

