@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;
}
body {
	background: #378DC1;
}



/* Containers */
#wrap {
	background: #BFDFFE url(../images/bakcground.jpg) bottom repeat-x;
}
#wrap01 {
	width: 868px;
	padding-bottom: 10px;
}
#topContainer {
	height: 90px;
}
#address {
	width: 180px;
	float: right;
	height: 80px;
	background: #F7911A url(../images/menu-bkg.jpg) top repeat-x;
	text-align: right;
	padding: 5px 10px 5px 0;
	margin-right: 15px;
}
#menu {
	float: right;
	width: 350px;
	margin-right: 130px;
	text-align: center;
	z-index: 999999999;
	position: relative;
	
}
#topCorner {
	background: #FFF url(../images/top-corner.jpg) top no-repeat;
}
#palmBkg {
	background: url(../images/palm-bkg.jpg) bottom no-repeat;
	height: auto;
	min-height: 400px;
}
#yellowBar {
	background: #FCCF12;
	height: auto;
	min-height: 108px;
	margin: 0 2px;
}
#logo {
	position: absolute;
	float: left;
	z-index: 999999;
	width: 288px;
	height: 161px;
	top: 15px;
	margin-left: -25px;
}
#slogan {
	float: left;
	width: 252px;
	margin-top: 100px;
	position: absolute;
	z-index: 99999;
}
#banner {
	float: left;
	width: 408px;
	margin-top: 70px;
	margin-left: 240px;
	position: absolute;
	z-index: 8888888;
}
#blackPalm {
	float: right;
	width: 390px;
	position: absolute;
	z-index: 9999999;
	top: 33px;
	margin-left: 500px;
}
.ie #blackPalm {
	top: 37px;
}
#yellow-left {
	float: left;
	width: 130px;
	padding: 10px;
}
#yellow-right {
	float: right;
	width: 200px;
	padding: 70px 10px 10px;
	text-align: right;
}
#footer {
	height: 42px;
	background: url(../images/footer.png) top no-repeat;
	padding-left: 10px;
}
#copyright {
	height: 42px;
	background: url(../images/copyright.png) top no-repeat;
	text-align: center;
}
#mainContent {
	padding: 100px 20px 20px;
}
.thumb {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0 3px 3px 0;
}
.image {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 10px;
}
#clear {
	clear: both;
}




/* Text */
.phone {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-bottom: 5px;
}
.address {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #221F20;
}
.textRed12 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #F03E24;
	padding-bottom: 3px;
}
.textBlack13 {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.textRed16 {
	font: 16px/42px Georgia, "Times New Roman", Times, serif;
	color: #EC3428;
}
.textDarkGrey16 {
	font: 16px/42px Georgia, "Times New Roman", Times, serif;
	color: #221F20;
}
.copyright {
	font: 12px/42px Georgia, "Times New Roman", Times, serif;
	color: #221F20;
}
.copyright a {
	color: #221F20;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

/* Menu */
.menu {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 60px 0 18px;
}
.menu a {
	color: #221F20;
	text-decoration: none;
	padding: 60px 7px 18px;
}
.menu a:hover {
	background: #F7911A url(../images/menu-bkg.jpg) top repeat-x;
}
.menu a.Selected {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 60px 7px 18px;
	text-decoration: none;
	color: #221F20;
	background: #F7911A url(../images/menu-bkg.jpg) top repeat-x;
}


/* 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;
}

/* From panel */

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
	line-height: 22px;
}

.imageRight {
	float: right;
	padding: 0 0 10px 10px;
}

.imageLeft {
	float: left;
	padding: 0 10px 10px 0;
}
.images {
	border: 1px solid #003366;
}

.title {
	font: 28px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC00;
	padding-bottom: 10px;
}

.titleSmall {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #99CC00;
	padding-bottom: 5px;
}
