/* CSS Document */

#homepage {
	height: 600px;
}
#homebanner {
	height: 628px;
	float: right;
	width: 150px;
	position: absolute;
	z-index: 100;
}
#homecallnow {
	background-color: #EDD760;
	height: 50px;
	font-size: large;
	text-align: center;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
#homebannerimages {
	background-color: #19125F;
	height: 465px;
	text-align: center;
	padding: 0 15px 0 15px;
}
#homebannerimages img{
	margin: 15px 0 0 0;
	padding: 0;
}
#homesoliddeal {
	height: 110px;
	background: url(../images/homepage/soliddeal.gif) no-repeat center bottom;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #19125F;
}

.specials {
}
.specials h2{
	font-size: small;
	line-height: 30px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 5px;
	background: url(../images/homepage/titleback.jpg) no-repeat left top;
}
.specials ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.specials ul li{
	display:inline;
	margin: 0;
	padding: 0;
	
}
.specials ul li a{
	float: left;
	height: 145px;
	width: 142px;
	border: 1px solid #EDD760;
	text-align: center;
	margin: 1px;
	display: block;
	text-decoration:none;
}
.specials ul li a:hover{
}
.specials ul li a h3{
	font-size: x-small;
	line-height: 20px;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.specials ul li a img{
}
