body {
	font-family:verdana;
	font-size:12px;
	margin:0px;
	padding:0px;
}


#wrapper {
	width:980px;
	margin:0px auto;
}

.clear {
	clear:both;
}

/*
HEAD begin
*/

#head {
	width:100%;
	float:left;
	margin:20px 0;
	padding:0px;
}

.phone {
	font-size:30px;
	color:#ff0000;
}

#logo {
	float:left;
	width:380px;
}

#logo img {
	border:0;
}

#textlogo {
	text-align:right;
	float:right;
	margin-top:4px;
}

#textlogo a:hover {
	text-decoration:none;
}

/*
HEAD end
*/

a {
	color:#000;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

/*
MENU begin
*/

#menu {
	margin:0 0 10px 0;
	padding:0 0 0px 0;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

#menu li a {
	font-size:12px;
	margin:0;
	padding:0 0 5px 0;
	display:block;
	color:#000;
	text-transform:uppercase;
	border-bottom:3px solid #ffffff;
}

#menu li a:hover {
	color:#ff0000;
	border-bottom:3px solid #ff0000;
	text-decoration:none;
}

#menu li.current a {
	border-bottom:3px solid #ff0000;
}

#menu a {
	display:inline-block;
	font-size:12px;
	margin:0 10px 0 0;
	padding:0 0 5px 0;
	color:#000;
	text-transform:uppercase;
	border-bottom:2px solid #fff;
}

#menu a:hover {
	color:#ff0000;
	text-decoration:none;
	border-bottom:2px solid #ff0000;
}

#menu a.current {
	border-bottom:2px solid #ff0000;
}

/*
MENU end
*/


/*
CATALOG begin
*/

#toggle {
	display:none;
	background:#fff url(/img/minus.png) no-repeat scroll center center;
	cursor:pointer;
	position:absolute;
	width:20px;
	height:20px;
	margin:0 0 0 -28px;
	padding:0;
/*	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; */
}

#toggle.closed {
	background:#fff url(/img/plus.png) no-repeat scroll center center;
}

#toggle.open {
	background:#fff url(/img/minus.png) no-repeat scroll center center;
}

#sections {
	float:left;
	margin:0 0 20px 0;
}

#sections ul {
	padding:0;
}

.sec ul {
	padding:0;
	margin:0;
}

#sections li {
	list-style:none;
	padding:0;
}

#sections a {
	font-size:11px;
	text-transform:uppercase;
	padding:0;
}

.secs {
	margin:0 0 0 1px;
}

.sec {
	float:left;
	width:248px;
	margin:0 10px 5px 0;
	padding:0;
	border:1px solid #ccc;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#left .sec {
	margin:0 0 5px 0;
}

a.level1 {
	margin:0 0 0 10px;
	line-height:24px;
	font-weight:bold;	
}

a.level2, a.level3, a.level4, a.level5 {
	background:none;
	line-height:14px;
	font-weight:normal;
}

.level1 li {
	border-top:1px solid #bbb;
}

.level1 li.current {
/*	background:#ffefef; */
	background:url("/img/dh24.png");
}

span.level1 {
	display:block;
	padding:0;
	margin:0;
/*	background:#eee; */
	background:url(/img/d01.png) repeat-x scroll 50% 50%;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

span.level2 {
	cursor:pointer;
	padding:0 0 2px 17px;
	margin:3px 0;
	display:inline-block;
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 0px center;
	background:transparent url("/img/mi.png") no-repeat scroll 5px center;
	width:228px;
}

.level2 span.active {
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 0px center;
	background:transparent url("/img/mi.png") no-repeat scroll 5px center;
}

.level2 span.last {
	back-ground:transparent url(/img/cur2.png) no-repeat scroll 0px center;
	background:transparent url("/img/cu0.png") no-repeat scroll 5px center;
	cursor:default;
}

span.level3 {
	padding:0 0 2px 23px;
	margin:3px 0;
	display:inline-block;
	cursor:pointer;
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 5px center;
	background:transparent url("/img/mi.png") no-repeat scroll 11px center;
	width:223px;
}

.level3 span.active {
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 5px center;
	background:transparent url("/img/mi.png") no-repeat scroll 11px center;
}

.level3 span.last {
	back-ground:transparent url(/img/cur2.png) no-repeat scroll 5px center;
	background:transparent url("/img/cu0.png") no-repeat scroll 11px center;
	cursor:default;
}

span.level4 {
	padding:0 0 2px 29px;
	margin:3px 0;
	display:inline-block;
	cursor:pointer;
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 10px center;
	background:transparent url("/img/mi.png") no-repeat scroll 17px center;
	width:218px;
}

.level4 span.active {
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 10px center;
	background:transparent url("/img/mi.png") no-repeat scroll 17px center;
}

.level4 span.last {
	back-ground:transparent url(/img/cur2.png) no-repeat scroll 10px center;
	background:transparent url("/img/cu0.png") no-repeat scroll 17px center;
	cursor:default;
}

span.level5 {
	padding:0 0 2px 35px;
	margin:3px 0;
	display:inline-block;
	cursor:pointer;
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 15px center;
	background:transparent url("/img/mi.png") no-repeat scroll 23px center;
	width:213px;
}

.level5 span.active {
	back-ground:transparent url(/img/minus2.png) no-repeat scroll 15px center;
	background:transparent url("/img/mi.png") no-repeat scroll 23px center;
}

.level5 span.last {
	back-ground:transparent url(/img/cur2.png) no-repeat scroll 15px center;
	back-ground:transparent url("/img/cu0.png") no-repeat scroll 23px center;
	cursor:default;
}

#sections li.hoveron {
	background:url(/img/dh2.png);
}

