* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font: .695em/1.5em Arial, sans-serif;
	background-color: #333;
	margin: 0;
	padding: 0;
	border: 0;
}
H1, H2, H3, H4, H5, H6, ul, ol, li {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none inside;
}
FIELDSET {
	padding: 10px;
	margin: 0;
	border: 0;
}
INPUT {
	font-family: 'Arial Rounded MT Bold', "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;;
	font-size: 2em;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 2px;
}
A {
	color: #56C;
}

#wrapper {
	background-color: #FFF;
	width: 810px;
	overflow: auto;
	margin: 0 auto 0 auto;
	padding-left: 10px;
}
#content {
	/*width: 100%;*/
	/*height: 100%;*/
	max-height: 100%;
	min-height: 400px;
}
	
/* brand bar */
#brand {
	height: 100px;
	width: 820px;
	margin: 0 auto;
	background: #ddd url(/index2/brand-bg-left.gif) no-repeat 0 4px;
	overflow: hidden;
	white-space: nowrap;
}
#brand h1 {
	float: left;
	background: transparent url(/index2/inki.gif) no-repeat 40px center;
	height: 91px;
	width: 256px;
	text-indent: -500em;
}
#brand h2 {
	float: right;
	background: transparent url(/index2/brand-bg-right.gif) right 4px no-repeat;
	text-indent: -500em;
	height: 96px;
	width: 400px;
}
/* results */
#find {
	background-color: white;
	width: 340px;
	float: left;
	overflow: hidden;
}
#find h3 {
	padding-left: 15px;
}
/* find form */
#find-form {
	height: 150px;

}
#find-form ul {
	list-style: none outside;
	margin-left: 80px;
}
#find-form ul li h2 {
	display: none;
}
#find-form ul li.find {
	list-style: none outside url(/index2/label-find.gif);
	margin-top: 5px;
}
#find-form ul li.here {
	list-style: none outside url(/index2/label-here.gif);
	margin-top: 15px;
}
#find-form ul li input.main-fields {
	border: 1px solid #666;
	font-size: 2em;
	margin: -5px 4px 4px;
	padding: 2px;
	width: 220px;
}
#find-it {
	background: transparent url(/index2/btn-find-it.gif) no-repeat top left;
	border: 0;
	padding: 0;
	margin: 5px 0;
	width: 87px;
	height: 33px;
	text-indent: -500em;
}

#results {
	width: 320px;
	padding: 0 10px;
}
#results li h4 {
	font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
	font-size: 1.25em;
	color: #E1771E;
}
#results li h5, #results li address {
	font-size: 1.068em;
}
#results li {
	border-bottom: 1px solid #eee;
	padding: 5px;
}
#results li:hover {
	background-color: #eee;
}
#listings li {
	height: 10px;
	border-bottom: 1px solid red;
	line-height: 45px;
	padding-bottom: 40px;
}
/* ** more section** */
#more {
	width: 400px;
	overflow: hidden;
}
#promo {
	width: 100%;
	height: 100px;
	float: right;
}
#map {
	width: 100%;
	height: 400px;
	float: right;
}
#verticals {
	width: 100%;
	float: right;
	margin: 20px 0;
}
#verticals ul li {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}
#verticals ol li {
	display: block;
	float: none;
}
#weather ul {
	padding-top: 10px;
	clear: right;
}
#weather ul li {
	border-top: 1px solid #eee;
	padding: 3px 0;
	overflow: hidden;
	width: auto;
}
#weather ul li.first {
	border-top: 0;
}
#weather ul li h5 {
	font-size: 1.25em;
	color: #333;
	font-weight: bold;
}
#weather ul li img {
	border: 0;
	float: left;
}
#weather ul li a {
	font-size: 1.05em;
	text-decoration: none;
}
#weather ul li a:hover {
	text-decoration: underline;
}

#footer {
	padding: 10px;
	border-top: 1px solid #555;
	background-color: #eee;
	clear: both;
}
ul.pagination {
	margin: 12px;
}
ul.pagination li a,
ul.pagination li span {
	color: #56C;
	padding: 8px;
}
ul.pagination li {
	border: 1px solid #56C;
	padding: 4px 0;
	margin: 2px;
	display: inline;
}
ul.pagination li.disabled {
	border: 1px solid #ccc;
	color: #ccc;
}
ul.pagination li span {
	color: #ccc;
}
ul.pagination li.selected {
	background-color: #E6E6FF;
}
