/**
 * @version $Id: template.css 14401 2010-01-26 14:10:00Z louis $
 * @author Design & Accessible Team ( Gustavo Buarque Costa Cardoso/Ricardo F. Schramm )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
*{
  margin: 0;
  padding: 0;
}
body{
  background: url(../images/bg.gif) 50% 20%;
}
#header{
  background: url(../images/top.jpg) repeat-x;
  height:77px;
  margin-bottom: 90px;
}
#header-inside{
  margin: 0 auto;
  width:800px;
}
#logo{float: left;}

#user1{
  color:white;
  float:right;
  margin-top:40px;
  margin-right:100px;
  position:relative;
}
#menu{
    background-color:#FF6600;
    float:right;
    height:40px;
    width:643px;
    margin-top:38px;
}
#page-wrap {
    margin:0 auto;
    padding:0 0 1px;
    position:relative;
    width:800px;
    z-index:1;
    background-color: #fff;
}
#content-wrap {
    position:relative;
    width:100%;
}
#footer {
    background:url("../images/bottom.jpg") repeat-x scroll center top #1A1A1A;
    opacity:0.95;
	-moz-opacity: 0.95;
    filter: alpha(opacity=95);
    color:#ffffff;
    margin-top: 40px;
}
#footer-inside {
    height:400px;
    left:1px;
    margin:0 auto;
    position:relative;
    width:800px;
}
#footer #footer-inside #user3{
    margin:10px;
    padding:10px 5px;
    width:700px;
    height: 270px;
}
#footer #rodape{
  top:20px;
  text-align: center;
}
#slideshow {
width:800px;
height:425px;
}
.clear{
  clear: both;
}
.inside{
  margin: 5px;
}
#user3 p.coluna1{
    float:left;
    padding:15px;
    width:275px;
}
#user3 p.coluna2{
    float:right;
    margin-right:-100px;
    padding:15px;
    width:253px;
}

/**********Formatação*/
body{
  font-family: Verdana, Helvetica, sans-serif;
}
p{
  font-size:12px;
  margin-bottom:5px;
}
.phocaimgdeschtml p{
  font-size: 9px;
}


/*Títulos*/
h2.contentheading, .componentheading{
  color: #909090;
  text-transform: uppercase;
  font-weight: bold;
}
.componentheading{font-size:24px;}

#user1 h3 {
  float:left;
  font-size:13px;
  margin:6px;
  text-transform:uppercase;
}
#user3 h1{
  color: yellow;
  font-size: 17px;
}
#user3 h2{
 color:white;
 font-size:17px;
 margin:21px 24px 160px;
 text-align:center;
 width:150px;
 float:left;
}
#user3 p{font-size: 12px;}
#rodape span.small9{
 display:block;
 font-size:9px;
 height:20px;
 padding:5px;
}
#rodape span.small10{font-size: 10px;color:#FF6D0C;}

/*Forms*/
fieldset{
  border: none;
}
.name, .pass, .remember{margin-bottom:5px;}

label{display:block;float:left;font-size:12px;width:120px;}
input{border: 1px solid #ccc;}


/***********Extras*/
/*slideshow*/
.nivoSlider{margin-left:2px;}

/*menu*/
ul.menu{list-style:none;padding:5px;}
ul.menu li{float:left;margin:0 12px;}
ul.menu li a{color:#fff; text-decoration:none; font-weight: bold;}
ul.menu li a:hover{border-bottom: 2px dotted #fff;}
ul.menu li#current{border-bottom: 2px dotted #fff;}

/*phocagallery*/
.phocagallery-boxes-container {
    float:right;
    height:320px;
    left:405px;
    overflow-x:hidden;
    overflow-y:scroll;
    position:absolute;
    top:30px;
    width:400px;
}

/*ckforms*/
label.ckCSSlabel {font-size:12px;}

/*Login*/
#tablogin {
bottom:20px;
position:fixed;
right:20px;
width:37px;
}