html {
	margin:0;
	padding:0;
	height:100%;
}

.clear-all {
	font-size:0.1em;
	line-height:0.1em;
	clear:both;
}

body {
	background:#fff url(../img/bg-default.jpg) top left repeat-x;
	margin:0;
	padding:0;
	height:100%;
}


#wrapper 
{
	position:relative;
	width:100%;
	
	min-height:100%;
}


#content 
{
	padding:20px 0;
	width:924px;
	margin:0 auto;
   padding-bottom:100px;   /* Height of the footer */
}


#busca {
	width:668px;
	height:281px;
	margin:10% auto;
	background:url(../img/logo_dr_lupa.gif) top left no-repeat;
}

#box-busca {
	width:390px;
	height:100px;
	float:right;
	margin:40px 8px 0 0;
	padding-top:13px;
	display:inline;
}

#box-busca p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
	float:left;
	margin:10px 0 0 10px;
	padding:0;
	line-height:13px;
	clear:none;
}

#box-busca .campoBusca {
	background:url(../img/bg-input-campoBusca.gif) top left no-repeat;
	width:257px;
	height:24px;
	padding:6px 10px 0 10px;
	margin:2px 0 0 6px;
	display:inline;
	float:left;
}

#box-busca .campoBusca input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
 	background-color:transparent;
	border:0;
	width:257px;
}

#box-busca .dropDown {
	background:url(../img/bg-input-cidade.gif) top left no-repeat;
	width:220px;
	height:28px;
	float:left;
	display:inline;
	margin:12px 0 0 9px;
	padding:6px 10px 0 10px;
}

#box-busca .dropDown input {
	width:200px;
	border:0;
	background-color:transparent;
}

#box-busca .btnBuscar {
	background:url(../img/btn-buscar.gif) top left no-repeat;
	width:65px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:27px;
	border:0;
	margin:-33px 15px 0px 100px;
	float: right;

}







#rodape {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	background-color:#fff9e1;
	border-top:#efb534 2px solid;
	margin:0;
	padding:0;
	
}

#rodape p {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	line-height:30px;
	margin:3px 0;
	padding:0;
}

#rodape p a {
	color:#555;
	text-decoration:none;
	margin:0 12px;
}

#rodape p a:hover {
	text-decoration:underline;
	color:#333;
}


#webby {
	width:52px;
	height:28px;
	position:absolute;
	bottom:15px;
	right:25px;
	z-index:2;
}

#webby a {
	width:52px;
	height:28px;
	border:0;
	display:block;
	text-decoration:none;
	background:url(../img/webbycom.gif) top left no-repeat;
}