@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;
}



/* Containers */
#wrap {
	width: 100%;
}
#topContainer {
	width: 835px;
	background: url(../images/top-corner.jpg) bottom no-repeat;
}
#topContainer img {
	margin: 10px 0 0 50px;
}
#centerContainer {
	background: #999900;
}
#centerContainer2 {
	width: 835px;
	background: url(../images/bkg.jpg) repeat-y;
}
#bottomContainer {
	width: 835px;
	background: url(../images/bottom-corner.jpg) top no-repeat;
}
#menu {
	height: 48px;
	padding-top: 6px;
}
#menuContent {
	float: right;
	width: 575px;
}
#menuLeft {
	float: left;
	width: 260px;
	padding-top:5px;
	margin-left: -25px;
}
#mainContent {
	padding: 20px 25px 0;
}
.clear {
	clear: both;
	height: 15px;
}
#footer {
	text-align: right;
	margin-right: 25px;
	padding-top: 10px;
}


/* Text */
.title {
	font: 24px Arial, Helvetica, sans-serif;
	color: #999900;
}
.text {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.titleSmall {
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	color: #4B614C;
}
.textWhite {
	font: 12px/25px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.textGray, .textGray a {
	font: 12px/25px Arial, Helvetica, sans-serif;
	color: #838384;
	text-decoration: none;
}
.titleWhite {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}


/* Menu */
.menu {
	font: bold 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #838384;
	text-decoration: none;
	padding: 12px 10px;
	margin: 0 10px;
}
.menu a:hover, .menu a.Selected {
	color: #556E56;
	background: url(../images/menu-on.jpg) top repeat-x;
}



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



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

