@charset "UTF-8";

#products_cont{
	width:960px;
	height: 650px;
	background-image: url(images/products.jpg);
	background-repeat: no-repeat;
}
#products h1{
	width: 940px;
	height: 100px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
}
#products_copy h2{
	width: 940px;
	height: 330px;
	font-weight: bold;
	text-align: left;
	text-indent: -9999px;
}
#products_txt{
	width: 960px;
	height: auto;
}
#txt_wrap_1{
	width: 760px;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
}
.txt_wrap_2{
	width: 760px;
	height: auto;
	float: left;
	line-height: 140%;
}
.txt_wrap_3{
	width: 380px;
	height: auto;
	float: left;
}
.txt_area{
	width: 380px;
	height: auto;
	float: left;
	font-size: 12px;
}
.btn_area{
	width: 360px;
	height: auto;
	float: left;
	padding: 10px;
}
.go_shop a{
	width: 140px;
	height: 35px;
	background-image: url(images/go_shop_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
.go_shop a:hover{
	background-position: 0px -35px;
}
