@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;
}
body {
	background: #000;
	font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
a, a:visited {
	color: #FFF;
}
a:hover {
	color: #9A1B25;
}
blockquote {
	padding-left: 30px;
}


/* Containers */
#wrap {
	width: 906px;
}
#topContainer {
	border: 1px solid #FFF;
	border-top: none;
	padding: 0 2px 2px;
	margin-bottom: 15px; 
}
#topBkg {
	background: #FFF url(../images/top-bkg.jpg) top repeat-x;
	overflow: hidden;
	min-height: 100%;
	position: relative;
}
#logo {
	float: left;
	width: auto;
	margin: 9px 0 9px 16px;
}
#navigationContainer {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	width: auto;
	z-index: 999;
	color: #000;
}
#BottomContainer {
	border: 1px solid #FFF;
	padding: 2px;
}
#banner {
	border-bottom: 5px solid #9A1B25;
	padding-bottom: 2px;
}
#content {
	padding: 35px; 
}
#contentHome {
	padding: 35px 320px 35px 35px; 
}

#footer {
	text-align: right;
	margin: 5px;
	padding-right: 40px; 
	background: url(../images/logo-small.png) right top no-repeat;
	font-size: 11px;
	line-height: 15px;
	height: auto;
	min-height: 34px;
}
#footer a, #footer a:visited {
	text-decoration: none;
}

/* Text */
.learn, .learn a, .learn a:visited {
	text-transform: uppercase;
	color: #9A1B25;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.learn a:hover {
	text-decoration: underline;
}
h1, h2 {
	font: normal 16px/20px Arial, Helvetica, sans-serif;
	color: #9A1B25;
}
.textRed {
	color: #9A1B25;
}
.textRed a {
	color: #9A1B25;
}



/* Menu */
.navigation, .navigationLast {
	font: bold 10px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.navigation a, .navigation a:visited {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #000;
	padding: 5px 15px;
}
.navigationLast a, .navigationLast a:visited {
	color: #000;
	text-decoration: none;
	padding: 5px 15px;

}
.navigation a:hover, .navigationLast a:hover {
	color: #9A1B25;
}
.navigation a.Selected, .navigationLast a.Selected {
	color: #9A1B25;
}



/* Images and Boxes */
.formField, .textarea {
	height: 15px;
	padding: 5px;
	border: 1px solid #CCC;
	background: #333;
	width: 200px;
}
.textarea {
	height: 120px;
	width: 340px;
}
.formField:focus, .textarea:focus {
	border: 1px solid #9A1B25;
	background: #111;
}
input, input#submit, textarea {
	background: #9A1B25;
	border: 1px solid #9A1B25;
	color: #FFF;
	padding: 3px 5px;
}
.button {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
}
.box {
	padding: 15px;
	background: #111111;
	border-left: 3px solid #9A1B25;
}



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

