@charset "utf-8";
@import url('reset.css');
@import url('content.css');

/*=== General ===*/

html, body{background:url('/i/body.png')}

*{
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	color:#333;
	
}
strong, h1 {font-weight:bold;}
sup {font-size:0.6em; vertical-align:top; color:#aaa}
a {color:#0a5889}
h1{font-size:120%;}
/*img {behavior: url('png.htc');}*/

.png {behavior: url('/png.htc');}	

div.siteBlock
{
	position:relative;
	//overflow: hidden;
	overflow-x: hidden;
	width:auto;
	height:100%;
	min-height:768px;
	max-width:1300px;
	min-width:1000px;
	margin:0 auto;
	padding-bottom:199px;
	_width:1300px;
	width:expression(
		document.body.clientWidth < 1000? "1000px" : 
		document.body.clientWidth > 1300? "1300px" : "auto" 
	);
	background:url('/i/illustration2.jpg') no-repeat left 80px #000;
	background-repeat:none;
	background-position:left 80px;
	background-color:#000;
	-moz-box-shadow: 0 0 10px 2px #000;
	-webkit-box-shadow: 0 0 10px 2px#000;
	box-shadow: 0 0 10px 2px #000;
	_position:relative;
	_margin:0 auto;

}
.cList{
	position:absolute;
	top:80px;
	display:block;
	background:#000;
	z-index:1;
}
div.footer
{
	position:relative;
	width:auto;
	_width:1300px;
	max-width:1300px;
	min-width:1000px;
	width:expression(
		document.body.clientWidth < 1000? "1000px" : 
		document.body.clientWidth > 1300? "1300px" : "auto" 
	);
	margin-top:-199px;
	height:199px;
	background:url('/i/bottom_bg.jpg') repeat-x left top;
}
table.main{margin:10px 4% 0 4%; width:auto; _width:92%; height:100%;}
table.main tr{}
table.main tr td{vertical-align:top; padding:0 10px 10px 0; height:100%;}
table.main tr td.content{
	background:#fff;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}


.hidden{display:none;}

/* 404 */
div#error404Block
{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	color:#fff;
	background:url('/i/404line_bg.png') repeat-x left center #000;
}
div.block404
{
	position:absolute;
	width:1000px;
	height:341px;
	top:50%;
	margin-top:-170px;
	left:50%;
	margin-left:-500px;
	background:url('/i/404_car.jpg') no-repeat right center;
}
div.block404 h1
{
	color:#85390f;
	margin-bottom:20px;
}
div.block404 p
{
	color:#f3be64;
	font-size:90%;
	margin-bottom:10px;
}
div.block404 a {}
div.block404 img {margin-right:5px;}
p.b404{font-size:1000% !important; color:#eeb25b !important; margin-bottom:10px !important;}

