/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

  

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%; /* Alterado */	
	color: #333333; /*color: #000000; Alterado*/	
	background: #F4F4F4; /*Adicionado*/	
}

 #page-body { 

	   background:url(../images/docapesca_bg.png) #f4f4f4 repeat-x;

} 

.wrapper { margin: auto; }

#header {
	position: relative;
	z-index: 10;
	/*padding-bottom: 10px; Eliminado*/
	clear: both;
}

#top {
	overflow: hidden;
	clear: both;
}

#bottom {
	overflow: hidden;
	clear: both;
}

#footer {
	position: relative;
	padding: 20px 135px 0px 0px; /* Alterado */
	height: 80px;
	clear: both;
	text-align: center;
	font-size: 12px;	
	background: url(../images/docapesca_footer.png);
	margin-left: 5px; /* Adicionado */
	margin-right: 5px; /* Adicionado */
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


#middle {
	clear: both;
	min-height: 300px;
	width: 100%;  
	overflow: hidden;  
	position: relative;
	background: #ffffff; /* Adicionado */
	width: 980px;/* Adicionado - O site está com 990px */
	margin-left: 5px; /* Adicionado */
}

#middle-expand {
	width: 200%;
}

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#right {
	 
	 
	float: left;
	overflow:hidden;
}

 

div#maintop,
div#contenttop {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

div#contentbottom,
div#mainbottom {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border-left:1px solid #E4EBF0;
}

 
 
#mainmiddle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#contentright {
	 
	 
	float: left;
	overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

 

body.yoopage {}
#page-body {}

 

#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

 
#breadcrumbs {
	/*padding-bottom: 10px;*/
	/*background: url(../images/breadcrumbs_bg.png) 0 0 no-repeat;*/
	overflow: hidden;
	clear: both;
	font-size: 9px; /* Alterado */
	line-height: 22px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

div.breadcrumbs-1 {
	padding: 0p; /* Alterado */
	/*background: url(../images/breadcrumbs_bg.png) 100% -60px no-repeat;*/
}

div.breadcrumbs-2 {
	padding: 0px; /* Alterado */

	height: 22px;
	overflow: hidden;
	/*background: url(../images/breadcrumbs_bg.png) 0 -120px repeat-x;*/
}

#breadcrumbs a,
#breadcrumbs span {
	display: block;
	float: left;
}

#breadcrumbs a { color: #afafaf; }
#breadcrumbs span.separator { color: #afafaf; }

#breadcrumbs a:hover { 
	color: #0078C7;
	text-decoration: underline;
}
#breadcrumbs span.current { 
	color: #666666;
	text-decoration: none;
}

#breadcrumbs .box-1 { 
	margin-right: 3px;
}

#breadcrumbs .box-2 {
}

#breadcrumbs .box-3 {
	height: 22px;
}

#breadcrumbs a:hover { background-position: 0 -96px; }
#breadcrumbs span.current { background-position: 0 -192px; }
#breadcrumbs a:hover .box-2,
#breadcrumbs span.current .box-2 { background-position: 100% -128px; }
#breadcrumbs a:hover .box-3 { text-decoration: underline; }

#date {
	margin: 0px 5px 0px 0px;
	float: right;
}

 

 
#toolbar {
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}

#headerbar {
	height: 60px;
	padding: 0px 0px 0px 300px;
	overflow: hidden;
}

#headerbar .right {
	top:100px;
}

 
#logo {
	position: absolute;
	top: 74px;
	left: 15px;
	z-index:10000;
}

#menu {
	position: absolute;	
	bottom: 0px; /*bottom: 15px; Devido ao botao do Acesso Personalizado: padding-top: 20px; Alterado*/
	left: 7px;
	z-index: 11;
	float: right;	
	width:100%; /*Adicionado*/
}

#search {
	position: absolute;
	bottom: 27px;
	right: 15px;
	z-index: 12;
}

#banner {
	position: absolute;
	top: 15px;
	right: -15px;
	width: 0px;
	z-index: 3;
}


#footer a.anchor {
	position: absolute;
	right: 3px;
	top: 2px;
	width: 19px;
	height: 19px;
	background: url(../images/btn_topo.png) 0 0 no-repeat; /*background: url(../images/footer_anchor.png) 0 0 no-repeat; Alterado*/
	display: block;
	text-decoration: none;
}

#footer a.anchor:hover {  }

 
 
div.header-1 {
	/*background: url(../images/header_edges.png) 0 0 repeat-y; Eliminado*/
	clear:both;
}

div.header-2 {
	padding: 0px 5px 0px 5px;
	/*background: url(../images/header_edges.png) 100% 0 repeat-y; Eliminado*/
}

div.header-3 {
	padding: 3px 0px 11px 10px; /*padding: 5px 10px 10px 10px;  Alterado*/
	overflow: hidden;
	/*background:#fafbfd;  Eliminado*/
}

div.header-b1 {
	/*background: url(../images/header_corners.png) 0 0 no-repeat;  Eliminado*/
	
}

div.header-b2 {
	padding: 0px 7px 0px 7px;
	/*background: url(../images/header_corners.png) 0 -120px repeat-x;  Eliminado*/
}

div.header-b3 {
	height: 45px; /*height: 50px; Alterado*/
	overflow: hidden;
	/*background: url(../images/header_corners.png) 0 -120px repeat-x;  Eliminado*/
}

 

div.wrapper-t1 {
	display:none;
}

div.wrapper-t2 {
	padding: 0px 7px 0px 7px;
	/*background: url(../images/module_box_corners.png) 100% -17px no-repeat; Eliminado*/
}

div.wrapper-t3 {
	height: 2px; /*height: 7px; Alterado*/
	/*background: url(../images/module_box_corners.png) 0 -34px repeat-x; Eliminado*/
	overflow: hidden;
}

div.wrapper-1 {
	/*background: url(../images/module_box_edges.png) 0 0 repeat-y; Eliminado*/
}

div.wrapper-2 { 
	padding: 0px; /* Alterado*/ 
	/*background: url(../images/module_box_edges.png) 100% 0 repeat-y; Eliminado*/
}

div.wrapper-3 { 
	padding: 0px 10px 0px 0px; /* Alterado*/
	/*background: #ffffff; Eliminado*/
	overflow: hidden;
}

div.wrapper-b1 {
	display:none;
	/*background: url(../images/module_box_corners.png) 0 -51px no-repeat; Eliminado*/
}

div.wrapper-b2 {
	padding: 0px 7px 0px 7px;
	/*background: url(../images/module_box_corners.png) 100% -68px no-repeat; Eliminado*/
}

div.wrapper-b3 {
	height: 7px;
	/*background: url(../images/module_box_corners.png) 0 -85px repeat-x; Eliminado*/
	overflow: hidden;
}