@import "global.css";

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

	#wrap { margin: auto; text-align: center; width: 760px; }
	
	#title { text-align: left; width: 760px; height: 100px; border-top: solid #0066b3 10px; border-bottom: solid #999999 4px; }
	#title-left { float: left; width: 100%; height: 45px; }
	#title-right { float: left; width: 100%; height: 50px; margin-top:10px; }
	
	#main { text-align: left; width: 760px; padding-top: 20px; padding-bottom: 20px; }
	#main-centerleft { float: left; width: 525px; }
	#main-right { float: right; width: 220px; }
	
	#main-left { float: left; width: 220px; }
	#main-centerright { float: right; width: 525px; }
	
	#main-centerone { width: 760px; }
	
	.content { width: 525px; margin: 0px; }
	.contentone { padding: 0px; }
	
	#title-image { width: 525px; height: 245px; background: url('../img/bkg-image.jpg') center bottom no-repeat; margin-bottom: 20px; }
	#main-centerone #title-image {width:760px}

	#footer { text-align: center; width: 760px; height: 30px; border-top: solid #999999 4px; }
	
	#logo { text-align: left; width: 200px; height: 50px; margin-left:35px; margin-top:5px }
	#logo-img { border: none; }

	.submenu { background: #eeeeee; margin-bottom: 20px; }
	.submenu ul { padding: 12px 0 12px 0; }
	.submenu ul ul { padding: 0; }
	.submenu ul li { }
	
	.submenu ul li a { font-weight: normal; text-decoration: none; color: #444444; }
	.submenu ul li.active a { font-weight: bold; color: #0066b3; }
	.submenu ul li.active li a { font-weight: normal; color: #444444; }
	.submenu ul li.active li.active a { font-weight: bold; color: #0066b3; }
	.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: #0066b3; }
	.submenu ul li li li li { display: none; }
	
	.panel-info { margin-bottom: 20px; }
	.panel-info dl { }
	.panel-info dt { color: #993300; font-size: 18px; background: #0066b3; color: #ffffff; padding: 12px; }
	.panel-info dd { background: #eeeeee; padding: 12px; }

	.mmenu { padding: 0 0 0 0;}
	.mmenu ul {  }
	.mmenu ul li { padding: 0 10px 0 10px; border-left: solid #999999 1px; border-left: none;}
	.mmenu ul li.first { padding: 0 10px 0 10px; border-left: none; }
	.mmenu ul li a { color: #444444; font-weight: bold; text-decoration: none; }
	.mmenu ul li.active a { color:#0066b3 }
	.mmenu ul li.sfhover a { color: #0066b3; }

	.company-copyright { padding: 5px 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; }
}
@media print {
	.np, .noprint {display:none}
}
