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


/* 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;
}
.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;
}
ul.menu li a {
	list-style: none;
  	display: block;
  	text-decoration: none;
	color: #FFF;
	background: #222;
	padding: 5px 15px 5px 0;
}
.opera ul.menu li a, .ie ul.menu li a {
	margin-top: 0;
}
ul.menu li a:hover {
	background: #E8E8E8;
	color: #433F40;
}
ul.menu li a.Selected {
	background: #E8E8E8;
	color: #433F40;
}

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;
}
.footerlogos {
	margin: 4px;
}


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