﻿
#nwrap.col1 {
	background:none;
}
#mainc.col1 {
	width: 720px;
}

ul.catalogMenu {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
ul.catalogMenu li {
	float:left;
	height:36px;
	margin-right:0px;
	line-height:110%;
	padding:3px 7px;
	background-color:#eee;
	text-align:center;
	border:solid #fff;
	border-width:1px 1px 0 1px;
}
ul.catalogMenu li.actv {
	background-color:#0B5EBA;
	border:solid #0B5EBA;
	border-width:2px 2px 0 2px;
}
#nwrap ul.catalogMenu li.actv a:link, #nwrap ul.catalogMenu li.actv a:visited {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.catalogList {
	border:solid #0B5EBA;
	border-width:2px 1px 1px;
	padding:10px;
	background-color:#f1f1f1;
}
.catalogList td {
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px;
	text-align:center;
	width:207px;
}
.catalogList img {
	border:1px solid #ddd;
	margin-bottom:5px;
	margin-top:5px;
}
.catalogList p {
	font-size:75%;
	margin:0;
	font-weight:bold;
}
.catalogList td ul {
	font-size:75%;
	margin:0 0 0 20px;
	padding:0;
	text-align:left;
}





.bgblue {
	background-color: #3366FF;
}
.bgred {
	background-color: #CC0000;
}
.bgyellow {
	background-color: #FFFF00;
}
.bggreen {
	background-color: #339933;
}
.bggreenN {
	background-color: #339966;
}
.indx {
	text-indent: -20px;
	margin-left: 20px;
}
.bggray {
	background-color: #EDEDED;
}

