html * {
	margin:0px;
}

body {
	background-color:#666666;
	font-family:Tahoma;
	font-size:12px;
}

#taFooter {
	width:740px;	
}

#taLogo {
	width:300px;
	float:left;	
	height:50px;
	text-align:left;
	border-bottom:1px solid #888;
	margin-bottom:10px;
	background-color:#666;	
	padding-bottom:3px;
}

#taCall {
	width:440px;
	float:left;
	text-align:right;	
	height:50px;
	border-bottom:1px solid #888;
	margin-bottom:10px;
	background-color:#666;	
	padding-top:3px;
}

/******** offers  *********/
#specials {
	width:740px;
	margin-left:auto;
	margin-right:auto;	
	background:url(../../images/bkg_.gif) repeat-x;
	height:63px;	
	color:#ffffff;		
}

#specials a{
	color:#ffffff;
}

#specials div {
	float:left;
	height:63px;
}

#leftOffer,#rightOffer{
	width:369px;
}

#leftOffer img, #rightOffer img{
	padding:9px 16px 0px 18px;
	float:left;
	cursor:pointer;
}

#leftOffer img{
	padding:13px 16px 0px 18px;
	float:left;
	cursor:pointer;
}

#leftOffer p, #rightOffer p{
	padding-top:11px;
	float:left;
}

#middleOffer{	
	width:2px;
	padding-top:10px;
}


