img {
	border: 0;
}

body, td {
	text-align: left;
}

hr {
	background-color: #666;
	color: #666;
	border-width: 1px;
}

a {
	color: #6cb42b;
}

a:hover {
	color: #305013;
}

.green {
	color: #6cb42b;
}

.red {
	color: #d00;
}

.to td {
	text-align: center;
}

.field {
	width: 200px;
}

.cat {
	background: #fff url(../images/cat_bg.png) 0 0 no-repeat;
	width: 170px;
	height: 130px;
	padding-left: 30px;
}

.lcat {
	background: #fff url(../images/cat_bg.png) 0 0 no-repeat;
	width: 300px;
	height: 130px;
	padding-left: 30px;
}

#form-bg  {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #000;
}

#page-bg  {
	background: #fff url(../images/background.png) 0 0 repeat-y;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #000;
}

#header {
	background: url(../images/logo.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	width: 980px;
	height: 109px;
}

#address {
	position: absolute;
	top: 68px;
	width: 980px;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
}

#address a {
	color: #000;
}

#address a:hover {
	color: #666;
}

#main {
	position: relative;
	width: 980px;
}

#number {
	color: #999;
	font-size: 13px;
	margin-left:60px;
	margin-right: 5px;
}

#left {
	position: absolute;
	left: 36px;
}

#left li {
	list-style-type: none;
}

#left li ul {
	padding-left:20px;
}

#left li a {
	background: url(../images/menu_bg.png) 0 0 no-repeat;
	display: block;
	width: 139px;
	height: 28px;
	font-family: verdana;
	padding-left:25px;
	padding-top:5px;
	font-size: 17px;
	color: #999;
	text-decoration: none;
}

#left li a:hover {
	background: url(../images/menu_over_bg.png) 0 0 no-repeat;
}

#left li.active a {
	background: url(../images/menu_over_bg.png) 0 0 no-repeat;
	display: block;
	width: 139px;
	height: 28px;
	font-family: verdana;
	font-style:italic;
	padding-left:25px;
	padding-top:5px;
	font-size: 17px;
	color: #999;
	text-decoration: none;
}

#left li.active a:hover {
	color: #333;
}

#left li.active li a, #left li.active li.active li a {
	background: transparent;
	display: block;
	width: 100px;
	height: 20px;
	font-family: verdana;
	font-style:normal;
	padding-left:0px;
	padding-top:5px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#left li.active li a:hover, #left li.active li.active li a:hover {
	background: transparent;
	padding-left:0px;
	color: #999;
}

#left li.active li.active a, #left li.active li.active li.active a {
	background: transparent;
	display: block;
	width: 100px;
	height: 20px;
	font-family: verdana;
	font-style:italic;
	padding-left:0px;
	padding-top:5px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#left li.active li.active a:hover , #left li.active li.active li.active a :hover {
	background: transparent;
	padding-left:0px;
	color: #666;
}

#main-block {
	position: absolute;
	top: 115px;
}

#content {
	margin-left: 240px;
	padding: 0 0 10px 10px;
	width: 720px;
	height: 399px;
}

#content strong {
	font-weight: normal;
}

#bottomleft {
	background: url(../images/bottomleft.png) 0 0 no-repeat;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 240px;
	height: 122px;
}

#bottommain {
	background: url(../images/bottommain.png) 0 0 no-repeat;
	position: fixed;
	left: 240px;
	bottom: 0px;
	width: 740px;
	height: 35px;
}

#bottomname {
	position: fixed;
	left: 175px;
	bottom: 20px;
	font-size: 10px;
	font-weight: bold;
}

#bottommenu {
	position: fixed;
	left: 245px;
	bottom: 18px;
	font-size: 10px;
}

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

#bottommenu a:hover {
	color: #666;
}

#bottommenu a#active_menu {
	color: #000;
	font-style:italic;
	text-decoration: underline;
}

#bottommenu a#active_menu:hover {
	color: #666;
}

#bottomright {
	position: fixed;
	left: 880px;
	bottom: 17px;
}

