*
{
	font-family: Verdana, Century Gothic, Arial;
	font-size: 11px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	//behavior: url("skin/csshover.htc");
	text-decoration: none;
	color: #000000;
}

a
{
	color: #009000;
}

a:hover
{
	text-decoration: underline;
}

table
{
        font-weight: normal;
}
tr
{
        font-weight: normal;
        line-height: 200%;
}
th
{
        font-weight: normal;
        width: 150px;
}

.background
{
	background-color: #cccccc;
	text-align: center;
}

.container
{
	width: 966px;
	background-image: url(background.jpg); 
	background-repeat: repeat-y;
	display: block;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.banner
{
	width: 950px;
	height: 60px;
	background-image: url(logoback.jpg); 
	background-repeat: repeat-x;
	display: block;
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	width: 950px;
	height: 40px;
	background-image: url(itemback.jpg); 
	background-repeat: repeat-x;
	display: block;
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0;
        z-index: 999;
}

#menu li
{
	background-image: none;
	color: #ffffff;
	font-weight: bold;
	width: 140px;
	height: 40px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #505050;
	float: left;
        z-index: 999;
}
#menu li:hover
{
	background-color: #5bb347;
        z-index: 999;
}

#menu .submenu
{
	display: none;
	list-style-type: none;
        z-index: 999;
}
#menu .submenu li
{
	background-color: #303030;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #101010;
	height: 30px;
	line-height: 28px;
        z-index: 999;
}
#menu .submenu li:hover
{
	background-color: #4ba337;
        z-index: 999;
}
#menu li:hover .submenu
{
	display: block;
        z-index: 999;
}

#menu a
{
	color: #ffffff;
	display: block;
        z-index: 999;
}

#menu a:hover
{
	text-decoration: none;
        z-index: 999;
}

.content
{
	width: 920px;
	display: table;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	padding-top: 0px;
}

.small
{
	color: #404040;
	font-size: 9px;
}

.title
{
	font-size: 15px;
}

.bigtitle
{
	font-size: 18px;
}

.bottom
{
	background-image: url(bottom.jpg); 
	background-repeat: no-repeat;
	width: 100%;
	height: 16px;
	display: block;
	clear: both;
}

.buy
{
	color: #FF0000;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}

.buy:hover
{
	color: #900000;
}

.rss_date
{
	padding-right: 5px;
	font-weight: bold;
}


.copyright
{
	background-color: #cccccc;
	width: 100%;
	text-align: center;
	color: #909090;
	display: block;
	clear: both;
}










