html{
	height: 100%;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body{
	margin: 0px;
	text-align: center;
	padding: 20px 0px 0px 10px;
	background: #FFF;
	width: 990px;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 990px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	text-align: left;
}

/******************* HEADERS ********************/


#header{
	height: 10px;
	font-size: 140%;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#left_header{
	background: url(/images/logo.gif) no-repeat 0px 0px;
	float: left;
	width: 130px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right_header{
	display: none;
}
#right_image img{
	border: 0px;
}

#main_menu{
	display: none;
}
#main_menu ul{
	display: none;
	
}
#main_menu li {
    display: none;
}

#main_menu #selected{
    display: none;
}


#main_menu img.right{
	display: none;
}
/******** list results **********/
.entry{
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
}
.entry0{
	display: block;
	height: 30px;
	background: #fff;
	line-height: 250%;
}
.entry1{
	display: block;
	height: 30px;
	background: #fff3d6;
	line-height: 250%;
}
#main span{
	clear: none;
	float: left;
	text-align: left;
	height: 27px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.name{
	width: 190px;
	clear: both;
	overflow: hidden;
}
.house{
	width: 150px;
	overflow: hidden;
}
.city{
	width: 115px;
}
.foodtype{
	width: 145px;
}
.telephone{
	width: 100px;
}
.services{
	width: 95px;
	overflow: hidden;
}
.services img{
	margin: 0px 2px 0px 2px;

}

#services{
	float: right;
	text-align: right;
	width: 220px;
}
#services b{
	float: right;
	clear: right;
	height: 22px;
}
#services img{
	float: left;
	clear: left;
	margin: 2px 0px 1px 0px;
}

/******** Left *******/

#left{
	clear: left;
	float: left;
	width: 151px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#google{
	display: none;
}
#left_header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 151px;
}

#rightBanner{
	display: block;
	clear: none;
	float: right;
}

#search{
	display: none;
}

#search h3{
	display: none;
}

#search label{
	display: none;
}
#left select{
	display: none;
}

/********* Main **********/

#main{
	clear: none;
	float: right;
	font-size: 90%;
	width: 820px;
	min-height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 15;
}

#text{
	border-width: 0px 0px 0px 0px;
	border-color: #f6b828;
	border-style: solid;
	min-height: 380px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	top: 0px;
}

#images{
	text-align: center;
	margin: 0px auto;
}


.form input{
	height: 15px;
	width: 200px;
}
.form select{
	height: 20px;
	width: 200px;
}
.form textarea{
	width: 200px;
}
#main .radio{
	width: 20px;
}

#main label{
	font-size: 90%;
}
#main input[type='submit'],input.submit{
	margin: 10px 0px 0px 200px;
	width: 100px;
	height: 25px;
}
#map{
	padding: 7px 0px 0px 0px;
}
#customerBanner{
 	position: absolute;
 	left: 440px;
	top: 130px;
}

/*********** Footer *************/
#footer_menu{
	display: none;
}

#footer{
	clear: both;
	color: #666;
	margin: 0px auto;
	padding: 8px 0px 3px 0px;
	text-align: center;
	font-size: 90%;
}


.clear{
	clear: both;
}

.right{
	float: right;
}

.leftg{
	float: left;
}
.clear2{
	clear: both;
	height: 15px;
}