#sections a.active, #sections a.current {
	font-weight:bold;
}

#sections ul span a:hover, #sections ul span.active a:hover {
	color:#000;
	text-decoration:underline;
}

#sections ul span.active a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

/*
CATALOG end
*/


/*
CONTENT begin
*/

#content {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

#linkline {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
}

#linkline a, #linkline span {
	font-size:12px;
	color:#000;
	margin:0;
	text-transform:lowercase;
}

#linkline span {
	margin:0 5px;
}

#linkline a.active {
	font-weight:bold;
	text-decoration:none;
}

#linkline a:hover, #linkline a.active:hover {
	text-decoration:underline;
}

#left {
	width:250px;
	float:left;
}

#right {
	width:720px;
	margin:0 0 0 10px!important;
	margin:0 0 0 9px;
	float:left;
	text-align:justify;
}

#right p {
	margin:0 0 10px 0;
	clear:both;
	float:none;
}

#right h1, .pageinfo h1 {
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	padding:5px;
	background:#eee;
	border-bottom:2px solid #ccc;
	margin:0 0 10px 0;
}

#right h2, .pageinfo h2, #right h3, .pageinfo h3, #right h4 {
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin:30px 0 10px 0;
	clear:both;
	float:none;
}

.pageinfo {
	margin:0;
	padding:0;
}

.children {

}

.child {
	float:left;
	min-width:170px;
	min-height:60px;
	text-align:center;
	margin:5px;
}

.child a {
	font-weight:bold;
	text-transform:uppercase;
}

.child img {
	border:0px;
}

.iteminfo a, .pageinfo a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

.iteminfo a:hover, .pageinfo a:hover {
	border-bottom:1px solid #ccc;
	text-decoration:none;
}

.iteminfo ul {
	text-align:left;
	list-style-type:square;
	margin:0 0 10px 5px;
	padding:0 0 0 15px;
}

.iteminfo ol {
	text-align:left;
	margin:0 0 10px 30px;
	padding:0;
}

img.imgbor {
	border:1px solid #ccc;
}

.infotable {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0;
	padding:0;
}

.infotable td {
	border:1px solid #ccc;
	margin:0;
	padding:3px 5px;
	text-align:left;
}

.infotable thead, .pictable thead, .infotable th, .pictable th {
	background:#eee;
	border:1px solid #ccc;
	margin:0;
	padding:5px;
	font-size:12px;
	font-weight:normal;
}

.pictable {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0;
	padding:0;
}

.pictable td {
	border:1px solid #ccc;
	margin:0;
	padding:5px;
	text-align:center;
}

.imgsec {
	float:left;
	margin:10px 0px;
}

.imgsec div {
	float: left;
	border: 1px solid #ccc;
	margin: 0 5px 10px 0;
	text-align: center;
	width: 190px;
	background: #eee;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.imgsec span {
	display: block;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 2px 0 2px 0;
}

.imgsec a {
	font-size:10px;
/*	font-family:arial; */
	display: block;
}

.imgsec img {
	border:0;
}

.iteminfo table {
	margin-bottom:10px;
}

#newslist, #articlelist {
	list-style:square;
	padding:0 0 0 15px;
	margin:0 0 0 5px;
}

#newslist li, #articlelist li {
	margin:0 0 5px 0;
}

#newslist li {
	border-bottom:1px solid #ccc;
}

#newslist span, #articlelist span {
	color:#ff0000;
	dis-play:block;
}

#newslist p {
	margin:0 0 10px 0;
}

.newsdate, .articledate {
	text-align:right;
	color:#ff0000;
	border-top:1px solid #ccc;
}

#lastnews {
	margin:0 0 20px 0;
}

#lastarticles {
	margin:20px 0 20px 0;
}

#lastnewsspan, #lastarticlesspan {
	display:block;
	background:#eee;
	border-bottom:2px solid #ccc;
	line-height:24px;
	margin:0 0 5px 0;
}

#lastnewsspan a, #lastarticlesspan a {
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 0 11px;
}

#lastarticlesspan a {
	border:0;
}

#lastarticlesspan a:hover {
	border:0;
	text-decoration:underline;
}

.topmat {
	font-size:10px;
}

.manuals {
	margin:0;
	padding:0 0 0 30px;
}

.manuals li {
	list-style:square;
	margin:0 0 5px 0;
}


/*
CONTENT end
*/

/*
FOOTER START
*/

#footer {
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	margin:30px 0 10px 0;
	padding:10px 0 0 0;
}

#footer a {
	color:#000;
}

#footer a:hover {
	text-decoration:underline;
}

/*
FOOTER end
*/

/*
SEARCH start
*/

#search {
	width:213px;
	float:right;
	margin-top:-7px;
}


/*
SEARCH end
*/