body{
	background: #616161 url("../images/bg/body_bg1x733.png") repeat-x;
}

#container{
	width: 960px;
	margin:0 auto;
}

#header{
	height: 80px;
	background: #333333 url("../images/bg/header_bg960x80.png") no-repeat;
	padding:0 20px 0 30px;
}
	#header .logo{
		margin-top:1px;
	}

	#header ul.menu{
		margin-top:10px;
		float:right;
	}

#nav_main{
	height: 35px;
	background: #333333 url("../images/bg/nav_main_bg960x35.png") no-repeat;
	padding: 0 50px;
}
	
	#nav_main .menu li{
		padding: 0 15px;
		background:url("../images/bg/nav_main_separator2x29.png") no-repeat;
	}
	
	#nav_main .menu li a{
		line-height:29px;
	}
	
	
	#nav_main .menu .first{
		padding-left:0;
		background-image:none;
	}
	
	#nav_main ul.menu{
		float:left;
	}
	
.menu li{
	float:left;
}

.menu li a{
	display:block;
}

#main{
	float:left;	
}

#content{
	width:720px;
	background:transparent;
}

	#content .top{
		height:25px;
		background:url("../images/bg/content_top720x25.png") no-repeat;
	}
	
	#content .body{
		background:url("../images/bg/content_body720x1.png") repeat-y;
		padding:0 50px 1px 50px;
	}
	
		.search_result_header{
			float:left;
			margin:0 -20px;
		}

		.search_result_header li{
			float:left;
			width:200px;
		}
		
		.search_result_header li.header{
			width:236px;
			margin:0 12px;
			text-align: center;
		}
	
		#search_result{
			border:none;
			padding:3px;
			margin:10px -40px 20px 0;
			height:300px;
			overflow:auto;
		}
		
		table.list{
			width:100%;
		}
		
		table.list td{
			vertical-align:middle;
			padding:10px;
			border-bottom:2px groove #5a5a5a;
		}
		table.list td.logo{
			padding-left:0;
		}
		table.list td.info{
			width:33px;
		}

#content .bottom{
		height:15px;
		background:url("../images/bg/content_bottom720x15.png") no-repeat;
	}

	.alpha_list{
		float:left;
	}
	.alpha_list li{
		float:left;
	}
	.alpha_list a{
		display:block;
		border-right:1px solid #d3d3d3;
		padding:0 5px;
	}
	.alpha_list .last a{
		border-right:none;
	}
	
	#product_list{
		border:1px solid #808080;
		padding:3px;
		margin:10px 0 20px 0;
		height:155px;
		overflow:auto;
	}
	#product_list ul{
		float:left;
		display:block;
		width:100%;
		margin:0 0 13px 0;
	}

	#product_list ul li{
		float:left;
		width:33%;
		margin: 0 0 5px 0;
		cursor:pointer;
	}
	#product_list ul li:hover{
		text-decoration:underline;
	}
	

#bottom_ads{
	width:720px;
	background:transparent;
}

	#bottom_ads .top{
		height:15px;
		background:url("../images/bg/bottom_ads_top720x15.png") no-repeat;
	}
	
	#bottom_ads .body{
		background:url("../images/bg/content_body720x1.png") repeat-y;
		padding:0 15px;
	}
		#bottom_ads ul.banners{
			float:left;
		}

		#bottom_ads .banners li{
			height:57px;
			width:212px;
			float: left;
			margin: 0 4px;
			background: url("../images/bg/banner_bg222x67.png") no-repeat;
			padding:10px 0 0 10px;
		}
	
	#bottom_ads .bottom{
		height:15px;
		background:url("../images/bg/bottom_ads_bottom720x20.png") no-repeat;
	}

#column{
	float:left;
}

	#column .col_ad_top{
		height:12px;
		background:url("../images/bg/col_ad_top240x12.png") no-repeat;
	}

	#column .col_ad_body{
		background:url("../images/bg/col_ad_body240x1.png") repeat-y;
		padding:0 13px;
	}

	#column .col_ad_bottom{
		height:12px;
		background:url("../images/bg/col_ad_bottom240x12.png") no-repeat;
	}

#footer{
	border-top:1px solid #8cc63f;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:20px 0 0 0;
}

#company_detail{
	width:412px;
	height:auto;
	padding:10px 25px;
}

#company_detail img.logo{
	display: block;
	padding: 5px 0 15px;
	margin:0 auto;
}

#company_detail dl{
	border-bottom:2px groove #5A5A5A;
	overflow:hidden;
	margin-bottom:10px;
}

#company_detail dl.last{
	border-bottom:none;
}

#company_detail dd{
	float:left;
	font-weight: bold;
	clear:left;
	width:100px;
}

#company_detail dt{
	float:left;
}

#company_detail .divider{
	background:url("../images/details_divider411x19.png");
	width:411px;
	height:19px;
	margin:0 auto 10px;
}

/* General utils */
.clear{
	clear:both;
}