* {
	margin: 0; padding: 0; border: 0;
}

/* HEADER STARTS */
#header {
	width:100%; 
	/*height: 114px;*/
	overflow: hidden;
	font-family:Verdana, "Times New Roman", sans-serif;
}

.clear {
	clear:both;
	overflow:hidden;
	height:1px;
}

#header .logo {
	float: left;
	width: 515px;
}

.priceterrierstatic {
	float: left;
	width: 974px !important;
}

#header .banner {
	float: right;
	margin: 24px 0 0 0;
}
#header img {
	border:none;
	/*margin:12px 0 0 0;*/
}

/* FOOTER STARTS */
#footer {
	width:100%;
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	border-top: #ccc solid 1px;
}
#footer .inside {
	padding:10px 0;
}

#footer ul {
	margin:0; padding:0;
	list-style-type:none;
}
#footer ul li {
	float:left;
	color:#666;
	font-size:.7em;
	font-weight: bold;
}
#footer ul li.right {
	float:right;
}
#footer ul li a {
	text-decoration:none;
	color:#666;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li span {
	display:block;
	width:20px;
	text-align:center;
	font-size:1em;
}

#footer .yahoo {
	float:right;
}
#footer .yahoo img {
	border:none;
}
