/* CSS Document */

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	background:#f1f1f1;
	}
#header{
	height:68px;
	width:100%;
	background:url(images/header.png) repeat-x;
}
li{
	list-style-type:none;
	}
a{
	color:#0a79bf;
	text-decoration:none;
	}
a:hover{
	color:#0033FF;
	}
#logo{
	height:35px;
	width:140px;
	margin:0 auto;
	}
.icon{
	width:50px;
	height:50px;
	overflow:hidden;
	}
img{
	broder:none;
}
#main{
	
	}
#content{
	background:#999;
	}
#content .item{
height: 60px;
background: url(images/item.png) repeat-x;
padding: 1px;
padding-left: 5px;
margin-bottom: 1px;
	}
.item-head{
	background:#0a79bf;
	width:100%;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding: 5px;
	}
.item .icon,.item .desc{
	float:left;
	}
	
.item .icon{
	width: 50px;
	height: 50px;
	padding: 6px;
	float: left;
	}
	
.item .desc{
	float:left;
	}
.item .head{
	color: #7CA865;
	font-size: 13px;
	padding-top: 5px;
	height: 35px;
	}

