@import "global.css";

@media screen, projection
{
	body {background:#9F9F9F url('../img/bkg-body.gif') repeat-x;font:0.8em/1.6 "arial",sans-serif}
	a {color:#000}
	button {color:#fff;font-weight:bold;background:#CF0000;border:none}
	h1 {padding-top:10px}
	h1,h2,h3 {color:#CF0000;font-variant:small-caps;font-weight:bold}
	h1 {margin-bottom:20px}
	ul {margin-left:0.5em}
	ul li {background:url('../img/bkg-ul-li.gif') no-repeat 0 7px;padding-left:13px;list-style:none}
	ul.transparent {margin:0;padding:0}
	ul.transparent li {background:transparent;margin:0;padding:0;list-style:none}
	table {border:none}
	table td, table th {border:1px solid #CF0000}
	table th {background:#CF0000;font-weight:bold}

	#wrap {width:940px;margin:auto;margin-bottom:20px}
	#top {background:#fff;position:absolute;top:50px;padding:0 20px;height:360px;width:900px}
	#logo {margin:5px 0}
	#mmenu {margin-top:37px}
	#main {background:#fff;margin-top:410px;padding-bottom:20px}
	#main.home {background:#E9E9E9;padding-top:20px}
	#banner {background:url('../img/banner1.jpg') no-repeat;width:900px}
	#slogan {position:relative;background:#000;top:-160px;height:70px;z-index:100;width:300px;float:right;opacity:0.7}
	#footer {background:#fff;height:48px;padding:0 20px}

	.fs {font-size:85%}
	.content {margin:0 20px}
	.content.home {margin-left:23px}
	.content.home dl {float:left;width:272px;height:369px;margin-right:7px;background:url('../img/bkg-home-dl.gif');padding:0 10px 10px 10px}
	.content.home dl dt {background:#CF0000;line-height:50px;height:50px;color:#fff;padding:0 10px}
	.content.home dl dt a {color:#fff;text-decoration:none;font-weight:bold}
	.content.home dl dd {font-size:87%}
	.content.home dl dd img {width:272px}
	.mmenu ul li {padding:0 10px;border-right:1px solid #CFCFCF}
	.mmenu ul li.last {border-right:none}
	.mmenu ul li.active a {color:#CF0000;font-weight:bold;text-decoration:none}
	.slogan {color:#fff;line-height:70px;font-size:30px;padding:0 15px;}
	.footer {line-height:48px;font-size:85%;}
		
	.articleshort {border-bottom:1px solid #088A0B;padding:7px 0;margin:0}
	.info strong, .error strong {color:#fff}
}
@media print
{
	button {display:none}
}
