/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #d7d7d7;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #646567;
	}

img {
	border: none;
	}

.wrapper {
	width: 778px;
	margin: 0 auto;
	}

a {
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

.title {
	text-indent: -9999em;
	overflow: hidden;
	}

p, ul li {
	text-align: justify;
	}

#header {
	background-color: #e0e0e0;
	}

#main {
	background: #fff url(file:///C|/Documents%20and%20Settings/Gi/Configura%C3%A7%C3%B5es%20locais/Temporary%20Internet%20Files/Content.IE5/img/bg_main.gif) repeat-x top;
	}
	#content {
		background: url(file:///C|/Documents%20and%20Settings/Gi/Configura%C3%A7%C3%B5es%20locais/Temporary%20Internet%20Files/Content.IE5/img/bg_content.gif) repeat-x center bottom;
		/*padding: 15px 0 135px;*/
		padding-top: 15px;
		min-height: 60px;
		_height: 60px;
		}
		#content .wrapper {
			overflow: hidden;
			padding: 0 15px;
			width: 748px;
			}
			#content .wrapper #jambinho {
				clear: both;
				float: right;
				*padding-bottom: 2px;
				}
		
		#content .fade {
			display: none;
			clear: both;
			}

#footer {
	padding: 20px 0 30px;
	font-size: 10px;
	}
	#footer ul {
		margin: 0 auto;
		overflow: hidden;
		list-style: none;
		}
		#footer ul.menu-top {
			width: 630px;
			}
		
		#footer ul.menu-bottom {
			width: 527px;
			margin-top: 15px;
			}
		
		#footer ul li {
			padding: 0 15px;
			border-right: 1px solid #7e7e7e;
			float: left;
			}
			#footer ul li a {
				color: #7e7e7e;
				}
			
			#footer ul li.last {
				border-right: none;
				}
	
	#footer #sign-mkt {
		margin-top: 30px;
		text-align: center;
		}