@charset "utf-8";
/* CSS Document */
BODY
{
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
#wrapper
{
	width:899px;
	margin:0px auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
.clear
{
	clear:both;
	display:block;
}
.topmenu
{
	background-color:#007241;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.topmenu a
{
	color:#FFF;
	text-decoration:none;	
}
.topmenu a:hover
{
	color:#FFF;
	text-decoration:underline;	
}

.content
{
	position:relative;
	padding:18px;
	background-color:#A1D9D0;
}
.float-left
{
	float:left;
}
.float-right
{
	float:right;
}
.menu-left
{
	position:relative;
	width:219px;
}
.menu-left-show
{
	background-color:#00A997;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
.menu-item
{
	padding:5px 5px 5px 20px;
}
.menu-left-show a
{
	background-image:url(../images/button1.gif);	
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	color:#FFF;
	text-decoration:none;
}
.menu-left-show a:hover
{
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	color:#FFF;
	text-decoration:underline;
}
.main-content
{
	margin:5px 5px 10px 229px;
	position:relative;	
	width:629px;
	display:block;
	vertical-align:baseline;
}
.items-image-top
{
	width:180px;
	height:10px;
	background:url(../images/top_frame.gif) no-repeat center;
}
.items-image-bottom
{
	width:180px;
	height:10px;
	background:url(../images/bottom_frame.gif) no-repeat center;
}
.items-image-midle
{
	width:180px;
	text-align:center;
	background:url(../images/bgr_frame.gif) repeat-y center;
}
.items-image
{
	float:left;
	position:relative;
	width:180px;
}
.items
{
	display:block;
	padding-left:10px;
}
.items-title
{
	color:#000;	
}
.items-title a
{
	color:#000088;
	text-decoration:none;
}
.items-title a:hover
{
	color:#000088;
	text-decoration:underline;

}
.items-update
{
	font-size:10px;
	color:#000;
}
