@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;
	margin-left: 10px;
}
body {
	background: #222222;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}



/* Containers */
#wrap {
	width: 100%;
}
#wrapBkg {
	background: #EDEDED url(../images/bkg.jpg) top no-repeat;
}
#mainContainer {
	width: 876px;
}
#headerContainer {
	padding: 0 30px;
}
#logo {
	float: left;
	width: auto;
	margin: 23px 0 10px;
}
#address {
	border-top: 2px solid #A11010;
	float: right;
	width: 230px;
	padding: 10px 10px 0;
	text-align: right;
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #5F5C5C;
}
#address span {
	font-size: 14px;
	color: #A11010;
	font-weight: bold;
}
#address a, #address a:visited {
	color: #A11010;
	font-size: 13px;
}
#address a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 10px;
}
#whiteBkg {
	background: url(../images/wihite-bkg.png) top repeat-y;
}
#whiteBkgTop {
	background: url(../images/wihite-bkg-top.png) bottom no-repeat;
	height: 30px;
}
#bottomShade {
	background: url(../images/bottom-shade.jpg) bottom repeat-x;
	margin: 0 14px;
}
#mainContent {
	position: relative;
	top: -29px;
}
#bannerContainer {
	position: relative;
}
#menuContainer {
	position: absolute;
	width: 862px;
	height: 42px;
	background: url(../images/menu-bkg.png) top no-repeat;
	top: 10px;
}
#reservationsContainer {
	position: absolute;
	width: 842px;
	height: 30px;
	top: 222px;
}
#menuContent {
	margin: 6px 70px 0;
	height: 36px;
}
#mainBodyContainer {
	position: relative;
}
#padding {
	padding: 30px 40px 0;
}
#footerContainer {
	width: 876px;
	height: 130px;
	background: url(../images/footer-bkg.jpg) top no-repeat;
}
#footerBox {
	padding: 15px 33px 80px;
}
#footerContent {
	background: url(../images/logo-small.png) right no-repeat;
	padding: 3px 45px;
	text-align: right;
}
#footerContent p, #footerContent a, #footerContent a:visited {
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#footerContent a:hover {
	color: #333333;
}
#sidebar {
	width: 200px;
	float: right;
	border-left: 1px solid #555555;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}


/* Text */
.title {
	background: url(../images/title-bkg.png) top no-repeat;
	position: absolute;
	width: 807px;
	height: 25px;
	left: -14px;
	top: -7px;
	padding: 18px 0 0 55px;
}
.testimonials {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}
.tl-welcome {
	background: url(../images/tl-welcome.png) top left no-repeat;
	width: 750px;
	float: left;
	height: 25px;
	text-indent: -9999px;
}
.tl-services {
	background: url(../images/tl-services.png) top left no-repeat;
	width: 750px;
	float: left;
	height: 25px;
	text-indent: -9999px;
}
.tl-fleet {
	background: url(../images/tl-fleet.png) top left no-repeat;
	width: 750px;
	float: left;
	height: 25px;
	text-indent: -9999px;
}
.tl-testimonials {
	background: url(../images/tl-testimonials.png) top left no-repeat;
	width: 750px;
	float: left;
	height: 25px;
	text-indent: -9999px;
}
.tl-contactus {
	background: url(../images/tl-contactus.png) top left no-repeat;
	width: 750px;
	float: left;
	height: 25px;
	text-indent: -9999px;
}



/* Menu */
.menu {
	font: bold 10px/36px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a, .menu a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 30px;
	padding: 12px;
}
.mac .menu a, .mac .menu a:visited {
	padding-top: 12px;
}
.menu a:hover, .menu a.Selected {
	background: url(../images/menu-on.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;
}

