/* CSS Document */

* {
	margin: 0;
	padding: 0;
	_zoom: 1;
	}

  html, body {
    height: 100%;
    }
  
body {
	background-color: #4d8eec;
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	}

img {
	border: none;	
	}

a {
	text-decoration: none;	
	color:#fff;
	}
	a:hover {
		text-decoration: underline;
		
		}

p {
	text-align: justify;
	}
  
#header {		
	height: 60px;
	position: relative;	
	width: 100%;
	min-width: 778px;
	_width: expression(document.body.clientWidth > 778 ? "auto" : "778px");
	}
		
	#header #logo{
		position: absolute;		
		background: url('../img/cidades/logo.png') no-repeat;		
		width: 220px;
		height:250px;
		margin-top:-20px;		
		z-index: 8888;			
		display: block;
		cursor: pointer;		
		}	
	#header #menu{		
		background: url('../img/cidades/bg_menu_header.gif') repeat-x;
		height: 29px;
		z-index: 9999;
		}
		#header #submenu{	
			background: #bf0000;	
			height: 31px;			
			z-index: 9999;
			}
	
	#header #menu ul{		
		margin-left: 195px;		
		}
	
	#header #menu ul, #header #submenu ul{
		padding: 8px 0 0 4px;
		overflow: hidden;
		position: relative;
		z-index: 9999;
		}
		#header #submenu ul{			
			margin-left: 254px;
			}
		#header #menu ul li, #header #submenu ul li {
			list-style: none;
			padding: 0 7px;
			font-weight: bold;
			font-size: 10px;
			float: left;
			z-index: 9999;
			}
			#header ul li a {
				color: #fff;
				z-index: 9999;
				}
				
				
	
#content {	
	position: static;
	}	
	#content #content-main {
		position: static;
	}	
		
			

#footer {
	width: 100%;
	background: url(../img/bg_footer.gif) repeat-x;
	height: 19px;
	padding-top: 8px;
	}
	#footer .wrapper p {
		float: left;
		color: #fff;
		overflow: hidden;
		padding-left: 5px;
		}
	
	#footer .wrapper p.sign-mkt {
		float: right;
		*margin-top: 5px;
		}
