@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 {
	margin-left: 35px;
}
body {
	background: #000;
}


/* Containers */
#wrap {
	background: url(../images/background.png) top no-repeat;
}
#topContainer {
	background: url(../images/background2.jpg) bottom repeat-x;
}
#centerContainer {
	background: #222;
	border-bottom: 1px solid #000;
}
#bottomContainer {
	border-top: 1px solid #222;
}
#header {
	width: 922px;
}
#logo {
	float: left;
	width: 210px;
	margin: 10px 0 0 20px;
}
#address {
	float: right;
	width: 400px;
	margin: 20px 20px 0 0;
	text-align: right;
}
.clear {
	clear: both;
	height: 10px;
}
#topCorner {
	clear: both;
	height: 15px;
	background: url(../images/top-corner.png) bottom no-repeat;
}
#bannerContainer {
	background: url(../images/main-bkg.png) repeat-y;
}
#flash {
	border-bottom: 3px solid #000;
	margin: 0 10px;
	min-height: 220px;
	background: url(../images/header/the-moroccan-with-automatic-cover.jpg) no-repeat;
}
#mainContainer {
	background: url(../images/main-bkg.png) repeat-y;
	width: 922px;
}
#bottomCorner {
	background: url(../images/bottom-main-bkg.jpg) bottom no-repeat;
	height: auto;
	min-height: 500px;
	padding-bottom: 16px;
}
#leftContainer {
	float: left;
	width: 230px;
	margin-left: 10px;
}
#rightContainer {
	float: right;
	width: 650px;
	margin-right: 20px;
	margin-top: 10px;
}
#menu {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 30px;
}
.thumb {
	float: left;
	width: 210px;
	margin-right: 5px;
	text-align: center;
	padding-bottom: 10px;
}
.thumb img {
	border: 5px solid #000;
	margin-bottom: 5px;
}
#testimonial {
	background: url(../images/side-title-bkg.jpg) top repeat-x;
	text-align: right;
	padding: 0 15px;
}
#footer {
	width: 870px;
	padding-top: 15px;
	margin-bottom: 20px;
}
#footerLeft {
	float: left;
	width: 635px;
	background: #fff;
	padding: 4px 0;
}
#footerRight {
	float: right;
	width: 230px;
	text-align: right;
}
#moviediv {
	width: 150px;
	background: #E22F2A;
	border: 1px solid #000;
	float: right;
	margin-left: 10px;
	padding: 5px;
}
#slideshow div div.captionDiv h2 {
	text-align: center;
	font: 22px/33px Georgia,"Times New Roman",Times,serif !important;
	color: #ffffff !important;
}
#slideshow {
}
#white-bkg {
	background: url(../images/white-main-bkg.jpg) top repeat-y;
	padding: 0 10px;
}
#white-bkg .mainPadding {
	padding: 10px;
	text-align: center;
	border-top: 4px solid #E8E8E8;
}


/* Text */
.textWhite {
	font: 16px/23px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.tollFree {
	font: 21px/23px Georgia, "Times New Roman", Times, serif;
	color: #E22F2A;
}
.titleRed {
	font: 22px/33px Georgia, "Times New Roman", Times, serif;
	color: #E22F2A;
	margin-bottom: 15px;
}
.titleBlack {
	font: 22px/33px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 15px;
}
.text {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
.textsmall {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #666666;
}
.textRedSmall {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #E22F2A;
}
.textRed, .textRed a {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #E22F2A;
}
.text15 {
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
.textRed15, .textRed15 a {
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
	color: #E22F2A;
}
.textRedFooter {
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #E22F2A;
}
.textWhiteFooter {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.sideTitle {
	font: 18px/29px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-bottom: 15px;
}
ul.text {
	margin-left: 30px;
}
ul.text li.text {
	margin: 7px 0;
}
ul.text li.text ul {
	margin-left: 30px;
}
ol.text {
	margin-left: 30px;
}
ol.text li.text {
	margin: 7px 0;
}



/* Menu */
ul.menu {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
  	margin-left: 0;
	margin: 0;
	padding: 0;
}
ul.menu li {
  	border-width: 0px;
	list-style: none;
	display: inline;
	margin-left: 0;
	width: 230px;
	position: relative;
}
ul.menu li a {
	list-style: none;
  	display: block;
  	text-decoration: none;
	color: #FFF;
	background: #222;
	padding: 5px 15px 5px 0;
}
ul.menu li a:hover {
	background: #E8E8E8;
	color: #433F40;
}
ul.menu li a.Selected {
	background: #E8E8E8;
	color: #433F40;
}
ul.menu li ul li a {
	padding: 4px 0px 5px 15px;
	text-align: left;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: block;
	height: 15px;
	width: 185px;
}
.gecko ul.menu li ul {
	right: -200px;
}
.ie ul.menu li ul {
	right: -175px;
}
ul.menu li ul {
	position: absolute;
	right: -430px;
	width: 200px;
	margin-top: -24px;
	z-index: 999999;
	display: none;
	border-top: 1px solid #000;
}
ul.menu li:hover ul {
	display: block;
}

li.highslide-move {
	display: none;
}







/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.logoSmall {
	margin-left: 20px;
}
.imagesborder {
	border: 1px solid #000;
	margin: 5px;
}
.imageBorder {
	border: 1px solid #000;
	padding: 4px;
	background: #fff;
	margin: 5px;
}
.footerlogos {
	margin: 4px;
}
.poolClosingOpening {
	width: 580px;
	padding: 15px;
	background: #ADD8E6;
	border: 1px solid #999;
}


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

