/* Toldo & Arte */

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:url(../img/bg_body.gif) center top repeat-x #F0F8F6;
	font-size: 13px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color:#009999;
}

a:hover {
	text-decoration:none;
}

p {
	margin:0px;
	padding:5px;
	text-align:justify;
	line-height:18px;
}

form {
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	padding: 3px;
	width:80%;
	border:solid 1px #999999;
}

textarea {
	width: 80%;
}

#ovelha {
width:auto;
background-color:#CCCCCC;
}

#page_container {
	background:url(../img/bg_page_container.gif) center top no-repeat;
	padding:55px 0px 25px 0px;
}

#content {
	margin: 0px auto 0px auto;
	background:#FFFFFF;
	border:solid 1px #C4E3DD;
	width:625px;
}

#menu {
	text-align:center;
	padding:20px 0px 0px 0px;
}

#marca {
	float:left;
	padding:0px 5px 0px 10px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style-image: none;
	list-style-type: none;
}

#nav li a {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #336666;
	padding:5px;
	margin:5px;
	text-decoration:none;
}

#nav li a:hover {
	background-color:#99cccc;
	color:#FFF;
}

.hackfloat {
	clear:both;
}

#content_top {
	text-align:center;
	height:28px;
	overflow:hidden;
	background:url(../img/bg_content_top.gif) center top repeat-y;
}

#content_middle {
	background:url(../img/bg_content_middle.gif) center top repeat-y;
	padding:0px 25px 0px 25px;
}

#middle_left {
	float:left;
	width:280px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:8px;
}

#middle_right {
	float:left;
	width:280px;
}

#content_bottom {
	text-align:center;
	height:20px;
	overflow:hidden;
	background:url(../img/bg_content_bottom.gif) center top repeat-y;
}

