@charset "UTF-8";
/* CSS Document */

#get_quote
{
	display: block;
	background: url('../images/side_bar/get_quote.jpg') no-repeat;
	width: 310px;
	height: 72px;
}

#get_quote:hover
{
	display: block;
	background: url('../images/side_bar/get_quote_hover.jpg') no-repeat;
	width: 310px;
	height: 72px;
}

#blue_news_content
{
	height: 0px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}

.blue_news_content_input
{
	background: #2e2e2e;
	color: #999;
	width: 100%;
	border: 1px solid #2e2e2e;
	text-align: center;
}

#blue_news
{
	display: block;
	background: url('../images/side_bar/blue_news.jpg') no-repeat;
	width: 310px;
	height: 67px;
}

#blue_news:hover
{
	display: block;
	background: url('../images/side_bar/blue_news_hover.jpg') no-repeat;
	width: 310px;
	height: 67px;
}



#golden_guarantee
{
	display: block;
	background: url('../images/side_bar/golden_guarantee.jpg') no-repeat;
	width: 310px;
	height: 67px;
}

#golden_guarantee:hover
{
	display: block;
	background: url('../images/side_bar/golden_guarantee_hover.jpg') no-repeat;
	width: 310px;
	height: 67px;
}

#icpi
{
	display: block;
	background: url('../images/footer/icpi.jpg') no-repeat;
	width: 67px;
	height: 60px;
}

#icpi:hover
{
	display: block;
	background: url('../images/footer/icpi_hover.jpg') no-repeat;
	width: 67px;
	height: 60px;
}

#vsld
{
	display: block;
	background: url('../images/footer/vsld.jpg') no-repeat;
	width: 105px;
	height: 70px;
}

#vsld:hover
{
	display: block;
	background: url('../images/footer/vsld_hover.jpg') no-repeat;
	width: 105px;
	height: 70px;
}