@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;
}
body {
	background: url(../images/background.jpg) repeat;
}
blockquote {
	margin: 0 20px;
}


/* Containers */
#wrap {
	width: 900px;
	height: 600px;
	margin-top: 15px;
	padding: 9px;
	background: url(../images/flash-bkg.png) top no-repeat;
}
#wrap02 {
	width: 910px;
	margin-top: 15px;
}
#topShadows {
	background: url(../images/top-shadow.png) top no-repeat;
	height: 200px;
	padding: 5px 5px 0;
}
#flash {
	height: 600px;
	min-height: 600px;
	z-index: 1;
	width: 900px;
	text-align: center;
	background: url(../images/flash.jpg) no-repeat;
}
#topContainer {
	background: url(../images/menu-bkg.png) top repeat-x;
	position: absolute;

	width: 900px;
	float: left;
	overflow: hidden;
}
#topContainer2 {
	background: url(../images/menu-bkg.png) top repeat-x;
	position: absolute;
	width: 900px;
	float: left;
	overflow: hidden;
}
#logo {
	padding: 20px 20px 0;
	float: left;
	width: 226px;
	min-height: 180px;
	position: relative;
	z-index: 50;
}
#logo2 {
	padding: 20px 20px 0;
	float: left;
	width: 226px;
	min-height: 62px;
	position: relative;
	z-index: 50;
}
#menu {
	float: right;
	width: 625px;
	height: 20px;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 55px;
}
.ie #menu {
	padding-top: 13px;
}
#mainWrap {
	width: 470px;
	height: 285px;
	position: absolute;
	z-index: 30000;
	background: url(../images/main-bkg.png) top left no-repeat;
	margin-left: 430px;
	top: 340px;
}
#bottomShadow {
	background: url(../images/bottom-shadow.png) bottom no-repeat;
	padding-bottom: 20px;
}
#middleShadow {
	background: url(../images/middle-shadow.png) repeat-y;
	padding: 0 5px;
}
#bottomDegrade {
	background: url(../images/bottom-degrade.jpg) bottom repeat-x;
	height: auto;
	min-height: 250px;
}
#mainText {
	margin: 20px 20px 0;
}
#mainpadding {
	padding: 15px 15px 15px 70px;
}
#footer {
	width: 900px;
	padding: 10px;
}
#footerRight {
	width: 130px;
	float: right;
	text-align: right;
}
#footerLeft {
	width: 450px;
	float: left;
	padding-bottom: 10px;
}

/* Text */
.title {
	font: 22px/35px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px 20px;
	background: url(../images/tl-bkg.jpg) left repeat-y;
}
.sub-title {
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.title a {
	color: #FFF;
}
.text {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.text a {
	color: #CC3300;
}
.textlarge {
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textlarge a {
	color: #CC3300;
}
.textSmall {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textSmallfooter {
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
ul.textlarge {
	margin-left: 35px;
}
.titleGrey {
	font: 17px/25px Arial, Helvetica, sans-serif;
	color: #666;
}	
.footer {
	font: 9px Arial, Helvetica, sans-serif;
	color: #777777;
	clear: both;
}
ul.text {
	margin-left: 25px;
}

/* Menu */
.menu {
	font: bold 12px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 100px;
}
.menu a {
	padding: 15px 6px 60px;
	margin: 0 5px;
	color: #FFF;
	text-decoration: none;
}
.menu a img {
	margin-top: -8px;
}
.opera .menu a img {
	margin-top: -11px;
}
.menu a:hover {
	background: url(../images/menu-bkg.png) top repeat-x;
}
.menu2 {
	font: bold 12px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 100px;
}
.menu2 a {
	padding: 15px 6px 20px;
	margin: 0 5px;
	color: #FFF;
	text-decoration: none;
}
.menu2 a:hover {
	background: url(../images/menu-bkg.png) top repeat-x;
}



/* Images and Boxes */
.logoSmall {
	padding: 5px 0 5px 5px;
}
.imagespadding {
	border: 1px solid #fff;
	padding: 3px;
	margin: 4px 7px;
}
.profiletable {
	border: 1px solid #fff;
}
.facebookpadding {
}


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

.facebookLike {
	float: right;
	width: 300px;
}
