@charset "utf-8";
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	margin-left: 10px;
}
li {
	list-style: square;
}
body {
	margin-top: 20px;
	width: 860px;
}


/* Containers */
#wrap {
	background: url(../images/center-corner.jpg) repeat-y;
}
#topCorner {
	background: url(../images/top-corner.jpg) top no-repeat;
	padding-top: 14px;
}
#bottomCorner {
	background: url(../images/bottom-corner.jpg) bottom no-repeat;
	padding: 0 6px 14px;
}
#menu {
	background: #565A5D;
	height: 31px;
	border-bottom: 3px solid #759F5A;
}
#header {
	height: 200px;
	padding: 1px 0;
}
#logo {
	float: left;
	width: 131px;
	padding: 24px 0 0 9px;
}
#banner {
	float: right;
	width: 698px;
}
#title {
	background: #565A5D;
	height: 40px;
	padding-left: 150px;
}
#textContainer {
	padding: 15px 30px 15px 170px;
}
#footer {
	background: #FFF;
	height: 45px;
	text-align: right;
}


/* Text */
.title {
	font: 22px/40px "Gill Sans MT", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(../images/bullet.jpg) left no-repeat;
	padding-left: 25px;
}
.textGreen {
	font: bold 11px/20px Geneva, Arial, Helvetica, sans-serif;
	color: #768F5B;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.text {
	font: 12px/17px Geneva, Arial, Helvetica, sans-serif;
	color: #333333; 
}
.footer, footer a {
	font: 11px/45px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	
}



/* Menu */
#navigation {
	margin-left: 140px;
}
#navigation a {
	color: #E8E8E8;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 20px;
	font: 11px/31px "Gill Sans MT", "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navigation a span {
	padding-right: 10px;
}
#navigation a, #navigation a span {
	display: block;
	float: left;
}
#navigation a.selected {
	color: #FFF;
	background: #759F5A url(../images/bt_lefton.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 20px;
	font: 11px/31px "Gill Sans MT", "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navigation a.selected span {
	background: url(../images/bt_righton.gif) right top no-repeat;
	padding-right: 10px;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
}
/* End hide */

#navigation a:hover {
	color: #fff;
	background: #759F5A url(../images/bt_lefton.gif) left top no-repeat;
	padding-left: 10px;
}
#navigation a:hover span {
	background: url(../images/bt_righton.gif) right top no-repeat;
	padding-right: 10px;
}
#navigation ul {
	margin:0 auto;
	padding:0;
	text-align: center;
}
#navigation li {
	margin:0 auto;
	padding:0;
	list-style: none;
	float: left;
}







/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.images {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 0 5px;
}

/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}

