@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 {
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: 6px;
}
body {
	background: #891E71 url(../images/bkg.png) center top no-repeat;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #000;
}



/* Containers */
#wrap {
	width: 989px;
}
#topBorder {
	background: url(../images/top-corner.png) 0px 300px no-repeat;
}
#logoContainer {
	background: url(../images/logo-bkg.png) center top no-repeat;
	height: 337px;
	width: 989px;
	position: absolute;
	z-index: 999999;
	top: 25px;
	text-align: center;
	float: left;
}
#logoContainer img {
	padding: 85px 0 0 5px;
}
#menuContainer {
	background: url(../images/menu-bkg.png) top no-repeat;
	text-align: center;
	height: 70px;
}
#menu {
}
#topCorner {
	background: url(../images/top-corner.png) top no-repeat;
	margin-top: 70px;
	height: 155px;
}
#mainBkg {
	background: url(../images/main-bkg.png) repeat-y;
}
#bottomCorner {
	background: url(../images/bottom-corner.jpg) bottom no-repeat;
}
#mainContainer {
	background: url(../images/top-bkg.png) top repeat-x;
	margin: 0 7px;
	overflow: hidden;
	min-height: 100%;
}
#slogan {
	position: absolute;
	z-index: 99999999;
	top: 175px;
	margin-left: 35px;
	width: 190px;
	float: left;
}
#space {
	height: 70px;
	clear: both;
}
#leftContainer {
	float: left;
	width: 620px;
	padding: 0 20px 20px;
}
#rightContainer {
	float: right;
	width: 250px;
	padding: 0 20px 20px;
}
#footer {
	text-align: center;
	margin-bottom: 10px;
}
#footer img {
	margin: 5px 0;
}




/* Text */
a, a:visited, a:active {
	text-decoration: none;
	color: #891E71; 
}
a:hover {
	color: #000;
}
p {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font: normal 20px/25px Georgia, "Times New Roman", Times, serif;
	color: #891E71;
	padding-bottom: 15px;
}
h2 {
	font: 15px/23px Georgia, "Times New Roman", Times, serif;
	color: #891E71;
	font-weight: normal;
}
h3 {
	font: normal 22px/28px Georgia, "Times New Roman", Times, serif;
	color: #891E71;
}
h4 {
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #891E71;
}
.text12 {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.text12a {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
}
.textWhite, .textWhite a {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.textWhite a:hover {
	text-decoration: underline;
}


/* Menu */
.navigation {
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.navigation a {
	color: #FFF;
	margin: 0 35px;
	padding: 4px 10px;
	border-top: 4px solid #FF9900;
	text-decoration: none;
}
.navigation a:hover, .navigation a.Selected {
	border-top: 4px solid #891E71;
}



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




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