/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(images/img01.gif) repeat-x;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #88888A;*/
	color:#4D4D4D;
	/*color:#252525;*/
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 0px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	overflow: hidden;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 745px;
	height: 60px;
	margin: 0 auto;
	border-left: 15px solid #990000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFF;
	background: url(images/menu_hover.gif) repeat-x;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #676767;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}
#content li{
	font-size:107%;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #990000;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #666666;
	font-size:12px;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

#footer .wrapper {
	height: 50px;
	background: url(images/fdfoot.jpg) repeat-y ;
	width: 745px;
	border-left: 15px solid #990000;
	margin: 0 auto;
}

#footer .links {
	padding: 16px 30px 0px 30px;
	font-size: 95%;*/
}

#footer .legal {
	/*float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #990000;
	text-align: right;
	font-size: 85%;*/
}

#adress {
	text-align: center;
	margin: 0 auto;
	width: 745px;
	height: 40px;
	display:block;
	border-left: 15px solid #990000;
	background-color: #FFFFFF;
}

#formlogin{

	width:160px;
	background:#f2f2f2;
	border:2px solid #666666;
	height:75px;
	padding: 10px 10px 10px 10px;
}

.button {
	background-color:#990000;
	color:#fff;
	border:1px solid white;
	margin-top:3px;
}

.input{
	background-color:#fff;
	color:#990000;
	border:1px solid #999999;
	margin-top:3px;
	width:100px;
	height:18px;
	padding-top:1px;
	padding-left:1px;
}
input{
	background-color:#fff;
	color:#990000;
	border:1px solid #999999;
	margin-top:3px;
	height:18px;
	padding-top:1px;
	padding-left:1px;
}

input:[Submit] {
	background-color:#990000;
	color:#fff;
	border:1px solid white;
	margin-top:3px;
}

#janela{
	width:460px;
	height:420px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-230px;
	/*background-image:url(fundot.png);
	background-repeat:repeat;*/
	background-color:#fff;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #999999;
	z-index: 2;
	display:none;
}

.table_x{
            background-color: #C0C0C0;
            color: #000;
            height: 30px;
            padding-left: 10px;
}

.table_y{
    background-color: #EFEFEF;
    color: #000;
    height: 30px;
    padding-left: 10px;

}

#slides_ps{
	height: 150px;
	width: 15em;
	background: #990000;
	border: 2px solid #666666;
	background-image: url(images/bfdl.jpg);
}

#conteudo_ps{
	width: 100%;
	height: 100%;
	font-size:120%;
	text-align:center;
}

#conteudo_ps .it{
	margin: 10px 10px 10px 10px;
	width: 11.5em;
	color: #333333;
	font-size: 14px;
	text-shadow:aqua;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #fff;
}


