@charset "utf-8";
/* CSS Document */
/*-------------------------------------------
	Homepage
-------------------------------------------*/

#home_feature {
	width: 946px;
	margin: auto;
}
#features_container {
	height: 356px;
	overflow: hidden;
}
.feature_item {
	width: 946px;
	float: left;
	height: 356px;
	position: relative;
}
.feature_copy {
	margin: 200px 580px 20px 20px;
	line-height: 18px;
	float: left;
	background-image:url(../images/hover.png);
	padding: 10px;
	color: #000;
}
.feature_header {
	display: none;
}
#bacon_cheese_dog {
	background: url(../images/featured/bacon_cheese_dog.jpg);
	background-repeat:no-repeat;
}
#chicago_dog {
	background: url(../images/featured/chicago_dog.jpg);
	background-repeat:no-repeat;
}
#chili_dog {
	background: url(../images/featured/chili_dog.jpg);
	background-repeat:no-repeat;
}
#chili_dog_nachos {
	background: url(../images/featured/chili_dog_nachos.jpg);
	background-repeat:no-repeat;
}
#coney_dog {
	background: url(../images/featured/coney_dog.jpg);
	background-repeat:no-repeat;
}
#dog_pound {
	background: url(../images/featured/dog_pound.jpg);
	background-repeat:no-repeat;
}
#frisco_dog {
	background: url(../images/featured/frisco_dog.jpg);
	background-repeat:no-repeat;
}
#mexi_dog {
	background: url(../images/featured/mexi_dog.jpg);
	background-repeat:no-repeat;
}
#new_york_dog {
	background: url(../images/featured/new_york_dog.jpg);
	background-repeat:no-repeat;
}
#slaw_dog {
	background: url(../images/featured/slaw_dog.jpg);
	background-repeat:no-repeat;
}
#wrapper {
	width:948px;
	margin:auto;
	padding:0px;
}
#one {
	width:315px;
	float:left;
	margin: 5px auto auto auto;
}
#two {
	width:315px;
	float:left;
	margin: 5px auto auto auto;
}
#three {
	width:315px;
	margin: 5px auto auto auto;
	float:left;
}
