@import "global.css";

@media screen, projection {
	
	body { background: #990000;}
	h1, h2, h3, h4, h5, h6, p, address, ul, ol, cite, label, dl, dt, dd  { color: #444444; }
	a { color: #cc0000; }
	h1 { color: #cc0000; }
	pre { background: #f7f7f7; color: #000000; }
	table { border-color: #c9c2c1; }
	table td { background: #f7f7f7; color: #444444; border-color: #c9c2c1; }

	#wrap { margin: auto; text-align: center; width: 780px; background: url('../img/bkg-wrap.gif') repeat-y; }

	#title { margin: auto; text-align: center; width: 738px; height: 80px; background: url('../img/bkg-title.gif'); }
	#title-left { float: left; width: 200px; height: 80px; }
	#title-right { float: right; width: 538px; height: 80px; }
	#title-image { margin: auto; text-align: center; width: 738px; height: 160px; background: url('../img/bkg-image.jpg') center bottom no-repeat; }
	#title-menu { margin: auto; text-align: center; width: 738px; height: 60px; background: url('../img/bkg-menu.gif'); }
	
	#main { margin: auto; text-align: left; width: 738px; }
	#main-centerleft { float: left; width: 538px; }
	#main-right { float: right; width: 198px; }
	
	#main-left { float: left; width: 198px; }
	#main-centerright { float: right; width: 538px; }
	
	#main-centerone { width: 738px; }
	
	.content { width: 508px; margin: 5px 15px 15px 15px; }
	.contentone { padding: 5px 15px 15px 15px; }

	#footer { width: 780px; height: 48px; background: url('../img/bkg-footer.gif'); }
	
	#logo { text-align: center; width: 200px; height: 50px; margin-top:10px}
	#logo-img { border: none; }

	.submenu ul { padding: 15px 0 0 15px; margin:0}
	.submenu ul ul { padding: 0; }
	
	.submenu ul li a { font-weight: normal; text-decoration: none; color: #444444; }
	.submenu ul li.active a { font-weight: bold; color: #cc0000; }
	.submenu ul li.active li a { font-weight: normal; color: #444444; }
	.submenu ul li.active li.active a { font-weight: bold; color: #cc0000; }
	.submenu ul li.active li.active li a { font-weight: normal; color: #444444; }
	.submenu ul li.active li.active li.active a { font-weight: bold; color: #cc0000; }
	.submenu ul li li li li { display: none; }
	.submenu dl {padding:12px}
	.submenu dt {color:#cc0000; font-size:18px}

	.panel-info { }
	.panel-info dl { padding: 12px; }
	.panel-info dt { color: #cc0000; font-size: 18px; }
	.panel-info dd { padding-top: 12px; }

	.tmenu { margin: 40px 0 0 450px; }
	.tmenu ul { }
	.tmenu ul li { padding-right: 10px; }
	.tmenu ul li a { font-weight: bold; color: #000000; font-size: 10px; }
	
	.mmenu { padding: 16px 0 0 16px; }
	.mmenu ul { overflow:hidden; height:20px; }
	.mmenu ul li { padding: 0 15px 10px 15px; }
	.mmenu ul li.first { }
	.mmenu ul li a { color: #ffffff; font-weight: bold; text-decoration: none; }
	.mmenu ul li.active a { text-decoration: underline; }
	.mmenu ul li.sfhover a { color: #cccccc; }
	
	.company-copyright { text-align: center; color: #000000; padding: 18px 0 0 0; }
	
	.chapters { width: 250px; background: #f7f7f7; float: left; margin-bottom: 20px; border: solid #c9c2c1 1px; }
	.chapters dl { padding: 10px; }
	.chapters dt { height: 32px; font-size: 18px; }
	.chapters dd { }
	
	.search { }
	.search .search-button { width: 50px; height: 22px; border: solid #000000 1px; }
	.search .search-input { width: 120px; height: 18px; border: solid #000000 1px; background: #ffffff; padding: 2px 2px 0 2px; margin-right: 5px; vertical-align: top; }

	.comment blockquote p { color: #000000; }
	
	.gallery { background: #f7f7f7; border: solid #c9c2c1 1px; }
	.gallery a img { border: solid #000000 2px; }
	
	.product.full { color: #444444; }
	.nologo #logo {display:none;}
}
@media print {
	.np, .noprint {display:none}
}

