/*
#footer{
	background-image:url(../img/footer.jpg);
	width:900px;
	height:30px;
	padding-top:10px;
	margin-top:10px;
}
#footer ul{display:block;}
#footer p{
	text-align:right;
	padding-right:20px;
}
#footer p span{
	color:#f15722;
}
*/
/***********FootNav************/
/*
#footNav{
	list-style:none;
	padding-left:20px;
}
#footNav li{
	float:left;
	border-right:1px solid #ffffff;
	padding-left:5px;
	padding-right:5px;
}
#footNav li a{
	color:#FFFFFF;
	line-height:15px;
	font-size:12px;
	text-decoration:none;
}
#footNav li a:hover{
	color:#f15722;
	text-decoration:underline;
}
*/

/* from special offers site */
#nav_bottom{
	list-style:none;
	margin-top:10px;
	width: auto;
}
#nav_bottom li{
	float:left;
}
#fb, #twit{
	display: block;
}

#nav_bottom li a{
	display:block;
	height:35px;
	text-indent:-5000px;
}
#nav_bottom li a#termsBtn{
	background-image:url(../img/termsBtn.jpg);
	width:184px;
}
#nav_bottom li a#bookBtn{
	background-image:url(../img/bookBtn_bottom.jpg);
	width:152px;
}
#nav_bottom li a#fbBtn{
	background-image:url(../img/faceBtn_bottom.jpg);
	width:215px;
}
#nav_bottom li a#twitBtn{
	background-image:url(../img/twitBtn_bottom.jpg);
	width:215px;
}
#nav_bottom li a#contactBtn{
	background-image:url(../img/contactBtn_bottom.jpg);
	width:134px;
}
#termsBtn:hover{
	background-position:-184px 0px;
}
#nav_bottom li a#bookBtn:hover{
	background-position:-154px 0px;
}
#fbBtn:hover{
	background-position:-215px 0px;
}
#twitBtn:hover{
	background-position:-215px 0px;
}
#nav_bottom li a#contactBtn:hover{
	background-position:-134px 0px;
}
#footer{
	font-size:12px;
	list-style:none;
	margin-top:10px;
}
#footer li{
	float:right;
	margin-right:10px;
	font-size:12px;
}
#footer a, #footer span{
	color:#f15722;
	text-decoration:none;
}
#footer a:hover{
	color:#b3b3b3;
}
/*.left{
	float:left;
	display: inline;
	width:443px;
}
.right{
	float:right;
	display: inline;
}*/
#bookBigBtn, #mainSiteBigBtn, #giftBtn, #mainSiteBtn, #bookBtn, #fbBtn, #twitBtn, #contactBtn{
	outline:none;
}
